taxtank-core 0.33.22 → 0.33.23
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { TransactionCollection } from '../../../collections';
|
2
|
-
import {
|
2
|
+
import { ChartAccountsCategoryEnum } from '../../../db/Enums';
|
3
3
|
export declare class TransactionReportItem {
|
4
|
-
|
5
|
-
|
4
|
+
category: ChartAccountsCategoryEnum;
|
5
|
+
name: string;
|
6
6
|
months: number[];
|
7
7
|
amount: number;
|
8
8
|
claimAmount: number;
|