mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: select customers/vendors in AR/AP summary aging report.
This commit is contained in:
@@ -26,9 +26,10 @@ export interface IARAgingSummaryTotal {
|
||||
current: IAgingPeriodTotal,
|
||||
aging: (IAgingPeriodTotal & IAgingPeriod)[],
|
||||
};
|
||||
|
||||
export interface IARAgingSummaryData {
|
||||
customers: IARAgingSummaryCustomer[],
|
||||
total: IARAgingSummaryTotal,
|
||||
}
|
||||
};
|
||||
|
||||
export type IARAgingSummaryColumns = IAgingPeriod[];
|
||||
Reference in New Issue
Block a user