taxtank-core 0.3.1 → 0.3.2
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 +9 -1
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/db/Enums/chart-accounts-metadata-list.enum.js +2 -1
- package/esm2015/lib/models/transaction/transaction.js +5 -2
- package/fesm2015/taxtank-core.js +5 -1
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/db/Enums/chart-accounts-metadata-list.enum.d.ts +1 -0
- package/lib/models/transaction/transaction.d.ts +1 -0
- package/package.json +1 -1
|
@@ -59,6 +59,7 @@ export declare class Transaction extends TransactionBase implements IReceipt, IT
|
|
|
59
59
|
getGrossIncome(): number;
|
|
60
60
|
get taxFreeComponent(): number;
|
|
61
61
|
get frankingCredit(): number;
|
|
62
|
+
get eligibleForReduction(): number;
|
|
62
63
|
get untaxedElement(): number;
|
|
63
64
|
/**
|
|
64
65
|
* Check if transaction reconcile operation if TRANSFER
|