mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix(Currencies): Currency code in services.
This commit is contained in:
@@ -12,6 +12,7 @@ export interface IInventoryValuationReportQuery {
|
||||
export interface IInventoryValuationSheetMeta {
|
||||
organizationName: string,
|
||||
baseCurrency: string,
|
||||
isCostComputeRunning: boolean
|
||||
};
|
||||
|
||||
export interface IInventoryValuationItem {
|
||||
@@ -35,8 +36,8 @@ export interface IInventoryValuationTotal {
|
||||
quantityFormatted: string,
|
||||
}
|
||||
|
||||
export interface IInventoryValuationStatement {
|
||||
export type IInventoryValuationStatement = {
|
||||
items: IInventoryValuationItem[],
|
||||
total: IInventoryValuationTotal
|
||||
};
|
||||
} | {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user