mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
* feat: inventory valuation csv and xlsx export * feat(server): inventory valuation sheet exporting * feat(webapp): inventory valuation sheet dyanmic columns * feat: inventory valuation dynamic columns * feat: inventory valuation TS types
5 lines
61 B
TypeScript
5 lines
61 B
TypeScript
export enum ROW_TYPE {
|
|
ITEM = 'ITEM',
|
|
TOTAL = 'TOTAL',
|
|
}
|