@silexpert/core 1.3.193-ca12-5 → 1.3.193
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/Enum/SocietyApproval.d.ts +0 -19
- package/dist/cjs/types/Enum/SocietyApproval.d.ts.map +1 -1
- package/dist/cjs/types/Enum/SocietyApproval.js +1 -76
- package/dist/cjs/types/Enum/SocietyApproval.js.map +1 -1
- 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 +240 -235
- 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/utils/vat/3517/century23.d.ts +8 -0
- package/dist/cjs/utils/vat/3517/century23.d.ts.map +1 -0
- package/dist/cjs/utils/vat/3517/{century26.js → century23.js} +196 -150
- package/dist/cjs/utils/vat/3517/century23.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/Enum/SocietyApproval.d.ts +0 -19
- package/dist/mjs/types/Enum/SocietyApproval.d.ts.map +1 -1
- package/dist/mjs/types/Enum/SocietyApproval.js +0 -75
- package/dist/mjs/types/Enum/SocietyApproval.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 +240 -235
- 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/utils/vat/3517/century23.d.ts +8 -0
- package/dist/mjs/utils/vat/3517/century23.d.ts.map +1 -0
- package/dist/mjs/utils/vat/3517/{century26.js → century23.js} +138 -92
- package/dist/mjs/utils/vat/3517/century23.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/Enum/SocietyApproval.ts +0 -83
- package/ts/types/Interface/api/cerfa/3514.ts +2 -2
- package/ts/types/Interface/api/cerfa/3517.ts +211 -203
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +1 -1
- package/ts/utils/vat/3517/{century26.ts → century23.ts} +152 -98
- package/ts/utils/vat/centuries.ts +21 -21
- package/dist/cjs/utils/vat/3517/century26.d.ts +0 -8
- package/dist/cjs/utils/vat/3517/century26.d.ts.map +0 -1
- package/dist/cjs/utils/vat/3517/century26.js.map +0 -1
- package/dist/mjs/utils/vat/3517/century26.d.ts +0 -8
- package/dist/mjs/utils/vat/3517/century26.d.ts.map +0 -1
- package/dist/mjs/utils/vat/3517/century26.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"3517.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3517.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser, IVatDeclarationSocietyDetail } from '../../..';\nimport { IRegistration } from '../../models/IRegistration';\nimport { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { ServiceOfTax } from '../tax/ReadTax';\n\ntype BaseAndTax = {\n base: number;\n tax: number;\n};\n\ntype TicType = {\n credit: number;\n imputed: number;\n refund: number;\n tax: number;\n};\n\ntype ReduceNormalBaseAndTax = {\n reduced: BaseAndTax;\n normal: BaseAndTax;\n};\n\nexport type AnyCerfa3517Century = Cerfa3517_2025 | Cerfa3517_2026;\nexport type AnyPayloadCerfa3517Century = PayloadCerfa3517_2025 | PayloadCerfa3517_2026;\n\nexport interface Cerfa3517_2025 {\n isNil: boolean;\n declaration: {\n comment: string | null;\n period: {\n start: {\n day: string;\n month: string;\n year: string;\n };\n end: {\n day: string;\n month: string;\n year: string;\n };\n };\n recipient: {\n name?: string | null;\n address: { full: string };\n };\n numbers: {\n SIE: string | null;\n folder: string | null;\n key: string | null;\n period: string | null;\n CM: string | null;\n OPT: string | null;\n service: string | null;\n system: string | null;\n };\n intracommunityVat: {\n first: string | null;\n second: string | null;\n third: string | null;\n };\n siret: {\n first: string | null;\n second: string | null;\n };\n };\n payment: {\n date: string;\n phone: string | null;\n byImputation: boolean;\n isPayment: boolean;\n };\n untaxedOperation: {\n buy: number;\n exported: number;\n distance?: number;\n other: number;\n petrol: number;\n intracomunauty: number;\n salesGoodsOrServices: number;\n delivery: number;\n };\n vat: {\n normalRate20: BaseAndTax;\n reduceRate5Dot5: BaseAndTax;\n reduceRate10: BaseAndTax;\n normalRate20OnPetrol: BaseAndTax;\n reduceRate8Dot5: BaseAndTax;\n reduceRate2Dot1: BaseAndTax;\n particularRate: BaseAndTax;\n reducedRateOnPetrol: BaseAndTax;\n oldRate: BaseAndTax;\n energyBought: BaseAndTax;\n prestation: BaseAndTax;\n prestation2: BaseAndTax;\n saleOfImmobilization: BaseAndTax;\n ownDelivery: BaseAndTax;\n other: BaseAndTax;\n total: { tax: number };\n };\n other: {\n sum: number;\n refund: number;\n previousDeducted: number;\n total: number;\n };\n deductible: {\n onInvoice: number;\n onFlatRate: number;\n onImmobilization: number;\n total1: number;\n previousCredit: number;\n rate: number;\n forget: number;\n sumToImpute: number;\n total: number;\n vatDeductible: number;\n };\n net: {\n due: number;\n credit: number;\n advance: {\n toPay: number;\n paid: number;\n total: number;\n };\n advance1: {\n paid: number;\n toPay: number;\n };\n advance2: {\n paid: number;\n toPay: number;\n };\n balance: number;\n surplus: number;\n balanceSurplus: number;\n };\n tax: {\n contribution: number;\n onBoarding: number;\n onBoardingCorse: number;\n onRetransmission: BaseAndTax;\n onResultFarm: number;\n ofEmployer: number;\n /** Updated */\n payingVideo: ReduceNormalBaseAndTax;\n videoOnAsk: ReduceNormalBaseAndTax;\n onAdsFromVideo: ReduceNormalBaseAndTax;\n bailiff: { count: number; tax: number };\n /***/\n development: number;\n publicity: number;\n onCompanySurplus: number;\n onPublicElectricity: number;\n onCanceledOrders: number;\n specialDue: number;\n slaughter: number;\n cutting: number;\n substances: number;\n fishing: number;\n fishingProduct: number;\n agreement: number;\n phyto: {\n onCirculation: number;\n onExportation: number;\n total: number;\n };\n onPreciousMetal: {\n normalRate: number;\n reduceRate: number;\n };\n onContribution: number;\n onSaleAntiquity: number;\n onYearly: number;\n onCO2: number;\n oldVehicle: number;\n profit: number;\n social: number;\n fromOtherCountry: number;\n trottingRace: number;\n gallopRace: number;\n sportBetting: number;\n sportBettingSocial: number;\n sportBettingSport: number;\n sportBettingCommercial: number;\n sportBettingCommercialSocial: number;\n sportBettingCommercialSport: number;\n onlineGame: number;\n onlineGameSocial: number;\n fuelExploration: number;\n nonAlcool: number;\n nonAlcoolWithSugar: number;\n nonAlcoolWithEdul: number;\n mineralWater: number;\n numericalService: number;\n total: number;\n platform: number;\n };\n tic: {\n ticfe: TicType;\n ticgn: TicType;\n ticc: TicType;\n total: TicType;\n };\n recapitulation: {\n refund: number;\n creditToReport: number;\n imputedCredit: number;\n ticRefunded: number;\n balance: number;\n imputeOnVat: number;\n vatNetDue: number;\n assimiledTax: number;\n consumsion: number;\n toPay: number;\n };\n advances: {\n july: { year: string | null; has: boolean };\n december: { year: string | null; has: boolean };\n };\n total: number;\n refund: {\n creditRefundable: number;\n surplus: number;\n maximum: number;\n asked: number;\n reportable: number;\n place?: string | null;\n date: string | null;\n shouldCredit: boolean;\n shouldImpute: boolean;\n name: string | null;\n };\n bankAccount: {\n iban: string | null;\n bic: string | null;\n };\n}\n\nexport type PayloadCerfa3517_2025 = {\n startDate: string;\n endDate: string;\n society: ISociety;\n setting: ISocietyGescom | null;\n details: IVatDeclarationSocietyDetail | null;\n owner: IUser | null;\n isNil: boolean;\n exerciceAdvanceRegistrations: IRegistration[];\n sie: ServiceOfTax | null;\n comment?: string;\n vat: {\n normalRate20OnPetrol: number | null;\n particularRate: { base: number | null; tax: number | null };\n oldRate: { base: number | null; tax: number | null };\n reducedRateOnPetrol: number | null;\n energyBought: { base: number | null; tax: number | null };\n prestation: { base: number | null; tax: number | null };\n };\n other: {\n refund: number | null;\n previousDeducted: number | null;\n sum: number | null;\n };\n deductible: {\n onFlatRate: number | null;\n previousCredit: number | null;\n forget: number | null;\n rate: number | null;\n sumToImpute: number | null;\n vatDeductible: number | null;\n };\n untaxedOperation?: {\n distance?: number | null;\n petrol?: number | null;\n salesGoodsOrServices?: number | null;\n delivery?: number | null;\n };\n advance1: { toPay: number };\n advance2: { toPay: number };\n tax: {\n onRetransmission: number;\n onResultFarm: number;\n payingVideo: { reduced: number; normal: number };\n videoOnAsk: { reduced: number; normal: number };\n onAdsFromVideo: { reduced: number; normal: number };\n bailiff: { count: number; tax: number };\n contribution: number;\n ofEmployer: number;\n onBoardingCorse: number;\n onBoarding: number;\n development: number;\n publicity: number;\n onCompanySurplus: number;\n onPublicElectricity: number;\n onCanceledOrders: number;\n specialDue: number;\n slaughter: number;\n cutting: number;\n substances: number;\n fishing: number;\n fishingProduct: number;\n agreement: number;\n phyto: {\n onCirculation: number;\n onExportation: number;\n total: number;\n };\n onPreciousMetal: {\n normalRate: number;\n reduceRate: number;\n };\n total: number;\n onContribution: number;\n onSaleAntiquity: number;\n onYearly: number;\n onCO2: number;\n oldVehicle: number;\n profit: number;\n social: number;\n fromOtherCountry: number;\n trottingRace: number;\n gallopRace: number;\n sportBetting: number;\n sportBettingSocial: number;\n sportBettingSport: number;\n sportBettingCommercial: number;\n sportBettingCommercialSocial: number;\n sportBettingCommercialSport: number;\n onlineGame: number;\n onlineGameSocial: number;\n fuelExploration: number;\n nonAlcool: number;\n nonAlcoolWithSugar: number;\n nonAlcoolWithEdul: number;\n mineralWater: number;\n numericalService: number;\n platform: number;\n };\n recapitulation: {\n imputedCredit: number;\n };\n refund: {\n asked: number;\n creditRefundable: number;\n };\n};\n\nexport type PayloadCerfa3517_2026 = {\n startDate: string;\n endDate: string;\n society: ISociety;\n setting: ISocietyGescom | null;\n details: IVatDeclarationSocietyDetail | null;\n owner: IUser | null;\n isNil: boolean;\n exerciceAdvanceRegistrations: IRegistration[];\n sie: ServiceOfTax | null;\n comment?: string;\n vat: {\n normalRate20OnPetrol: number | null;\n particularRate: { base: number | null; tax: number | null };\n oldRate: { base: number | null; tax: number | null };\n reducedRateOnPetrol: number | null;\n energyBought: { base: number | null; tax: number | null };\n prestation: { base: number | null; tax: number | null };\n };\n other: {\n refund: number | null;\n previousDeducted: number | null;\n sum: number | null;\n };\n deductible: {\n onFlatRate: number | null;\n previousCredit: number | null;\n forget: number | null;\n rate: number | null;\n sumToImpute: number | null;\n vatDeductible: number | null;\n };\n untaxedOperation?: {\n distance?: number | null;\n petrol?: number | null;\n salesGoodsOrServices?: number | null;\n delivery?: number | null;\n };\n advance1: { toPay: number };\n advance2: { toPay: number };\n tax: {\n onRetransmission: number;\n onResultFarm: number;\n payingVideo: { reduced: number; normal: number };\n bailiff: { count: number; tax: number };\n contribution: number;\n ofEmployer: number;\n onBoarding: number;\n development: number;\n publicity: number;\n onCompanySurplus: number;\n onPublicElectricity: number;\n onCanceledOrders: number;\n specialDue: number;\n slaughter: number;\n cutting: number;\n substances: number;\n fishing: number;\n fishingProduct: number;\n agreement: number;\n phyto: {\n onCirculation: number;\n onExportation: number;\n total: number;\n };\n onPreciousMetal: {\n normalRate: number;\n reduceRate: number;\n };\n total: number;\n onContribution: number;\n onSaleAntiquity: number;\n onYearly: number;\n onCO2: number;\n oldVehicle: number;\n profit: number;\n social: number;\n fromOtherCountry: number;\n trottingRace: number;\n gallopRace: number;\n sportBetting: number;\n sportBettingSocial: number;\n sportBettingSport: number;\n sportBettingCommercial: number;\n sportBettingCommercialSocial: number;\n sportBettingCommercialSport: number;\n onlineGame: number;\n onlineGameSocial: number;\n fuelExploration: number;\n nonAlcool: number;\n nonAlcoolWithSugar: number;\n nonAlcoolWithEdul: number;\n mineralWater: number;\n numericalService: number;\n platform: number;\n };\n recapitulation: {\n imputedCredit: number;\n };\n refund: {\n asked: number;\n creditRefundable: number;\n };\n};\n\nexport type Cerfa3517_2026 = {\n isNil: boolean;\n declaration: {\n comment: string | null;\n period: {\n start: {\n day: string;\n month: string;\n year: string;\n };\n end: {\n day: string;\n month: string;\n year: string;\n };\n };\n recipient: {\n name?: string | null;\n address: { full: string };\n };\n numbers: {\n SIE: string | null;\n folder: string | null;\n key: string | null;\n period: string | null;\n CM: string | null;\n OPT: string | null;\n service: string | null;\n system: string | null;\n };\n intracommunityVat: {\n first: string | null;\n second: string | null;\n third: string | null;\n };\n siret: {\n first: string | null;\n second: string | null;\n };\n };\n payment: {\n date: string;\n phone: string | null;\n byImputation: boolean;\n isPayment: boolean;\n };\n untaxedOperation: {\n buy: number;\n exported: number;\n distance?: number;\n other: number;\n petrol: number;\n intracomunauty: number;\n salesGoodsOrServices: number;\n delivery: number;\n };\n vat: {\n normalRate20: BaseAndTax;\n reduceRate5Dot5: BaseAndTax;\n reduceRate10: BaseAndTax;\n normalRate20OnPetrol: BaseAndTax;\n reduceRate8Dot5: BaseAndTax;\n reduceRate2Dot1: BaseAndTax;\n particularRate: BaseAndTax;\n reducedRateOnPetrol: BaseAndTax;\n oldRate: BaseAndTax;\n energyBought: BaseAndTax;\n prestation: BaseAndTax;\n prestation2: BaseAndTax;\n saleOfImmobilization: BaseAndTax;\n ownDelivery: BaseAndTax;\n other: BaseAndTax;\n total: { tax: number };\n };\n other: {\n sum: number;\n refund: number;\n previousDeducted: number;\n total: number;\n };\n deductible: {\n onInvoice: number;\n onFlatRate: number;\n onImmobilization: number;\n total1: number;\n previousCredit: number;\n rate: number;\n forget: number;\n sumToImpute: number;\n total: number;\n vatDeductible: number;\n };\n net: {\n due: number;\n credit: number;\n advance: {\n toPay: number;\n paid: number;\n total: number;\n };\n advance1: {\n paid: number;\n toPay: number;\n };\n advance2: {\n paid: number;\n toPay: number;\n };\n balance: number;\n surplus: number;\n balanceSurplus: number;\n };\n tax: {\n contribution: number;\n onBoarding: number;\n onRetransmission: BaseAndTax;\n onResultFarm: number;\n ofEmployer: number;\n /** Updated */\n payingVideo: ReduceNormalBaseAndTax;\n bailiff: { count: number; tax: number };\n /***/\n development: number;\n publicity: number;\n onCompanySurplus: number;\n onPublicElectricity: number;\n onCanceledOrders: number;\n specialDue: number;\n slaughter: number;\n cutting: number;\n substances: number;\n fishing: number;\n fishingProduct: number;\n agreement: number;\n phyto: {\n onCirculation: number;\n onExportation: number;\n total: number;\n };\n onPreciousMetal: {\n normalRate: number;\n reduceRate: number;\n };\n onContribution: number;\n onSaleAntiquity: number;\n onYearly: number;\n onCO2: number;\n oldVehicle: number;\n profit: number;\n social: number;\n fromOtherCountry: number;\n trottingRace: number;\n gallopRace: number;\n sportBetting: number;\n sportBettingSocial: number;\n sportBettingSport: number;\n sportBettingCommercial: number;\n sportBettingCommercialSocial: number;\n sportBettingCommercialSport: number;\n onlineGame: number;\n onlineGameSocial: number;\n fuelExploration: number;\n nonAlcool: number;\n nonAlcoolWithSugar: number;\n nonAlcoolWithEdul: number;\n mineralWater: number;\n numericalService: number;\n total: number;\n platform: number;\n };\n tic: {\n ticfe: TicType;\n ticgn: TicType;\n ticc: TicType;\n total: TicType;\n };\n recapitulation: {\n refund: number;\n creditToReport: number;\n imputedCredit: number;\n ticRefunded: number;\n balance: number;\n imputeOnVat: number;\n vatNetDue: number;\n assimiledTax: number;\n consumsion: number;\n toPay: number;\n };\n advances: {\n july: { year: string | null; has: boolean };\n december: { year: string | null; has: boolean };\n };\n total: number;\n refund: {\n creditRefundable: number;\n surplus: number;\n maximum: number;\n asked: number;\n reportable: number;\n place?: string | null;\n date: string | null;\n shouldCredit: boolean;\n shouldImpute: boolean;\n name: string | null;\n };\n bankAccount: {\n iban: string | null;\n bic: string | null;\n };\n};\n"]}
|
|
1
|
+
{"version":3,"file":"3517.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/3517.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser, IVatDeclarationSocietyDetail } from '../../..';\nimport { IRegistration } from '../../models/IRegistration';\nimport { ISociety } from '../../models/ISociety';\nimport { ISocietyGescom } from '../../models/ISocietyGescom';\nimport { ServiceOfTax } from '../tax/ReadTax';\n\ntype BaseAndTax = {\n base: number;\n tax: number;\n};\n\ntype TicType = {\n credit: number;\n imputed: number;\n refund: number;\n tax: number;\n};\n\ntype ReduceNormalBaseAndTax = {\n reduced: BaseAndTax;\n normal: BaseAndTax;\n};\n\nexport type AnyCerfa3517Century = Cerfa3517_2023 | Cerfa3517_2025;\nexport type AnyPayloadCerfa3517Century = PayloadCerfa3517_2023 | PayloadCerfa3517_2025;\n\nexport interface Cerfa3517_2023 {\n isNil: boolean;\n declaration: {\n comment: string | null;\n period: {\n start: {\n day: string;\n month: string;\n year: string;\n };\n end: {\n day: string;\n month: string;\n year: string;\n };\n };\n recipient: {\n name?: string | null;\n address: { full: string };\n };\n numbers: {\n SIE: string | null;\n folder: string | null;\n key: string | null;\n period: string | null;\n CM: string | null;\n OPT: string | null;\n service: string | null;\n system: string | null;\n };\n intracommunityVat: {\n first: string | null;\n second: string | null;\n third: string | null;\n };\n siret: {\n first: string | null;\n second: string | null;\n };\n };\n payment: {\n date: string;\n phone: string | null;\n byImputation: boolean;\n isPayment: boolean;\n };\n untaxedOperation: {\n buy: number;\n exported: number;\n distance?: number;\n other: number;\n petrol: number;\n intracomunauty: number;\n salesGoodsOrServices: number;\n delivery: number;\n };\n vat: {\n normalRate20: BaseAndTax;\n reduceRate5Dot5: BaseAndTax;\n reduceRate10: BaseAndTax;\n normalRate20OnPetrol: BaseAndTax;\n reduceRate8Dot5: BaseAndTax;\n reduceRate2Dot1: BaseAndTax;\n particularRate: BaseAndTax;\n reducedRateOnPetrol: BaseAndTax;\n oldRate: BaseAndTax;\n energyBought: BaseAndTax;\n prestation: BaseAndTax;\n prestation2: BaseAndTax;\n saleOfImmobilization: BaseAndTax;\n ownDelivery: BaseAndTax;\n other: BaseAndTax;\n total: { tax: number };\n };\n other: {\n sum: number;\n refund: number;\n previousDeducted: number;\n total: number;\n };\n deductible: {\n onInvoice: number;\n onFlatRate: number;\n onImmobilization: number;\n total1: number;\n previousCredit: number;\n rate: number;\n forget: number;\n sumToImpute: number;\n total: number;\n vatDeductible: number;\n };\n net: {\n due: number;\n credit: number;\n advance: {\n toPay: number;\n paid: number;\n total: number;\n };\n advance1: {\n paid: number;\n toPay: number;\n };\n advance2: {\n paid: number;\n toPay: number;\n };\n balance: number;\n surplus: number;\n balanceSurplus: number;\n };\n tax: {\n onRetransmission: number;\n onResultFarm: number;\n payingVideo: {\n reduced: number;\n normal: number;\n };\n freeVideo: {\n reduce: number;\n normal: number;\n };\n bailiff: number;\n contribution: number;\n ofEmployer: number;\n onBoardingCorse: number;\n onBoarding: number;\n development: number;\n publicity: number;\n onCompanySurplus: number;\n onPublicElectricity: number;\n onCanceledOrders: number;\n specialDue: number;\n slaughter: number;\n cutting: number;\n substances: number;\n fishing: number;\n fishingProduct: number;\n agreement: number;\n phyto: {\n onCirculation: number;\n onExportation: number;\n total: number;\n };\n onPreciousMetal: {\n normalRate: number;\n reduceRate: number;\n };\n onContribution: number;\n onSaleAntiquity: number;\n onYearly: number;\n onCO2: number;\n oldVehicle: number;\n profit: number;\n social: number;\n fromOtherCountry: number;\n trottingRace: number;\n gallopRace: number;\n sportBetting: number;\n sportBettingSocial: number;\n sportBettingSport: number;\n sportBettingCommercial: number;\n sportBettingCommercialSocial: number;\n sportBettingCommercialSport: number;\n onlineGame: number;\n onlineGameSocial: number;\n fuelExploration: number;\n nonAlcool: number;\n nonAlcoolWithSugar: number;\n nonAlcoolWithEdul: number;\n mineralWater: number;\n numericalService: number;\n total: number;\n platform: number;\n };\n tic: {\n ticfe: TicType;\n ticgn: TicType;\n ticc: TicType;\n total: TicType;\n };\n recapitulation: {\n refund: number;\n creditToReport: number;\n imputedCredit: number;\n ticRefunded: number;\n balance: number;\n imputeOnVat: number;\n vatNetDue: number;\n assimiledTax: number;\n consumsion: number;\n toPay: number;\n };\n advances: {\n july: { year: string | null; has: boolean };\n december: { year: string | null; has: boolean };\n };\n total: number;\n refund: {\n creditRefundable: number;\n surplus: number;\n maximum: number;\n asked: number;\n reportable: number;\n place?: string | null;\n date: string | null;\n shouldCredit: boolean;\n shouldImpute: boolean;\n name: string | null;\n };\n bankAccount: {\n iban: string | null;\n bic: string | null;\n };\n}\n\nexport interface Cerfa3517_2025 {\n isNil: boolean;\n declaration: {\n comment: string | null;\n period: {\n start: {\n day: string;\n month: string;\n year: string;\n };\n end: {\n day: string;\n month: string;\n year: string;\n };\n };\n recipient: {\n name?: string | null;\n address: { full: string };\n };\n numbers: {\n SIE: string | null;\n folder: string | null;\n key: string | null;\n period: string | null;\n CM: string | null;\n OPT: string | null;\n service: string | null;\n system: string | null;\n };\n intracommunityVat: {\n first: string | null;\n second: string | null;\n third: string | null;\n };\n siret: {\n first: string | null;\n second: string | null;\n };\n };\n payment: {\n date: string;\n phone: string | null;\n byImputation: boolean;\n isPayment: boolean;\n };\n untaxedOperation: {\n buy: number;\n exported: number;\n distance?: number;\n other: number;\n petrol: number;\n intracomunauty: number;\n salesGoodsOrServices: number;\n delivery: number;\n };\n vat: {\n normalRate20: BaseAndTax;\n reduceRate5Dot5: BaseAndTax;\n reduceRate10: BaseAndTax;\n normalRate20OnPetrol: BaseAndTax;\n reduceRate8Dot5: BaseAndTax;\n reduceRate2Dot1: BaseAndTax;\n particularRate: BaseAndTax;\n reducedRateOnPetrol: BaseAndTax;\n oldRate: BaseAndTax;\n energyBought: BaseAndTax;\n prestation: BaseAndTax;\n prestation2: BaseAndTax;\n saleOfImmobilization: BaseAndTax;\n ownDelivery: BaseAndTax;\n other: BaseAndTax;\n total: { tax: number };\n };\n other: {\n sum: number;\n refund: number;\n previousDeducted: number;\n total: number;\n };\n deductible: {\n onInvoice: number;\n onFlatRate: number;\n onImmobilization: number;\n total1: number;\n previousCredit: number;\n rate: number;\n forget: number;\n sumToImpute: number;\n total: number;\n vatDeductible: number;\n };\n net: {\n due: number;\n credit: number;\n advance: {\n toPay: number;\n paid: number;\n total: number;\n };\n advance1: {\n paid: number;\n toPay: number;\n };\n advance2: {\n paid: number;\n toPay: number;\n };\n balance: number;\n surplus: number;\n balanceSurplus: number;\n };\n tax: {\n contribution: number;\n onBoarding: number;\n onBoardingCorse: number;\n onRetransmission: BaseAndTax;\n onResultFarm: number;\n ofEmployer: number;\n /** Updated */\n payingVideo: ReduceNormalBaseAndTax;\n videoOnAsk: ReduceNormalBaseAndTax;\n onAdsFromVideo: ReduceNormalBaseAndTax;\n bailiff: { count: number; tax: number };\n /***/\n development: number;\n publicity: number;\n onCompanySurplus: number;\n onPublicElectricity: number;\n onCanceledOrders: number;\n specialDue: number;\n slaughter: number;\n cutting: number;\n substances: number;\n fishing: number;\n fishingProduct: number;\n agreement: number;\n phyto: {\n onCirculation: number;\n onExportation: number;\n total: number;\n };\n onPreciousMetal: {\n normalRate: number;\n reduceRate: number;\n };\n onContribution: number;\n onSaleAntiquity: number;\n onYearly: number;\n onCO2: number;\n oldVehicle: number;\n profit: number;\n social: number;\n fromOtherCountry: number;\n trottingRace: number;\n gallopRace: number;\n sportBetting: number;\n sportBettingSocial: number;\n sportBettingSport: number;\n sportBettingCommercial: number;\n sportBettingCommercialSocial: number;\n sportBettingCommercialSport: number;\n onlineGame: number;\n onlineGameSocial: number;\n fuelExploration: number;\n nonAlcool: number;\n nonAlcoolWithSugar: number;\n nonAlcoolWithEdul: number;\n mineralWater: number;\n numericalService: number;\n total: number;\n platform: number;\n };\n tic: {\n ticfe: TicType;\n ticgn: TicType;\n ticc: TicType;\n total: TicType;\n };\n recapitulation: {\n refund: number;\n creditToReport: number;\n imputedCredit: number;\n ticRefunded: number;\n balance: number;\n imputeOnVat: number;\n vatNetDue: number;\n assimiledTax: number;\n consumsion: number;\n toPay: number;\n };\n advances: {\n july: { year: string | null; has: boolean };\n december: { year: string | null; has: boolean };\n };\n total: number;\n refund: {\n creditRefundable: number;\n surplus: number;\n maximum: number;\n asked: number;\n reportable: number;\n place?: string | null;\n date: string | null;\n shouldCredit: boolean;\n shouldImpute: boolean;\n name: string | null;\n };\n bankAccount: {\n iban: string | null;\n bic: string | null;\n };\n}\n\nexport type PayloadCerfa3517_2023 = {\n startDate: string;\n endDate: string;\n society: ISociety;\n setting: ISocietyGescom | null;\n details: IVatDeclarationSocietyDetail | null;\n owner: IUser | null;\n isNil: boolean;\n exerciceAdvanceRegistrations: IRegistration[];\n sie: ServiceOfTax | null;\n comment?: string;\n vat: {\n normalRate20OnPetrol: number | null;\n particularRate: { base: number | null; tax: number | null };\n oldRate: { base: number | null; tax: number | null };\n reducedRateOnPetrol: number | null;\n energyBought: { base: number | null; tax: number | null };\n prestation: { base: number | null; tax: number | null };\n };\n other: {\n refund: number | null;\n previousDeducted: number | null;\n sum: number | null;\n };\n deductible: {\n onFlatRate: number | null;\n previousCredit: number | null;\n forget: number | null;\n rate: number | null;\n sumToImpute: number | null;\n vatDeductible: number | null;\n };\n untaxedOperation?: {\n distance?: number | null;\n petrol?: number | null;\n salesGoodsOrServices?: number | null;\n delivery?: number | null;\n };\n advance1: { toPay: number };\n advance2: { toPay: number };\n tax: {\n onRetransmission: number;\n onResultFarm: number;\n payingVideo: { reduced: number; normal: number };\n freeVideo: { reduced: number; normal: number };\n bailiff: number;\n contribution: number;\n ofEmployer: number;\n onBoardingCorse: number;\n onBoarding: number;\n development: number;\n publicity: number;\n onCompanySurplus: number;\n onPublicElectricity: number;\n onCanceledOrders: number;\n specialDue: number;\n slaughter: number;\n cutting: number;\n substances: number;\n fishing: number;\n fishingProduct: number;\n agreement: number;\n phyto: {\n onCirculation: number;\n onExportation: number;\n total: number;\n };\n onPreciousMetal: {\n normalRate: number;\n reduceRate: number;\n };\n total: number;\n onContribution: number;\n onSaleAntiquity: number;\n onYearly: number;\n onCO2: number;\n oldVehicle: number;\n profit: number;\n social: number;\n fromOtherCountry: number;\n trottingRace: number;\n gallopRace: number;\n sportBetting: number;\n sportBettingSocial: number;\n sportBettingSport: number;\n sportBettingCommercial: number;\n sportBettingCommercialSocial: number;\n sportBettingCommercialSport: number;\n onlineGame: number;\n onlineGameSocial: number;\n fuelExploration: number;\n nonAlcool: number;\n nonAlcoolWithSugar: number;\n nonAlcoolWithEdul: number;\n mineralWater: number;\n numericalService: number;\n platform: number;\n };\n recapitulation: {\n imputedCredit: number;\n };\n refund: {\n asked: number;\n creditRefundable: number;\n };\n};\n\nexport type PayloadCerfa3517_2025 = {\n startDate: string;\n endDate: string;\n society: ISociety;\n setting: ISocietyGescom | null;\n details: IVatDeclarationSocietyDetail | null;\n owner: IUser | null;\n isNil: boolean;\n exerciceAdvanceRegistrations: IRegistration[];\n sie: ServiceOfTax | null;\n comment?: string;\n vat: {\n normalRate20OnPetrol: number | null;\n particularRate: { base: number | null; tax: number | null };\n oldRate: { base: number | null; tax: number | null };\n reducedRateOnPetrol: number | null;\n energyBought: { base: number | null; tax: number | null };\n prestation: { base: number | null; tax: number | null };\n };\n other: {\n refund: number | null;\n previousDeducted: number | null;\n sum: number | null;\n };\n deductible: {\n onFlatRate: number | null;\n previousCredit: number | null;\n forget: number | null;\n rate: number | null;\n sumToImpute: number | null;\n vatDeductible: number | null;\n };\n untaxedOperation?: {\n distance?: number | null;\n petrol?: number | null;\n salesGoodsOrServices?: number | null;\n delivery?: number | null;\n };\n advance1: { toPay: number };\n advance2: { toPay: number };\n tax: {\n onRetransmission: number;\n onResultFarm: number;\n payingVideo: { reduced: number; normal: number };\n videoOnAsk: { reduced: number; normal: number };\n onAdsFromVideo: { reduced: number; normal: number };\n bailiff: { count: number; tax: number };\n contribution: number;\n ofEmployer: number;\n onBoardingCorse: number;\n onBoarding: number;\n development: number;\n publicity: number;\n onCompanySurplus: number;\n onPublicElectricity: number;\n onCanceledOrders: number;\n specialDue: number;\n slaughter: number;\n cutting: number;\n substances: number;\n fishing: number;\n fishingProduct: number;\n agreement: number;\n phyto: {\n onCirculation: number;\n onExportation: number;\n total: number;\n };\n onPreciousMetal: {\n normalRate: number;\n reduceRate: number;\n };\n total: number;\n onContribution: number;\n onSaleAntiquity: number;\n onYearly: number;\n onCO2: number;\n oldVehicle: number;\n profit: number;\n social: number;\n fromOtherCountry: number;\n trottingRace: number;\n gallopRace: number;\n sportBetting: number;\n sportBettingSocial: number;\n sportBettingSport: number;\n sportBettingCommercial: number;\n sportBettingCommercialSocial: number;\n sportBettingCommercialSport: number;\n onlineGame: number;\n onlineGameSocial: number;\n fuelExploration: number;\n nonAlcool: number;\n nonAlcoolWithSugar: number;\n nonAlcoolWithEdul: number;\n mineralWater: number;\n numericalService: number;\n platform: number;\n };\n recapitulation: {\n imputedCredit: number;\n };\n refund: {\n asked: number;\n creditRefundable: number;\n };\n};\n"]}
|
|
@@ -37,7 +37,7 @@ export type VatDocument = {
|
|
|
37
37
|
payload: (...args: any[]) => any;
|
|
38
38
|
asponePayload: (...args: any[]) => any;
|
|
39
39
|
fields: Array<CerfaPayloadForm>;
|
|
40
|
-
fileName: '3310-2023' | '3514-2022' | '
|
|
40
|
+
fileName: '3310-2023' | '3514-2022' | '3517-2023' | '3310-2024' | '3517-2025' | '3310-2025';
|
|
41
41
|
annex?: AnnexVatDocument;
|
|
42
42
|
annexFields?: (data: any) => AsponeFormFields;
|
|
43
43
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReadCerfa.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"AA8BA,MAAM,OAAO,cAAc;IACzB,GAAG,CAAS;IACZ,KAAK,CAAmC;CACzC","sourcesContent":["import { CerfaType } from '../../../Enum/CerfaType';\nimport {\n AnyCerfa2031Century,\n AnyCerfa2033Century,\n AnyCerfa2050Century,\n AnyCerfa2035Century,\n AnyCerfa2065Century,\n AnyCerfa2571Century,\n AnyCerfa2572Century,\n Cerfa2069RCI_2024,\n Cerfa2573_2024,\n Cerfa3519_2017,\n FieldForGeneration,\n PayloadCerfa3519_2017,\n QuestionWording,\n} from '../../..';\nimport { Question } from '../../../Enum/BalanceSheetQuestion';\nimport { TerminationType } from '../../../Enum/AnswerTypeValue';\nimport { Cerfa3310_2023 } from './3310';\nimport { getCerfa3519Century17Payload } from '../../../../utils/vat/3519/century17';\nimport { getCerfa3519Century23RegistrationFields } from '../../../../utils/vat/3519/century23';\n\nexport type CerfaPayloadFormField = {\n label: string;\n key: string;\n type: 'text' | 'string' | 'number' | 'boolean' | 'date';\n visibleIf?: string;\n columns?: number;\n};\n\nexport class CerfaFormValue {\n key: string;\n value: string | number | boolean | null;\n}\n\nexport type CerfaPayloadForm = {\n sectionName: string;\n childrens: CerfaPayloadForm | CerfaPayloadFormField[];\n};\n\nexport type AnnexVatDocument = {\n shouldInclude: (data: Cerfa3310_2023) => boolean;\n name: string;\n century: string;\n payload: (amount: number, payload: PayloadCerfa3519_2017) => ReturnType<typeof getCerfa3519Century17Payload>;\n asponePayload: (data: Cerfa3519_2017) => ReturnType<typeof getCerfa3519Century23RegistrationFields>;\n fields: CerfaPayloadForm[];\n fileName: '3519-2017';\n};\n\nexport type VatDocument = {\n idCerfaType: CerfaType;\n name: string;\n century: string; // Millésime du formulaire ASPONE\n centuries: number[];\n payload: (...args: any[]) => any;\n asponePayload: (...args: any[]) => any;\n fields: Array<CerfaPayloadForm>;\n fileName: '3310-2023' | '3514-2022' | '
|
|
1
|
+
{"version":3,"file":"ReadCerfa.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"AA8BA,MAAM,OAAO,cAAc;IACzB,GAAG,CAAS;IACZ,KAAK,CAAmC;CACzC","sourcesContent":["import { CerfaType } from '../../../Enum/CerfaType';\nimport {\n AnyCerfa2031Century,\n AnyCerfa2033Century,\n AnyCerfa2050Century,\n AnyCerfa2035Century,\n AnyCerfa2065Century,\n AnyCerfa2571Century,\n AnyCerfa2572Century,\n Cerfa2069RCI_2024,\n Cerfa2573_2024,\n Cerfa3519_2017,\n FieldForGeneration,\n PayloadCerfa3519_2017,\n QuestionWording,\n} from '../../..';\nimport { Question } from '../../../Enum/BalanceSheetQuestion';\nimport { TerminationType } from '../../../Enum/AnswerTypeValue';\nimport { Cerfa3310_2023 } from './3310';\nimport { getCerfa3519Century17Payload } from '../../../../utils/vat/3519/century17';\nimport { getCerfa3519Century23RegistrationFields } from '../../../../utils/vat/3519/century23';\n\nexport type CerfaPayloadFormField = {\n label: string;\n key: string;\n type: 'text' | 'string' | 'number' | 'boolean' | 'date';\n visibleIf?: string;\n columns?: number;\n};\n\nexport class CerfaFormValue {\n key: string;\n value: string | number | boolean | null;\n}\n\nexport type CerfaPayloadForm = {\n sectionName: string;\n childrens: CerfaPayloadForm | CerfaPayloadFormField[];\n};\n\nexport type AnnexVatDocument = {\n shouldInclude: (data: Cerfa3310_2023) => boolean;\n name: string;\n century: string;\n payload: (amount: number, payload: PayloadCerfa3519_2017) => ReturnType<typeof getCerfa3519Century17Payload>;\n asponePayload: (data: Cerfa3519_2017) => ReturnType<typeof getCerfa3519Century23RegistrationFields>;\n fields: CerfaPayloadForm[];\n fileName: '3519-2017';\n};\n\nexport type VatDocument = {\n idCerfaType: CerfaType;\n name: string;\n century: string; // Millésime du formulaire ASPONE\n centuries: number[];\n payload: (...args: any[]) => any;\n asponePayload: (...args: any[]) => any;\n fields: Array<CerfaPayloadForm>;\n fileName: '3310-2023' | '3514-2022' | '3517-2023' | '3310-2024' | '3517-2025' | '3310-2025';\n annex?: AnnexVatDocument;\n annexFields?: (data: any) => AsponeFormFields;\n};\n\nexport interface ReadCerfaToComplete {\n declaration: CerfaType;\n annex: CerfaType | null;\n}\nexport interface ReadCerfaDocument {\n file: any;\n payload: any;\n}\nexport interface Accountant {\n has: boolean;\n name: string | null;\n phone: string | null;\n address: CerfaAddress;\n}\nexport interface CouncilDetails {\n has: boolean;\n name: string | null;\n phone: string | null;\n address: CerfaAddress;\n}\nexport interface EcfDetails {\n has: boolean;\n name: string | null;\n address: CerfaAddress;\n}\nexport interface ViewerDetails {\n has: boolean;\n name: string;\n address: CerfaAddress;\n number: string | null;\n}\nexport interface CerfaAddress {\n number: string;\n street: string;\n zipCode: string;\n city: string;\n country: {\n name: string | null;\n code: string | null;\n };\n full: string;\n}\n\nexport type CerfaAnswers = {\n [key in keyof typeof QuestionWording | keyof typeof Question]: any;\n};\n\nexport type Termination = {\n type: TerminationType;\n date: string | null;\n};\n\nexport type AsponeFormFields = Array<{\n name: string;\n /** Système dynamique de remplissage néant si aucun champ du formulaire n'est rempli */\n nilKey?: string;\n fields: FieldForGeneration[];\n index?: number;\n}>;\nexport type AsponeFormField = {\n name: string;\n /** Système dynamique de remplissage néant si aucun champ du formulaire n'est rempli */\n nilKey?: string;\n fields: FieldForGeneration[];\n};\n\nexport interface RegistrationPayload {\n cerfa2573?: Cerfa2573_2024;\n cerfa2572?: AnyCerfa2572Century;\n cerfa2571?: AnyCerfa2571Century;\n cerfa2031?: AnyCerfa2031Century;\n cerfa2033?: AnyCerfa2033Century;\n cerfa2050?: AnyCerfa2050Century;\n cerfa2065?: AnyCerfa2065Century;\n cerfa2035?: AnyCerfa2035Century;\n cerfa2069RCI?: Cerfa2069RCI_2024;\n}\n\nexport type ReadFormFile = {\n name: string;\n idFile: number;\n size: number;\n token: string;\n id?: number;\n Location: string;\n ETag: string;\n Bucket: string;\n Key?: string;\n mimeType?: string;\n};\n\nexport interface ReadFormGeneration {\n file: ReadFormFile;\n payload: RegistrationPayload;\n}\n\nexport interface ReadAnnexFormGeneration {\n file?: ReadFormFile;\n payload: RegistrationPayload;\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Cerfa3517_2023, PayloadCerfa3517_2023 } from '../../../types/Interface/api/cerfa/3517';
|
|
2
|
+
import { IAccountingEntry } from '../../../types/Interface/models/IAccountingEntry';
|
|
3
|
+
import { AsponeFormFields, CerfaPayloadForm } from '../../../types';
|
|
4
|
+
export declare function getCerfa3517Century23Payload(accountingEntries: IAccountingEntry[], payload: PayloadCerfa3517_2023): Cerfa3517_2023;
|
|
5
|
+
export declare function getCerfa3517CenturyRegistrationField(data: Cerfa3517_2023): AsponeFormFields;
|
|
6
|
+
export declare function getCerfa3517DDRCentury23egistrationField(data: Cerfa3517_2023): AsponeFormFields;
|
|
7
|
+
export declare const cerfa3517Century23Fields: CerfaPayloadForm[];
|
|
8
|
+
//# sourceMappingURL=century23.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"century23.d.ts","sourceRoot":"","sources":["../../../../../ts/utils/vat/3517/century23.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAChG,OAAO,EAAE,gBAAgB,EAAE,MAAM,kDAAkD,CAAC;AAGpF,OAAO,EAAE,gBAAgB,EAAkB,gBAAgB,EAAiB,MAAM,gBAAgB,CAAC;AAEnG,wBAAgB,4BAA4B,CAC1C,iBAAiB,EAAE,gBAAgB,EAAE,EACrC,OAAO,EAAE,qBAAqB,GAC7B,cAAc,CAsgBhB;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,cAAc,GAAG,gBAAgB,CAmrC3F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,cAAc,GAAG,gBAAgB,CAiK/F;AAED,eAAO,MAAM,wBAAwB,EAAE,gBAAgB,EA2atD,CAAC"}
|
|
@@ -3,7 +3,7 @@ import { isDefined } from 'class-validator';
|
|
|
3
3
|
import { round as _round, uniqBy } from 'lodash';
|
|
4
4
|
import { Vat } from '../../../types/Enum/Vat';
|
|
5
5
|
import { getAmountByAccountNumber, getTaxAmountByAccountNumber, setZeroIfIsNegative, textFormatting } from '../utils';
|
|
6
|
-
export function
|
|
6
|
+
export function getCerfa3517Century23Payload(accountingEntries, payload) {
|
|
7
7
|
const shouldHaveVatCode = isDefined(payload.setting?.tvaCode) && isDefined(payload.society.siret);
|
|
8
8
|
const shouldFillRefund = _round(payload.refund?.asked ?? 0) > 0;
|
|
9
9
|
const isNil = payload.isNil === true;
|
|
@@ -192,28 +192,21 @@ export function getCerfa3517Century26Payload(accountingEntries, payload) {
|
|
|
192
192
|
balanceSurplus: 0, // Calculé plus bas
|
|
193
193
|
},
|
|
194
194
|
tax: {
|
|
195
|
-
|
|
196
|
-
ofEmployer: isNil ? 0 : _round(payload.tax?.ofEmployer ?? 0),
|
|
197
|
-
contribution: isNil ? 0 : _round(payload.tax?.contribution ?? 0),
|
|
198
|
-
onRetransmission: {
|
|
199
|
-
base: isNil ? 0 : _round(payload.tax?.onRetransmission ?? 0),
|
|
200
|
-
tax: isNil ? 0 : _round((payload.tax?.onRetransmission ?? 0) * 0.05),
|
|
201
|
-
},
|
|
195
|
+
onRetransmission: isNil ? 0 : _round(payload.tax?.onRetransmission ?? 0),
|
|
202
196
|
onResultFarm: isNil ? 0 : _round(payload.tax?.onResultFarm ?? 0),
|
|
203
197
|
payingVideo: {
|
|
204
|
-
reduced:
|
|
205
|
-
|
|
206
|
-
tax: isNil ? 0 : _round((payload.tax?.payingVideo?.reduced ?? 0) * 0.018025),
|
|
207
|
-
},
|
|
208
|
-
normal: {
|
|
209
|
-
base: isNil ? 0 : _round(payload.tax?.payingVideo?.normal ?? 0),
|
|
210
|
-
tax: isNil ? 0 : _round((payload.tax?.payingVideo?.normal ?? 0) * 0.15),
|
|
211
|
-
},
|
|
198
|
+
reduced: isNil ? 0 : _round(payload.tax?.payingVideo?.reduced ?? 0),
|
|
199
|
+
normal: isNil ? 0 : _round(payload.tax?.payingVideo?.normal ?? 0),
|
|
212
200
|
},
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
201
|
+
freeVideo: {
|
|
202
|
+
reduce: isNil ? 0 : _round(payload.tax?.freeVideo?.reduced ?? 0),
|
|
203
|
+
normal: isNil ? 0 : _round(payload.tax?.freeVideo?.normal ?? 0),
|
|
216
204
|
},
|
|
205
|
+
bailiff: isNil ? 0 : _round(payload.tax?.bailiff ?? 0),
|
|
206
|
+
contribution: isNil ? 0 : _round(payload.tax?.contribution ?? 0),
|
|
207
|
+
ofEmployer: isNil ? 0 : _round(payload.tax?.ofEmployer ?? 0),
|
|
208
|
+
onBoardingCorse: isNil ? 0 : _round(payload.tax?.onBoardingCorse ?? 0),
|
|
209
|
+
onBoarding: isNil ? 0 : _round(payload.tax?.onBoarding ?? 0),
|
|
217
210
|
development: isNil ? 0 : _round(payload.tax?.development ?? 0),
|
|
218
211
|
publicity: isNil ? 0 : _round(payload.tax?.publicity ?? 0),
|
|
219
212
|
onCompanySurplus: isNil ? 0 : _round(payload.tax?.onCompanySurplus ?? 0),
|
|
@@ -309,7 +302,7 @@ export function getCerfa3517Century26Payload(accountingEntries, payload) {
|
|
|
309
302
|
},
|
|
310
303
|
total: 0, // Calculé plus bas
|
|
311
304
|
refund: {
|
|
312
|
-
creditRefundable: 0
|
|
305
|
+
creditRefundable: shouldFillRefund ? (isNil ? 0 : _round(payload.refund?.creditRefundable ?? 0)) : 0,
|
|
313
306
|
surplus: 0, // Calculé plus bas
|
|
314
307
|
maximum: 0, // Calculé plus bas
|
|
315
308
|
asked: isNil ? 0 : _round(payload.refund?.asked ?? 0),
|
|
@@ -361,12 +354,16 @@ export function getCerfa3517Century26Payload(accountingEntries, payload) {
|
|
|
361
354
|
data.net.surplus = data.net.advance.total - data.net.due > 0 ? data.net.advance.total - data.net.due : 0;
|
|
362
355
|
data.net.balanceSurplus = data.net.credit + data.net.surplus;
|
|
363
356
|
data.tax.total =
|
|
364
|
-
data.tax.onRetransmission
|
|
357
|
+
data.tax.onRetransmission +
|
|
365
358
|
data.tax.onResultFarm +
|
|
366
|
-
data.tax.payingVideo.reduced
|
|
367
|
-
data.tax.payingVideo.normal
|
|
368
|
-
data.tax.
|
|
359
|
+
data.tax.payingVideo.reduced +
|
|
360
|
+
data.tax.payingVideo.normal +
|
|
361
|
+
data.tax.freeVideo.reduce +
|
|
362
|
+
data.tax.freeVideo.normal +
|
|
363
|
+
data.tax.bailiff +
|
|
369
364
|
data.tax.contribution +
|
|
365
|
+
data.tax.ofEmployer +
|
|
366
|
+
data.tax.onBoardingCorse +
|
|
370
367
|
data.tax.onBoarding +
|
|
371
368
|
data.tax.development +
|
|
372
369
|
data.tax.publicity +
|
|
@@ -419,7 +416,6 @@ export function getCerfa3517Century26Payload(accountingEntries, payload) {
|
|
|
419
416
|
data.recapitulation.assimiledTax = data.tax.total;
|
|
420
417
|
data.recapitulation.toPay =
|
|
421
418
|
data.recapitulation.vatNetDue + data.recapitulation.assimiledTax + data.recapitulation.consumsion;
|
|
422
|
-
data.refund.creditRefundable = shouldFillRefund ? data.net.credit : 0;
|
|
423
419
|
data.refund.surplus = shouldFillRefund ? data.net.surplus : 0;
|
|
424
420
|
data.refund.maximum = shouldFillRefund ? data.refund.creditRefundable + data.refund.surplus : 0;
|
|
425
421
|
data.refund.reportable =
|
|
@@ -427,7 +423,7 @@ export function getCerfa3517Century26Payload(accountingEntries, payload) {
|
|
|
427
423
|
data.total = setZeroIfIsNegative(data.vat.total.tax - (data.vat.saleOfImmobilization.tax + data.vat.ownDelivery.tax + data.deductible.total1));
|
|
428
424
|
return data;
|
|
429
425
|
}
|
|
430
|
-
export function
|
|
426
|
+
export function getCerfa3517CenturyRegistrationField(data) {
|
|
431
427
|
const comment = textFormatting(data.declaration.comment);
|
|
432
428
|
return [
|
|
433
429
|
{
|
|
@@ -514,7 +510,7 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
514
510
|
key: 'BD',
|
|
515
511
|
isMultiple: false,
|
|
516
512
|
tag: 'Valeur',
|
|
517
|
-
description: 'Taxe
|
|
513
|
+
description: 'Taxe sur les émissions de polluants atmosphériques due au titre de 2022 (CGI, art. 1010) 911630 70C',
|
|
518
514
|
value: data.tax.oldVehicle,
|
|
519
515
|
},
|
|
520
516
|
{
|
|
@@ -577,6 +573,13 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
577
573
|
description: "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",
|
|
578
574
|
value: data.tax.specialDue,
|
|
579
575
|
},
|
|
576
|
+
{
|
|
577
|
+
key: 'CH',
|
|
578
|
+
isMultiple: false,
|
|
579
|
+
tag: 'Valeur',
|
|
580
|
+
description: 'TICFE - Taxe due 912244 ',
|
|
581
|
+
value: data.tic.ticfe.tax && data.tic.ticfe.tax > 0 ? data.tic.ticfe.tax : null,
|
|
582
|
+
},
|
|
580
583
|
{
|
|
581
584
|
key: 'CJ',
|
|
582
585
|
isMultiple: false,
|
|
@@ -899,6 +902,13 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
899
902
|
description: 'TICCE - crédit imputé sur la TVA 912237 ',
|
|
900
903
|
value: data.tic.ticc.imputed && data.tic.ticc.imputed > 0 ? data.tic.ticc.imputed : null,
|
|
901
904
|
},
|
|
905
|
+
{
|
|
906
|
+
key: 'HH',
|
|
907
|
+
isMultiple: false,
|
|
908
|
+
tag: 'Valeur',
|
|
909
|
+
description: 'TICGN - Taxe due 912245 ',
|
|
910
|
+
value: data.tic.ticgn.tax && data.tic.ticgn.tax > 0 ? data.tic.ticgn.tax : null,
|
|
911
|
+
},
|
|
902
912
|
{
|
|
903
913
|
key: 'JA',
|
|
904
914
|
isMultiple: false,
|
|
@@ -911,7 +921,7 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
911
921
|
isMultiple: false,
|
|
912
922
|
tag: 'Valeur',
|
|
913
923
|
description: "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",
|
|
914
|
-
value: data.deductible.rate !== 100 ? data.deductible.rate :
|
|
924
|
+
value: data.deductible.rate !== 100 ? data.deductible.rate : null,
|
|
915
925
|
},
|
|
916
926
|
{
|
|
917
927
|
key: 'JE',
|
|
@@ -927,6 +937,13 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
927
937
|
description: 'TOTAL - crédit imputé sur la TVA 912252 ',
|
|
928
938
|
value: data.tic.total.imputed && data.tic.total.imputed > 0 ? data.tic.total.imputed : null,
|
|
929
939
|
},
|
|
940
|
+
{
|
|
941
|
+
key: 'JH',
|
|
942
|
+
isMultiple: false,
|
|
943
|
+
tag: 'Valeur',
|
|
944
|
+
description: 'TICCE - Taxe due 912246 ',
|
|
945
|
+
value: data.tic.ticc.tax && data.tic.ticc.tax > 0 ? data.tic.ticc.tax : null,
|
|
946
|
+
},
|
|
930
947
|
{
|
|
931
948
|
key: 'KA',
|
|
932
949
|
isMultiple: false,
|
|
@@ -1077,25 +1094,25 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
1077
1094
|
value: data.tic.ticfe.refund && data.tic.ticfe.refund > 0 ? data.tic.ticfe.refund : null,
|
|
1078
1095
|
},
|
|
1079
1096
|
{
|
|
1080
|
-
key: '
|
|
1097
|
+
key: 'NU',
|
|
1081
1098
|
isMultiple: false,
|
|
1082
1099
|
tag: 'Valeur',
|
|
1083
|
-
description:
|
|
1084
|
-
value: data.
|
|
1100
|
+
description: 'TICFE - crédit constaté 912248 ',
|
|
1101
|
+
value: data.tic.ticfe.credit && data.tic.ticfe.credit > 0 ? data.tic.ticfe.credit : null,
|
|
1085
1102
|
},
|
|
1086
1103
|
{
|
|
1087
|
-
key: '
|
|
1104
|
+
key: 'QA',
|
|
1088
1105
|
isMultiple: false,
|
|
1089
1106
|
tag: 'Valeur',
|
|
1090
|
-
description:
|
|
1091
|
-
value: data.tax.onRetransmission
|
|
1107
|
+
description: 'Taxe sur les retransmissions sportives 100023 36',
|
|
1108
|
+
value: data.tax.onRetransmission,
|
|
1092
1109
|
},
|
|
1093
1110
|
{
|
|
1094
1111
|
key: 'QH',
|
|
1095
1112
|
isMultiple: false,
|
|
1096
1113
|
tag: 'Valeur',
|
|
1097
1114
|
description: 'Taxe sur les actes des huissiers de justice 100036 44',
|
|
1098
|
-
value: data.tax.bailiff
|
|
1115
|
+
value: data.tax.bailiff,
|
|
1099
1116
|
},
|
|
1100
1117
|
{
|
|
1101
1118
|
key: 'QS',
|
|
@@ -1139,6 +1156,20 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
1139
1156
|
description: 'Crédit imputé sur le ou les prochains acomptes 100224 52',
|
|
1140
1157
|
value: data.recapitulation.ticRefunded,
|
|
1141
1158
|
},
|
|
1159
|
+
{
|
|
1160
|
+
key: 'RF',
|
|
1161
|
+
isMultiple: false,
|
|
1162
|
+
tag: 'Valeur',
|
|
1163
|
+
description: 'Taxe sur la diffusion en vidéo physique et en ligne de contenus audiovisuels à titre onéreux au taux de 5,15 % 902441 42',
|
|
1164
|
+
value: data.tax.payingVideo?.reduced,
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
key: 'RG',
|
|
1168
|
+
isMultiple: false,
|
|
1169
|
+
tag: 'Valeur',
|
|
1170
|
+
description: 'Taxe sur la diffusion en vidéo physique et en ligne de contenus audiovisuels à titre onéreux au taux de 15 % 902437 43',
|
|
1171
|
+
value: data.tax.payingVideo?.normal,
|
|
1172
|
+
},
|
|
1142
1173
|
{
|
|
1143
1174
|
key: 'RN',
|
|
1144
1175
|
isMultiple: false,
|
|
@@ -1175,18 +1206,25 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
1175
1206
|
value: data.isNil ? 'X' : null,
|
|
1176
1207
|
},
|
|
1177
1208
|
{
|
|
1178
|
-
key: '
|
|
1209
|
+
key: 'SH',
|
|
1210
|
+
isMultiple: false,
|
|
1179
1211
|
tag: 'Valeur',
|
|
1212
|
+
description: "Total des droits de la taxe sur l'exploration d'hydrocarbures (CGI, art 1590) 909352 85",
|
|
1213
|
+
value: data.tax.fuelExploration,
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
key: 'SQ',
|
|
1180
1217
|
isMultiple: false,
|
|
1181
|
-
|
|
1182
|
-
|
|
1218
|
+
tag: 'Valeur',
|
|
1219
|
+
description: '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',
|
|
1220
|
+
value: data.tax.freeVideo?.reduce ?? 0,
|
|
1183
1221
|
},
|
|
1184
1222
|
{
|
|
1185
|
-
key: '
|
|
1223
|
+
key: 'SS',
|
|
1186
1224
|
isMultiple: false,
|
|
1187
1225
|
tag: 'Valeur',
|
|
1188
|
-
description:
|
|
1189
|
-
value: data.tax.
|
|
1226
|
+
description: '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',
|
|
1227
|
+
value: data.tax.freeVideo?.normal ?? 0,
|
|
1190
1228
|
},
|
|
1191
1229
|
{
|
|
1192
1230
|
key: 'SV',
|
|
@@ -1237,6 +1275,13 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
1237
1275
|
description: 'TICGN - Reliquat de crédit à rembourser 912240 ',
|
|
1238
1276
|
value: data.tic.ticgn.refund && data.tic.ticgn.refund > 0 ? data.tic.ticgn.refund : null,
|
|
1239
1277
|
},
|
|
1278
|
+
{
|
|
1279
|
+
key: 'TH',
|
|
1280
|
+
isMultiple: false,
|
|
1281
|
+
tag: 'Valeur',
|
|
1282
|
+
description: 'TICGN - crédit constaté 912249 ',
|
|
1283
|
+
value: data.tic.ticgn.credit && data.tic.ticgn.credit > 0 ? data.tic.ticgn.credit : null,
|
|
1284
|
+
},
|
|
1240
1285
|
{
|
|
1241
1286
|
key: 'UB',
|
|
1242
1287
|
isMultiple: false,
|
|
@@ -1265,6 +1310,13 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
1265
1310
|
description: 'TICCE - Reliquat de crédit à rembourser 912241 ',
|
|
1266
1311
|
value: data.tic.ticc.refund && data.tic.ticc.refund > 0 ? data.tic.ticc.refund : null,
|
|
1267
1312
|
},
|
|
1313
|
+
{
|
|
1314
|
+
key: 'UH',
|
|
1315
|
+
isMultiple: false,
|
|
1316
|
+
tag: 'Valeur',
|
|
1317
|
+
description: 'TICCE - crédit constaté 912250 ',
|
|
1318
|
+
value: data.tic.ticc.credit && data.tic.ticc.credit > 0 ? data.tic.ticc.credit : null,
|
|
1319
|
+
},
|
|
1268
1320
|
{
|
|
1269
1321
|
key: 'VA',
|
|
1270
1322
|
isMultiple: false,
|
|
@@ -1475,6 +1527,13 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
1475
1527
|
description: 'Taxe sur les exploitants de plateformes de mise en relation par voie électronique en vue de fournir certaines prestations de transport (CGI, article 300 bis) - Taxe due 911708 94',
|
|
1476
1528
|
value: data.tax.platform,
|
|
1477
1529
|
},
|
|
1530
|
+
{
|
|
1531
|
+
key: 'XF',
|
|
1532
|
+
isMultiple: false,
|
|
1533
|
+
tag: 'Valeur',
|
|
1534
|
+
description: 'Taxe sur le transport aérien de passagers - Majoration en Corse (CIBS, art. L422-13 et L422-29) - Taxe 912231 45A',
|
|
1535
|
+
value: data.tax.onBoardingCorse,
|
|
1536
|
+
},
|
|
1478
1537
|
{
|
|
1479
1538
|
key: 'XG',
|
|
1480
1539
|
isMultiple: false,
|
|
@@ -1496,46 +1555,11 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
1496
1555
|
description: 'Taxe sur certaines dépenses de publicité (CGI, art. 302 bis MA) 907826 47',
|
|
1497
1556
|
value: data.tax.publicity,
|
|
1498
1557
|
},
|
|
1499
|
-
{
|
|
1500
|
-
key: 'TL',
|
|
1501
|
-
isMultiple: false,
|
|
1502
|
-
tag: 'Valeur',
|
|
1503
|
-
description: 'Taxe sur les vidéogrammes (CIBS, art. L452-28) au taux de 1,8025 % - Base imposable',
|
|
1504
|
-
value: data.tax.payingVideo?.reduced.base,
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
key: 'NX',
|
|
1508
|
-
isMultiple: false,
|
|
1509
|
-
tag: 'Valeur',
|
|
1510
|
-
description: 'Taxe sur les vidéogrammes (CIBS, art. L452-28) au taux de 1,8025 % - Taxe due',
|
|
1511
|
-
value: data.tax.payingVideo?.reduced.tax,
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
key: 'UL',
|
|
1515
|
-
isMultiple: false,
|
|
1516
|
-
tag: 'Valeur',
|
|
1517
|
-
description: 'Taxe sur les vidéogrammes (CIBS, art. L452-28) au taux de 15 % - Base imposable',
|
|
1518
|
-
value: data.tax.payingVideo?.normal.base,
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
key: 'LL',
|
|
1522
|
-
isMultiple: false,
|
|
1523
|
-
tag: 'Valeur',
|
|
1524
|
-
description: 'Taxe sur les vidéogrammes (CIBS, art. L452-28) au taux de 15 % - Taxe due',
|
|
1525
|
-
value: data.tax.payingVideo?.normal.tax,
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
key: 'ZJ',
|
|
1529
|
-
isMultiple: false,
|
|
1530
|
-
tag: 'Valeur',
|
|
1531
|
-
value: data.tax.bailiff.count,
|
|
1532
|
-
description: 'Base imposable sur la taxe sur les actes des huissiers de justice (CGI, art 302 bis Y)',
|
|
1533
|
-
},
|
|
1534
1558
|
],
|
|
1535
1559
|
},
|
|
1536
1560
|
];
|
|
1537
1561
|
}
|
|
1538
|
-
export function
|
|
1562
|
+
export function getCerfa3517DDRCentury23egistrationField(data) {
|
|
1539
1563
|
if (data.refund.asked > 0) {
|
|
1540
1564
|
return [
|
|
1541
1565
|
{
|
|
@@ -1586,6 +1610,11 @@ export function getCerfa3517DDRCentury26RegistrationField(data) {
|
|
|
1586
1610
|
description: 'NAD Nom et prénom du demandeur 100178 ',
|
|
1587
1611
|
value: textFormatting(data.refund.name, 35),
|
|
1588
1612
|
},
|
|
1613
|
+
// {
|
|
1614
|
+
// tag: 'DesignationSuite1',
|
|
1615
|
+
// description: 'NAD Qualité du demandeur 100179 ',
|
|
1616
|
+
// value: null,
|
|
1617
|
+
// },
|
|
1589
1618
|
{
|
|
1590
1619
|
tag: 'AdresseVille',
|
|
1591
1620
|
description: 'NAD Lieu de dépôt de la demande 100184 ',
|
|
@@ -1688,7 +1717,7 @@ export function getCerfa3517DDRCentury26RegistrationField(data) {
|
|
|
1688
1717
|
}
|
|
1689
1718
|
return [];
|
|
1690
1719
|
}
|
|
1691
|
-
export const
|
|
1720
|
+
export const cerfa3517Century23Fields = [
|
|
1692
1721
|
{
|
|
1693
1722
|
sectionName: 'Général',
|
|
1694
1723
|
childrens: [
|
|
@@ -1796,8 +1825,8 @@ export const cerfa3517Century26Fields = [
|
|
|
1796
1825
|
sectionName: 'Décompte des taxes assimilées',
|
|
1797
1826
|
childrens: [
|
|
1798
1827
|
{
|
|
1799
|
-
label: '36 - Taxe sur
|
|
1800
|
-
key: 'tax.onRetransmission
|
|
1828
|
+
label: '36 - Taxe sur les retransmissions sportives au taux de 5 % (CGI, art. 302 bis ZE)',
|
|
1829
|
+
key: 'tax.onRetransmission',
|
|
1801
1830
|
type: 'number',
|
|
1802
1831
|
},
|
|
1803
1832
|
{
|
|
@@ -1806,23 +1835,28 @@ export const cerfa3517Century26Fields = [
|
|
|
1806
1835
|
type: 'number',
|
|
1807
1836
|
},
|
|
1808
1837
|
{
|
|
1809
|
-
label: '
|
|
1810
|
-
key: 'tax.payingVideo.reduced
|
|
1838
|
+
label: '42 - Taxe sur la diffusion en vidéo physique et en ligne de contenus audiovisuels à titre onéreux (CGI, art. 1609 sexdecies B) au taux de 5.15%',
|
|
1839
|
+
key: 'tax.payingVideo.reduced',
|
|
1811
1840
|
type: 'number',
|
|
1812
1841
|
},
|
|
1813
1842
|
{
|
|
1814
|
-
label: '
|
|
1815
|
-
key: 'tax.payingVideo.normal
|
|
1843
|
+
label: '43 - Taxe sur la diffusion en vidéo physique et en ligne de contenus audiovisuels à titre onéreux (CGI, art. 1609 sexdecies B) au taux de 15%',
|
|
1844
|
+
key: 'tax.payingVideo.normal',
|
|
1816
1845
|
type: 'number',
|
|
1817
1846
|
},
|
|
1818
1847
|
{
|
|
1819
|
-
label:
|
|
1820
|
-
key: 'tax.
|
|
1848
|
+
label: '43A - 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%',
|
|
1849
|
+
key: 'tax.freeVideo.reduced',
|
|
1850
|
+
type: 'number',
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
label: '43B - 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%',
|
|
1854
|
+
key: 'tax.freeVideo.normal',
|
|
1821
1855
|
type: 'number',
|
|
1822
1856
|
},
|
|
1823
1857
|
{
|
|
1824
1858
|
label: '44 - Taxe sur les actes des huissiers de justice (CGI, art. 302 bis Y)',
|
|
1825
|
-
key: 'tax.bailiff
|
|
1859
|
+
key: 'tax.bailiff',
|
|
1826
1860
|
type: 'number',
|
|
1827
1861
|
},
|
|
1828
1862
|
{
|
|
@@ -1835,6 +1869,11 @@ export const cerfa3517Century26Fields = [
|
|
|
1835
1869
|
key: 'tax.ofEmployer',
|
|
1836
1870
|
type: 'number',
|
|
1837
1871
|
},
|
|
1872
|
+
{
|
|
1873
|
+
label: '45A - Taxe sur le transport aérien de passagers – Majoration en Corse (CIBS, art. L422-13 et L422-29)',
|
|
1874
|
+
key: 'tax.onBoardingCorse',
|
|
1875
|
+
type: 'number',
|
|
1876
|
+
},
|
|
1838
1877
|
{
|
|
1839
1878
|
label: '45B - Taxe sur le transport maritime de passagers dans certains territoires côtiers –Embarquement ou débarquement en Corse (CIBS, art. L423-57 et suivants)',
|
|
1840
1879
|
key: 'tax.onBoarding',
|
|
@@ -1846,7 +1885,7 @@ export const cerfa3517Century26Fields = [
|
|
|
1846
1885
|
type: 'number',
|
|
1847
1886
|
},
|
|
1848
1887
|
{
|
|
1849
|
-
label: '47 - Taxe sur
|
|
1888
|
+
label: '47 - Taxe sur certaines dépenses de publicité au taux de 1 % (CGI, art 302 bis MA)',
|
|
1850
1889
|
key: 'tax.publicity',
|
|
1851
1890
|
type: 'number',
|
|
1852
1891
|
},
|
|
@@ -1942,7 +1981,7 @@ export const cerfa3517Century26Fields = [
|
|
|
1942
1981
|
type: 'number',
|
|
1943
1982
|
},
|
|
1944
1983
|
{
|
|
1945
|
-
label: '70C - Taxe annuelle sur
|
|
1984
|
+
label: '70C - Taxe annuelle sur l’ancienneté des véhicules de tourisme',
|
|
1946
1985
|
key: 'tax.oldVehicle',
|
|
1947
1986
|
type: 'number',
|
|
1948
1987
|
},
|
|
@@ -2042,7 +2081,7 @@ export const cerfa3517Century26Fields = [
|
|
|
2042
2081
|
type: 'number',
|
|
2043
2082
|
},
|
|
2044
2083
|
{
|
|
2045
|
-
label: '94 - Taxe sur
|
|
2084
|
+
label: '94 - Taxe sur les exploitants de plateformes de mise en relation par voie électronique en vue de fournir certaines prestations de transport (CGI, article 300 bis)',
|
|
2046
2085
|
key: 'tax.platform',
|
|
2047
2086
|
type: 'number',
|
|
2048
2087
|
},
|
|
@@ -2056,7 +2095,14 @@ export const cerfa3517Century26Fields = [
|
|
|
2056
2095
|
},
|
|
2057
2096
|
{
|
|
2058
2097
|
sectionName: 'Demande de remboursement',
|
|
2059
|
-
childrens: [
|
|
2098
|
+
childrens: [
|
|
2099
|
+
{ label: 'Remboursement demandé', key: 'refund.asked', type: 'number' },
|
|
2100
|
+
{
|
|
2101
|
+
label: 'Crédit remboursable dégagé à la clôture de l’année ou de l’exercice',
|
|
2102
|
+
key: 'refund.creditRefundable',
|
|
2103
|
+
type: 'number',
|
|
2104
|
+
},
|
|
2105
|
+
],
|
|
2060
2106
|
},
|
|
2061
2107
|
];
|
|
2062
|
-
//# sourceMappingURL=
|
|
2108
|
+
//# sourceMappingURL=century23.js.map
|