@silexpert/core 1.1.61 → 1.1.63
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/GeneralLedger.d.ts +3 -1
- package/es/api/resources/GeneralLedger.d.ts.map +1 -1
- package/es/api/resources/GeneralLedger.js +6 -0
- package/es/api/resources/GeneralLedger.js.map +1 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts +13 -0
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.d.ts.map +1 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +28 -1
- package/es/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -1
- package/es/utils/vat/3310/century23.d.ts.map +1 -1
- package/es/utils/vat/3310/century23.js +28 -31
- package/es/utils/vat/3310/century23.js.map +1 -1
- package/es/utils/vat/3514/century23.d.ts.map +1 -1
- package/es/utils/vat/3514/century23.js +28 -31
- package/es/utils/vat/3514/century23.js.map +1 -1
- package/es/utils/vat/3517/century23.d.ts.map +1 -1
- package/es/utils/vat/3517/century23.js +99 -107
- package/es/utils/vat/3517/century23.js.map +1 -1
- package/es/utils/vat/3519/century23.d.ts.map +1 -1
- package/es/utils/vat/3519/century23.js +69 -70
- package/es/utils/vat/3519/century23.js.map +1 -1
- package/js/api/resources/GeneralLedger.js +10 -0
- package/js/api/resources/GeneralLedger.js.map +1 -1
- package/js/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js +18 -0
- package/js/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.js.map +1 -1
- package/js/utils/vat/3310/century23.js +23 -28
- package/js/utils/vat/3310/century23.js.map +1 -1
- package/js/utils/vat/3514/century23.js +22 -27
- package/js/utils/vat/3514/century23.js.map +1 -1
- package/js/utils/vat/3517/century23.js +85 -95
- package/js/utils/vat/3517/century23.js.map +1 -1
- package/js/utils/vat/3519/century23.js +60 -65
- package/js/utils/vat/3519/century23.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/GeneralLedger.ts +9 -1
- package/ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts +25 -0
- package/ts/utils/vat/3310/century23.ts +28 -31
- package/ts/utils/vat/3514/century23.ts +28 -31
- package/ts/utils/vat/3517/century23.ts +98 -109
- package/ts/utils/vat/3519/century23.ts +68 -69
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"century23.d.ts","sourceRoot":"","sources":["../../../../ts/utils/vat/3519/century23.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAGhF,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,cAAc,GAAG,gBAAgB,
|
|
1
|
+
{"version":3,"file":"century23.d.ts","sourceRoot":"","sources":["../../../../ts/utils/vat/3519/century23.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,yCAAyC,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,8CAA8C,CAAC;AAGhF,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,cAAc,GAAG,gBAAgB,CA4I9F"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as dayjs from 'dayjs';
|
|
2
2
|
import { textFormatting } from '../utils';
|
|
3
3
|
export function getCerfa3519Century23RegistrationFields(data) {
|
|
4
|
-
var _a, _b, _c, _d;
|
|
4
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
5
5
|
const comment = textFormatting(data.comment);
|
|
6
6
|
return [{
|
|
7
7
|
name: '3519',
|
|
@@ -22,31 +22,30 @@ export function getCerfa3519Century23RegistrationFields(data) {
|
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
key: 'DG',
|
|
25
|
-
|
|
26
|
-
isMultiple: false,
|
|
27
|
-
description: 'Soussigné',
|
|
28
|
-
value: textFormatting(data.refund.name, 35),
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
key: 'DG',
|
|
32
|
-
tag: 'DesignationSuite1',
|
|
33
|
-
isMultiple: false,
|
|
34
|
-
description: 'Titre',
|
|
35
|
-
value: textFormatting(data.refund.quality, 35),
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
key: 'DG',
|
|
39
|
-
tag: 'DesignationSuite2',
|
|
40
|
-
isMultiple: false,
|
|
41
|
-
description: 'Qualité',
|
|
42
|
-
value: textFormatting(data.refund.quality, 35),
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
key: 'DG',
|
|
46
|
-
tag: 'AdresseVille',
|
|
25
|
+
value: null,
|
|
47
26
|
isMultiple: false,
|
|
48
|
-
|
|
49
|
-
|
|
27
|
+
tags: [
|
|
28
|
+
{
|
|
29
|
+
tag: 'Designation',
|
|
30
|
+
description: 'Soussigné',
|
|
31
|
+
value: textFormatting(data.refund.name, 35),
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
tag: 'DesignationSuite1',
|
|
35
|
+
description: 'Titre',
|
|
36
|
+
value: textFormatting(data.refund.quality, 35),
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
tag: 'DesignationSuite2',
|
|
40
|
+
description: 'Qualité',
|
|
41
|
+
value: textFormatting(data.refund.quality, 35),
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
tag: 'AdresseVille',
|
|
45
|
+
description: 'Lieu',
|
|
46
|
+
value: textFormatting(data.refund.place, 35),
|
|
47
|
+
},
|
|
48
|
+
],
|
|
50
49
|
},
|
|
51
50
|
{
|
|
52
51
|
key: 'FK',
|
|
@@ -57,87 +56,87 @@ export function getCerfa3519Century23RegistrationFields(data) {
|
|
|
57
56
|
},
|
|
58
57
|
{
|
|
59
58
|
key: 'AA',
|
|
60
|
-
tag: 'Iban',
|
|
61
|
-
isMultiple: false,
|
|
62
|
-
description: 'IBAN',
|
|
63
|
-
value: data.bankAccount.iban ? (_a = textFormatting(data.bankAccount.iban.toUpperCase())) === null || _a === void 0 ? void 0 : _a.replace(/\s/g, '') : null,
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
key: 'AA',
|
|
67
|
-
tag: 'Bic',
|
|
68
59
|
isMultiple: false,
|
|
69
|
-
description: 'BIC',
|
|
70
|
-
value: data.bankAccount.bic ? textFormatting(data.bankAccount.bic.toUpperCase()) : null,
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
key: 'AA',
|
|
74
|
-
tag: 'TitulaireDesignation',
|
|
75
|
-
isMultiple: false,
|
|
76
|
-
description: 'Désignation du titulaire',
|
|
77
60
|
value: null,
|
|
61
|
+
tags: [
|
|
62
|
+
{
|
|
63
|
+
tag: 'Iban',
|
|
64
|
+
description: 'IBAN',
|
|
65
|
+
value: 'DYNAMIC_IBAN',
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
tag: 'Bic',
|
|
69
|
+
description: 'BIC',
|
|
70
|
+
value: 'DYNAMIC_BIC',
|
|
71
|
+
},
|
|
72
|
+
// {
|
|
73
|
+
// tag: 'TitulaireDesignation',
|
|
74
|
+
// description: 'Désignation du titulaire',
|
|
75
|
+
// value: null,
|
|
76
|
+
// },
|
|
77
|
+
],
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
key: 'DI',
|
|
81
81
|
tag: 'Valeur',
|
|
82
82
|
isMultiple: false,
|
|
83
83
|
description: 'Première demande',
|
|
84
|
-
value: data.refund.firstTime.is ? 'X' : null,
|
|
84
|
+
value: ((_a = data.refund.firstTime) === null || _a === void 0 ? void 0 : _a.is) ? 'X' : null,
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
key: 'DL',
|
|
88
88
|
tag: 'Valeur',
|
|
89
89
|
isMultiple: false,
|
|
90
90
|
description: 'Création le',
|
|
91
|
-
value: data.refund.firstTime.is && data.refund.firstTime.date ? dayjs(data.refund.firstTime.date).format('YYYYMMDD') : null,
|
|
91
|
+
value: ((_b = data.refund.firstTime) === null || _b === void 0 ? void 0 : _b.is) && ((_c = data.refund.firstTime) === null || _c === void 0 ? void 0 : _c.date) ? dayjs(data.refund.firstTime.date).format('YYYYMMDD') : null,
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
key: 'DJ',
|
|
95
95
|
tag: 'Valeur',
|
|
96
96
|
isMultiple: false,
|
|
97
97
|
description: 'Cession, cessation, décès, entrée dans un groupe TVA',
|
|
98
|
-
value: data.refund.closing.is ? 'X' : null,
|
|
98
|
+
value: ((_d = data.refund.closing) === null || _d === void 0 ? void 0 : _d.is) ? 'X' : null,
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
key: 'DM',
|
|
102
102
|
tag: 'Valeur',
|
|
103
103
|
isMultiple: false,
|
|
104
104
|
description: 'Le :',
|
|
105
|
-
value: data.refund.closing.is && data.refund.closing.date ? dayjs(data.refund.closing.date).format('YYYYMMDD') : null,
|
|
105
|
+
value: ((_e = data.refund.closing) === null || _e === void 0 ? void 0 : _e.is) && ((_f = data.refund.closing) === null || _f === void 0 ? void 0 : _f.date) ? dayjs(data.refund.closing.date).format('YYYYMMDD') : null,
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
key: 'DK',
|
|
109
109
|
tag: 'Valeur',
|
|
110
110
|
isMultiple: false,
|
|
111
111
|
description: 'Autres',
|
|
112
|
-
value: data.refund.other ? 'X' : null,
|
|
112
|
+
value: ((_g = data.refund.other) === null || _g === void 0 ? void 0 : _g.is) ? 'X' : null,
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
key: 'FJ',
|
|
116
|
-
|
|
117
|
-
isMultiple: false,
|
|
118
|
-
description: 'Commentaires',
|
|
119
|
-
value: textFormatting(comment, 512),
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
key: 'FJ',
|
|
123
|
-
tag: 'TexteLibre2',
|
|
124
|
-
isMultiple: false,
|
|
125
|
-
description: 'Commentaires',
|
|
126
|
-
value: comment && ((_b = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _b !== void 0 ? _b : 0) > 512 ? textFormatting(comment.slice(512, 1024)) : null,
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
key: 'FJ',
|
|
130
|
-
tag: 'TexteLibre3',
|
|
131
|
-
isMultiple: false,
|
|
132
|
-
description: 'Commentaires',
|
|
133
|
-
value: comment && ((_c = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _c !== void 0 ? _c : 0) > 1024 ? textFormatting(comment.slice(1024, 1536)) : null,
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
key: 'FJ',
|
|
137
|
-
tag: 'TexteLibre4',
|
|
116
|
+
value: null,
|
|
138
117
|
isMultiple: false,
|
|
139
|
-
|
|
140
|
-
|
|
118
|
+
tags: [
|
|
119
|
+
{
|
|
120
|
+
tag: 'TexteLibre1',
|
|
121
|
+
description: 'Commentaires',
|
|
122
|
+
value: textFormatting(comment, 512),
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
tag: 'TexteLibre2',
|
|
126
|
+
description: 'Commentaires',
|
|
127
|
+
value: comment && ((_h = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _h !== void 0 ? _h : 0) > 512 ? textFormatting(comment.slice(512, 1024)) : null,
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
tag: 'TexteLibre3',
|
|
131
|
+
description: 'Commentaires',
|
|
132
|
+
value: comment && ((_j = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _j !== void 0 ? _j : 0) > 1024 ? textFormatting(comment.slice(1024, 1536)) : null,
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
tag: 'TexteLibre4',
|
|
136
|
+
description: 'Commentaires',
|
|
137
|
+
value: comment && ((_k = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _k !== void 0 ? _k : 0) > 1536 ? textFormatting(comment.slice(1536, 2048)) : null,
|
|
138
|
+
},
|
|
139
|
+
],
|
|
141
140
|
},
|
|
142
141
|
],
|
|
143
142
|
}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"century23.js","sourceRoot":"","sources":["../../../../ts/utils/vat/3519/century23.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,UAAU,uCAAuC,CAAC,IAAoB;;IAC1E,MAAM,OAAO,GAAG,cAAc,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAE7C,OAAO,CAAC;YACN,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE;gBACN;oBACE,GAAG,EAAE,IAAI;oBACT,GAAG,EAAE,QAAQ;oBACb,UAAU,EAAE,KAAK;oBACjB,WAAW,EAAE,sBAAsB;oBACnC,KAAK,EAAE,IAAI,CAAC,WAAW,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI;iBAC1D;gBACD;oBACE,GAAG,EAAE,IAAI;oBACT,GAAG,EAAE,QAAQ;oBACb,UAAU,EAAE,KAAK;oBACjB,WAAW,EAAE,uBAAuB;oBACpC,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,MAAM;iBAC1B;gBACD;oBACE,GAAG,EAAE,IAAI;oBACT,
|
|
1
|
+
{"version":3,"file":"century23.js","sourceRoot":"","sources":["../../../../ts/utils/vat/3519/century23.ts"],"names":[],"mappings":"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","sourcesContent":["import * as dayjs from 'dayjs';\nimport { Cerfa3519_2017 } from '../../../types/Interface/api/cerfa/3519';\nimport { AsponeFormFields } from '../../../types/Interface/api/cerfa/ReadCerfa';\nimport { textFormatting } from '../utils';\n\nexport function getCerfa3519Century23RegistrationFields(data: Cerfa3519_2017): AsponeFormFields {\n const comment = textFormatting(data.comment);\n\n return [{\n name: '3519',\n fields: [\n {\n key: 'DD',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Entreprise française',\n value: data.declaration.nationality.isFrench ? 'X' : null,\n },\n {\n key: 'DN',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Remboursement demandé',\n value: data.refund.amount,\n },\n {\n key: 'DG',\n value: null,\n isMultiple: false,\n tags: [\n {\n tag: 'Designation',\n description: 'Soussigné',\n value: textFormatting(data.refund.name, 35),\n },\n {\n tag: 'DesignationSuite1',\n description: 'Titre',\n value: textFormatting(data.refund.quality, 35),\n },\n {\n tag: 'DesignationSuite2',\n description: 'Qualité',\n value: textFormatting(data.refund.quality, 35),\n },\n {\n tag: 'AdresseVille',\n description: 'Lieu',\n value: textFormatting(data.refund.place, 35),\n },\n ],\n },\n {\n key: 'FK',\n tag: 'Valeur',\n isMultiple: false,\n description: 'A créditer au compte désigné',\n value: data.declaration.shouldCredit ? 'X' : null,\n },\n {\n key: 'AA',\n isMultiple: false,\n value: null,\n tags: [\n {\n tag: 'Iban',\n description: 'IBAN',\n value: 'DYNAMIC_IBAN',\n },\n {\n tag: 'Bic',\n description: 'BIC',\n value: 'DYNAMIC_BIC',\n },\n // {\n // tag: 'TitulaireDesignation',\n // description: 'Désignation du titulaire',\n // value: null,\n // },\n ],\n },\n {\n key: 'DI',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Première demande',\n value: data.refund.firstTime?.is ? 'X' : null,\n },\n {\n key: 'DL',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Création le',\n value: data.refund.firstTime?.is && data.refund.firstTime?.date ? dayjs(data.refund.firstTime.date).format('YYYYMMDD') : null,\n },\n {\n key: 'DJ',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Cession, cessation, décès, entrée dans un groupe TVA',\n value: data.refund.closing?.is ? 'X' : null,\n },\n {\n key: 'DM',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Le :',\n value: data.refund.closing?.is && data.refund.closing?.date ? dayjs(data.refund.closing.date).format('YYYYMMDD') : null,\n },\n {\n key: 'DK',\n tag: 'Valeur',\n isMultiple: false,\n description: 'Autres',\n value: data.refund.other?.is ? 'X' : null,\n },\n {\n key: 'FJ',\n value: null,\n isMultiple: false,\n tags: [\n {\n tag: 'TexteLibre1',\n description: 'Commentaires',\n value: textFormatting(comment, 512),\n },\n {\n tag: 'TexteLibre2',\n description: 'Commentaires',\n value: comment && (comment?.length ?? 0) > 512 ? textFormatting(comment.slice(512, 1024)) : null,\n },\n {\n tag: 'TexteLibre3',\n description: 'Commentaires',\n value: comment && (comment?.length ?? 0) > 1024 ? textFormatting(comment.slice(1024, 1536)) : null,\n },\n {\n tag: 'TexteLibre4',\n description: 'Commentaires',\n value: comment && (comment?.length ?? 0) > 1536 ? textFormatting(comment.slice(1536, 2048)) : null,\n },\n ],\n },\n ],\n }];\n}"]}
|
|
@@ -57,6 +57,16 @@ class GeneralLedger extends _Resource.Resource {
|
|
|
57
57
|
params
|
|
58
58
|
});
|
|
59
59
|
}
|
|
60
|
+
getAuxiliarySummaries(params) {
|
|
61
|
+
return this.axios.$get('/general-ledger/auxiliary/summaries', {
|
|
62
|
+
params
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
getThirdParty(id, params) {
|
|
66
|
+
return this.axios.$get(`/general-ledger/third-parties/${id}`, {
|
|
67
|
+
params
|
|
68
|
+
});
|
|
69
|
+
}
|
|
60
70
|
}
|
|
61
71
|
exports.GeneralLedger = GeneralLedger;
|
|
62
72
|
//# sourceMappingURL=GeneralLedger.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GeneralLedger.js","names":["_Resource","require","GeneralLedger","Resource","getBySociety","params","axios","$get","getBalanceBySociety","getCsv","responseType","headers","Accept","getBalanceCsv","getPdf","idSociety","getBalancePdf","getAuxiliary","exports"],"sources":["../../../ts/api/resources/GeneralLedger.ts"],"sourcesContent":["import {\n BasePaginateInterface, IGeneralLedgerAccount, IGeneralLedgerThirdParty, QueryGeneralLedgerAuxiliary,\n} from '../../types';\nimport { QueryGeneralLedger } from '../../types/Interface/api/generalLedger/QueryGeneralLedger';\nimport { Resource } from '../Resource';\n\nexport class GeneralLedger extends Resource {\n getBySociety(params: QueryGeneralLedger): Promise<BasePaginateInterface<IGeneralLedgerAccount[]>> {\n return this.axios.$get('/generalLedger', {\n params,\n });\n }\n\n getBalanceBySociety(params: QueryGeneralLedger): Promise<BasePaginateInterface<IGeneralLedgerAccount[]>> {\n return this.axios.$get('/generalLedger/balance', {\n params,\n });\n }\n\n getCsv(params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get('/generalLedger/csv', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/csv',\n },\n });\n }\n\n getBalanceCsv(params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get('/generalLedger/balance/csv', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/csv',\n },\n });\n }\n\n getPdf(idSociety: number, params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get(`/societies/${idSociety}/general-ledger/pdf`, {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n\n getBalancePdf(params: QueryGeneralLedger): Promise<Buffer> {\n return this.axios.$get('/generalLedger/balance/pdf', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n\n getAuxiliary(params: QueryGeneralLedgerAuxiliary): Promise<BasePaginateInterface<IGeneralLedgerThirdParty[]>> {\n return this.axios.$get('/generalLedger/auxiliary', { params });\n }\n}"],"mappings":";;;;;;AAIA,IAAAA,SAAA,GAAAC,OAAA;AAEM,MAAOC,aAAc,SAAQC,kBAAQ;EACzCC,YAAYA,CAACC,MAA0B;IACrC,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,gBAAgB,EAAE;MACvCF;KACD,CAAC;EACJ;EAEAG,mBAAmBA,CAACH,MAA0B;IAC5C,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,wBAAwB,EAAE;MAC/CF;KACD,CAAC;EACJ;EAEAI,MAAMA,CAACJ,MAA0B;IAC/B,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,oBAAoB,EAAE;MAC3CF,MAAM;MACNK,YAAY,EAAE,aAAa;MAC3BC,OAAO,EAAE;QACPC,MAAM,EAAE;;KAEX,CAAC;EACJ;EAEAC,aAAaA,CAACR,MAA0B;IACtC,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,4BAA4B,EAAE;MACnDF,MAAM;MACNK,YAAY,EAAE,aAAa;MAC3BC,OAAO,EAAE;QACPC,MAAM,EAAE;;KAEX,CAAC;EACJ;EAEAE,MAAMA,CAACC,SAAiB,EAAEV,MAA0B;IAClD,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,cAAcQ,SAAS,qBAAqB,EAAE;MACnEV,MAAM;MACNK,YAAY,EAAE,aAAa;MAC3BC,OAAO,EAAE;QACPC,MAAM,EAAE;;KAEX,CAAC;EACJ;EAEAI,aAAaA,CAACX,MAA0B;IACtC,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,4BAA4B,EAAE;MACnDF,MAAM;MACNK,YAAY,EAAE,aAAa;MAC3BC,OAAO,EAAE;QACPC,MAAM,EAAE;;KAEX,CAAC;EACJ;EAEAK,YAAYA,CAACZ,MAAmC;IAC9C,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,0BAA0B,EAAE;MAAEF;IAAM,CAAE,CAAC;EAChE;;
|
|
1
|
+
{"version":3,"file":"GeneralLedger.js","names":["_Resource","require","GeneralLedger","Resource","getBySociety","params","axios","$get","getBalanceBySociety","getCsv","responseType","headers","Accept","getBalanceCsv","getPdf","idSociety","getBalancePdf","getAuxiliary","getAuxiliarySummaries","getThirdParty","id","exports"],"sources":["../../../ts/api/resources/GeneralLedger.ts"],"sourcesContent":["import {\n BasePaginateInterface, IGeneralLedgerAccount, IGeneralLedgerThirdParty, QueryGeneralLedgerAuxiliary, QueryGeneralLedgerThirdParty, ReadGeneralLedgerSummary,\n} from '../../types';\nimport { QueryGeneralLedger } from '../../types/Interface/api/generalLedger/QueryGeneralLedger';\nimport { Resource } from '../Resource';\n\nexport class GeneralLedger extends Resource {\n getBySociety(params: QueryGeneralLedger): Promise<BasePaginateInterface<IGeneralLedgerAccount[]>> {\n return this.axios.$get('/generalLedger', {\n params,\n });\n }\n\n getBalanceBySociety(params: QueryGeneralLedger): Promise<BasePaginateInterface<IGeneralLedgerAccount[]>> {\n return this.axios.$get('/generalLedger/balance', {\n params,\n });\n }\n\n getCsv(params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get('/generalLedger/csv', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/csv',\n },\n });\n }\n\n getBalanceCsv(params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get('/generalLedger/balance/csv', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/csv',\n },\n });\n }\n\n getPdf(idSociety: number, params: QueryGeneralLedger):Promise<Buffer> {\n return this.axios.$get(`/societies/${idSociety}/general-ledger/pdf`, {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n\n getBalancePdf(params: QueryGeneralLedger): Promise<Buffer> {\n return this.axios.$get('/generalLedger/balance/pdf', {\n params,\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n\n getAuxiliary(params: QueryGeneralLedgerAuxiliary): Promise<BasePaginateInterface<IGeneralLedgerThirdParty[]>> {\n return this.axios.$get('/generalLedger/auxiliary', { params });\n }\n\n getAuxiliarySummaries(params: QueryGeneralLedgerAuxiliary): Promise<BasePaginateInterface<ReadGeneralLedgerSummary[]>> {\n return this.axios.$get('/general-ledger/auxiliary/summaries', { params });\n }\n\n getThirdParty(id: number, params: QueryGeneralLedgerThirdParty): Promise<IGeneralLedgerThirdParty> {\n return this.axios.$get(`/general-ledger/third-parties/${id}`, { params });\n }\n}"],"mappings":";;;;;;AAIA,IAAAA,SAAA,GAAAC,OAAA;AAEM,MAAOC,aAAc,SAAQC,kBAAQ;EACzCC,YAAYA,CAACC,MAA0B;IACrC,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,gBAAgB,EAAE;MACvCF;KACD,CAAC;EACJ;EAEAG,mBAAmBA,CAACH,MAA0B;IAC5C,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,wBAAwB,EAAE;MAC/CF;KACD,CAAC;EACJ;EAEAI,MAAMA,CAACJ,MAA0B;IAC/B,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,oBAAoB,EAAE;MAC3CF,MAAM;MACNK,YAAY,EAAE,aAAa;MAC3BC,OAAO,EAAE;QACPC,MAAM,EAAE;;KAEX,CAAC;EACJ;EAEAC,aAAaA,CAACR,MAA0B;IACtC,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,4BAA4B,EAAE;MACnDF,MAAM;MACNK,YAAY,EAAE,aAAa;MAC3BC,OAAO,EAAE;QACPC,MAAM,EAAE;;KAEX,CAAC;EACJ;EAEAE,MAAMA,CAACC,SAAiB,EAAEV,MAA0B;IAClD,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,cAAcQ,SAAS,qBAAqB,EAAE;MACnEV,MAAM;MACNK,YAAY,EAAE,aAAa;MAC3BC,OAAO,EAAE;QACPC,MAAM,EAAE;;KAEX,CAAC;EACJ;EAEAI,aAAaA,CAACX,MAA0B;IACtC,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,4BAA4B,EAAE;MACnDF,MAAM;MACNK,YAAY,EAAE,aAAa;MAC3BC,OAAO,EAAE;QACPC,MAAM,EAAE;;KAEX,CAAC;EACJ;EAEAK,YAAYA,CAACZ,MAAmC;IAC9C,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,0BAA0B,EAAE;MAAEF;IAAM,CAAE,CAAC;EAChE;EAEAa,qBAAqBA,CAACb,MAAmC;IACvD,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,qCAAqC,EAAE;MAAEF;IAAM,CAAE,CAAC;EAC3E;EAEAc,aAAaA,CAACC,EAAU,EAAEf,MAAoC;IAC5D,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,iCAAiCa,EAAE,EAAE,EAAE;MAAEf;IAAM,CAAE,CAAC;EAC3E;;AACDgB,OAAA,CAhEYnB,aAAc,GAAdA,aAAc"}
|
|
@@ -3,4 +3,22 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
exports.QueryGeneralLedgerThirdParty = undefined;
|
|
7
|
+
var _classValidator = require("class-validator");
|
|
8
|
+
var _utils = require("../../../../utils");
|
|
9
|
+
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
10
|
+
var c = arguments.length,
|
|
11
|
+
r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
|
|
12
|
+
d;
|
|
13
|
+
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;
|
|
14
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
15
|
+
};
|
|
16
|
+
var __metadata = undefined && undefined.__metadata || function (k, v) {
|
|
17
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
18
|
+
};
|
|
19
|
+
class QueryGeneralLedgerThirdParty {}
|
|
20
|
+
exports.QueryGeneralLedgerThirdParty = QueryGeneralLedgerThirdParty;
|
|
21
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryGeneralLedgerThirdParty.prototype, "startDate", void 0);
|
|
22
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsDateString)(), __metadata("design:type", String)], QueryGeneralLedgerThirdParty.prototype, "endDate", void 0);
|
|
23
|
+
__decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryGeneralLedgerThirdParty.prototype, "idSociety", void 0);
|
|
6
24
|
//# sourceMappingURL=IGeneralLedgerThirdParty.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGeneralLedgerThirdParty.js","names":[],"sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts"],"sourcesContent":["import { IGeneralLedgerAccountingEntry } from './IGeneralLedgerAccountingEntry';\n\nexport interface IGeneralLedgerThirdParty {\n idThirdParty: number;\n name: string;\n totalCredit: number;\n totalDebit: number;\n totalSolde: number;\n entries: IGeneralLedgerAccountingEntry[];\n identifier: string;\n initialBalance: number;\n}"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IGeneralLedgerThirdParty.js","names":["_classValidator","require","_utils","QueryGeneralLedgerThirdParty","exports","__decorate","ApiProperty","IsDateString","IsNumber"],"sources":["../../../../../ts/types/Interface/api/generalLedger/IGeneralLedgerThirdParty.ts"],"sourcesContent":["import { IsDateString, IsNumber } from 'class-validator';\nimport { ApiProperty } from '../../../../utils';\nimport { IGeneralLedgerAccountingEntry } from './IGeneralLedgerAccountingEntry';\n\nexport interface IGeneralLedgerThirdParty {\n idThirdParty: number;\n name: string;\n totalCredit: number;\n totalDebit: number;\n totalSolde: number;\n entries: IGeneralLedgerAccountingEntry[];\n identifier: string;\n initialBalance: number;\n}\n\nexport interface ReadGeneralLedgerSummary {\n idThirdParty: number;\n name: string;\n credit: number;\n debit: number;\n balance: number;\n identifier: string;\n}\n\nexport class QueryGeneralLedgerThirdParty {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAuBM,MAAOE,4BAA4B;AAYxCC,OAAA,CAZYD,4BAA4B,GAA5BA,4BAA4B;AACvCE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,gGACG;AAElBF,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,8FACC;AAEhBF,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAE,wBAAQ,GAAE,E,gGACO"}
|
|
@@ -440,34 +440,29 @@ function getCerfa3310Century23RegistrationFields(data) {
|
|
|
440
440
|
name: '3310CA3',
|
|
441
441
|
fields: [{
|
|
442
442
|
key: 'BA',
|
|
443
|
-
|
|
444
|
-
isMultiple: false,
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
key: 'BA',
|
|
467
|
-
tag: 'TexteLibre5',
|
|
468
|
-
isMultiple: false,
|
|
469
|
-
description: 'FTX Commentaires type 1, ligne 5 5ème zone de 512',
|
|
470
|
-
value: comment && ((_d = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _d !== void 0 ? _d : 0) > 2048 ? (0, _utils.textFormatting)(comment.slice(2048, 2560)) : null
|
|
443
|
+
value: null,
|
|
444
|
+
isMultiple: false,
|
|
445
|
+
tags: [{
|
|
446
|
+
tag: 'TexteLibre1',
|
|
447
|
+
description: 'FTX Commentaires type 1, ligne 1 1ère zone de 512',
|
|
448
|
+
value: (0, _utils.textFormatting)(comment, 512)
|
|
449
|
+
}, {
|
|
450
|
+
tag: 'TexteLibre2',
|
|
451
|
+
description: 'FTX Commentaires type 1, ligne 2 2ème zone de 512',
|
|
452
|
+
value: comment && ((_a = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _a !== void 0 ? _a : 0) > 512 ? (0, _utils.textFormatting)(comment.slice(512, 1024)) : null
|
|
453
|
+
}, {
|
|
454
|
+
tag: 'TexteLibre3',
|
|
455
|
+
description: 'FTX Commentaires type 1, ligne 3 3ème zone de 512',
|
|
456
|
+
value: comment && ((_b = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _b !== void 0 ? _b : 0) > 1024 ? (0, _utils.textFormatting)(comment.slice(1024, 1536)) : null
|
|
457
|
+
}, {
|
|
458
|
+
tag: 'TexteLibre4',
|
|
459
|
+
description: 'FTX Commentaires type 1, ligne 4 4ème zone de 512',
|
|
460
|
+
value: comment && ((_c = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _c !== void 0 ? _c : 0) > 1536 ? (0, _utils.textFormatting)(comment.slice(1536, 2048)) : null
|
|
461
|
+
}, {
|
|
462
|
+
tag: 'TexteLibre5',
|
|
463
|
+
description: 'FTX Commentaires type 1, ligne 5 5ème zone de 512',
|
|
464
|
+
value: comment && ((_d = comment === null || comment === void 0 ? void 0 : comment.length) !== null && _d !== void 0 ? _d : 0) > 2048 ? (0, _utils.textFormatting)(comment.slice(2048, 2560)) : null
|
|
465
|
+
}]
|
|
471
466
|
}, {
|
|
472
467
|
key: 'BB',
|
|
473
468
|
tag: 'Valeur',
|