@silexpert/core 1.3.101 → 1.3.102
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/Exercice.d.ts +1 -1
- package/dist/cjs/api/resources/Exercice.d.ts.map +1 -1
- package/dist/cjs/api/resources/Exercice.js.map +1 -1
- package/dist/cjs/api/resources/Inpi.d.ts +3 -3
- package/dist/cjs/api/resources/Inpi.d.ts.map +1 -1
- package/dist/cjs/api/resources/Inpi.js +1 -1
- package/dist/cjs/api/resources/Inpi.js.map +1 -1
- package/dist/cjs/api/resources/StripePurchase.d.ts +13 -0
- package/dist/cjs/api/resources/StripePurchase.d.ts.map +1 -0
- package/dist/cjs/api/resources/StripePurchase.js +17 -0
- package/dist/cjs/api/resources/StripePurchase.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/InpiType.d.ts +10 -2
- package/dist/cjs/types/Enum/InpiType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/InpiType.js +12 -4
- package/dist/cjs/types/Enum/InpiType.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts +2 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +20 -0
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Enum/Stripe.d.ts +4 -0
- package/dist/cjs/types/Enum/Stripe.d.ts.map +1 -0
- package/dist/cjs/types/Enum/Stripe.js +8 -0
- package/dist/cjs/types/Enum/Stripe.js.map +1 -0
- package/dist/cjs/types/Interface/api/exercice/Create.d.ts +1 -0
- package/dist/cjs/types/Interface/api/exercice/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/exercice/Create.js +7 -0
- package/dist/cjs/types/Interface/api/exercice/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/inpiPayment/Query.d.ts +14 -0
- package/dist/cjs/types/Interface/api/inpiPayment/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/inpiPayment/Query.js +128 -0
- package/dist/cjs/types/Interface/api/inpiPayment/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/stripe/Create.d.ts +10 -0
- package/dist/cjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/Create.js +30 -1
- package/dist/cjs/types/Interface/api/stripe/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/QueryStripe.d.ts +6 -0
- package/dist/cjs/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/stripe/QueryStripe.js +19 -1
- package/dist/cjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
- package/dist/cjs/types/index.d.ts +1 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +1 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/vat/3517/century23.d.ts.map +1 -1
- package/dist/cjs/utils/vat/3517/century23.js +55 -55
- package/dist/cjs/utils/vat/3517/century23.js.map +1 -1
- package/dist/mjs/api/resources/Exercice.d.ts +1 -1
- package/dist/mjs/api/resources/Exercice.d.ts.map +1 -1
- package/dist/mjs/api/resources/Exercice.js.map +1 -1
- package/dist/mjs/api/resources/Inpi.d.ts +3 -3
- package/dist/mjs/api/resources/Inpi.d.ts.map +1 -1
- package/dist/mjs/api/resources/Inpi.js +1 -1
- package/dist/mjs/api/resources/Inpi.js.map +1 -1
- package/dist/mjs/api/resources/StripePurchase.d.ts +13 -0
- package/dist/mjs/api/resources/StripePurchase.d.ts.map +1 -0
- package/dist/mjs/api/resources/StripePurchase.js +16 -0
- package/dist/mjs/api/resources/StripePurchase.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/InpiType.d.ts +10 -2
- package/dist/mjs/types/Enum/InpiType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/InpiType.js +12 -4
- package/dist/mjs/types/Enum/InpiType.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts +2 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +20 -0
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Enum/Stripe.d.ts +4 -0
- package/dist/mjs/types/Enum/Stripe.d.ts.map +1 -0
- package/dist/mjs/types/Enum/Stripe.js +5 -0
- package/dist/mjs/types/Enum/Stripe.js.map +1 -0
- package/dist/mjs/types/Interface/api/exercice/Create.d.ts +1 -0
- package/dist/mjs/types/Interface/api/exercice/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/exercice/Create.js +8 -0
- package/dist/mjs/types/Interface/api/exercice/Create.js.map +1 -1
- package/dist/mjs/types/Interface/api/inpiPayment/Query.d.ts +14 -0
- package/dist/mjs/types/Interface/api/inpiPayment/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/inpiPayment/Query.js +135 -0
- package/dist/mjs/types/Interface/api/inpiPayment/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/stripe/Create.d.ts +10 -0
- package/dist/mjs/types/Interface/api/stripe/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/stripe/Create.js +34 -1
- package/dist/mjs/types/Interface/api/stripe/Create.js.map +1 -1
- package/dist/mjs/types/Interface/api/stripe/QueryStripe.d.ts +6 -0
- package/dist/mjs/types/Interface/api/stripe/QueryStripe.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/stripe/QueryStripe.js +18 -0
- package/dist/mjs/types/Interface/api/stripe/QueryStripe.js.map +1 -1
- package/dist/mjs/types/index.d.ts +1 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +1 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/vat/3517/century23.d.ts.map +1 -1
- package/dist/mjs/utils/vat/3517/century23.js +54 -54
- package/dist/mjs/utils/vat/3517/century23.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Exercice.ts +1 -1
- package/ts/api/resources/Inpi.ts +3 -2
- package/ts/api/resources/StripePurchase.ts +22 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/InpiType.ts +13 -4
- package/ts/types/Enum/PrestationType.ts +20 -0
- package/ts/types/Enum/Stripe.ts +3 -0
- package/ts/types/Interface/api/exercice/Create.ts +6 -0
- package/ts/types/Interface/api/inpiPayment/Query.ts +103 -0
- package/ts/types/Interface/api/stripe/Create.ts +24 -1
- package/ts/types/Interface/api/stripe/QueryStripe.ts +14 -0
- package/ts/types/index.ts +1 -0
- package/ts/utils/vat/3517/century23.ts +55 -54
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
|
|
1
2
|
import * as dayjs from 'dayjs';
|
|
2
3
|
import { isDefined } from 'class-validator';
|
|
3
4
|
import { round as _round, uniqBy } from 'lodash';
|
|
@@ -557,7 +558,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
557
558
|
isMultiple: false,
|
|
558
559
|
tag: 'Valeur',
|
|
559
560
|
description:
|
|
560
|
-
|
|
561
|
+
"Prélèvements sur les paris sportifs en ligne au profit de l'Etat au taux de 33,7 % (CGI, art. 302 bis ZH) 910217 76A",
|
|
561
562
|
value: data.tax.sportBetting,
|
|
562
563
|
},
|
|
563
564
|
{
|
|
@@ -573,7 +574,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
573
574
|
isMultiple: false,
|
|
574
575
|
tag: 'Valeur',
|
|
575
576
|
description:
|
|
576
|
-
|
|
577
|
+
"Prélèvements sur les paris sportifs en ligne au profit de l'agence nationale du sport (ANS) au taux de 10,6 % (CGI, art. 1609 tricies) 910219 78A",
|
|
577
578
|
value: data.tax.sportBettingSport,
|
|
578
579
|
},
|
|
579
580
|
{
|
|
@@ -581,7 +582,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
581
582
|
isMultiple: false,
|
|
582
583
|
tag: 'Valeur',
|
|
583
584
|
description:
|
|
584
|
-
|
|
585
|
+
"Prélèvements sur les paris sportifs commercialisés en réseau physique de distribution au profit de l'Etat au taux de 27,9 % (CGI, art. 302 bis ZH) 910220 76B",
|
|
585
586
|
value: data.tax.sportBettingCommercial,
|
|
586
587
|
},
|
|
587
588
|
{
|
|
@@ -597,7 +598,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
597
598
|
isMultiple: false,
|
|
598
599
|
tag: 'Valeur',
|
|
599
600
|
description:
|
|
600
|
-
|
|
601
|
+
"Prélèvements sur les paris sportifs commercialisés en réseau physique de distribution au profit de l'agence nationale du sport (ANS) au taux de 6,6 % (CGI, art. 1609 tricies) 910222 78B",
|
|
601
602
|
value: data.tax.sportBettingCommercialSport,
|
|
602
603
|
},
|
|
603
604
|
{
|
|
@@ -618,7 +619,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
618
619
|
key: 'AX',
|
|
619
620
|
isMultiple: false,
|
|
620
621
|
tag: 'Valeur',
|
|
621
|
-
description:
|
|
622
|
+
description: "Total de la taxe annuelle à l'essieu due (1a + 1b + 2a + 2b + 3) 910778 70A",
|
|
622
623
|
value: data.tax.onYearly,
|
|
623
624
|
},
|
|
624
625
|
{
|
|
@@ -688,7 +689,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
688
689
|
isMultiple: false,
|
|
689
690
|
tag: 'Valeur',
|
|
690
691
|
description:
|
|
691
|
-
|
|
692
|
+
"Taxe spéciale due en cas de non-respect de l'engagement de conserver pendant 5 ans les parts de fonds commun de placement à risques ou de fonds professionnels de capital investissement (art. 209-0-A du CGI) 912234 4M",
|
|
692
693
|
value: data.tax.specialDue,
|
|
693
694
|
},
|
|
694
695
|
{
|
|
@@ -703,7 +704,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
703
704
|
isMultiple: false,
|
|
704
705
|
tag: 'Valeur',
|
|
705
706
|
description:
|
|
706
|
-
|
|
707
|
+
"Total de la contribution sur la rente infra-marginale de la production d'électricité (lignes a à q) 912268 44A",
|
|
707
708
|
value: data.tax.contribution && data.tax.contribution > 0 ? data.tax.contribution : null,
|
|
708
709
|
},
|
|
709
710
|
{
|
|
@@ -711,7 +712,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
711
712
|
isMultiple: false,
|
|
712
713
|
tag: 'Valeur',
|
|
713
714
|
description:
|
|
714
|
-
|
|
715
|
+
"Taxe sur les excédents de provision des entreprises d'assurances de dommages (CGI, art, 235 ter X) 904075 4,00 F",
|
|
715
716
|
value: data.tax.onCompanySurplus,
|
|
716
717
|
},
|
|
717
718
|
{
|
|
@@ -719,7 +720,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
719
720
|
isMultiple: false,
|
|
720
721
|
tag: 'Valeur',
|
|
721
722
|
description:
|
|
722
|
-
|
|
723
|
+
"Taxe sur les ordres annulés dans le cadre d'opérations à haute fréquence (CGI, art. 235 ter ZD bis) 904076 4L",
|
|
723
724
|
value: data.tax.onCanceledOrders,
|
|
724
725
|
},
|
|
725
726
|
{
|
|
@@ -762,7 +763,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
762
763
|
isMultiple: false,
|
|
763
764
|
tag: 'Valeur',
|
|
764
765
|
description:
|
|
765
|
-
|
|
766
|
+
"Chiffre d'affaires réalisé en France métropolitaine imposable au taux réduit, hors livraisons de gaz naturel ou d'electricité et acquisitions intracommunautaires : base HT 100139 6",
|
|
766
767
|
value: data.vat.reduceRate5Dot5.base,
|
|
767
768
|
},
|
|
768
769
|
{
|
|
@@ -770,7 +771,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
770
771
|
isMultiple: false,
|
|
771
772
|
tag: 'Valeur',
|
|
772
773
|
description:
|
|
773
|
-
|
|
774
|
+
"Chiffre d'affaires imposable (France métropolitaine ou DOM), hors livraisons de gaz naturel ou d'electricité et acquisitions intracommunautaires, aux anciens taux : base HT 100144 10",
|
|
774
775
|
value: data.vat.oldRate.base,
|
|
775
776
|
},
|
|
776
777
|
{
|
|
@@ -799,7 +800,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
799
800
|
key: 'EL',
|
|
800
801
|
isMultiple: false,
|
|
801
802
|
tag: 'Valeur',
|
|
802
|
-
description:
|
|
803
|
+
description: "Opérations imposables cessions d'immobilisations , base hors taxe 100146 11",
|
|
803
804
|
value: data.vat.saleOfImmobilization.base,
|
|
804
805
|
},
|
|
805
806
|
{
|
|
@@ -828,7 +829,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
828
829
|
isMultiple: false,
|
|
829
830
|
tag: 'Valeur',
|
|
830
831
|
description:
|
|
831
|
-
|
|
832
|
+
"Chiffre d'affaires réalisé dans les DOM imposable au taux normal, hors livraisons de gaz naturel ou d'electricité et acquisitions intracommunautaires : base HT 100167 7",
|
|
832
833
|
value: data.vat.reduceRate8Dot5.base,
|
|
833
834
|
},
|
|
834
835
|
{
|
|
@@ -836,7 +837,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
836
837
|
isMultiple: false,
|
|
837
838
|
tag: 'Valeur',
|
|
838
839
|
description:
|
|
839
|
-
|
|
840
|
+
"Chiffre d'affaires réalisé dans les DOM imposable au taux réduit, hors livraisons de gaz naturel ou d'electricité et acquisitions intracommunautaires : base HT 100165 8",
|
|
840
841
|
value: data.vat.reduceRate2Dot1.base,
|
|
841
842
|
},
|
|
842
843
|
{
|
|
@@ -844,7 +845,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
844
845
|
isMultiple: false,
|
|
845
846
|
tag: 'Valeur',
|
|
846
847
|
description:
|
|
847
|
-
|
|
848
|
+
"Chiffre d'affaires réalisé en France métropolitaine imposable au taux normal de 20%, hors livraisons de gaz naturel ou d'electricité et acquisitions intracommunautaires : base HT 904071 5A",
|
|
848
849
|
value: data.vat.normalRate20.base,
|
|
849
850
|
},
|
|
850
851
|
{
|
|
@@ -852,7 +853,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
852
853
|
isMultiple: false,
|
|
853
854
|
tag: 'Valeur',
|
|
854
855
|
description:
|
|
855
|
-
|
|
856
|
+
"Livraisons d'electricité , de gaz naturel, de chaleur ou de froid non imposables en France 100122 4D",
|
|
856
857
|
value: data.untaxedOperation.delivery,
|
|
857
858
|
},
|
|
858
859
|
{
|
|
@@ -860,7 +861,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
860
861
|
isMultiple: false,
|
|
861
862
|
tag: 'Valeur',
|
|
862
863
|
description:
|
|
863
|
-
|
|
864
|
+
"Livraisons d'electricité, de gaz naturel, de chaleur ou de froid imposables en France, base hors taxe 100121 AA",
|
|
864
865
|
value: data.vat.energyBought.base,
|
|
865
866
|
},
|
|
866
867
|
{
|
|
@@ -876,7 +877,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
876
877
|
isMultiple: false,
|
|
877
878
|
tag: 'Valeur',
|
|
878
879
|
description:
|
|
879
|
-
|
|
880
|
+
"Chiffre d'affaires réalisé en France métropolitaine imposable au taux réduit, hors livraisons de gaz naturel ou d'electricité et acquisitions intracommunautaires : taxe due 100140 6",
|
|
880
881
|
value: data.vat.reduceRate5Dot5.tax,
|
|
881
882
|
},
|
|
882
883
|
{
|
|
@@ -884,7 +885,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
884
885
|
isMultiple: false,
|
|
885
886
|
tag: 'Valeur',
|
|
886
887
|
description:
|
|
887
|
-
|
|
888
|
+
"Chiffre d'affaires imposable (France métropolitaine ou DOM), hors livraisons de gaz naturel ou d'electricité et acquisitions intracommunautaires, aux anciens taux : taxe due 100145 10",
|
|
888
889
|
value: data.vat.oldRate.tax,
|
|
889
890
|
},
|
|
890
891
|
{
|
|
@@ -905,7 +906,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
905
906
|
key: 'FL',
|
|
906
907
|
isMultiple: false,
|
|
907
908
|
tag: 'Valeur',
|
|
908
|
-
description:
|
|
909
|
+
description: "Opérations imposables cessions d'immobilisations, taxe due 100147 11",
|
|
909
910
|
value: data.vat.saleOfImmobilization.tax,
|
|
910
911
|
},
|
|
911
912
|
{
|
|
@@ -934,7 +935,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
934
935
|
isMultiple: false,
|
|
935
936
|
tag: 'Valeur',
|
|
936
937
|
description:
|
|
937
|
-
|
|
938
|
+
"Chiffre d'affaires réalisé dans les DOM imposable au taux normal, hors livraisons de gaz naturel ou d'electricité et acquisitions intracommunautaires : taxe due 100168 7",
|
|
938
939
|
value: data.vat.reduceRate8Dot5.tax,
|
|
939
940
|
},
|
|
940
941
|
{
|
|
@@ -942,7 +943,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
942
943
|
isMultiple: false,
|
|
943
944
|
tag: 'Valeur',
|
|
944
945
|
description:
|
|
945
|
-
|
|
946
|
+
"Chiffre d'affaires réalisé dans les DOM imposable au taux réduit, hors livraisons de gaz naturel ou d'electricité et acquisitions intracommunautaires : taxe due 100166 8",
|
|
946
947
|
value: data.vat.reduceRate2Dot1.tax,
|
|
947
948
|
},
|
|
948
949
|
{
|
|
@@ -950,7 +951,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
950
951
|
isMultiple: false,
|
|
951
952
|
tag: 'Valeur',
|
|
952
953
|
description:
|
|
953
|
-
|
|
954
|
+
"Chiffre d'affaires réalisé en France métropolitaine imposable au taux normal de 20%, hors livraisons de gaz naturel ou d'electricité et acquisitions intracommunautaires : taxe due 904072 5A",
|
|
954
955
|
value: data.vat.normalRate20.tax,
|
|
955
956
|
},
|
|
956
957
|
{
|
|
@@ -958,14 +959,14 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
958
959
|
isMultiple: false,
|
|
959
960
|
tag: 'Valeur',
|
|
960
961
|
description:
|
|
961
|
-
|
|
962
|
+
"Livraisons d'electricité, de gaz naturel de chaud ou froid imposables en France, taxe due 100185 AA",
|
|
962
963
|
value: data.vat.energyBought.tax,
|
|
963
964
|
},
|
|
964
965
|
{
|
|
965
966
|
key: 'GA',
|
|
966
967
|
isMultiple: false,
|
|
967
968
|
tag: 'Valeur',
|
|
968
|
-
description:
|
|
969
|
+
description: "Remboursements provisionnels obtenus en cours d'année ou d'exercice 100197 17",
|
|
969
970
|
value: data.other.refund,
|
|
970
971
|
},
|
|
971
972
|
{
|
|
@@ -1057,7 +1058,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1057
1058
|
isMultiple: false,
|
|
1058
1059
|
tag: 'Valeur',
|
|
1059
1060
|
description:
|
|
1060
|
-
|
|
1061
|
+
"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 100094 25A",
|
|
1061
1062
|
value: data.deductible.rate !== 100 ? data.deductible.rate : null,
|
|
1062
1063
|
},
|
|
1063
1064
|
{
|
|
@@ -1223,7 +1224,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1223
1224
|
isMultiple: false,
|
|
1224
1225
|
tag: 'Valeur',
|
|
1225
1226
|
description:
|
|
1226
|
-
|
|
1227
|
+
"Taxe due par les employeurs de main-d'½uvre étrangère (L. 436-10 du CESEDA) (uniquement pour les cessations d'activité ayant lieu en 2023) 912261 45",
|
|
1227
1228
|
value: data.tax.ofEmployer && data.tax.ofEmployer > 0 ? data.tax.ofEmployer : null,
|
|
1228
1229
|
},
|
|
1229
1230
|
{
|
|
@@ -1258,7 +1259,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1258
1259
|
key: 'QS',
|
|
1259
1260
|
isMultiple: false,
|
|
1260
1261
|
tag: 'Valeur',
|
|
1261
|
-
description:
|
|
1262
|
+
description: "Taxe sur le chiffre d'affaires des exploitants agricoles 100046 37",
|
|
1262
1263
|
value: data.tax.onResultFarm,
|
|
1263
1264
|
},
|
|
1264
1265
|
{
|
|
@@ -1303,7 +1304,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1303
1304
|
tag: 'Valeur',
|
|
1304
1305
|
description:
|
|
1305
1306
|
'Taxe sur la diffusion en vidéo physique et en ligne de contenus audiovisuels à titre onéreux au taux de 5,15 % 902441 42',
|
|
1306
|
-
value: data.tax.payingVideo
|
|
1307
|
+
value: data.tax.payingVideo?.reduced,
|
|
1307
1308
|
},
|
|
1308
1309
|
{
|
|
1309
1310
|
key: 'RG',
|
|
@@ -1311,14 +1312,14 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1311
1312
|
tag: 'Valeur',
|
|
1312
1313
|
description:
|
|
1313
1314
|
'Taxe sur la diffusion en vidéo physique et en ligne de contenus audiovisuels à titre onéreux au taux de 15 % 902437 43',
|
|
1314
|
-
value: data.tax.payingVideo
|
|
1315
|
+
value: data.tax.payingVideo?.normal,
|
|
1315
1316
|
},
|
|
1316
1317
|
{
|
|
1317
1318
|
key: 'RN',
|
|
1318
1319
|
isMultiple: false,
|
|
1319
1320
|
tag: 'Valeur',
|
|
1320
1321
|
description:
|
|
1321
|
-
|
|
1322
|
+
"Contribution due par les gestionnaires des réseaux publics d'électricité (article L.2224-31 du code général des collectivités territoriales) 903435 4K",
|
|
1322
1323
|
value: data.tax.onPublicElectricity,
|
|
1323
1324
|
},
|
|
1324
1325
|
{
|
|
@@ -1354,7 +1355,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1354
1355
|
key: 'SH',
|
|
1355
1356
|
isMultiple: false,
|
|
1356
1357
|
tag: 'Valeur',
|
|
1357
|
-
description:
|
|
1358
|
+
description: "Total des droits de la taxe sur l'exploration d'hydrocarbures (CGI, art 1590) 909352 85",
|
|
1358
1359
|
value: data.tax.fuelExploration,
|
|
1359
1360
|
},
|
|
1360
1361
|
{
|
|
@@ -1363,7 +1364,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1363
1364
|
tag: 'Valeur',
|
|
1364
1365
|
description:
|
|
1365
1366
|
'Taxe sur la diffusion en vidéo physique et en ligne de contenus audiovisuels à titre gratuit (CGI, art 1609 sexdecies B) au taux de 5,15 % 909815 43A',
|
|
1366
|
-
value: data.tax.freeVideo
|
|
1367
|
+
value: data.tax.freeVideo?.reduce ?? 0,
|
|
1367
1368
|
},
|
|
1368
1369
|
{
|
|
1369
1370
|
key: 'SS',
|
|
@@ -1371,7 +1372,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1371
1372
|
tag: 'Valeur',
|
|
1372
1373
|
description:
|
|
1373
1374
|
'Taxe sur la diffusion en vidéo physique et en ligne de contenus audiovisuels à titre gratuit (CGI, art 1609 sexdecies B) au taux de 15 % 909817 43B',
|
|
1374
|
-
value: data.tax.freeVideo
|
|
1375
|
+
value: data.tax.freeVideo?.normal ?? 0,
|
|
1375
1376
|
},
|
|
1376
1377
|
{
|
|
1377
1378
|
key: 'SV',
|
|
@@ -1437,7 +1438,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1437
1438
|
isMultiple: false,
|
|
1438
1439
|
tag: 'Valeur',
|
|
1439
1440
|
description:
|
|
1440
|
-
|
|
1441
|
+
"Récapitulation, année de l'acompte de juillet 2379 = 602 (SSAA), Format attendu : yyyy 100210 58",
|
|
1441
1442
|
value: data.advances.july.year,
|
|
1442
1443
|
},
|
|
1443
1444
|
{
|
|
@@ -1445,7 +1446,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1445
1446
|
isMultiple: false,
|
|
1446
1447
|
tag: 'Valeur',
|
|
1447
1448
|
description:
|
|
1448
|
-
|
|
1449
|
+
"Récapitulation, année de l'acompte de décembre 2379 = 602 (SSAA), Format attendu : yyyy 100212 58",
|
|
1449
1450
|
value: data.advances.december.year,
|
|
1450
1451
|
},
|
|
1451
1452
|
{
|
|
@@ -1474,7 +1475,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1474
1475
|
key: 'VA',
|
|
1475
1476
|
isMultiple: false,
|
|
1476
1477
|
tag: 'Valeur',
|
|
1477
|
-
description:
|
|
1478
|
+
description: "Base de calcul des acomptes dus au titre de l'exercice suivant, TVA 100213 57",
|
|
1478
1479
|
value: data.total,
|
|
1479
1480
|
},
|
|
1480
1481
|
{
|
|
@@ -1482,7 +1483,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1482
1483
|
isMultiple: false,
|
|
1483
1484
|
tag: 'Valeur',
|
|
1484
1485
|
description:
|
|
1485
|
-
|
|
1486
|
+
"Taxe pour le développement de la formation professionnelle dans les métiers de la réparation de l'automobile, du cycle et du motocycle au taux de 0,75% 100050 46",
|
|
1486
1487
|
value: data.tax.development,
|
|
1487
1488
|
},
|
|
1488
1489
|
{
|
|
@@ -1512,7 +1513,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1512
1513
|
isMultiple: false,
|
|
1513
1514
|
tag: 'Valeur',
|
|
1514
1515
|
description:
|
|
1515
|
-
|
|
1516
|
+
"Opérations imposables HT - 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 100505 AB",
|
|
1516
1517
|
value: data.vat.prestation.base,
|
|
1517
1518
|
},
|
|
1518
1519
|
{
|
|
@@ -1520,7 +1521,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1520
1521
|
isMultiple: false,
|
|
1521
1522
|
tag: 'Valeur',
|
|
1522
1523
|
description:
|
|
1523
|
-
|
|
1524
|
+
"Achats de biens ou prestations de services réalisées auprès d' un assujetti non établi en France (art 283-1 du CGI) taxe due 107009 AB",
|
|
1524
1525
|
value: data.vat.prestation.tax,
|
|
1525
1526
|
},
|
|
1526
1527
|
{
|
|
@@ -1550,7 +1551,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1550
1551
|
isMultiple: false,
|
|
1551
1552
|
tag: 'Valeur',
|
|
1552
1553
|
description:
|
|
1553
|
-
|
|
1554
|
+
"Redevance sanitaire de première mise sur le marché des produits de la pêche ou de l'aquaculture (CGI, art. 302 bis WA) 905871 62",
|
|
1554
1555
|
value: data.tax.fishing,
|
|
1555
1556
|
},
|
|
1556
1557
|
{
|
|
@@ -1558,7 +1559,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1558
1559
|
isMultiple: false,
|
|
1559
1560
|
tag: 'Valeur',
|
|
1560
1561
|
description:
|
|
1561
|
-
|
|
1562
|
+
"Redevance sanitaire de transformation des produits de la pêche ou de l'aquaculture (CGI, art. 302 bis WB) 905872 63",
|
|
1562
1563
|
value: data.tax.fishingProduct,
|
|
1563
1564
|
},
|
|
1564
1565
|
{
|
|
@@ -1566,14 +1567,14 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1566
1567
|
isMultiple: false,
|
|
1567
1568
|
tag: 'Valeur',
|
|
1568
1569
|
description:
|
|
1569
|
-
|
|
1570
|
+
"Redevance pour agrément des établissements du secteur de l'alimentation animale (CGI, art. 302 bis WD à WG) 905873 64",
|
|
1570
1571
|
value: data.tax.agreement,
|
|
1571
1572
|
},
|
|
1572
1573
|
{
|
|
1573
1574
|
key: 'WB',
|
|
1574
1575
|
isMultiple: false,
|
|
1575
1576
|
tag: 'Valeur',
|
|
1576
|
-
description:
|
|
1577
|
+
description: "Redevance sanitaire d'abattage (CGI, art. 302 bis N à 302 bis R) 907359 60A",
|
|
1577
1578
|
value: data.tax.slaughter,
|
|
1578
1579
|
},
|
|
1579
1580
|
{
|
|
@@ -1588,7 +1589,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1588
1589
|
isMultiple: false,
|
|
1589
1590
|
tag: 'Valeur',
|
|
1590
1591
|
description:
|
|
1591
|
-
|
|
1592
|
+
"Redevance phytosanitaire à la circulation intracommunautaire et à l'exportation (L 251-17-1 du code rural et de la pêche maritime) - à la circulation intracommunautaire (PPE) 907361 65",
|
|
1592
1593
|
value: data.tax.phyto.onCirculation,
|
|
1593
1594
|
},
|
|
1594
1595
|
{
|
|
@@ -1596,7 +1597,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1596
1597
|
isMultiple: false,
|
|
1597
1598
|
tag: 'Valeur',
|
|
1598
1599
|
description:
|
|
1599
|
-
|
|
1600
|
+
"Redevance phytosanitaire à la circulation intracommunautaire et à l'exportation (L 251-17-1 du code rural et de la pêche maritime) - à l'exportation 907362 66",
|
|
1600
1601
|
value: data.tax.phyto.onExportation,
|
|
1601
1602
|
},
|
|
1602
1603
|
{
|
|
@@ -1612,7 +1613,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1612
1613
|
isMultiple: false,
|
|
1613
1614
|
tag: 'Valeur',
|
|
1614
1615
|
description:
|
|
1615
|
-
|
|
1616
|
+
"Taxe forfaitaire sur les métaux précieux sur les ventes de bijoux, d'objets d'arts, de collection ou d'antiquité (CGI, art.150 VM) 907364 68",
|
|
1616
1617
|
value: data.tax.onPreciousMetal.reduceRate,
|
|
1617
1618
|
},
|
|
1618
1619
|
{
|
|
@@ -1628,14 +1629,14 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1628
1629
|
isMultiple: false,
|
|
1629
1630
|
tag: 'Valeur',
|
|
1630
1631
|
description:
|
|
1631
|
-
|
|
1632
|
+
"Contribution pour le remboursement de la dette sociale (CRDS) (CGI, art. 1600-0 I) - sur les ventes de bijoux, d'objets d'arts, de collection ou d'antiquité au taux de 0,5 % 907366 70",
|
|
1632
1633
|
value: data.tax.onSaleAntiquity,
|
|
1633
1634
|
},
|
|
1634
1635
|
{
|
|
1635
1636
|
key: 'WK',
|
|
1636
1637
|
isMultiple: false,
|
|
1637
1638
|
tag: 'Valeur',
|
|
1638
|
-
description:
|
|
1639
|
+
description: "Prélèvements sur les paris hippiques - au profit de l'Etat (CGI, art. 302 bis ZG) 907367 71",
|
|
1639
1640
|
value: data.tax.profit,
|
|
1640
1641
|
},
|
|
1641
1642
|
{
|
|
@@ -1651,7 +1652,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1651
1652
|
isMultiple: false,
|
|
1652
1653
|
tag: 'Valeur',
|
|
1653
1654
|
description:
|
|
1654
|
-
|
|
1655
|
+
"Prélèvements sur les paris hippiques - engagés depuis l'étranger des courses françaises et regroupés en France (CGI, art.302 bis ZO) 907369 73",
|
|
1655
1656
|
value: data.tax.fromOtherCountry,
|
|
1656
1657
|
},
|
|
1657
1658
|
{
|
|
@@ -1675,7 +1676,7 @@ export function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): Aspo
|
|
|
1675
1676
|
isMultiple: false,
|
|
1676
1677
|
tag: 'Valeur',
|
|
1677
1678
|
description:
|
|
1678
|
-
|
|
1679
|
+
"Prélèvements sur les jeux de cercles en ligne - au profit de l'Etat (CGI, art. 302 bis ZI) 907375 79",
|
|
1679
1680
|
value: data.tax.onlineGame,
|
|
1680
1681
|
},
|
|
1681
1682
|
{
|
|
@@ -2145,7 +2146,7 @@ export const cerfa3517Century23Fields: CerfaPayloadForm[] = [
|
|
|
2145
2146
|
},
|
|
2146
2147
|
{
|
|
2147
2148
|
label:
|
|
2148
|
-
|
|
2149
|
+
"66 - Redevance phytosanitaire à la circulation intracommunautaire et à l’exportation (Code rural et de la pêche maritime, art. L 251-17-1) à l'exportation",
|
|
2149
2150
|
key: 'tax.phyto.onExportation',
|
|
2150
2151
|
type: 'number',
|
|
2151
2152
|
},
|
|
@@ -2162,7 +2163,7 @@ export const cerfa3517Century23Fields: CerfaPayloadForm[] = [
|
|
|
2162
2163
|
},
|
|
2163
2164
|
{
|
|
2164
2165
|
label:
|
|
2165
|
-
|
|
2166
|
+
"Taxe forfaitaire sur les ventes de métaux précieux, de bijoux, d’objets d’art, de collection et d’antiquité (CGI, art. 150 VI à VM) sur les ventes de bijoux, objets d'art... au taux de 6%",
|
|
2166
2167
|
key: 'tax.onPreciousMetal.reduceRate',
|
|
2167
2168
|
type: 'number',
|
|
2168
2169
|
},
|
|
@@ -2174,7 +2175,7 @@ export const cerfa3517Century23Fields: CerfaPayloadForm[] = [
|
|
|
2174
2175
|
},
|
|
2175
2176
|
{
|
|
2176
2177
|
label:
|
|
2177
|
-
|
|
2178
|
+
"Contribution pour le remboursement de la dette sociale (CRDS) (CGI, art. 1600-0 I) sur les ventes de bijoux, objets d'art... au taux de 0.5%",
|
|
2178
2179
|
key: 'tax.onSaleAntiquity',
|
|
2179
2180
|
type: 'number',
|
|
2180
2181
|
},
|