taxtank-core 0.31.18 → 0.31.20

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.
@@ -3,5 +3,6 @@ export declare enum TankTypeEnum {
3
3
  WORK = 2,
4
4
  OTHER = 3,
5
5
  SOLE = 4,
6
- HOLDING = 5
6
+ HOLDING = 5,
7
+ PERSONAL = 6
7
8
  }
@@ -37,6 +37,7 @@ export declare class TransactionBase extends ObservableModel {
37
37
  */
38
38
  isSoleTank(): boolean;
39
39
  isHoldingTank(): boolean;
40
+ isOtherTank(): boolean;
40
41
  isPersonalTank(): boolean;
41
42
  get amountWithGst(): number;
42
43
  get gstAmount(): number;
@@ -78,6 +78,7 @@ export declare class ChartAccounts extends ChartAccountsBase {
78
78
  * Check if chart accounts category is depreciation
79
79
  */
80
80
  isDepreciation(): boolean;
81
+ isSoleIncome(): boolean;
81
82
  /**
82
83
  * Check if transaction chart account is work related car expenses
83
84
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "0.31.18",
3
+ "version": "0.31.20",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/compiler": "^15.1.5",