@silexpert/core 0.1.4 → 0.1.6
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/CHANGELOG.md +2 -0
- package/es/api/resources/PaymentExpectationCustomer.d.ts +3 -3
- package/es/api/resources/PaymentExpectationCustomer.d.ts.map +1 -1
- package/es/api/resources/PaymentExpectationCustomer.js +3 -3
- package/es/api/resources/PaymentExpectationCustomer.js.map +1 -1
- package/es/types/Enum/ImmobilizationType.d.ts +399 -0
- package/es/types/Enum/ImmobilizationType.d.ts.map +1 -0
- package/es/types/Enum/ImmobilizationType.js +399 -0
- package/es/types/Enum/ImmobilizationType.js.map +1 -0
- package/es/types/Enum/Vat.d.ts +9 -0
- package/es/types/Enum/Vat.d.ts.map +1 -1
- package/es/types/Enum/Vat.js +18 -9
- package/es/types/Enum/Vat.js.map +1 -1
- package/es/types/Interface/api/accountingEntry/{CreateAccountingEntry.d.ts → AnnotateAccountingTransaction.d.ts} +10 -4
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -0
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +2 -0
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -0
- package/es/types/Interface/models/IAccountingEntry.d.ts +4 -1
- package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingEntry.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +4 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +4 -1
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IExercice.d.ts +14 -14
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/Interface/models/IImmobilization.d.ts +15 -0
- package/es/types/Interface/models/IImmobilization.d.ts.map +1 -0
- package/es/types/Interface/models/IImmobilization.js +2 -0
- package/es/types/Interface/models/IImmobilization.js.map +1 -0
- package/es/types/index.d.ts +3 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +3 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/PaymentExpectationCustomer.js +3 -3
- package/js/api/resources/PaymentExpectationCustomer.js.map +1 -1
- package/js/types/Enum/ImmobilizationType.js +404 -0
- package/js/types/Enum/ImmobilizationType.js.map +1 -0
- package/js/types/Enum/Vat.js +18 -9
- package/js/types/Enum/Vat.js.map +1 -1
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +6 -0
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +4 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/{api/accountingEntry/CreateAccountingEntry.js → models/IImmobilization.js} +1 -1
- package/js/types/Interface/{api/accountingEntry/CreateAccountingEntry.js.map → models/IImmobilization.js.map} +1 -1
- package/js/types/index.js +27 -3
- package/js/types/index.js.map +1 -1
- package/package.json +4 -4
- package/ts/api/resources/PaymentExpectationCustomer.ts +3 -3
- package/ts/types/Enum/ImmobilizationType.ts +399 -0
- package/ts/types/Enum/Vat.ts +18 -9
- package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +32 -0
- package/ts/types/Interface/models/IAccountingEntry.ts +4 -1
- package/ts/types/Interface/models/IApiError.ts +4 -1
- package/ts/types/Interface/models/IExercice.ts +14 -14
- package/ts/types/Interface/models/IImmobilization.ts +18 -0
- package/ts/types/index.ts +3 -1
- package/yalc.lock +4 -0
- package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.d.ts.map +0 -1
- package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.js +0 -2
- package/es/types/Interface/api/accountingEntry/CreateAccountingEntry.js.map +0 -1
- package/ts/types/Interface/api/accountingEntry/CreateAccountingEntry.ts +0 -28
package/CHANGELOG.md
CHANGED
|
@@ -2,4 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.1.5](https://gitlab.compta-clementine.fr///compare/v0.1.4...v0.1.5) (2020-12-11)
|
|
6
|
+
|
|
5
7
|
### [0.1.4](https://gitlab.compta-clementine.fr///compare/v0.1.3...v0.1.4) (2020-12-11)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
2
|
import { QueryGetPaymentExpectationCustomer, IPaymentExpectationCustomer, QueryPayPaymentExpectationCustomer, QueryConfirmPaymentExpectationCustomer, QueryGetSocietyPaymentsExpectationsCustomers, QueryDeleteSocietyPaymentExpectationCustomer, BasePaginate, UpdateRefundSocietyPaymentExpectationCustomer, CreateSocietyPaymentExpectationCustomer, ReadPaymentExpectationCustomerStat, QueryGetSocietyPaymentsExpectationsCustomersStats } from '../../types';
|
|
3
3
|
export declare class PaymentExpectationCustomer extends Resource {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
get(params: QueryGetPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer>;
|
|
5
|
+
getBySociety(params: QueryGetSocietyPaymentsExpectationsCustomers): Promise<BasePaginate<IPaymentExpectationCustomer>>;
|
|
6
|
+
stats(params: QueryGetSocietyPaymentsExpectationsCustomersStats): Promise<ReadPaymentExpectationCustomerStat>;
|
|
7
7
|
pay(params: QueryPayPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer>;
|
|
8
8
|
confirm(params: QueryConfirmPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer>;
|
|
9
9
|
delete(params: QueryDeleteSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentExpectationCustomer.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,kCAAkC,EAAE,2BAA2B,EAAE,kCAAkC,EAAE,sCAAsC,EAAE,4CAA4C,EAAE,4CAA4C,EAAE,YAAY,EAAE,6CAA6C,EAAE,uCAAuC,EAAE,kCAAkC,EAAE,iDAAiD,EAAE,MAAM,aAAa,CAAC;AAEnc,qBAAa,0BAA2B,SAAQ,QAAQ;IACtD,
|
|
1
|
+
{"version":3,"file":"PaymentExpectationCustomer.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,kCAAkC,EAAE,2BAA2B,EAAE,kCAAkC,EAAE,sCAAsC,EAAE,4CAA4C,EAAE,4CAA4C,EAAE,YAAY,EAAE,6CAA6C,EAAE,uCAAuC,EAAE,kCAAkC,EAAE,iDAAiD,EAAE,MAAM,aAAa,CAAC;AAEnc,qBAAa,0BAA2B,SAAQ,QAAQ;IACtD,GAAG,CAAC,MAAM,EAAE,kCAAkC,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAGrF,YAAY,CAAC,MAAM,EAAE,4CAA4C,GAAG,OAAO,CAAC,YAAY,CAAC,2BAA2B,CAAC,CAAC;IAKtH,KAAK,CAAC,MAAM,EAAE,iDAAiD,GAAG,OAAO,CAAC,kCAAkC,CAAC;IAK7G,GAAG,CAAC,MAAM,EAAE,kCAAkC,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAGrF,OAAO,CAAC,MAAM,EAAE,sCAAsC,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAG7F,MAAM,CAAC,MAAM,EAAE,4CAA4C,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAGlG,MAAM,CAAC,MAAM,EAAE,6CAA6C,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAGnG,MAAM,CAAC,MAAM,EAAE,uCAAuC,GAAG,OAAO,CAAC,2BAA2B,CAAC;CAG9F"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Resource } from '../Resource';
|
|
2
2
|
export class PaymentExpectationCustomer extends Resource {
|
|
3
|
-
|
|
3
|
+
get(params) {
|
|
4
4
|
return this.axios.$get('/paymentExpectationCustomer', { params });
|
|
5
5
|
}
|
|
6
|
-
|
|
6
|
+
getBySociety(params) {
|
|
7
7
|
return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers`, {
|
|
8
8
|
params
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
|
-
|
|
11
|
+
stats(params) {
|
|
12
12
|
return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers/stats`, {
|
|
13
13
|
params
|
|
14
14
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PaymentExpectationCustomer.js","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,0BAA2B,SAAQ,QAAQ;IACtD,
|
|
1
|
+
{"version":3,"file":"PaymentExpectationCustomer.js","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectationCustomer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,0BAA2B,SAAQ,QAAQ;IACtD,GAAG,CAAC,MAA0C;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,6BAA6B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IACD,YAAY,CAAC,MAAoD;QAC/D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,gCAAgC,EAAE;YACnF,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,KAAK,CAAC,MAAyD;QAC7D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,sCAAsC,EAAE;YACzF,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,GAAG,CAAC,MAA0C;QAC5C,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,iCAAiC,EAAE,MAAM,CAAC,CAAC;IACrE,CAAC;IACD,OAAO,CAAC,MAA8C;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,qCAAqC,EAAE,MAAM,CAAC,CAAC;IACzE,CAAC;IACD,MAAM,CAAC,MAAoD;QACzD,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,MAAM,CAAC,SAAS,kCAAkC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC;IACvG,CAAC;IACD,MAAM,CAAC,MAAqD;QAC1D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,MAAM,CAAC,SAAS,kCAAkC,MAAM,CAAC,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;IACnH,CAAC;IACD,MAAM,CAAC,MAA+C;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,YAAY,MAAM,CAAC,SAAS,6BAA6B,EAAE,MAAM,CAAC,CAAC;IAC7F,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { QueryGetPaymentExpectationCustomer, IPaymentExpectationCustomer, QueryPayPaymentExpectationCustomer, QueryConfirmPaymentExpectationCustomer, QueryGetSocietyPaymentsExpectationsCustomers, QueryDeleteSocietyPaymentExpectationCustomer, BasePaginate, UpdateRefundSocietyPaymentExpectationCustomer, CreateSocietyPaymentExpectationCustomer, ReadPaymentExpectationCustomerStat, QueryGetSocietyPaymentsExpectationsCustomersStats } from '../../types';\n\nexport class PaymentExpectationCustomer extends Resource {\n get(params: QueryGetPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$get('/paymentExpectationCustomer', { params }); \n }\n getBySociety(params: QueryGetSocietyPaymentsExpectationsCustomers): Promise<BasePaginate<IPaymentExpectationCustomer>> {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers`, { \n params\n }); \n }\n stats(params: QueryGetSocietyPaymentsExpectationsCustomersStats): Promise<ReadPaymentExpectationCustomerStat> {\n return this.axios.$get(`/society/${params.idSociety}/paymentsExpectationsCustomers/stats`, { \n params\n }); \n }\n pay(params: QueryPayPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post('/paymentExpectationCustomer/pay', params);\n }\n confirm(params: QueryConfirmPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post('/paymentExpectationCustomer/confirm', params);\n }\n delete(params: QueryDeleteSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$delete(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}`);\n }\n refund(params: UpdateRefundSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$put(`/society/${params.idSociety}/paymentsExpectationsCustomers/${params.id}/refund`, params);\n }\n create(params: CreateSocietyPaymentExpectationCustomer): Promise<IPaymentExpectationCustomer> {\n return this.axios.$post(`/society/${params.idSociety}/paymentExpectationCustomer`, params);\n }\n}"]}
|
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
export declare const ImmobilizationType: {
|
|
2
|
+
FRAIS_CONSTITUTION: {
|
|
3
|
+
id: number;
|
|
4
|
+
isIncorporeal: boolean;
|
|
5
|
+
isDepreciable: boolean;
|
|
6
|
+
amortizationMethod: string;
|
|
7
|
+
amortizationRequest: null;
|
|
8
|
+
amortizationDuration: number;
|
|
9
|
+
idAccount: number;
|
|
10
|
+
idAccountEndownment: number;
|
|
11
|
+
idAccountAmortization: number;
|
|
12
|
+
};
|
|
13
|
+
FRAIS_PREMIER_ETABLISSEMENT: {
|
|
14
|
+
id: number;
|
|
15
|
+
isIncorporeal: boolean;
|
|
16
|
+
isDepreciable: boolean;
|
|
17
|
+
amortizationMethod: string;
|
|
18
|
+
amortizationRequest: null;
|
|
19
|
+
amortizationDuration: number;
|
|
20
|
+
idAccount: number;
|
|
21
|
+
idAccountEndownment: number;
|
|
22
|
+
idAccountAmortization: number;
|
|
23
|
+
};
|
|
24
|
+
FRAIS_AUGMENTATION_CAPITAL: {
|
|
25
|
+
id: number;
|
|
26
|
+
isIncorporeal: boolean;
|
|
27
|
+
isDepreciable: boolean;
|
|
28
|
+
amortizationMethod: string;
|
|
29
|
+
amortizationRequest: null;
|
|
30
|
+
amortizationDuration: number;
|
|
31
|
+
idAccount: number;
|
|
32
|
+
idAccountEndownment: number;
|
|
33
|
+
idAccountAmortization: number;
|
|
34
|
+
};
|
|
35
|
+
FRAIS_RECHERCHE: {
|
|
36
|
+
id: number;
|
|
37
|
+
isIncorporeal: boolean;
|
|
38
|
+
isDepreciable: boolean;
|
|
39
|
+
amortizationMethod: string;
|
|
40
|
+
amortizationRequest: string;
|
|
41
|
+
amortizationDuration: number;
|
|
42
|
+
idAccount: number;
|
|
43
|
+
idAccountEndownment: number;
|
|
44
|
+
idAccountAmortization: number;
|
|
45
|
+
};
|
|
46
|
+
CONCESSIONS_BREVET: {
|
|
47
|
+
id: number;
|
|
48
|
+
isIncorporeal: boolean;
|
|
49
|
+
isDepreciable: boolean;
|
|
50
|
+
amortizationMethod: string;
|
|
51
|
+
amortizationRequest: string;
|
|
52
|
+
amortizationDuration: number;
|
|
53
|
+
idAccount: number;
|
|
54
|
+
idAccountEndownment: number;
|
|
55
|
+
idAccountAmortization: number;
|
|
56
|
+
};
|
|
57
|
+
LOGICIEL: {
|
|
58
|
+
id: number;
|
|
59
|
+
isIncorporeal: boolean;
|
|
60
|
+
isDepreciable: boolean;
|
|
61
|
+
amortizationMethod: string;
|
|
62
|
+
amortizationRequest: null;
|
|
63
|
+
amortizationDuration: number;
|
|
64
|
+
idAccount: number;
|
|
65
|
+
idAccountEndownment: number;
|
|
66
|
+
idAccountAmortization: number;
|
|
67
|
+
};
|
|
68
|
+
SITE_INTERNET: {
|
|
69
|
+
id: number;
|
|
70
|
+
isIncorporeal: boolean;
|
|
71
|
+
isDepreciable: boolean;
|
|
72
|
+
amortizationMethod: string;
|
|
73
|
+
amortizationRequest: null;
|
|
74
|
+
amortizationDuration: number;
|
|
75
|
+
idAccount: number;
|
|
76
|
+
idAccountEndownment: number;
|
|
77
|
+
idAccountAmortization: number;
|
|
78
|
+
};
|
|
79
|
+
DROIT_AU_BAIL: {
|
|
80
|
+
id: number;
|
|
81
|
+
isIncorporeal: boolean;
|
|
82
|
+
isDepreciable: boolean;
|
|
83
|
+
amortizationMethod: string;
|
|
84
|
+
amortizationRequest: string;
|
|
85
|
+
amortizationDuration: number;
|
|
86
|
+
idAccount: number;
|
|
87
|
+
idAccountEndownment: number;
|
|
88
|
+
idAccountAmortization: number;
|
|
89
|
+
};
|
|
90
|
+
FOND_COMMERCIAL: {
|
|
91
|
+
id: number;
|
|
92
|
+
isIncorporeal: boolean;
|
|
93
|
+
isDepreciable: boolean;
|
|
94
|
+
amortizationMethod: string;
|
|
95
|
+
amortizationRequest: string;
|
|
96
|
+
amortizationDuration: number;
|
|
97
|
+
idAccount: number;
|
|
98
|
+
idAccountEndownment: number;
|
|
99
|
+
idAccountAmortization: number;
|
|
100
|
+
};
|
|
101
|
+
TERRAIN_NU: {
|
|
102
|
+
id: number;
|
|
103
|
+
isIncorporeal: boolean;
|
|
104
|
+
isDepreciable: boolean;
|
|
105
|
+
amortizationMethod: null;
|
|
106
|
+
amortizationRequest: null;
|
|
107
|
+
amortizationDuration: number;
|
|
108
|
+
idAccount: number;
|
|
109
|
+
idAccountEndownment: number;
|
|
110
|
+
idAccountAmortization: number;
|
|
111
|
+
};
|
|
112
|
+
TERRAIN_AMENAGE: {
|
|
113
|
+
id: number;
|
|
114
|
+
isIncorporeal: boolean;
|
|
115
|
+
isDepreciable: boolean;
|
|
116
|
+
amortizationMethod: null;
|
|
117
|
+
amortizationRequest: null;
|
|
118
|
+
amortizationDuration: number;
|
|
119
|
+
idAccount: number;
|
|
120
|
+
idAccountEndownment: number;
|
|
121
|
+
idAccountAmortization: number;
|
|
122
|
+
};
|
|
123
|
+
SOUS_SOLS: {
|
|
124
|
+
id: number;
|
|
125
|
+
isIncorporeal: boolean;
|
|
126
|
+
isDepreciable: boolean;
|
|
127
|
+
amortizationMethod: null;
|
|
128
|
+
amortizationRequest: null;
|
|
129
|
+
amortizationDuration: number;
|
|
130
|
+
idAccount: number;
|
|
131
|
+
idAccountEndownment: number;
|
|
132
|
+
idAccountAmortization: number;
|
|
133
|
+
};
|
|
134
|
+
TERRAIN_CARRIERES: {
|
|
135
|
+
id: number;
|
|
136
|
+
isIncorporeal: boolean;
|
|
137
|
+
isDepreciable: boolean;
|
|
138
|
+
amortizationMethod: null;
|
|
139
|
+
amortizationRequest: null;
|
|
140
|
+
amortizationDuration: number;
|
|
141
|
+
idAccount: number;
|
|
142
|
+
idAccountEndownment: number;
|
|
143
|
+
idAccountAmortization: number;
|
|
144
|
+
};
|
|
145
|
+
TERRAIN_BATIS: {
|
|
146
|
+
id: number;
|
|
147
|
+
isIncorporeal: boolean;
|
|
148
|
+
isDepreciable: boolean;
|
|
149
|
+
amortizationMethod: null;
|
|
150
|
+
amortizationRequest: null;
|
|
151
|
+
amortizationDuration: number;
|
|
152
|
+
idAccount: number;
|
|
153
|
+
idAccountEndownment: number;
|
|
154
|
+
idAccountAmortization: number;
|
|
155
|
+
};
|
|
156
|
+
AGENCEMENT_TERRAIN: {
|
|
157
|
+
id: number;
|
|
158
|
+
isIncorporeal: boolean;
|
|
159
|
+
isDepreciable: boolean;
|
|
160
|
+
amortizationMethod: null;
|
|
161
|
+
amortizationRequest: null;
|
|
162
|
+
amortizationDuration: number;
|
|
163
|
+
idAccount: number;
|
|
164
|
+
idAccountEndownment: number;
|
|
165
|
+
idAccountAmortization: number;
|
|
166
|
+
};
|
|
167
|
+
BATIMENT_COMMERCIAUX: {
|
|
168
|
+
id: number;
|
|
169
|
+
isIncorporeal: boolean;
|
|
170
|
+
isDepreciable: boolean;
|
|
171
|
+
amortizationMethod: string;
|
|
172
|
+
amortizationRequest: null;
|
|
173
|
+
amortizationDuration: number;
|
|
174
|
+
idAccount: number;
|
|
175
|
+
idAccountEndownment: number;
|
|
176
|
+
idAccountAmortization: number;
|
|
177
|
+
};
|
|
178
|
+
BATIMENT_INDUSTRIEL: {
|
|
179
|
+
id: number;
|
|
180
|
+
isIncorporeal: boolean;
|
|
181
|
+
isDepreciable: boolean;
|
|
182
|
+
amortizationMethod: string;
|
|
183
|
+
amortizationRequest: null;
|
|
184
|
+
amortizationDuration: number;
|
|
185
|
+
idAccount: number;
|
|
186
|
+
idAccountEndownment: number;
|
|
187
|
+
idAccountAmortization: number;
|
|
188
|
+
};
|
|
189
|
+
CONSTRUCTION_SOL_AUTRUI: {
|
|
190
|
+
id: number;
|
|
191
|
+
isIncorporeal: boolean;
|
|
192
|
+
isDepreciable: boolean;
|
|
193
|
+
amortizationMethod: string;
|
|
194
|
+
amortizationRequest: null;
|
|
195
|
+
amortizationDuration: number;
|
|
196
|
+
idAccount: number;
|
|
197
|
+
idAccountEndownment: number;
|
|
198
|
+
idAccountAmortization: number;
|
|
199
|
+
};
|
|
200
|
+
INSTALLATION_GENERALE: {
|
|
201
|
+
id: number;
|
|
202
|
+
isIncorporeal: boolean;
|
|
203
|
+
isDepreciable: boolean;
|
|
204
|
+
amortizationMethod: string;
|
|
205
|
+
amortizationRequest: null;
|
|
206
|
+
amortizationDuration: number;
|
|
207
|
+
idAccount: number;
|
|
208
|
+
idAccountEndownment: number;
|
|
209
|
+
idAccountAmortization: number;
|
|
210
|
+
};
|
|
211
|
+
MATERIEL_TRANSPORT: {
|
|
212
|
+
id: number;
|
|
213
|
+
isIncorporeal: boolean;
|
|
214
|
+
isDepreciable: boolean;
|
|
215
|
+
amortizationMethod: string;
|
|
216
|
+
amortizationRequest: null;
|
|
217
|
+
amortizationDuration: number;
|
|
218
|
+
idAccount: number;
|
|
219
|
+
idAccountEndownment: number;
|
|
220
|
+
idAccountAmortization: number;
|
|
221
|
+
};
|
|
222
|
+
MATERIEL_BUREAU: {
|
|
223
|
+
id: number;
|
|
224
|
+
isIncorporeal: boolean;
|
|
225
|
+
isDepreciable: boolean;
|
|
226
|
+
amortizationMethod: string;
|
|
227
|
+
amortizationRequest: null;
|
|
228
|
+
amortizationDuration: number;
|
|
229
|
+
idAccount: number;
|
|
230
|
+
idAccountEndownment: number;
|
|
231
|
+
idAccountAmortization: number;
|
|
232
|
+
};
|
|
233
|
+
MOBILIER: {
|
|
234
|
+
id: number;
|
|
235
|
+
isIncorporeal: boolean;
|
|
236
|
+
isDepreciable: boolean;
|
|
237
|
+
amortizationMethod: string;
|
|
238
|
+
amortizationRequest: null;
|
|
239
|
+
amortizationDuration: number;
|
|
240
|
+
idAccount: number;
|
|
241
|
+
idAccountEndownment: number;
|
|
242
|
+
idAccountAmortization: number;
|
|
243
|
+
};
|
|
244
|
+
TITRE_PARTICIPATION: {
|
|
245
|
+
id: number;
|
|
246
|
+
isIncorporeal: boolean;
|
|
247
|
+
isDepreciable: boolean;
|
|
248
|
+
amortizationMethod: boolean;
|
|
249
|
+
amortizationRequest: null;
|
|
250
|
+
amortizationDuration: number;
|
|
251
|
+
idAccount: number;
|
|
252
|
+
idAccountEndownment: number;
|
|
253
|
+
idAccountAmortization: number;
|
|
254
|
+
};
|
|
255
|
+
AUTRE_FORME_PARTICIPATION: {
|
|
256
|
+
id: number;
|
|
257
|
+
isIncorporeal: boolean;
|
|
258
|
+
isDepreciable: boolean;
|
|
259
|
+
amortizationMethod: string;
|
|
260
|
+
amortizationRequest: null;
|
|
261
|
+
amortizationDuration: number;
|
|
262
|
+
idAccount: number;
|
|
263
|
+
idAccountEndownment: number;
|
|
264
|
+
idAccountAmortization: number;
|
|
265
|
+
};
|
|
266
|
+
CREANCE_PARTICIPATION: {
|
|
267
|
+
id: number;
|
|
268
|
+
isIncorporeal: boolean;
|
|
269
|
+
isDepreciable: boolean;
|
|
270
|
+
amortizationMethod: boolean;
|
|
271
|
+
amortizationRequest: null;
|
|
272
|
+
amortizationDuration: number;
|
|
273
|
+
idAccount: number;
|
|
274
|
+
idAccountEndownment: number;
|
|
275
|
+
idAccountAmortization: number;
|
|
276
|
+
};
|
|
277
|
+
CREANCE_PARTICIPATION_SOCIETE: {
|
|
278
|
+
id: number;
|
|
279
|
+
isIncorporeal: boolean;
|
|
280
|
+
isDepreciable: boolean;
|
|
281
|
+
amortizationMethod: boolean;
|
|
282
|
+
amortizationRequest: null;
|
|
283
|
+
amortizationDuration: number;
|
|
284
|
+
idAccount: number;
|
|
285
|
+
idAccountEndownment: number;
|
|
286
|
+
idAccountAmortization: number;
|
|
287
|
+
};
|
|
288
|
+
VERSEMENT_RESTANT: {
|
|
289
|
+
id: number;
|
|
290
|
+
isIncorporeal: boolean;
|
|
291
|
+
isDepreciable: boolean;
|
|
292
|
+
amortizationMethod: boolean;
|
|
293
|
+
amortizationRequest: null;
|
|
294
|
+
amortizationDuration: number;
|
|
295
|
+
idAccount: number;
|
|
296
|
+
idAccountEndownment: number;
|
|
297
|
+
idAccountAmortization: number;
|
|
298
|
+
};
|
|
299
|
+
TITRE_IMMOBILISE_AUTRES: {
|
|
300
|
+
id: number;
|
|
301
|
+
isIncorporeal: boolean;
|
|
302
|
+
isDepreciable: boolean;
|
|
303
|
+
amortizationMethod: boolean;
|
|
304
|
+
amortizationRequest: null;
|
|
305
|
+
amortizationDuration: number;
|
|
306
|
+
idAccount: number;
|
|
307
|
+
idAccountEndownment: number;
|
|
308
|
+
idAccountAmortization: number;
|
|
309
|
+
};
|
|
310
|
+
TITRE_IMMOBILISE: {
|
|
311
|
+
id: number;
|
|
312
|
+
isIncorporeal: boolean;
|
|
313
|
+
isDepreciable: boolean;
|
|
314
|
+
amortizationMethod: boolean;
|
|
315
|
+
amortizationRequest: null;
|
|
316
|
+
amortizationDuration: number;
|
|
317
|
+
idAccount: number;
|
|
318
|
+
idAccountEndownment: number;
|
|
319
|
+
idAccountAmortization: number;
|
|
320
|
+
};
|
|
321
|
+
TITRE_IMMOBILISE_DE_ACTIVITE: {
|
|
322
|
+
id: number;
|
|
323
|
+
isIncorporeal: boolean;
|
|
324
|
+
isDepreciable: boolean;
|
|
325
|
+
amortizationMethod: boolean;
|
|
326
|
+
amortizationRequest: null;
|
|
327
|
+
amortizationDuration: number;
|
|
328
|
+
idAccount: number;
|
|
329
|
+
idAccountEndownment: number;
|
|
330
|
+
idAccountAmortization: number;
|
|
331
|
+
};
|
|
332
|
+
PRET: {
|
|
333
|
+
id: number;
|
|
334
|
+
isIncorporeal: boolean;
|
|
335
|
+
isDepreciable: boolean;
|
|
336
|
+
amortizationMethod: boolean;
|
|
337
|
+
amortizationRequest: null;
|
|
338
|
+
amortizationDuration: number;
|
|
339
|
+
idAccount: number;
|
|
340
|
+
idAccountEndownment: number;
|
|
341
|
+
idAccountAmortization: number;
|
|
342
|
+
};
|
|
343
|
+
DEPOT_CAUTIONNEMENT: {
|
|
344
|
+
id: number;
|
|
345
|
+
isIncorporeal: boolean;
|
|
346
|
+
isDepreciable: boolean;
|
|
347
|
+
amortizationMethod: boolean;
|
|
348
|
+
amortizationRequest: null;
|
|
349
|
+
amortizationDuration: number;
|
|
350
|
+
idAccount: number;
|
|
351
|
+
idAccountEndownment: number;
|
|
352
|
+
idAccountAmortization: number;
|
|
353
|
+
};
|
|
354
|
+
AUTRE_CREANCE: {
|
|
355
|
+
id: number;
|
|
356
|
+
isIncorporeal: boolean;
|
|
357
|
+
isDepreciable: boolean;
|
|
358
|
+
amortizationMethod: boolean;
|
|
359
|
+
amortizationRequest: null;
|
|
360
|
+
amortizationDuration: number;
|
|
361
|
+
idAccount: number;
|
|
362
|
+
idAccountEndownment: number;
|
|
363
|
+
idAccountAmortization: number;
|
|
364
|
+
};
|
|
365
|
+
ACTION_PROPRE_PART_PROPRE: {
|
|
366
|
+
id: number;
|
|
367
|
+
isIncorporeal: boolean;
|
|
368
|
+
isDepreciable: boolean;
|
|
369
|
+
amortizationMethod: boolean;
|
|
370
|
+
amortizationRequest: null;
|
|
371
|
+
amortizationDuration: number;
|
|
372
|
+
idAccount: number;
|
|
373
|
+
idAccountEndownment: number;
|
|
374
|
+
idAccountAmortization: number;
|
|
375
|
+
};
|
|
376
|
+
MALI_FUSION_ACTIF: {
|
|
377
|
+
id: number;
|
|
378
|
+
isIncorporeal: boolean;
|
|
379
|
+
isDepreciable: boolean;
|
|
380
|
+
amortizationMethod: boolean;
|
|
381
|
+
amortizationRequest: null;
|
|
382
|
+
amortizationDuration: number;
|
|
383
|
+
idAccount: number;
|
|
384
|
+
idAccountEndownment: number;
|
|
385
|
+
idAccountAmortization: number;
|
|
386
|
+
};
|
|
387
|
+
VERSEMENT_RESTANT_SUR_TITRE: {
|
|
388
|
+
id: number;
|
|
389
|
+
isIncorporeal: boolean;
|
|
390
|
+
isDepreciable: boolean;
|
|
391
|
+
amortizationMethod: boolean;
|
|
392
|
+
amortizationRequest: null;
|
|
393
|
+
amortizationDuration: number;
|
|
394
|
+
idAccount: number;
|
|
395
|
+
idAccountEndownment: number;
|
|
396
|
+
idAccountAmortization: number;
|
|
397
|
+
};
|
|
398
|
+
};
|
|
399
|
+
//# sourceMappingURL=ImmobilizationType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImmobilizationType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/ImmobilizationType.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8Y9B,CAAC"}
|