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...