@if (requiredData$ | async) {} @if (items$ | async) {} @if (exportAction$ | 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
BC Export
@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) { }