@if (requiredData$ | async) {} @if (items$ | async) {} @if (exportAction$ | async) {} @if (bcExportAction$ | async) {} @if (bcStatusAction$ | async) {} @if (monthStartChanged$ | async) {} @if (monthEndChanged$ | async) {} @if (linesResult$ | async) {} @if (downloadInvoiceResult$ | async) {} @if (mergeFilesResult$ | async) {}
Distribute {{(isMergingFiles$ | async) ? 'Merging...' : 'Merge Files' }} Approve
@if (mySelection.length !== 0) { {{mySelection.length}} invoices selected }
From To
{{this.currentStatus()?.status}} Ran At: {{util.formatDate(this.currentStatus()?.ranAt, 'MM/DD/YYYY h:mm A')}}
{{this.currentStatus()?.message}}
@if(bcExportStatus() === 'Success') { BC Export } @else if(bcExportStatus() === 'Error') { BC Export } @else { BC Export } Exporting...
@if (isCheckable(dataItem.Id)) { }
Type "y" or "yes" in the filter box for approved invoices Type "n" or "no" for unapproved invoices
     
@if (dataItem.IsApproved === 'yes') { }
{{dataItem.InvoiceNum}}
@if (dataItem.FileNameOriginal) {
}
@if (detailOpened$ | async) { } @if (distributeOpened$ | async) { }