mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix: Filter financial reports by items, customers or vendors.
This commit is contained in:
@@ -7,6 +7,7 @@ export interface IInventoryValuationReportQuery {
|
||||
asDate: Date | string;
|
||||
numberFormat: INumberFormatQuery;
|
||||
noneTransactions: boolean;
|
||||
itemsIds: number[],
|
||||
};
|
||||
|
||||
export interface IInventoryValuationSheetMeta {
|
||||
|
||||
Reference in New Issue
Block a user