taxtank-core 0.33.36 → 0.33.39
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/src/lib/collections/sole/sole-invoice.collection.mjs +3 -2
- package/esm2022/src/lib/db/Enums/sole/sole-invoice-state.enum.mjs +3 -2
- package/esm2022/src/lib/services/http/transaction/prior-transaction.service.mjs +4 -2
- package/esm2022/src/lib/services/http/transaction/transaction.service.mjs +4 -1
- package/esm2022/src/lib/services/report/property/property-transaction-report.service.mjs +2 -2
- package/fesm2022/taxtank-core.mjs +10 -4
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/db/Enums/sole/sole-invoice-state.enum.d.ts +2 -1
- package/src/lib/services/http/transaction/transaction.service.d.ts +1 -0
package/package.json
CHANGED
@@ -47,6 +47,7 @@ export declare class TransactionService extends RestService<TransactionBase, Tra
|
|
47
47
|
* Get list of property holding costs (transactions related to vacant land property)
|
48
48
|
*/
|
49
49
|
getPropertyHoldingCosts(propertyId: number): Observable<Transaction[]>;
|
50
|
+
getWithoutTaxFreeProperty(): Observable<Transaction[]>;
|
50
51
|
/**
|
51
52
|
* get list of taxable transactions with tank type 'Work'
|
52
53
|
*/
|