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