mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
WIP: Allocate landed cost.
This commit is contained in:
@@ -82,4 +82,12 @@ export interface IBillLandedCostTransaction {
|
||||
allocationMethod: string;
|
||||
costAccountId: number,
|
||||
description: string;
|
||||
};
|
||||
|
||||
allocatedEntries?: IBillLandedCostTransactionEntry[],
|
||||
};
|
||||
|
||||
export interface IBillLandedCostTransactionEntry {
|
||||
cost: number;
|
||||
entryId: number;
|
||||
billLocatedCostId: number,
|
||||
}
|
||||
Reference in New Issue
Block a user