taxtank-core 0.33.34 → 0.33.36
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 +7 -11
- package/esm2022/src/lib/db/Enums/sole/sole-invoice-state.enum.mjs +6 -4
- package/esm2022/src/lib/forms/sole/sole-invoice-item.form.mjs +2 -2
- package/esm2022/src/lib/models/sole/sole-invoice.mjs +1 -4
- package/fesm2022/taxtank-core.mjs +11 -15
- package/fesm2022/taxtank-core.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/collections/sole/sole-invoice.collection.d.ts +0 -1
- package/src/lib/db/Enums/sole/sole-invoice-state.enum.d.ts +5 -3
- package/src/lib/models/sole/sole-invoice.d.ts +0 -1
package/package.json
CHANGED
@@ -4,7 +4,6 @@ import { TransactionCollection } from '../transaction';
|
|
4
4
|
import { CollectionDictionary } from '../collection-dictionary';
|
5
5
|
export declare class SoleInvoiceCollection extends Collection<SoleInvoice> {
|
6
6
|
getOverdue(): this;
|
7
|
-
getPending(): this;
|
8
7
|
getPaid(transactions: TransactionCollection): this;
|
9
8
|
getUnpaid(transactions: TransactionCollection): this;
|
10
9
|
getOpen(): this;
|