@silexpert/core 1.3.85-0 → 1.3.86
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/api/resources/Payment.d.ts +1 -1
- package/dist/cjs/api/resources/Payment.d.ts.map +1 -1
- package/dist/cjs/api/resources/Payment.js +1 -1
- package/dist/cjs/api/resources/Payment.js.map +1 -1
- package/dist/cjs/api/resources/PaymentExpectation.d.ts +2 -1
- package/dist/cjs/api/resources/PaymentExpectation.d.ts.map +1 -1
- package/dist/cjs/api/resources/PaymentExpectation.js +3 -0
- package/dist/cjs/api/resources/PaymentExpectation.js.map +1 -1
- package/dist/cjs/types/Enum/Log.d.ts +3 -1
- package/dist/cjs/types/Enum/Log.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Log.js +2 -0
- package/dist/cjs/types/Enum/Log.js.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Params.d.ts +14 -1
- package/dist/cjs/types/Interface/api/payment/Params.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/payment/Params.js +84 -0
- package/dist/cjs/types/Interface/api/payment/Params.js.map +1 -1
- package/dist/cjs/types/Interface/models/IPayment.d.ts +2 -0
- package/dist/cjs/types/Interface/models/IPayment.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IPayment.js.map +1 -1
- package/dist/cjs/utils/vat/3310/century23.d.ts.map +1 -1
- package/dist/cjs/utils/vat/3310/century23.js +38 -60
- package/dist/cjs/utils/vat/3310/century23.js.map +1 -1
- package/dist/cjs/utils/vat/3310/century24.d.ts.map +1 -1
- package/dist/cjs/utils/vat/3310/century24.js +38 -60
- package/dist/cjs/utils/vat/3310/century24.js.map +1 -1
- package/dist/cjs/utils/vat/3310/century25.d.ts.map +1 -1
- package/dist/cjs/utils/vat/3310/century25.js +41 -63
- package/dist/cjs/utils/vat/3310/century25.js.map +1 -1
- package/dist/cjs/utils/vat/utils.d.ts +1 -1
- package/dist/cjs/utils/vat/utils.d.ts.map +1 -1
- package/dist/cjs/utils/vat/utils.js +5 -5
- package/dist/cjs/utils/vat/utils.js.map +1 -1
- package/dist/mjs/api/resources/Payment.d.ts +1 -1
- package/dist/mjs/api/resources/Payment.d.ts.map +1 -1
- package/dist/mjs/api/resources/Payment.js +1 -1
- package/dist/mjs/api/resources/Payment.js.map +1 -1
- package/dist/mjs/api/resources/PaymentExpectation.d.ts +2 -1
- package/dist/mjs/api/resources/PaymentExpectation.d.ts.map +1 -1
- package/dist/mjs/api/resources/PaymentExpectation.js +3 -0
- package/dist/mjs/api/resources/PaymentExpectation.js.map +1 -1
- package/dist/mjs/types/Enum/Log.d.ts +3 -1
- package/dist/mjs/types/Enum/Log.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Log.js +2 -0
- package/dist/mjs/types/Enum/Log.js.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Params.d.ts +14 -1
- package/dist/mjs/types/Interface/api/payment/Params.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/payment/Params.js +98 -1
- package/dist/mjs/types/Interface/api/payment/Params.js.map +1 -1
- package/dist/mjs/types/Interface/models/IPayment.d.ts +2 -0
- package/dist/mjs/types/Interface/models/IPayment.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IPayment.js.map +1 -1
- package/dist/mjs/utils/vat/3310/century23.d.ts.map +1 -1
- package/dist/mjs/utils/vat/3310/century23.js +19 -41
- package/dist/mjs/utils/vat/3310/century23.js.map +1 -1
- package/dist/mjs/utils/vat/3310/century24.d.ts.map +1 -1
- package/dist/mjs/utils/vat/3310/century24.js +19 -41
- package/dist/mjs/utils/vat/3310/century24.js.map +1 -1
- package/dist/mjs/utils/vat/3310/century25.d.ts.map +1 -1
- package/dist/mjs/utils/vat/3310/century25.js +18 -40
- package/dist/mjs/utils/vat/3310/century25.js.map +1 -1
- package/dist/mjs/utils/vat/utils.d.ts +1 -1
- package/dist/mjs/utils/vat/utils.d.ts.map +1 -1
- package/dist/mjs/utils/vat/utils.js +5 -5
- package/dist/mjs/utils/vat/utils.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Payment.ts +1 -1
- package/ts/api/resources/PaymentExpectation.ts +5 -0
- package/ts/types/Enum/Log.ts +2 -0
- package/ts/types/Interface/api/payment/Params.ts +74 -3
- package/ts/types/Interface/models/IPayment.ts +2 -0
- package/ts/utils/vat/3310/century23.ts +19 -41
- package/ts/utils/vat/3310/century24.ts +19 -41
- package/ts/utils/vat/3310/century25.ts +19 -40
- package/ts/utils/vat/utils.ts +6 -5
|
@@ -647,33 +647,11 @@ export function getCerfa3310Century23RegistrationFields(data) {
|
|
|
647
647
|
key: 'BA',
|
|
648
648
|
value: null,
|
|
649
649
|
isMultiple: false,
|
|
650
|
-
tags: [
|
|
651
|
-
{
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
tag: 'TexteLibre2',
|
|
658
|
-
description: 'FTX Commentaires type 1, ligne 2 2ème zone de 512',
|
|
659
|
-
value: comment && (comment?.length ?? 0) > 512 ? textFormatting(comment.slice(512, 1024)) : null,
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
tag: 'TexteLibre3',
|
|
663
|
-
description: 'FTX Commentaires type 1, ligne 3 3ème zone de 512',
|
|
664
|
-
value: comment && (comment?.length ?? 0) > 1024 ? textFormatting(comment.slice(1024, 1536)) : null,
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
tag: 'TexteLibre4',
|
|
668
|
-
description: 'FTX Commentaires type 1, ligne 4 4ème zone de 512',
|
|
669
|
-
value: comment && (comment?.length ?? 0) > 1536 ? textFormatting(comment.slice(1536, 2048)) : null,
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
tag: 'TexteLibre5',
|
|
673
|
-
description: 'FTX Commentaires type 1, ligne 5 5ème zone de 512',
|
|
674
|
-
value: comment && (comment?.length ?? 0) > 2048 ? textFormatting(comment.slice(2048, 2560)) : null,
|
|
675
|
-
},
|
|
676
|
-
],
|
|
650
|
+
tags: [1, 2, 3, 4, 5].map((i) => ({
|
|
651
|
+
tag: `TexteLibre${i}`,
|
|
652
|
+
description: `FTX Commentaires type ${i}`,
|
|
653
|
+
value: textFormatting(comment, 512, 512 * (i - 1)) || null,
|
|
654
|
+
})),
|
|
677
655
|
},
|
|
678
656
|
{
|
|
679
657
|
key: 'BB',
|
|
@@ -756,14 +734,14 @@ export function getCerfa3310Century23RegistrationFields(data) {
|
|
|
756
734
|
key: 'CF',
|
|
757
735
|
tag: 'Valeur',
|
|
758
736
|
isMultiple: false,
|
|
759
|
-
description:
|
|
737
|
+
description: "MOA Livraisons d'electricité, de gaz naturel, de chaleur ou de froid imposables en France, base hors taxe",
|
|
760
738
|
value: data.taxedOperations.energyDelivery,
|
|
761
739
|
},
|
|
762
740
|
{
|
|
763
741
|
key: 'CG',
|
|
764
742
|
tag: 'Valeur',
|
|
765
743
|
isMultiple: false,
|
|
766
|
-
description:
|
|
744
|
+
description: "MOA Achats de biens ou de prestations de services réalisés auprès d'un assujetti non établi en France, art 283-1 du CGI",
|
|
767
745
|
value: data.taxedOperations.purchaseOfServicesNotInFrance,
|
|
768
746
|
},
|
|
769
747
|
{
|
|
@@ -812,7 +790,7 @@ export function getCerfa3310Century23RegistrationFields(data) {
|
|
|
812
790
|
key: 'DC',
|
|
813
791
|
tag: 'Valeur',
|
|
814
792
|
isMultiple: false,
|
|
815
|
-
description:
|
|
793
|
+
description: "MOA Livraisons intracommunautaires à destination d'une personne assujettie 100077",
|
|
816
794
|
value: data.untaxedOperations.intracommunityDelivery,
|
|
817
795
|
},
|
|
818
796
|
{
|
|
@@ -833,7 +811,7 @@ export function getCerfa3310Century23RegistrationFields(data) {
|
|
|
833
811
|
key: 'DF',
|
|
834
812
|
tag: 'Valeur',
|
|
835
813
|
isMultiple: false,
|
|
836
|
-
description:
|
|
814
|
+
description: "MOA Livraisons d'electricité, de gaz naturel, de chaleur ou de froid non imposables en France 100122",
|
|
837
815
|
value: data.untaxedOperations.energyDelivery,
|
|
838
816
|
},
|
|
839
817
|
{
|
|
@@ -1037,7 +1015,7 @@ export function getCerfa3310Century23RegistrationFields(data) {
|
|
|
1037
1015
|
key: 'HE',
|
|
1038
1016
|
tag: 'Valeur',
|
|
1039
1017
|
isMultiple: false,
|
|
1040
|
-
description:
|
|
1018
|
+
description: "PCD Pourcentage de déduction applicable pour la période s'il est différent de 100% Valeur entière et au plus 2 décimales",
|
|
1041
1019
|
value: isDefined(data.vat.deductible.coefficient) && data.vat.deductible.coefficient !== 100
|
|
1042
1020
|
? data.vat.deductible.coefficient
|
|
1043
1021
|
: null,
|
|
@@ -1067,7 +1045,7 @@ export function getCerfa3310Century23RegistrationFields(data) {
|
|
|
1067
1045
|
key: 'HJ',
|
|
1068
1046
|
tag: 'Valeur',
|
|
1069
1047
|
isMultiple: false,
|
|
1070
|
-
description:
|
|
1048
|
+
description: "CCITBX Mention membre d'un groupe Table TBX avec X pour sélectionné, CCI/7037 = CAV/1131 =",
|
|
1071
1049
|
value: null,
|
|
1072
1050
|
},
|
|
1073
1051
|
{
|
|
@@ -1270,7 +1248,7 @@ export function getCerfa3310Century23RegistrationFields(data) {
|
|
|
1270
1248
|
key: 'LS',
|
|
1271
1249
|
tag: 'Valeur',
|
|
1272
1250
|
isMultiple: false,
|
|
1273
|
-
description:
|
|
1251
|
+
description: "CCITBX Mention de qualité de représentant d'un assujetti unique Table TBX avec X pour sélectionné, CCI/7037 = CAV/1131 =",
|
|
1274
1252
|
value: null,
|
|
1275
1253
|
},
|
|
1276
1254
|
{
|
|
@@ -1291,7 +1269,7 @@ export function getCerfa3310Century23RegistrationFields(data) {
|
|
|
1291
1269
|
key: 'MD',
|
|
1292
1270
|
tag: 'Valeur',
|
|
1293
1271
|
isMultiple: false,
|
|
1294
|
-
description:
|
|
1272
|
+
description: "MOA Retenue de TVA sur droits d'auteur taxe due",
|
|
1295
1273
|
value: data.vat.otherRate.author.tax,
|
|
1296
1274
|
},
|
|
1297
1275
|
{
|
|
@@ -1312,7 +1290,7 @@ export function getCerfa3310Century23RegistrationFields(data) {
|
|
|
1312
1290
|
key: 'MG',
|
|
1313
1291
|
tag: 'Valeur',
|
|
1314
1292
|
isMultiple: false,
|
|
1315
|
-
description:
|
|
1293
|
+
description: "MOA Retenue de TVA sur droits d'auteur base HT",
|
|
1316
1294
|
value: data.vat.otherRate.oldRate.base,
|
|
1317
1295
|
},
|
|
1318
1296
|
{
|
|
@@ -1496,12 +1474,12 @@ export const cerfa3310Century23Fields = [
|
|
|
1496
1474
|
type: 'number',
|
|
1497
1475
|
},
|
|
1498
1476
|
{
|
|
1499
|
-
label:
|
|
1477
|
+
label: "B3 - Achats d'electricité, de gaz naturel, de chaleur ou de froid imposables en France",
|
|
1500
1478
|
key: 'taxedOperations.energyDelivery',
|
|
1501
1479
|
type: 'number',
|
|
1502
1480
|
},
|
|
1503
1481
|
{
|
|
1504
|
-
label:
|
|
1482
|
+
label: "B4 - Achats de biens ou de prestations de services réalisés auprès d'un assujetti non établi en France",
|
|
1505
1483
|
key: 'taxedOperations.regularizations',
|
|
1506
1484
|
type: 'number',
|
|
1507
1485
|
},
|
|
@@ -1531,7 +1509,7 @@ export const cerfa3310Century23Fields = [
|
|
|
1531
1509
|
type: 'number',
|
|
1532
1510
|
},
|
|
1533
1511
|
{
|
|
1534
|
-
label:
|
|
1512
|
+
label: "F3 - Livraisons d'électricité, de gaz naturel, de chaleur ou de froid non imposables en France",
|
|
1535
1513
|
key: 'untaxedOperations.energyDelivery',
|
|
1536
1514
|
type: 'number',
|
|
1537
1515
|
},
|
|
@@ -1561,7 +1539,7 @@ export const cerfa3310Century23Fields = [
|
|
|
1561
1539
|
type: 'number',
|
|
1562
1540
|
},
|
|
1563
1541
|
{
|
|
1564
|
-
label:
|
|
1542
|
+
label: "F9 - Opérations internes réalisées entre membres d'un assujetti unique",
|
|
1565
1543
|
key: 'untaxedOperations.internalUniq',
|
|
1566
1544
|
type: 'number',
|
|
1567
1545
|
},
|
|
@@ -1648,7 +1626,7 @@ export const cerfa3310Century23Fields = [
|
|
|
1648
1626
|
type: 'number',
|
|
1649
1627
|
},
|
|
1650
1628
|
{
|
|
1651
|
-
label:
|
|
1629
|
+
label: "29 - Taxes assimilées calculées sur l'annexe n° 3310 A",
|
|
1652
1630
|
key: 'credit.assimiledTaxes',
|
|
1653
1631
|
type: 'number',
|
|
1654
1632
|
},
|