@silexpert/core 1.3.201 → 1.3.202
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/dist/cjs/types/Interface/api/cerfa/3514.d.ts +2 -2
- package/dist/cjs/types/Interface/api/cerfa/3514.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3514.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3517.d.ts +235 -240
- package/dist/cjs/types/Interface/api/cerfa/3517.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/3517.js.map +1 -1
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.d.ts +1 -1
- package/dist/cjs/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/dist/cjs/types/Interface/api/customerActivity/Query.d.ts +5 -0
- package/dist/cjs/types/Interface/api/customerActivity/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/customerActivity/Query.js +24 -1
- package/dist/cjs/types/Interface/api/customerActivity/Query.js.map +1 -1
- package/dist/cjs/utils/vat/3517/century26.d.ts +8 -0
- package/dist/cjs/utils/vat/3517/century26.d.ts.map +1 -0
- package/dist/cjs/utils/vat/3517/{century23.js → century26.js} +150 -196
- package/dist/cjs/utils/vat/3517/century26.js.map +1 -0
- package/dist/cjs/utils/vat/centuries.js +13 -13
- package/dist/cjs/utils/vat/centuries.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3514.d.ts +2 -2
- package/dist/mjs/types/Interface/api/cerfa/3514.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3514.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3517.d.ts +235 -240
- package/dist/mjs/types/Interface/api/cerfa/3517.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/3517.js.map +1 -1
- package/dist/mjs/types/Interface/api/cerfa/ReadCerfa.d.ts +1 -1
- package/dist/mjs/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/dist/mjs/types/Interface/api/customerActivity/Query.d.ts +5 -0
- package/dist/mjs/types/Interface/api/customerActivity/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/customerActivity/Query.js +26 -1
- package/dist/mjs/types/Interface/api/customerActivity/Query.js.map +1 -1
- package/dist/mjs/utils/vat/3517/century26.d.ts +8 -0
- package/dist/mjs/utils/vat/3517/century26.d.ts.map +1 -0
- package/dist/mjs/utils/vat/3517/{century23.js → century26.js} +92 -138
- package/dist/mjs/utils/vat/3517/century26.js.map +1 -0
- package/dist/mjs/utils/vat/centuries.js +13 -13
- package/dist/mjs/utils/vat/centuries.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Interface/api/cerfa/3514.ts +2 -2
- package/ts/types/Interface/api/cerfa/3517.ts +203 -211
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +1 -1
- package/ts/types/Interface/api/customerActivity/Query.ts +20 -1
- package/ts/utils/vat/3517/{century23.ts → century26.ts} +98 -152
- package/ts/utils/vat/centuries.ts +21 -21
- package/dist/cjs/utils/vat/3517/century23.d.ts +0 -8
- package/dist/cjs/utils/vat/3517/century23.d.ts.map +0 -1
- package/dist/cjs/utils/vat/3517/century23.js.map +0 -1
- package/dist/mjs/utils/vat/3517/century23.d.ts +0 -8
- package/dist/mjs/utils/vat/3517/century23.d.ts.map +0 -1
- package/dist/mjs/utils/vat/3517/century23.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ISociety } from '../../models/ISociety';
|
|
2
2
|
import { ISocietyGescom } from '../../models/ISocietyGescom';
|
|
3
3
|
import { ServiceOfTax } from '../tax/ReadTax';
|
|
4
|
-
import {
|
|
4
|
+
import { AnyCerfa3517Century } from './3517';
|
|
5
5
|
export interface Cerfa3514_2022 {
|
|
6
6
|
declaration: {
|
|
7
7
|
service: {
|
|
@@ -56,7 +56,7 @@ export interface PayloadCerfa3514_2022 {
|
|
|
56
56
|
setting: ISocietyGescom | null;
|
|
57
57
|
sie: ServiceOfTax | null;
|
|
58
58
|
comment: string | null;
|
|
59
|
-
previousCA12:
|
|
59
|
+
previousCA12: AnyCerfa3517Century;
|
|
60
60
|
amountWanted: number | null;
|
|
61
61
|
amountOfCredit: number | null;
|
|
62
62
|
vatAmountCollected: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"3514.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3514.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"3514.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3514.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,QAAQ,CAAC;AAE7C,MAAM,WAAW,cAAc;IAC7B,WAAW,EAAE;QACX,OAAO,EAAE;YACP,OAAO,EAAE;gBACP,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;aACrB,CAAC;SACH,CAAC;QACF,SAAS,EAAE;YACT,OAAO,EAAE;gBACP,IAAI,EAAE,MAAM,CAAC;aACd,CAAC;YACF,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;SACtB,CAAC;QACF,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,OAAO,EAAE;YACP,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;YACnB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;YACtB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;YACnB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;YACvB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;YACtB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;SACpB,CAAC;QACF,iBAAiB,EAAE;YACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;YACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;YACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;SACtB,CAAC;QACF,KAAK,EAAE;YACL,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;SACvB,CAAC;QACF,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;KACxB,CAAC;IACF,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,SAAS,EAAE,OAAO,CAAC;QACnB,YAAY,EAAE,OAAO,CAAC;KACvB,CAAC;IACF,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,gBAAgB,EAAE,MAAM,CAAC;IACzB,oBAAoB,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,WAAW,qBAAqB;IACpC,OAAO,EAAE,QAAQ,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,cAAc,GAAG,IAAI,CAAC;IAC/B,GAAG,EAAE,YAAY,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,YAAY,EAAE,mBAAmB,CAAC;IAClC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"3514.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3514.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { ServiceOfTax } from '../tax/ReadTax';\nimport {
|
|
1
|
+
{"version":3,"file":"3514.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3514.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { ServiceOfTax } from '../tax/ReadTax';\nimport { AnyCerfa3517Century } from './3517';\n\nexport interface Cerfa3514_2022 {\n declaration: {\n service: {\n address: {\n full: string | null;\n };\n };\n recipient: {\n address: {\n full: string;\n };\n name?: string | null;\n };\n maxDate: number | null;\n numbers: {\n SIE: string | null;\n folder: string | null;\n key: string | null;\n service: string | null;\n system: string | null;\n CDI: string | null;\n };\n intracommunityVat: {\n first: string | null;\n second: string | null;\n third: string | null;\n };\n siret: {\n second: string | null;\n };\n comment: string | null;\n };\n payment: {\n date: string | null;\n phone: string | null;\n isPayment: boolean;\n byImputation: boolean;\n };\n amountWanted: number;\n amountOfCredit: number;\n vatAmountToPay: number;\n shouldCancelAdvance: boolean;\n vatAmountCollected: number;\n vatAmountDeductible: number;\n vatAmountQuarter: number;\n vatRefundedOnInvests: number;\n}\n\nexport interface PayloadCerfa3514_2022 {\n society: ISociety;\n startDate: string;\n endDate: string;\n setting: ISocietyGescom | null;\n sie: ServiceOfTax | null;\n comment: string | null;\n previousCA12: AnyCerfa3517Century;\n amountWanted: number | null;\n amountOfCredit: number | null;\n vatAmountCollected: number;\n vatAmountDeductible: number;\n}\n"]}
|
|
@@ -17,9 +17,9 @@ type ReduceNormalBaseAndTax = {
|
|
|
17
17
|
reduced: BaseAndTax;
|
|
18
18
|
normal: BaseAndTax;
|
|
19
19
|
};
|
|
20
|
-
export type AnyCerfa3517Century =
|
|
21
|
-
export type AnyPayloadCerfa3517Century =
|
|
22
|
-
export interface
|
|
20
|
+
export type AnyCerfa3517Century = Cerfa3517_2025 | Cerfa3517_2026;
|
|
21
|
+
export type AnyPayloadCerfa3517Century = PayloadCerfa3517_2025 | PayloadCerfa3517_2026;
|
|
22
|
+
export interface Cerfa3517_2025 {
|
|
23
23
|
isNil: boolean;
|
|
24
24
|
declaration: {
|
|
25
25
|
comment: string | null;
|
|
@@ -136,21 +136,21 @@ export interface Cerfa3517_2023 {
|
|
|
136
136
|
balanceSurplus: number;
|
|
137
137
|
};
|
|
138
138
|
tax: {
|
|
139
|
-
onRetransmission: number;
|
|
140
|
-
onResultFarm: number;
|
|
141
|
-
payingVideo: {
|
|
142
|
-
reduced: number;
|
|
143
|
-
normal: number;
|
|
144
|
-
};
|
|
145
|
-
freeVideo: {
|
|
146
|
-
reduce: number;
|
|
147
|
-
normal: number;
|
|
148
|
-
};
|
|
149
|
-
bailiff: number;
|
|
150
139
|
contribution: number;
|
|
151
|
-
ofEmployer: number;
|
|
152
|
-
onBoardingCorse: number;
|
|
153
140
|
onBoarding: number;
|
|
141
|
+
onBoardingCorse: number;
|
|
142
|
+
onRetransmission: BaseAndTax;
|
|
143
|
+
onResultFarm: number;
|
|
144
|
+
ofEmployer: number;
|
|
145
|
+
/** Updated */
|
|
146
|
+
payingVideo: ReduceNormalBaseAndTax;
|
|
147
|
+
videoOnAsk: ReduceNormalBaseAndTax;
|
|
148
|
+
onAdsFromVideo: ReduceNormalBaseAndTax;
|
|
149
|
+
bailiff: {
|
|
150
|
+
count: number;
|
|
151
|
+
tax: number;
|
|
152
|
+
};
|
|
153
|
+
/***/
|
|
154
154
|
development: number;
|
|
155
155
|
publicity: number;
|
|
156
156
|
onCompanySurplus: number;
|
|
@@ -245,138 +245,85 @@ export interface Cerfa3517_2023 {
|
|
|
245
245
|
bic: string | null;
|
|
246
246
|
};
|
|
247
247
|
}
|
|
248
|
-
export
|
|
248
|
+
export type PayloadCerfa3517_2025 = {
|
|
249
|
+
startDate: string;
|
|
250
|
+
endDate: string;
|
|
251
|
+
society: ISociety;
|
|
252
|
+
setting: ISocietyGescom | null;
|
|
253
|
+
details: IVatDeclarationSocietyDetail | null;
|
|
254
|
+
owner: IUser | null;
|
|
249
255
|
isNil: boolean;
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
end: {
|
|
259
|
-
day: string;
|
|
260
|
-
month: string;
|
|
261
|
-
year: string;
|
|
262
|
-
};
|
|
263
|
-
};
|
|
264
|
-
recipient: {
|
|
265
|
-
name?: string | null;
|
|
266
|
-
address: {
|
|
267
|
-
full: string;
|
|
268
|
-
};
|
|
256
|
+
exerciceAdvanceRegistrations: IRegistration[];
|
|
257
|
+
sie: ServiceOfTax | null;
|
|
258
|
+
comment?: string;
|
|
259
|
+
vat: {
|
|
260
|
+
normalRate20OnPetrol: number | null;
|
|
261
|
+
particularRate: {
|
|
262
|
+
base: number | null;
|
|
263
|
+
tax: number | null;
|
|
269
264
|
};
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
key: string | null;
|
|
274
|
-
period: string | null;
|
|
275
|
-
CM: string | null;
|
|
276
|
-
OPT: string | null;
|
|
277
|
-
service: string | null;
|
|
278
|
-
system: string | null;
|
|
265
|
+
oldRate: {
|
|
266
|
+
base: number | null;
|
|
267
|
+
tax: number | null;
|
|
279
268
|
};
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
269
|
+
reducedRateOnPetrol: number | null;
|
|
270
|
+
energyBought: {
|
|
271
|
+
base: number | null;
|
|
272
|
+
tax: number | null;
|
|
284
273
|
};
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
274
|
+
prestation: {
|
|
275
|
+
base: number | null;
|
|
276
|
+
tax: number | null;
|
|
288
277
|
};
|
|
289
278
|
};
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
isPayment: boolean;
|
|
279
|
+
other: {
|
|
280
|
+
refund: number | null;
|
|
281
|
+
previousDeducted: number | null;
|
|
282
|
+
sum: number | null;
|
|
295
283
|
};
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
salesGoodsOrServices: number;
|
|
304
|
-
delivery: number;
|
|
284
|
+
deductible: {
|
|
285
|
+
onFlatRate: number | null;
|
|
286
|
+
previousCredit: number | null;
|
|
287
|
+
forget: number | null;
|
|
288
|
+
rate: number | null;
|
|
289
|
+
sumToImpute: number | null;
|
|
290
|
+
vatDeductible: number | null;
|
|
305
291
|
};
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
reduceRate8Dot5: BaseAndTax;
|
|
312
|
-
reduceRate2Dot1: BaseAndTax;
|
|
313
|
-
particularRate: BaseAndTax;
|
|
314
|
-
reducedRateOnPetrol: BaseAndTax;
|
|
315
|
-
oldRate: BaseAndTax;
|
|
316
|
-
energyBought: BaseAndTax;
|
|
317
|
-
prestation: BaseAndTax;
|
|
318
|
-
prestation2: BaseAndTax;
|
|
319
|
-
saleOfImmobilization: BaseAndTax;
|
|
320
|
-
ownDelivery: BaseAndTax;
|
|
321
|
-
other: BaseAndTax;
|
|
322
|
-
total: {
|
|
323
|
-
tax: number;
|
|
324
|
-
};
|
|
292
|
+
untaxedOperation?: {
|
|
293
|
+
distance?: number | null;
|
|
294
|
+
petrol?: number | null;
|
|
295
|
+
salesGoodsOrServices?: number | null;
|
|
296
|
+
delivery?: number | null;
|
|
325
297
|
};
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
refund: number;
|
|
329
|
-
previousDeducted: number;
|
|
330
|
-
total: number;
|
|
298
|
+
advance1: {
|
|
299
|
+
toPay: number;
|
|
331
300
|
};
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
onFlatRate: number;
|
|
335
|
-
onImmobilization: number;
|
|
336
|
-
total1: number;
|
|
337
|
-
previousCredit: number;
|
|
338
|
-
rate: number;
|
|
339
|
-
forget: number;
|
|
340
|
-
sumToImpute: number;
|
|
341
|
-
total: number;
|
|
342
|
-
vatDeductible: number;
|
|
301
|
+
advance2: {
|
|
302
|
+
toPay: number;
|
|
343
303
|
};
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
total: number;
|
|
304
|
+
tax: {
|
|
305
|
+
onRetransmission: number;
|
|
306
|
+
onResultFarm: number;
|
|
307
|
+
payingVideo: {
|
|
308
|
+
reduced: number;
|
|
309
|
+
normal: number;
|
|
351
310
|
};
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
311
|
+
videoOnAsk: {
|
|
312
|
+
reduced: number;
|
|
313
|
+
normal: number;
|
|
355
314
|
};
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
315
|
+
onAdsFromVideo: {
|
|
316
|
+
reduced: number;
|
|
317
|
+
normal: number;
|
|
359
318
|
};
|
|
360
|
-
balance: number;
|
|
361
|
-
surplus: number;
|
|
362
|
-
balanceSurplus: number;
|
|
363
|
-
};
|
|
364
|
-
tax: {
|
|
365
|
-
contribution: number;
|
|
366
|
-
onBoarding: number;
|
|
367
|
-
onBoardingCorse: number;
|
|
368
|
-
onRetransmission: BaseAndTax;
|
|
369
|
-
onResultFarm: number;
|
|
370
|
-
ofEmployer: number;
|
|
371
|
-
/** Updated */
|
|
372
|
-
payingVideo: ReduceNormalBaseAndTax;
|
|
373
|
-
videoOnAsk: ReduceNormalBaseAndTax;
|
|
374
|
-
onAdsFromVideo: ReduceNormalBaseAndTax;
|
|
375
319
|
bailiff: {
|
|
376
320
|
count: number;
|
|
377
321
|
tax: number;
|
|
378
322
|
};
|
|
379
|
-
|
|
323
|
+
contribution: number;
|
|
324
|
+
ofEmployer: number;
|
|
325
|
+
onBoardingCorse: number;
|
|
326
|
+
onBoarding: number;
|
|
380
327
|
development: number;
|
|
381
328
|
publicity: number;
|
|
382
329
|
onCompanySurplus: number;
|
|
@@ -398,6 +345,7 @@ export interface Cerfa3517_2025 {
|
|
|
398
345
|
normalRate: number;
|
|
399
346
|
reduceRate: number;
|
|
400
347
|
};
|
|
348
|
+
total: number;
|
|
401
349
|
onContribution: number;
|
|
402
350
|
onSaleAntiquity: number;
|
|
403
351
|
onYearly: number;
|
|
@@ -422,56 +370,17 @@ export interface Cerfa3517_2025 {
|
|
|
422
370
|
nonAlcoolWithEdul: number;
|
|
423
371
|
mineralWater: number;
|
|
424
372
|
numericalService: number;
|
|
425
|
-
total: number;
|
|
426
373
|
platform: number;
|
|
427
374
|
};
|
|
428
|
-
tic: {
|
|
429
|
-
ticfe: TicType;
|
|
430
|
-
ticgn: TicType;
|
|
431
|
-
ticc: TicType;
|
|
432
|
-
total: TicType;
|
|
433
|
-
};
|
|
434
375
|
recapitulation: {
|
|
435
|
-
refund: number;
|
|
436
|
-
creditToReport: number;
|
|
437
376
|
imputedCredit: number;
|
|
438
|
-
ticRefunded: number;
|
|
439
|
-
balance: number;
|
|
440
|
-
imputeOnVat: number;
|
|
441
|
-
vatNetDue: number;
|
|
442
|
-
assimiledTax: number;
|
|
443
|
-
consumsion: number;
|
|
444
|
-
toPay: number;
|
|
445
|
-
};
|
|
446
|
-
advances: {
|
|
447
|
-
july: {
|
|
448
|
-
year: string | null;
|
|
449
|
-
has: boolean;
|
|
450
|
-
};
|
|
451
|
-
december: {
|
|
452
|
-
year: string | null;
|
|
453
|
-
has: boolean;
|
|
454
|
-
};
|
|
455
377
|
};
|
|
456
|
-
total: number;
|
|
457
378
|
refund: {
|
|
458
|
-
creditRefundable: number;
|
|
459
|
-
surplus: number;
|
|
460
|
-
maximum: number;
|
|
461
379
|
asked: number;
|
|
462
|
-
|
|
463
|
-
place?: string | null;
|
|
464
|
-
date: string | null;
|
|
465
|
-
shouldCredit: boolean;
|
|
466
|
-
shouldImpute: boolean;
|
|
467
|
-
name: string | null;
|
|
468
|
-
};
|
|
469
|
-
bankAccount: {
|
|
470
|
-
iban: string | null;
|
|
471
|
-
bic: string | null;
|
|
380
|
+
creditRefundable: number;
|
|
472
381
|
};
|
|
473
|
-
}
|
|
474
|
-
export type
|
|
382
|
+
};
|
|
383
|
+
export type PayloadCerfa3517_2026 = {
|
|
475
384
|
startDate: string;
|
|
476
385
|
endDate: string;
|
|
477
386
|
society: ISociety;
|
|
@@ -534,14 +443,12 @@ export type PayloadCerfa3517_2023 = {
|
|
|
534
443
|
reduced: number;
|
|
535
444
|
normal: number;
|
|
536
445
|
};
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
446
|
+
bailiff: {
|
|
447
|
+
count: number;
|
|
448
|
+
tax: number;
|
|
540
449
|
};
|
|
541
|
-
bailiff: number;
|
|
542
450
|
contribution: number;
|
|
543
451
|
ofEmployer: number;
|
|
544
|
-
onBoardingCorse: number;
|
|
545
452
|
onBoarding: number;
|
|
546
453
|
development: number;
|
|
547
454
|
publicity: number;
|
|
@@ -599,85 +506,135 @@ export type PayloadCerfa3517_2023 = {
|
|
|
599
506
|
creditRefundable: number;
|
|
600
507
|
};
|
|
601
508
|
};
|
|
602
|
-
export type
|
|
603
|
-
startDate: string;
|
|
604
|
-
endDate: string;
|
|
605
|
-
society: ISociety;
|
|
606
|
-
setting: ISocietyGescom | null;
|
|
607
|
-
details: IVatDeclarationSocietyDetail | null;
|
|
608
|
-
owner: IUser | null;
|
|
509
|
+
export type Cerfa3517_2026 = {
|
|
609
510
|
isNil: boolean;
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
511
|
+
declaration: {
|
|
512
|
+
comment: string | null;
|
|
513
|
+
period: {
|
|
514
|
+
start: {
|
|
515
|
+
day: string;
|
|
516
|
+
month: string;
|
|
517
|
+
year: string;
|
|
518
|
+
};
|
|
519
|
+
end: {
|
|
520
|
+
day: string;
|
|
521
|
+
month: string;
|
|
522
|
+
year: string;
|
|
523
|
+
};
|
|
618
524
|
};
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
525
|
+
recipient: {
|
|
526
|
+
name?: string | null;
|
|
527
|
+
address: {
|
|
528
|
+
full: string;
|
|
529
|
+
};
|
|
622
530
|
};
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
531
|
+
numbers: {
|
|
532
|
+
SIE: string | null;
|
|
533
|
+
folder: string | null;
|
|
534
|
+
key: string | null;
|
|
535
|
+
period: string | null;
|
|
536
|
+
CM: string | null;
|
|
537
|
+
OPT: string | null;
|
|
538
|
+
service: string | null;
|
|
539
|
+
system: string | null;
|
|
627
540
|
};
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
541
|
+
intracommunityVat: {
|
|
542
|
+
first: string | null;
|
|
543
|
+
second: string | null;
|
|
544
|
+
third: string | null;
|
|
545
|
+
};
|
|
546
|
+
siret: {
|
|
547
|
+
first: string | null;
|
|
548
|
+
second: string | null;
|
|
631
549
|
};
|
|
632
550
|
};
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
551
|
+
payment: {
|
|
552
|
+
date: string;
|
|
553
|
+
phone: string | null;
|
|
554
|
+
byImputation: boolean;
|
|
555
|
+
isPayment: boolean;
|
|
637
556
|
};
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
557
|
+
untaxedOperation: {
|
|
558
|
+
buy: number;
|
|
559
|
+
exported: number;
|
|
560
|
+
distance?: number;
|
|
561
|
+
other: number;
|
|
562
|
+
petrol: number;
|
|
563
|
+
intracomunauty: number;
|
|
564
|
+
salesGoodsOrServices: number;
|
|
565
|
+
delivery: number;
|
|
645
566
|
};
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
567
|
+
vat: {
|
|
568
|
+
normalRate20: BaseAndTax;
|
|
569
|
+
reduceRate5Dot5: BaseAndTax;
|
|
570
|
+
reduceRate10: BaseAndTax;
|
|
571
|
+
normalRate20OnPetrol: BaseAndTax;
|
|
572
|
+
reduceRate8Dot5: BaseAndTax;
|
|
573
|
+
reduceRate2Dot1: BaseAndTax;
|
|
574
|
+
particularRate: BaseAndTax;
|
|
575
|
+
reducedRateOnPetrol: BaseAndTax;
|
|
576
|
+
oldRate: BaseAndTax;
|
|
577
|
+
energyBought: BaseAndTax;
|
|
578
|
+
prestation: BaseAndTax;
|
|
579
|
+
prestation2: BaseAndTax;
|
|
580
|
+
saleOfImmobilization: BaseAndTax;
|
|
581
|
+
ownDelivery: BaseAndTax;
|
|
582
|
+
other: BaseAndTax;
|
|
583
|
+
total: {
|
|
584
|
+
tax: number;
|
|
585
|
+
};
|
|
651
586
|
};
|
|
652
|
-
|
|
653
|
-
|
|
587
|
+
other: {
|
|
588
|
+
sum: number;
|
|
589
|
+
refund: number;
|
|
590
|
+
previousDeducted: number;
|
|
591
|
+
total: number;
|
|
654
592
|
};
|
|
655
|
-
|
|
656
|
-
|
|
593
|
+
deductible: {
|
|
594
|
+
onInvoice: number;
|
|
595
|
+
onFlatRate: number;
|
|
596
|
+
onImmobilization: number;
|
|
597
|
+
total1: number;
|
|
598
|
+
previousCredit: number;
|
|
599
|
+
rate: number;
|
|
600
|
+
forget: number;
|
|
601
|
+
sumToImpute: number;
|
|
602
|
+
total: number;
|
|
603
|
+
vatDeductible: number;
|
|
657
604
|
};
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
605
|
+
net: {
|
|
606
|
+
due: number;
|
|
607
|
+
credit: number;
|
|
608
|
+
advance: {
|
|
609
|
+
toPay: number;
|
|
610
|
+
paid: number;
|
|
611
|
+
total: number;
|
|
664
612
|
};
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
613
|
+
advance1: {
|
|
614
|
+
paid: number;
|
|
615
|
+
toPay: number;
|
|
668
616
|
};
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
617
|
+
advance2: {
|
|
618
|
+
paid: number;
|
|
619
|
+
toPay: number;
|
|
672
620
|
};
|
|
621
|
+
balance: number;
|
|
622
|
+
surplus: number;
|
|
623
|
+
balanceSurplus: number;
|
|
624
|
+
};
|
|
625
|
+
tax: {
|
|
626
|
+
contribution: number;
|
|
627
|
+
onBoarding: number;
|
|
628
|
+
onRetransmission: BaseAndTax;
|
|
629
|
+
onResultFarm: number;
|
|
630
|
+
ofEmployer: number;
|
|
631
|
+
/** Updated */
|
|
632
|
+
payingVideo: ReduceNormalBaseAndTax;
|
|
673
633
|
bailiff: {
|
|
674
634
|
count: number;
|
|
675
635
|
tax: number;
|
|
676
636
|
};
|
|
677
|
-
|
|
678
|
-
ofEmployer: number;
|
|
679
|
-
onBoardingCorse: number;
|
|
680
|
-
onBoarding: number;
|
|
637
|
+
/***/
|
|
681
638
|
development: number;
|
|
682
639
|
publicity: number;
|
|
683
640
|
onCompanySurplus: number;
|
|
@@ -699,7 +656,6 @@ export type PayloadCerfa3517_2025 = {
|
|
|
699
656
|
normalRate: number;
|
|
700
657
|
reduceRate: number;
|
|
701
658
|
};
|
|
702
|
-
total: number;
|
|
703
659
|
onContribution: number;
|
|
704
660
|
onSaleAntiquity: number;
|
|
705
661
|
onYearly: number;
|
|
@@ -724,14 +680,53 @@ export type PayloadCerfa3517_2025 = {
|
|
|
724
680
|
nonAlcoolWithEdul: number;
|
|
725
681
|
mineralWater: number;
|
|
726
682
|
numericalService: number;
|
|
683
|
+
total: number;
|
|
727
684
|
platform: number;
|
|
728
685
|
};
|
|
686
|
+
tic: {
|
|
687
|
+
ticfe: TicType;
|
|
688
|
+
ticgn: TicType;
|
|
689
|
+
ticc: TicType;
|
|
690
|
+
total: TicType;
|
|
691
|
+
};
|
|
729
692
|
recapitulation: {
|
|
693
|
+
refund: number;
|
|
694
|
+
creditToReport: number;
|
|
730
695
|
imputedCredit: number;
|
|
696
|
+
ticRefunded: number;
|
|
697
|
+
balance: number;
|
|
698
|
+
imputeOnVat: number;
|
|
699
|
+
vatNetDue: number;
|
|
700
|
+
assimiledTax: number;
|
|
701
|
+
consumsion: number;
|
|
702
|
+
toPay: number;
|
|
703
|
+
};
|
|
704
|
+
advances: {
|
|
705
|
+
july: {
|
|
706
|
+
year: string | null;
|
|
707
|
+
has: boolean;
|
|
708
|
+
};
|
|
709
|
+
december: {
|
|
710
|
+
year: string | null;
|
|
711
|
+
has: boolean;
|
|
712
|
+
};
|
|
731
713
|
};
|
|
714
|
+
total: number;
|
|
732
715
|
refund: {
|
|
733
|
-
asked: number;
|
|
734
716
|
creditRefundable: number;
|
|
717
|
+
surplus: number;
|
|
718
|
+
maximum: number;
|
|
719
|
+
asked: number;
|
|
720
|
+
reportable: number;
|
|
721
|
+
place?: string | null;
|
|
722
|
+
date: string | null;
|
|
723
|
+
shouldCredit: boolean;
|
|
724
|
+
shouldImpute: boolean;
|
|
725
|
+
name: string | null;
|
|
726
|
+
};
|
|
727
|
+
bankAccount: {
|
|
728
|
+
iban: string | null;
|
|
729
|
+
bic: string | null;
|
|
735
730
|
};
|
|
736
731
|
};
|
|
737
732
|
export {};
|