feat: wip financial reports printing

This commit is contained in:
Ahmed Bouhuolia
2024-02-18 17:32:17 +02:00
parent 465bb66d6b
commit 3509026ad8
8 changed files with 14 additions and 9 deletions

View File

@@ -22,9 +22,11 @@ export class InventoryDetailsMetaInjectable {
const formattedToDay = moment(query.toDate).format('YYYY/MM/DD');
const formattedDateRange = `From ${formattedFromDate} | To ${formattedToDay}`;
const sheetName = 'Inventory Item Details';
return {
...commonMeta,
sheetName: 'Inventory Details',
sheetName,
formattedFromDate,
formattedToDay,
formattedDateRange,