taxtank-core 0.2.2 → 0.2.3
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 -6
- package/bundles/taxtank-core.umd.js.map +1 -1
- package/esm2015/lib/db/Enums/chart-accounts-metadata-list.enum.js +2 -3
- package/esm2015/lib/models/transaction/transaction.js +5 -5
- package/fesm2015/taxtank-core.js +5 -6
- package/fesm2015/taxtank-core.js.map +1 -1
- package/lib/db/Enums/chart-accounts-metadata-list.enum.d.ts +1 -2
- package/lib/models/transaction/transaction.d.ts +1 -3
- package/package.json +1 -1
|
@@ -57,9 +57,7 @@ export declare class Transaction extends TransactionBase implements IReceipt, IT
|
|
|
57
57
|
* Get gross income amount
|
|
58
58
|
*/
|
|
59
59
|
getGrossIncome(): number;
|
|
60
|
-
|
|
61
|
-
* find franking credits metadata and return value
|
|
62
|
-
*/
|
|
60
|
+
get taxFreeComponent(): number;
|
|
63
61
|
get frankingCredit(): number;
|
|
64
62
|
get untaxedElement(): number;
|
|
65
63
|
/**
|