mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
feat: add totalExcludingTax property and update GL entry calculations
This commit is contained in:
@@ -20,6 +20,8 @@ export interface IItemEntry {
|
||||
amount: number;
|
||||
|
||||
total: number;
|
||||
totalExcludingTax?: number;
|
||||
|
||||
subtotalInclusingTax: number;
|
||||
subtotalExcludingTax: number;
|
||||
discountAmount: number;
|
||||
|
||||
Reference in New Issue
Block a user