mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: Inventory item details report.
feat: Cash flow statement report.
This commit is contained in:
@@ -12,4 +12,14 @@ export interface ITableCell {
|
||||
|
||||
export type ITableRow = {
|
||||
rows: ITableCell[];
|
||||
};
|
||||
};
|
||||
|
||||
export interface ITableColumn {
|
||||
key: string,
|
||||
label: string,
|
||||
}
|
||||
|
||||
export interface ITable {
|
||||
columns: ITableColumn[],
|
||||
data: ITableRow[],
|
||||
}
|
||||
Reference in New Issue
Block a user