taxtank-core 0.30.79 → 0.30.80
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/esm2020/lib/models/chart-accounts/chart-accounts.mjs +4 -1
- package/fesm2015/taxtank-core.mjs +3 -0
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +3 -0
- package/fesm2020/taxtank-core.mjs.map +1 -1
- package/lib/models/chart-accounts/chart-accounts.d.ts +1 -0
- package/package.json +1 -1
|
@@ -3215,6 +3215,9 @@ class ChartAccounts extends ChartAccounts$1 {
|
|
|
3215
3215
|
isDividends() {
|
|
3216
3216
|
return this.id === ChartAccountsListEnum.DIVIDENDS;
|
|
3217
3217
|
}
|
|
3218
|
+
isHomeOfficeWorkHours() {
|
|
3219
|
+
return this.id === ChartAccountsListEnum.HOME_OFFICE_WORK_HOURS;
|
|
3220
|
+
}
|
|
3218
3221
|
}
|
|
3219
3222
|
/**
|
|
3220
3223
|
* Australian GST percent value (VAT)
|