mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
feat: wip financial reports printing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user