@silexpert/core 0.4.122 → 0.4.124
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/es/api/resources/Closing.d.ts +6 -0
- package/es/api/resources/Closing.d.ts.map +1 -0
- package/es/api/resources/Closing.js +7 -0
- package/es/api/resources/Closing.js.map +1 -0
- package/es/api/resources/shareCapital.d.ts +29 -0
- package/es/api/resources/shareCapital.d.ts.map +1 -0
- package/es/api/resources/shareCapital.js +32 -0
- package/es/api/resources/shareCapital.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Account.d.ts +8 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +8 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/Ocr.d.ts +5 -0
- package/es/types/Enum/Ocr.d.ts.map +1 -0
- package/es/types/Enum/Ocr.js +6 -0
- package/es/types/Enum/Ocr.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +6 -3
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +21 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +6 -4
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +18 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/cerfa/2031.d.ts +157 -0
- package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2031.js +17 -0
- package/es/types/Interface/api/cerfa/2031.js.map +1 -0
- package/es/types/Interface/api/cerfa/2033.d.ts +511 -0
- package/es/types/Interface/api/cerfa/2033.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2033.js +429 -0
- package/es/types/Interface/api/cerfa/2033.js.map +1 -0
- package/es/types/Interface/api/cerfa/2035.d.ts +396 -0
- package/es/types/Interface/api/cerfa/2035.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2035.js +43 -0
- package/es/types/Interface/api/cerfa/2035.js.map +1 -0
- package/es/types/Interface/api/cerfa/2050.d.ts +1678 -0
- package/es/types/Interface/api/cerfa/2050.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2050.js +3 -0
- package/es/types/Interface/api/cerfa/2050.js.map +1 -0
- package/es/types/Interface/api/cerfa/2065.d.ts +149 -0
- package/es/types/Interface/api/cerfa/2065.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2065.js +21 -0
- package/es/types/Interface/api/cerfa/2065.js.map +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +6 -1215
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +5 -481
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/es/types/Interface/api/closing/ProcessedClosing.d.ts +6 -0
- package/es/types/Interface/api/closing/ProcessedClosing.d.ts.map +1 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js +2 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts +13 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.js +53 -0
- package/es/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts +1 -3
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTransactions.js +2 -2
- package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +17 -0
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -1
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js +32 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js +27 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts +4 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +4 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +3 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +3 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/ISocietySocial.d.ts +2 -2
- package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietySocial.js.map +1 -1
- package/es/types/index.d.ts +8 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Closing.js +18 -0
- package/js/api/resources/Closing.js.map +1 -0
- package/js/api/resources/shareCapital.js +47 -0
- package/js/api/resources/shareCapital.js.map +1 -0
- package/js/api/resources.js +7 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Account.js +8 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/Ocr.js +12 -0
- package/js/types/Enum/Ocr.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +6 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +5 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/cerfa/2031.js +29 -0
- package/js/types/Interface/api/cerfa/2031.js.map +1 -0
- package/js/types/Interface/api/cerfa/2033.js +295 -0
- package/js/types/Interface/api/cerfa/2033.js.map +1 -0
- package/js/types/Interface/api/cerfa/2035.js +47 -0
- package/js/types/Interface/api/cerfa/2035.js.map +1 -0
- package/js/types/Interface/api/cerfa/2050.js +10 -0
- package/js/types/Interface/api/cerfa/2050.js.map +1 -0
- package/js/types/Interface/api/cerfa/2065.js +37 -0
- package/js/types/Interface/api/cerfa/2065.js.map +1 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js +50 -337
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js → api/closing/ProcessedClosing.js} +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js.map → api/closing/ProcessedClosing.js.map} +1 -1
- package/js/types/Interface/api/ocr/CreateOcr.js +45 -0
- package/js/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/js/types/Interface/api/ocr/OcrTransactions.js +1 -1
- package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js +35 -0
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js +33 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/society/UpdateSociety.js +2 -0
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +4 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +99 -15
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Closing.ts +8 -0
- package/ts/api/resources/shareCapital.ts +37 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/Account.ts +8 -0
- package/ts/types/Enum/Ocr.ts +4 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +21 -3
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +19 -4
- package/ts/types/Interface/api/cerfa/2031.ts +154 -0
- package/ts/types/Interface/api/cerfa/2033.ts +722 -0
- package/ts/types/Interface/api/cerfa/2035.ts +414 -0
- package/ts/types/Interface/api/cerfa/2050.ts +1416 -0
- package/ts/types/Interface/api/cerfa/2065.ts +128 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -1657
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +6 -1
- package/ts/types/Interface/api/closing/ProcessedClosing.ts +6 -0
- package/ts/types/Interface/api/ocr/CreateOcr.ts +33 -0
- package/ts/types/Interface/api/ocr/OcrTransactions.ts +3 -5
- package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +20 -0
- package/ts/types/Interface/api/shareCapital/CreateInKindContribution.ts +19 -0
- package/ts/types/Interface/api/shareCapital/CreateShareCapital.ts +17 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapital.ts +6 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapitalProvided.ts +3 -0
- package/ts/types/Interface/api/shareCapital/ResultCreateShareCapital.ts +6 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +3 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/IApiError.ts +4 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
- package/ts/types/Interface/models/ISocietySocial.ts +2 -2
- package/ts/types/index.ts +9 -2
- package/es/types/Interface/models/IPrestationSocial.d.ts +0 -7
- package/es/types/Interface/models/IPrestationSocial.d.ts.map +0 -1
- package/es/types/Interface/models/IPrestationSocial.js +0 -2
- package/es/types/Interface/models/IPrestationSocial.js.map +0 -1
- package/ts/types/Interface/models/IPrestationSocial.ts +0 -7
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ShareCapital = undefined;
|
|
7
|
+
|
|
8
|
+
var _Resource = require("../Resource");
|
|
9
|
+
|
|
10
|
+
class ShareCapital extends _Resource.Resource {
|
|
11
|
+
/**
|
|
12
|
+
* Get allready provided share capital (number)
|
|
13
|
+
* @param idExercice Exercice id
|
|
14
|
+
* @returns ReadShareCapital
|
|
15
|
+
*/
|
|
16
|
+
getProvided(idExercice) {
|
|
17
|
+
return this.axios.$get(`/balance-sheets/exercices/${idExercice}/provided-share-capitals`);
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Get share capital, totalInKindContribution, totalProvided and unpaid
|
|
21
|
+
* @param idExercice Exercice id
|
|
22
|
+
* @returns ReadShareCapital
|
|
23
|
+
*/
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
get(idExercice) {
|
|
27
|
+
return this.axios.$get(`/balance-sheets/exercices/${idExercice}/share-capitals`);
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Create kind contribution and unpaid share capital
|
|
31
|
+
* @param idExercice Exercice id
|
|
32
|
+
* @param payload CreateShareCapital
|
|
33
|
+
* @returns ResultCreateShareCapital
|
|
34
|
+
* Inserted total values.
|
|
35
|
+
*
|
|
36
|
+
* Fails if exercice is unknown, or if shareCapital (Society.socialCapital) is not a number or if total is not equal to 0.
|
|
37
|
+
*/
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
create(idExercice, payload) {
|
|
41
|
+
return this.axios.$post(`/balance-sheets/exercices/${idExercice}/share-capitals`, payload);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
exports.ShareCapital = ShareCapital;
|
|
47
|
+
//# sourceMappingURL=shareCapital.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/api/resources/shareCapital.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAKM,MAAO,YAAP,SAA4B,kBAA5B,CAAoC;AACxC;;;;AAIG;AACH,EAAA,WAAW,CAAC,UAAD,EAAmB;AAC5B,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,6BAA6B,UAAU,0BAAvD,CAAP;AACD;AAED;;;;AAIG;;;AACH,EAAA,GAAG,CAAC,UAAD,EAAmB;AACpB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,6BAA6B,UAAU,iBAAvD,CAAP;AACD;AAED;;;;;;;;AAQG;;;AACH,EAAA,MAAM,CAAC,UAAD,EAAqB,OAArB,EAAgD;AACpD,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,6BAA6B,UAAU,iBAAxD,EAA2E,OAA3E,CAAP;AACD;;AA9BuC;;QAA7B,Y,GAAA,Y","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateShareCapital } from '../../types/Interface/api/shareCapital/CreateShareCapital';\nimport { ReadShareCapital } from '../../types/Interface/api/shareCapital/ReadShareCapital';\nimport { ReadShareCapitalProvided, ResultCreateShareCapital } from '../..';\n\nexport class ShareCapital extends Resource {\n /**\n * Get allready provided share capital (number)\n * @param idExercice Exercice id\n * @returns ReadShareCapital\n */\n getProvided(idExercice: number): Promise<ReadShareCapitalProvided> {\n return this.axios.$get(`/balance-sheets/exercices/${idExercice}/provided-share-capitals`);\n }\n\n /**\n * Get share capital, totalInKindContribution, totalProvided and unpaid\n * @param idExercice Exercice id\n * @returns ReadShareCapital\n */\n get(idExercice: number): Promise<ReadShareCapital> {\n return this.axios.$get(`/balance-sheets/exercices/${idExercice}/share-capitals`);\n }\n\n /**\n * Create kind contribution and unpaid share capital\n * @param idExercice Exercice id\n * @param payload CreateShareCapital\n * @returns ResultCreateShareCapital\n * Inserted total values.\n *\n * Fails if exercice is unknown, or if shareCapital (Society.socialCapital) is not a number or if total is not equal to 0.\n */\n create(idExercice: number, payload: CreateShareCapital): Promise<ResultCreateShareCapital> {\n return this.axios.$post(`/balance-sheets/exercices/${idExercice}/share-capitals`, payload);\n }\n}\n"],"sourceRoot":"","file":"shareCapital.js"}
|
package/js/api/resources.js
CHANGED
|
@@ -115,6 +115,10 @@ var _AccountingIncome = require("./resources/AccountingIncome");
|
|
|
115
115
|
|
|
116
116
|
var _BankStatement = require("./resources/BankStatement");
|
|
117
117
|
|
|
118
|
+
var _shareCapital = require("./resources/shareCapital");
|
|
119
|
+
|
|
120
|
+
var _Closing = require("./resources/Closing");
|
|
121
|
+
|
|
118
122
|
const resources = exports.resources = {
|
|
119
123
|
simulation: _Simulation.Simulation,
|
|
120
124
|
country: _Country.Country,
|
|
@@ -170,6 +174,8 @@ const resources = exports.resources = {
|
|
|
170
174
|
exerciceQuestion: _ExerciceQuestion.ExerciceQuestion,
|
|
171
175
|
vatControl: _VatControl.VatControl,
|
|
172
176
|
accountingIncome: _AccountingIncome.AccountingIncome,
|
|
173
|
-
bankStatement: _BankStatement.BankStatement
|
|
177
|
+
bankStatement: _BankStatement.BankStatement,
|
|
178
|
+
shareCapital: _shareCapital.ShareCapital,
|
|
179
|
+
closing: _Closing.Closing
|
|
174
180
|
};
|
|
175
181
|
//# sourceMappingURL=resources.js.map
|
package/js/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,EAAA,UAAU,EAAE,sBADW;AAEvB,EAAA,OAAO,EAAE,gBAFc;AAGvB,EAAA,0BAA0B,EAAE,sDAHL;AAIvB,EAAA,cAAc,EAAE,8BAJO;AAKvB,EAAA,WAAW,EAAE,wBALU;AAMvB,EAAA,WAAW,EAAE,wBANU;AAOvB,EAAA,OAAO,EAAE,gBAPc;AAQvB,EAAA,WAAW,EAAE,wBARU;AASvB,EAAA,IAAI,EAAE,UATiB;AAUvB,EAAA,MAAM,EAAE,cAVe;AAWvB,EAAA,MAAM,EAAE,cAXe;AAYvB,EAAA,MAAM,EAAE,cAZe;AAavB,EAAA,SAAS,EAAE,oBAbY;AAcvB,EAAA,OAAO,EAAE,gBAdc;AAevB,EAAA,OAAO,EAAE,gBAfc;AAgBvB,EAAA,aAAa,EAAE,4BAhBQ;AAiBvB,EAAA,OAAO,EAAE,gBAjBc;AAkBvB,EAAA,eAAe,EAAE,gCAlBM;AAmBvB,EAAA,iBAAiB,EAAE,oCAnBI;AAoBvB,EAAA,YAAY,EAAE,0BApBS;AAqBvB,EAAA,kBAAkB,EAAE,sCArBG;AAsBvB,EAAA,KAAK,EAAE,YAtBgB;AAuBvB,EAAA,SAAS,EAAE,oBAvBY;AAwBvB,EAAA,YAAY,EAAE,0BAxBS;AAyBvB,EAAA,MAAM,EAAE,cAzBe;AA0BvB,EAAA,YAAY,EAAE,0BA1BS;AA2BvB,EAAA,YAAY,EAAE,0BA3BS;AA4BvB,EAAA,KAAK,EAAE,YA5BgB;AA6BvB,EAAA,SAAS,EAAE,oBA7BY;AA8BvB,EAAA,MAAM,EAAE,cA9Be;AA+BvB,EAAA,IAAI,EAAE,UA/BiB;AAgCvB,EAAA,SAAS,EAAE,oBAhCY;AAiCvB,EAAA,gBAAgB,EAAE,kCAjCK;AAkCvB,EAAA,SAAS,EAAE,oBAlCY;AAmCvB,EAAA,OAAO,EAAE,gBAnCc;AAoCvB,EAAA,gBAAgB,EAAE,kCApCK;AAqCvB,EAAA,yBAAyB,EAAE,oDArCJ;AAsCvB,EAAA,KAAK,EAAE,WAtCgB;AAuCvB,EAAA,aAAa,EAAE,4BAvCQ;AAwCvB,EAAA,OAAO,EAAE,gBAxCc;AAyCvB,EAAA,WAAW,EAAE,wBAzCU;AA0CvB,EAAA,YAAY,EAAE,0BA1CS;AA2CvB,EAAA,SAAS,EAAE,oBA3CY;AA4CvB,EAAA,mBAAmB,EAAE,wCA5CE;AA6CvB,EAAA,GAAG,EAAE,QA7CkB;AA8CvB,EAAA,aAAa,EAAE,4BA9CQ;AA+CvB,EAAA,YAAY,EAAE,0BA/CS;AAgDvB,EAAA,OAAO,EAAE,gBAhDc;AAiDvB,EAAA,OAAO,EAAE,gBAjDc;AAkDvB,EAAA,WAAW,EAAE,wBAlDU;AAmDvB,EAAA,oBAAoB,EAAE,0CAnDC;AAoDvB,EAAA,gBAAgB,EAAE,kCApDK;AAqDvB,EAAA,UAAU,EAAE,sBArDW;AAsDvB,EAAA,gBAAgB,EAAE,kCAtDK;AAuDvB,EAAA,aAAa,EAAE;
|
|
1
|
+
{"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n};\n"],"sourceRoot":"","file":"resources.js"}
|
package/js/types/Enum/Account.js
CHANGED
|
@@ -67,6 +67,14 @@ const Account = exports.Account = {
|
|
|
67
67
|
COMPANY_TAX: {
|
|
68
68
|
id: 201,
|
|
69
69
|
number: 444000
|
|
70
|
+
},
|
|
71
|
+
SHARE_CAPITAL_BANK_PROVIDED: {
|
|
72
|
+
id: 0,
|
|
73
|
+
number: 101300
|
|
74
|
+
},
|
|
75
|
+
SHAREHOLDER_SHARE_CAPITAL_BANK_PROVIDED: {
|
|
76
|
+
id: 0,
|
|
77
|
+
number: 109100
|
|
70
78
|
}
|
|
71
79
|
};
|
|
72
80
|
//# sourceMappingURL=Account.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,OAAO,WAAP,OAAO,GAAG;AACrB,EAAA,cAAc,EAAE;AACd,IAAA,EAAE,EAAE,EADU;AAEd,IAAA,MAAM,EAAE;AAFM,GADK;AAKrB,EAAA,WAAW,EAAE;AACX,IAAA,EAAE,EAAE,EADO;AAEX,IAAA,MAAM,EAAE;AAFG,GALQ;AASrB,EAAA,UAAU,EAAE;AACV,IAAA,EAAE,EAAE,EADM;AAEV,IAAA,MAAM,EAAE;AAFE,GATS;AAarB,EAAA,OAAO,EAAE;AACP,IAAA,EAAE,EAAE,EADG;AAEP,IAAA,MAAM,EAAE;AAFD,GAbY;AAiBrB,EAAA,WAAW,EAAE;AACX,IAAA,EAAE,EAAE,EADO;AAEX,IAAA,MAAM,EAAE;AAFG,GAjBQ;AAqBrB,EAAA,OAAO,EAAE;AACP,IAAA,EAAE,EAAE,GADG;AAEP,IAAA,MAAM,EAAE;AAFD,GArBY;AAyBrB,EAAA,YAAY,EAAE;AACZ,IAAA,EAAE,EAAE,EADQ;AAEZ,IAAA,MAAM,EAAE;AAFI,GAzBO;AA6BrB,EAAA,aAAa,EAAE;AACb,IAAA,EAAE,EAAE,EADS;AAEb,IAAA,MAAM,EAAE;AAFK,GA7BM;AAiCrB,EAAA,aAAa,EAAE;AACb,IAAA,EAAE,EAAE,EADS;AAEb,IAAA,MAAM,EAAE;AAFK,GAjCM;AAqCrB,EAAA,iBAAiB,EAAE;AACjB,IAAA,EAAE,EAAE,EADa;AAEjB,IAAA,MAAM,EAAE;AAFS,GArCE;AAyCrB,EAAA,iBAAiB,EAAE;AACjB,IAAA,EAAE,EAAE,EADa;AAEjB,IAAA,MAAM,EAAE;AAFS,GAzCE;AA6CrB,EAAA,gBAAgB,EAAE;AAChB,IAAA,EAAE,EAAE,EADY;AAEhB,IAAA,MAAM,EAAE;AAFQ,GA7CG;AAiDrB,EAAA,mBAAmB,EAAE;AACnB,IAAA,EAAE,EAAE,EADe;AAEnB,IAAA,MAAM,EAAE;AAFW,GAjDA;AAqDrB,EAAA,QAAQ,EAAE;AACR,IAAA,EAAE,EAAE,GADI;AAER,IAAA,MAAM,EAAE;AAFA,GArDW;AAyDrB,EAAA,eAAe,EAAE;AACf,IAAA,EAAE,EAAE,EADW;AAEf,IAAA,MAAM,EAAE;AAFO,GAzDI;AA6DrB,EAAA,WAAW,EAAE;AACX,IAAA,EAAE,EAAE,GADO;AAEX,IAAA,MAAM,EAAE;AAFG;
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,OAAO,WAAP,OAAO,GAAG;AACrB,EAAA,cAAc,EAAE;AACd,IAAA,EAAE,EAAE,EADU;AAEd,IAAA,MAAM,EAAE;AAFM,GADK;AAKrB,EAAA,WAAW,EAAE;AACX,IAAA,EAAE,EAAE,EADO;AAEX,IAAA,MAAM,EAAE;AAFG,GALQ;AASrB,EAAA,UAAU,EAAE;AACV,IAAA,EAAE,EAAE,EADM;AAEV,IAAA,MAAM,EAAE;AAFE,GATS;AAarB,EAAA,OAAO,EAAE;AACP,IAAA,EAAE,EAAE,EADG;AAEP,IAAA,MAAM,EAAE;AAFD,GAbY;AAiBrB,EAAA,WAAW,EAAE;AACX,IAAA,EAAE,EAAE,EADO;AAEX,IAAA,MAAM,EAAE;AAFG,GAjBQ;AAqBrB,EAAA,OAAO,EAAE;AACP,IAAA,EAAE,EAAE,GADG;AAEP,IAAA,MAAM,EAAE;AAFD,GArBY;AAyBrB,EAAA,YAAY,EAAE;AACZ,IAAA,EAAE,EAAE,EADQ;AAEZ,IAAA,MAAM,EAAE;AAFI,GAzBO;AA6BrB,EAAA,aAAa,EAAE;AACb,IAAA,EAAE,EAAE,EADS;AAEb,IAAA,MAAM,EAAE;AAFK,GA7BM;AAiCrB,EAAA,aAAa,EAAE;AACb,IAAA,EAAE,EAAE,EADS;AAEb,IAAA,MAAM,EAAE;AAFK,GAjCM;AAqCrB,EAAA,iBAAiB,EAAE;AACjB,IAAA,EAAE,EAAE,EADa;AAEjB,IAAA,MAAM,EAAE;AAFS,GArCE;AAyCrB,EAAA,iBAAiB,EAAE;AACjB,IAAA,EAAE,EAAE,EADa;AAEjB,IAAA,MAAM,EAAE;AAFS,GAzCE;AA6CrB,EAAA,gBAAgB,EAAE;AAChB,IAAA,EAAE,EAAE,EADY;AAEhB,IAAA,MAAM,EAAE;AAFQ,GA7CG;AAiDrB,EAAA,mBAAmB,EAAE;AACnB,IAAA,EAAE,EAAE,EADe;AAEnB,IAAA,MAAM,EAAE;AAFW,GAjDA;AAqDrB,EAAA,QAAQ,EAAE;AACR,IAAA,EAAE,EAAE,GADI;AAER,IAAA,MAAM,EAAE;AAFA,GArDW;AAyDrB,EAAA,eAAe,EAAE;AACf,IAAA,EAAE,EAAE,EADW;AAEf,IAAA,MAAM,EAAE;AAFO,GAzDI;AA6DrB,EAAA,WAAW,EAAE;AACX,IAAA,EAAE,EAAE,GADO;AAEX,IAAA,MAAM,EAAE;AAFG,GA7DQ;AAiErB,EAAA,2BAA2B,EAAE;AAC3B,IAAA,EAAE,EAAE,CADuB;AAE3B,IAAA,MAAM,EAAE;AAFmB,GAjER;AAqErB,EAAA,uCAAuC,EAAE;AACvC,IAAA,EAAE,EAAE,CADmC;AAEvC,IAAA,MAAM,EAAE;AAF+B;AArEpB,CAAhB","sourcesContent":["export const Account = {\n RESULT_BENEFIT: {\n id: 91,\n number: 120000,\n },\n RESULT_LOSS: {\n id: 92,\n number: 129000,\n },\n PRODUCTION: {\n id: 40,\n number: 701000,\n },\n SERVICE: {\n id: 47,\n number: 706000,\n },\n MERCHANDISE: {\n id: 48,\n number: 707000,\n },\n CAPITAL: {\n id: 112,\n number: 101100,\n },\n REPORT_DEBIT: {\n id: 89,\n number: 119000,\n },\n REPORT_CREDIT: {\n id: 87,\n number: 110000,\n },\n LEGAL_RESERVE: {\n id: 61,\n number: 106100,\n },\n STATUTORY_RESERVE: {\n id: 65,\n number: 106300,\n },\n REGULATED_RESERVE: {\n id: 66,\n number: 106400,\n },\n OPTIONAL_RESERVE: {\n id: 70,\n number: 106800,\n },\n UNAVAILABLE_RESERVE: {\n id: 64,\n number: 106200,\n },\n DIVIDEND: {\n id: 250,\n number: 457000,\n },\n LEVY_ON_RESERVE: {\n id: 70,\n number: 106800,\n },\n COMPANY_TAX: {\n id: 201,\n number: 444000,\n },\n SHARE_CAPITAL_BANK_PROVIDED: {\n id: 0,\n number: 101300,\n },\n SHAREHOLDER_SHARE_CAPITAL_BANK_PROVIDED: {\n id: 0,\n number: 109100,\n },\n};"],"sourceRoot":"","file":"Account.js"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var OcrType = exports.OcrType = undefined;
|
|
7
|
+
|
|
8
|
+
(function (OcrType) {
|
|
9
|
+
OcrType["SUBCONFIRMATION"] = "SubscriptionConfirmation";
|
|
10
|
+
OcrType["NOTIFICATION"] = "Notification";
|
|
11
|
+
})(OcrType || (exports.OcrType = OcrType = {}));
|
|
12
|
+
//# sourceMappingURL=Ocr.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/Ocr.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,OAGX,WAHW,OAGX,YAHD;;AAAA,CAAA,UAAY,OAAZ,EAAmB;AACjB,EAAA,OAAA,CAAA,iBAAA,CAAA,GAAA,0BAAA;AACA,EAAA,OAAA,CAAA,cAAA,CAAA,GAAA,cAAA;AACD,CAHD,EAAY,OAAO,aAAP,OAAO,GAAP,OAAO,GAAA,EAAA,CAAnB","sourcesContent":["export enum OcrType {\n SUBCONFIRMATION = 'SubscriptionConfirmation',\n NOTIFICATION = 'Notification',\n}"],"sourceRoot":"","file":"Ocr.js"}
|
|
@@ -29,10 +29,16 @@ exports.CreateBalanceSheetModuleForm = CreateBalanceSheetModuleForm;
|
|
|
29
29
|
|
|
30
30
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "inventory", void 0);
|
|
31
31
|
|
|
32
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "loanToDeclare", void 0);
|
|
33
|
+
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "hasPreviousExercice", void 0);
|
|
35
|
+
|
|
32
36
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "recoveryImmobilization", void 0);
|
|
33
37
|
|
|
34
38
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "incomeAllocation", void 0);
|
|
35
39
|
|
|
40
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], CreateBalanceSheetModuleForm.prototype, "hasShareCapital", void 0);
|
|
41
|
+
|
|
36
42
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "salariesFile", void 0);
|
|
37
43
|
|
|
38
44
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "provisionToDeclare", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAKX,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,WAAA,E,
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n inventory?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n loanToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasPreviousExercice?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n recoveryImmobilization?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n incomeAllocation?: boolean | null;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasShareCapital?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n salariesFile?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n provisionToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasLaundryFees?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasMealExpenses?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedVAT?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedCompanyTax?: boolean | null;\n\n @ApiProperty()\n idExercice: number;\n}"],"sourceRoot":"","file":"CreateBalanceSheetModule.js"}
|
|
@@ -31,12 +31,16 @@ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(),
|
|
|
31
31
|
|
|
32
32
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "recoveryImmobilization", void 0);
|
|
33
33
|
|
|
34
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "hasPreviousExercice", void 0);
|
|
35
|
+
|
|
34
36
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "incomeAllocation", void 0);
|
|
35
37
|
|
|
36
|
-
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type",
|
|
38
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "loanToDeclare", void 0);
|
|
37
39
|
|
|
38
40
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "provisionToDeclare", void 0);
|
|
39
41
|
|
|
42
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], UpdateBalanceSheetModuleForm.prototype, "hasShareCapital", void 0);
|
|
43
|
+
|
|
40
44
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "hasCustomerInvoiceToEstablish", void 0);
|
|
41
45
|
|
|
42
46
|
__decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "hasCustomerAssetToEstablish", void 0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAKX,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,WAAA,E,
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n inventory?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n recoveryImmobilization?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasPreviousExercice?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n incomeAllocation?:boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n loanToDeclare?: boolean | null;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n provisionToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasShareCapital?: boolean;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n salariesFile?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasLaundryFees?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasMealExpenses?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedVAT?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasCheckedCompanyTax?: boolean | null;\n\n @ApiPropertyOptional()\n idExercice?: number;\n}"],"sourceRoot":"","file":"UpdateBalanceSheetModule.js"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ParamsGenerate2031 = undefined;
|
|
7
|
+
|
|
8
|
+
var _ = require("../../../..");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class ParamsGenerate2031 {}
|
|
23
|
+
|
|
24
|
+
exports.ParamsGenerate2031 = ParamsGenerate2031;
|
|
25
|
+
|
|
26
|
+
__decorate([(0, _.ApiProperty)({
|
|
27
|
+
description: 'Formulaire à néant'
|
|
28
|
+
}), __metadata("design:type", Boolean)], ParamsGenerate2031.prototype, "isNil", void 0);
|
|
29
|
+
//# sourceMappingURL=2031.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../ts/types/Interface/api/cerfa/2031.ts"],"names":[],"mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAO,kBAAP,CAAyB;;QAAlB,kB,GAAA,kB;;AAEX,UAAA,CAAA,CADC,mBAAY;AAAE,EAAA,WAAW,EAAE;AAAf,CAAZ,CACD,E,kCAAA,CAAA,E,4BAAA,E,OAAA,E,KAAe,CAAf,CAAA","sourcesContent":["import { ApiProperty } from '../../../..';\n\nexport class ParamsGenerate2031 {\n @ApiProperty({ description: 'Formulaire à néant' })\n isNil: boolean;\n}\n\nexport interface Cerfa2031 {\n period: { months: number; },\n header: {\n opening: string;\n closure: string;\n realSystem: boolean,\n simplifiedAccounting: boolean,\n vat: boolean,\n tonnageTaxation: boolean,\n simplifiedSystem: boolean\n },\n identification: {\n companyDenomination: string;\n companyAddress: string;\n phoneNumber: string;\n email: string;\n siren: string;\n declarantEmail: string;\n declarantAddress: string;\n lastAddress: string;\n },\n miscellaneous: {\n activities: string;\n onJobList: boolean;\n ownerInfos: string;\n otherEstablishmentsAddresses : string;\n },\n recapitulation: {\n column2: number;\n cdSum: number;\n col1: { total: number; };\n col2: { total: number; };\n taxableBenefit: number;\n deductibleDeficit: number;\n netHandoverResult: number;\n incomeTaxSubjectEarnings: number;\n netExemptIncome: number;\n shareToDeduce: number;\n incomeTaxExemptEarnings: number;\n shortTermDepreciation: number;\n column1: number;\n creditTaxOption: number;\n shareEquipmentGrant: number;\n partnershipFiscalResult: number;\n publicAccountant: boolean;\n addedValue: {\n privateTaxed: number;\n longTermDiffered: number;\n exonerated: number;\n longTermExonerated: number;\n shortTermExonerated: number;\n }\n exemption: {\n newCompanyArt: boolean;\n zfuArt: boolean;\n zrrArt: boolean;\n reorganisationArt: boolean;\n freeZoneActivityArt: boolean;\n others: boolean;\n youngCompaniesArt: boolean;\n budArt: boolean;\n developmentZoneArt: boolean;\n taxableAddedValue: number;\n professionnalProfit: number;\n },\n industrialBenefits: {\n benefits: number;\n deficit: number;\n taxableBenefitIncome: {\n shortTermGrant: number;\n shortTermDepreciation: number;\n },\n addedValue: {\n longTermNet: number;\n nonProfessionalBenefitExemption: number;\n }\n },\n computerizedAccounting?: {\n yes: boolean;\n no: boolean;\n softwareName: string;\n omga: boolean;\n omgaInfos: string;\n approvalNumber: string;\n professionalAccountantInfos: string;\n declarantIdentity: string;\n place: string;\n date: string;\n declarantOccupation: string;\n signature: string;\n ecf: boolean;\n serviceProvider: string;\n };\n },\n benefitsDeficitsRepartition: {\n list: Array<{\n managerPartner: string;\n industrialBenefits: string;\n share0: string;\n share1: string;\n taxableAddedValueShare: string;\n label: string;\n }>,\n distributedBenefitsAmount: {\n taxableAddedValueShare: number;\n share: number;\n }\n },\n generalExpensesList: {\n receptionExpenses: number;\n gift: number\n },\n simplifiedTaxationSystemCompanies: {\n grossSalary: string;\n retrocessingFee: string;\n directDebitAmount: string;\n capitalSupplyAmount: string;\n list: Array<{\n nonDepreciableImmobilization: number;\n reassessValue: number;\n purchaseValue: number;\n addedValue: number;\n }>\n },\n nonProfessionalIndustrialBenefits: {\n rentalPropretySocialContribution: {\n benefit: number;\n deficit: number;\n },\n rentalProprety: {\n benefit: number;\n deficit: number\n };\n leaseManagement: {\n benefit: number;\n deficit: number\n },\n collectiveRaceHorseOwnership: {\n benefit: number;\n deficit: number;\n },\n others: {\n benefit: number;\n deficit: number;\n }\n }\n}\n"],"sourceRoot":"","file":"2031.js"}
|
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ParamsGenerate2033 = exports.Cerfa2033WorkForce = exports.Cerfa2033ApplicationDiverse = exports.Cerfa2033ApplicationDeficits = exports.Cerfa2033ReportableDeficits = exports.Cerfa2033ProvisionMoves = exports.Cerfa2033ProvisionNatures = exports.Cerfa2033Values = exports.Cerfa2033Amortizations = exports.Cerfa2033Immobilizations = exports.Cerfa2033FiscalResult = exports.Cerfa2033ExploitationResult = exports.Cerfa2033AccountingIncome = exports.Cerfa2033ExploitationExpenses = exports.Cerfa2033ExeploitationProducts = exports.Cerfa2033Referrals = exports.Cerfa2033Debts = exports.Cerfa2033Equity = exports.Cerfa2033CirculatingActive = exports.Cerfa2033FixedAsset = exports.Cerfa2033Society = undefined;
|
|
7
|
+
|
|
8
|
+
var _ = require("../../../..");
|
|
9
|
+
|
|
10
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
11
|
+
var c = arguments.length,
|
|
12
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
13
|
+
d;
|
|
14
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
15
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
class Cerfa2033Society {}
|
|
23
|
+
|
|
24
|
+
exports.Cerfa2033Society = Cerfa2033Society;
|
|
25
|
+
|
|
26
|
+
class Cerfa2033FixedAsset {}
|
|
27
|
+
|
|
28
|
+
exports.Cerfa2033FixedAsset = Cerfa2033FixedAsset;
|
|
29
|
+
|
|
30
|
+
class Cerfa2033CirculatingActive {}
|
|
31
|
+
|
|
32
|
+
exports.Cerfa2033CirculatingActive = Cerfa2033CirculatingActive;
|
|
33
|
+
|
|
34
|
+
class Cerfa2033Equity {}
|
|
35
|
+
|
|
36
|
+
exports.Cerfa2033Equity = Cerfa2033Equity;
|
|
37
|
+
|
|
38
|
+
class Cerfa2033Debts {}
|
|
39
|
+
|
|
40
|
+
exports.Cerfa2033Debts = Cerfa2033Debts;
|
|
41
|
+
|
|
42
|
+
class Cerfa2033Referrals {}
|
|
43
|
+
|
|
44
|
+
exports.Cerfa2033Referrals = Cerfa2033Referrals;
|
|
45
|
+
|
|
46
|
+
class Cerfa2033ExeploitationProducts {}
|
|
47
|
+
|
|
48
|
+
exports.Cerfa2033ExeploitationProducts = Cerfa2033ExeploitationProducts;
|
|
49
|
+
|
|
50
|
+
class Cerfa2033ExploitationExpenses {}
|
|
51
|
+
|
|
52
|
+
exports.Cerfa2033ExploitationExpenses = Cerfa2033ExploitationExpenses;
|
|
53
|
+
|
|
54
|
+
class Cerfa2033AccountingIncome {}
|
|
55
|
+
|
|
56
|
+
exports.Cerfa2033AccountingIncome = Cerfa2033AccountingIncome;
|
|
57
|
+
|
|
58
|
+
class Cerfa2033ExploitationResult {}
|
|
59
|
+
|
|
60
|
+
exports.Cerfa2033ExploitationResult = Cerfa2033ExploitationResult;
|
|
61
|
+
|
|
62
|
+
class Cerfa2033FiscalResult {}
|
|
63
|
+
|
|
64
|
+
exports.Cerfa2033FiscalResult = Cerfa2033FiscalResult;
|
|
65
|
+
|
|
66
|
+
class Cerfa2033Immobilizations {}
|
|
67
|
+
|
|
68
|
+
exports.Cerfa2033Immobilizations = Cerfa2033Immobilizations;
|
|
69
|
+
|
|
70
|
+
class Cerfa2033Amortizations {}
|
|
71
|
+
|
|
72
|
+
exports.Cerfa2033Amortizations = Cerfa2033Amortizations;
|
|
73
|
+
|
|
74
|
+
class Cerfa2033Values {}
|
|
75
|
+
|
|
76
|
+
exports.Cerfa2033Values = Cerfa2033Values;
|
|
77
|
+
|
|
78
|
+
class Cerfa2033ProvisionNatures {}
|
|
79
|
+
|
|
80
|
+
exports.Cerfa2033ProvisionNatures = Cerfa2033ProvisionNatures;
|
|
81
|
+
|
|
82
|
+
class Cerfa2033ProvisionMoves {}
|
|
83
|
+
|
|
84
|
+
exports.Cerfa2033ProvisionMoves = Cerfa2033ProvisionMoves;
|
|
85
|
+
|
|
86
|
+
class Cerfa2033ReportableDeficits {}
|
|
87
|
+
|
|
88
|
+
exports.Cerfa2033ReportableDeficits = Cerfa2033ReportableDeficits;
|
|
89
|
+
|
|
90
|
+
class Cerfa2033ApplicationDeficits {}
|
|
91
|
+
|
|
92
|
+
exports.Cerfa2033ApplicationDeficits = Cerfa2033ApplicationDeficits;
|
|
93
|
+
|
|
94
|
+
class Cerfa2033ApplicationDiverse {}
|
|
95
|
+
|
|
96
|
+
exports.Cerfa2033ApplicationDiverse = Cerfa2033ApplicationDiverse;
|
|
97
|
+
|
|
98
|
+
class Cerfa2033WorkForce {}
|
|
99
|
+
|
|
100
|
+
exports.Cerfa2033WorkForce = Cerfa2033WorkForce;
|
|
101
|
+
|
|
102
|
+
class ParamsGenerate2033 {}
|
|
103
|
+
|
|
104
|
+
exports.ParamsGenerate2033 = ParamsGenerate2033;
|
|
105
|
+
|
|
106
|
+
__decorate([(0, _.ApiPropertyOptional)({
|
|
107
|
+
description: 'Modifie le chemin du PDF'
|
|
108
|
+
}), __metadata("design:type", Boolean)], ParamsGenerate2033.prototype, "isTest", void 0);
|
|
109
|
+
|
|
110
|
+
__decorate([(0, _.ApiProperty)(), __metadata("design:type", Boolean)], ParamsGenerate2033.prototype, "isNil", void 0);
|
|
111
|
+
|
|
112
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "equityOtherReservePurchaseOfOriginalWorks", void 0);
|
|
113
|
+
|
|
114
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "referralFixedAssets", void 0);
|
|
115
|
+
|
|
116
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "referralDebtsMoreThanOneYear", void 0);
|
|
117
|
+
|
|
118
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "referralClaims", void 0);
|
|
119
|
+
|
|
120
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "saleOfMerchandiseExport", void 0);
|
|
121
|
+
|
|
122
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "saleOfProductionGoodsExport", void 0);
|
|
123
|
+
|
|
124
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "saleOfProductionServicesExport", void 0);
|
|
125
|
+
|
|
126
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "otherExpensesProvisions", void 0);
|
|
127
|
+
|
|
128
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "otherExpensesCotisations", void 0);
|
|
129
|
+
|
|
130
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalExpensesSubscriptions", void 0);
|
|
131
|
+
|
|
132
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalExpensesExceptional", void 0);
|
|
133
|
+
|
|
134
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsRemuneration", void 0);
|
|
135
|
+
|
|
136
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsAmortizations", void 0);
|
|
137
|
+
|
|
138
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsProvisions", void 0);
|
|
139
|
+
|
|
140
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsDiverse", void 0);
|
|
141
|
+
|
|
142
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsDeviations", void 0);
|
|
143
|
+
|
|
144
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsShareOfRent", void 0);
|
|
145
|
+
|
|
146
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsFractionOfRents", void 0);
|
|
147
|
+
|
|
148
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsRelatedCharges", void 0);
|
|
149
|
+
|
|
150
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "reinstatementsFiscalResult", void 0);
|
|
151
|
+
|
|
152
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "maritimeTransportDeduction", void 0);
|
|
153
|
+
|
|
154
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "newBusinessDeduction", void 0);
|
|
155
|
+
|
|
156
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "ZFUDeduction", void 0);
|
|
157
|
+
|
|
158
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "difficultBusinessDeduction", void 0);
|
|
159
|
+
|
|
160
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "JEIDeduction", void 0);
|
|
161
|
+
|
|
162
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "ZRDDeduction", void 0);
|
|
163
|
+
|
|
164
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "ZRRDeduction", void 0);
|
|
165
|
+
|
|
166
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "revitalizeDeduction", void 0);
|
|
167
|
+
|
|
168
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "overseasInvestmentDeduction", void 0);
|
|
169
|
+
|
|
170
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "ZFANGDeduction", void 0);
|
|
171
|
+
|
|
172
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "BUDDeduction", void 0);
|
|
173
|
+
|
|
174
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "priorityDevelopmentDeduction", void 0);
|
|
175
|
+
|
|
176
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "diverseDebts", void 0);
|
|
177
|
+
|
|
178
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeduction", void 0);
|
|
179
|
+
|
|
180
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionA", void 0);
|
|
181
|
+
|
|
182
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionB", void 0);
|
|
183
|
+
|
|
184
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionC", void 0);
|
|
185
|
+
|
|
186
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionD", void 0);
|
|
187
|
+
|
|
188
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionE", void 0);
|
|
189
|
+
|
|
190
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionF", void 0);
|
|
191
|
+
|
|
192
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "exceptionalDeductionG", void 0);
|
|
193
|
+
|
|
194
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "deficitsExercise", void 0);
|
|
195
|
+
|
|
196
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "deficitsReportable", void 0);
|
|
197
|
+
|
|
198
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Object)], ParamsGenerate2033.prototype, "deficitsImputed", void 0);
|
|
199
|
+
|
|
200
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Array)], ParamsGenerate2033.prototype, "addedValueNatures", void 0);
|
|
201
|
+
|
|
202
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "majorationsBeginingAmount", void 0);
|
|
203
|
+
|
|
204
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "majorationsIncreases", void 0);
|
|
205
|
+
|
|
206
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "majorationsDiminution", void 0);
|
|
207
|
+
|
|
208
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesBodilyDotations", void 0);
|
|
209
|
+
|
|
210
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesBodilyRevivals", void 0);
|
|
211
|
+
|
|
212
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesBodilyAmount", void 0);
|
|
213
|
+
|
|
214
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesLandDotations", void 0);
|
|
215
|
+
|
|
216
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesLandRevivals", void 0);
|
|
217
|
+
|
|
218
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesLandLabel", void 0);
|
|
219
|
+
|
|
220
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesLandAmount", void 0);
|
|
221
|
+
|
|
222
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesConstructionsDotations", void 0);
|
|
223
|
+
|
|
224
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesConstructionsRevivals", void 0);
|
|
225
|
+
|
|
226
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesConstructionsLabel", void 0);
|
|
227
|
+
|
|
228
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesConstructionsAmount", void 0);
|
|
229
|
+
|
|
230
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsDotations", void 0);
|
|
231
|
+
|
|
232
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsRevivals", void 0);
|
|
233
|
+
|
|
234
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsLabel", void 0);
|
|
235
|
+
|
|
236
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesTechicalInstallationsAmount", void 0);
|
|
237
|
+
|
|
238
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsDotations", void 0);
|
|
239
|
+
|
|
240
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsRevivals", void 0);
|
|
241
|
+
|
|
242
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsLabel", void 0);
|
|
243
|
+
|
|
244
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesGeneralInstallationsAmount", void 0);
|
|
245
|
+
|
|
246
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionDotations", void 0);
|
|
247
|
+
|
|
248
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionRevivals", void 0);
|
|
249
|
+
|
|
250
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionLabel", void 0);
|
|
251
|
+
|
|
252
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesEquipmentTransactionAmount", void 0);
|
|
253
|
+
|
|
254
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesOtherDotations", void 0);
|
|
255
|
+
|
|
256
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesOtherRevivals", void 0);
|
|
257
|
+
|
|
258
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesOtherLabel", void 0);
|
|
259
|
+
|
|
260
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "provisionsMovesOtherAmount", void 0);
|
|
261
|
+
|
|
262
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Array)], ParamsGenerate2033.prototype, "ventilations", void 0);
|
|
263
|
+
|
|
264
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "applicationDeficitsResult", void 0);
|
|
265
|
+
|
|
266
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "applicationDeficitsStranger", void 0);
|
|
267
|
+
|
|
268
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "applicationDeficitsDeductible", void 0);
|
|
269
|
+
|
|
270
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "applicationDeficitsCotisations", void 0);
|
|
271
|
+
|
|
272
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "applicationDeficitsTotal", void 0);
|
|
273
|
+
|
|
274
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "cotisationsDeductible", void 0);
|
|
275
|
+
|
|
276
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "cotisationsTotal", void 0);
|
|
277
|
+
|
|
278
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "approvedManagementCenter", void 0);
|
|
279
|
+
|
|
280
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "vatCollected", void 0);
|
|
281
|
+
|
|
282
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "vatDeductible", void 0);
|
|
283
|
+
|
|
284
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "specimens", void 0);
|
|
285
|
+
|
|
286
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "aidReceived", void 0);
|
|
287
|
+
|
|
288
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "investment", void 0);
|
|
289
|
+
|
|
290
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "reportableDeficitsTransferred", void 0);
|
|
291
|
+
|
|
292
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "reportableDeficitsOperations", void 0);
|
|
293
|
+
|
|
294
|
+
__decorate([(0, _.ApiPropertyOptional)(), __metadata("design:type", Number)], ParamsGenerate2033.prototype, "deductionsDiverseTotal", void 0);
|
|
295
|
+
//# sourceMappingURL=2033.js.map
|