taxtank-core 1.0.59 → 1.0.60
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.
@@ -15678,7 +15678,7 @@ class TaxSummary {
|
|
15678
15678
|
+ this.workDepreciations;
|
15679
15679
|
}
|
15680
15680
|
get netCash() {
|
15681
|
-
return this.netTotal + this.taxCredits;
|
15681
|
+
return this.netTotal + this.taxCredits - this.depreciation;
|
15682
15682
|
}
|
15683
15683
|
get netTotal() {
|
15684
15684
|
return this.income + this.expense;
|