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 SalesByItemsMeta {
const formattedFromDate = moment(query.fromDate).format('YYYY/MM/DD');
const formattedDateRange = `From ${formattedFromDate} | To ${formattedToDate}`;
const sheetName = 'Sales By Items';
return {
...commonMeta,
sheetName: 'Purchases By Items',
sheetName,
formattedFromDate,
formattedToDate,
formattedDateRange,