taxtank-core 0.28.80 → 0.28.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/taxtank-core.umd.js +12 -2
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/collections/transaction/transaction.collection.js +5 -2
- package/esm2015/lib/forms/sole/sole-invoice.form.js +5 -2
- package/fesm2015/taxtank-core.js +8 -2
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/collections/transaction/transaction.collection.d.ts +1 -0
- package/package.json +1 -1
|
@@ -39,6 +39,7 @@ export declare class TransactionCollection extends ExportableCollection<Transact
|
|
|
39
39
|
* Get summary of claim amounts
|
|
40
40
|
*/
|
|
41
41
|
get claimAmount(): number;
|
|
42
|
+
get grossAmount(): number;
|
|
42
43
|
getByChartAccountsCategories(categories: ChartAccountsCategoryEnum[]): TransactionCollection;
|
|
43
44
|
/**
|
|
44
45
|
* Get transactions by month
|