@silexpert/core 2.0.47 → 2.0.48
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/api/resources/User.d.ts +1 -0
- package/dist/api/resources/User.d.ts.map +1 -1
- package/dist/api/resources/User.js +8 -0
- package/dist/api/resources/User.js.map +1 -1
- package/dist/api/resources.d.ts +0 -2
- package/dist/api/resources.d.ts.map +1 -1
- package/dist/api/resources.js +0 -2
- package/dist/api/resources.js.map +1 -1
- package/dist/types/Enum/AccountingTransactionTracking.d.ts +4 -0
- package/dist/types/Enum/AccountingTransactionTracking.d.ts.map +1 -0
- package/dist/types/Enum/AccountingTransactionTracking.js +5 -0
- package/dist/types/Enum/AccountingTransactionTracking.js.map +1 -0
- package/dist/types/Enum/DocumentForHumanResourceType.d.ts +2 -1
- package/dist/types/Enum/DocumentForHumanResourceType.d.ts.map +1 -1
- package/dist/types/Enum/DocumentForHumanResourceType.js +2 -0
- package/dist/types/Enum/DocumentForHumanResourceType.js.map +1 -1
- package/dist/types/Enum/EstimateInvoice.d.ts +0 -3
- package/dist/types/Enum/EstimateInvoice.d.ts.map +1 -1
- package/dist/types/Enum/EstimateInvoice.js +0 -4
- package/dist/types/Enum/EstimateInvoice.js.map +1 -1
- package/dist/types/Enum/Ged.d.ts +8 -1
- package/dist/types/Enum/Ged.d.ts.map +1 -1
- package/dist/types/Enum/Ged.js +7 -0
- package/dist/types/Enum/Ged.js.map +1 -1
- package/dist/types/Enum/MaritalStatus.d.ts +4 -4
- package/dist/types/Enum/MaritalStatus.d.ts.map +1 -1
- package/dist/types/Enum/MaritalStatus.js +6 -3
- package/dist/types/Enum/MaritalStatus.js.map +1 -1
- package/dist/types/Enum/PrestationType.js +148 -148
- package/dist/types/Enum/PrestationType.js.map +1 -1
- package/dist/types/Enum/Role.d.ts.map +1 -1
- package/dist/types/Enum/Role.js +1 -0
- package/dist/types/Enum/Role.js.map +1 -1
- package/dist/types/Interface/api/accountingTransaction/Create.d.ts +5 -0
- package/dist/types/Interface/api/accountingTransaction/Create.d.ts.map +1 -0
- package/dist/types/Interface/api/accountingTransaction/Create.js +21 -0
- package/dist/types/Interface/api/accountingTransaction/Create.js.map +1 -0
- package/dist/types/Interface/api/commercial/ReadStatsProspect.d.ts +1 -0
- package/dist/types/Interface/api/commercial/ReadStatsProspect.d.ts.map +1 -1
- package/dist/types/Interface/api/commercial/ReadStatsProspect.js.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.d.ts +1 -4
- package/dist/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.js +1 -9
- package/dist/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/dist/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/dist/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/dist/types/Interface/models/IAccountingTransaction.js +1 -0
- package/dist/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts +15 -0
- package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts.map +1 -0
- package/dist/types/Interface/models/IAccountingTransactionTracking.js +2 -0
- package/dist/types/Interface/models/IAccountingTransactionTracking.js.map +1 -0
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts +1 -0
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts.map +1 -1
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.js +1 -0
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.js.map +1 -1
- package/dist/types/index.d.ts +3 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +3 -1
- package/dist/types/index.js.map +1 -1
- package/dist/utils/prestation.d.ts +9 -2
- package/dist/utils/prestation.d.ts.map +1 -1
- package/dist/utils/prestation.js +9 -2
- package/dist/utils/prestation.js.map +1 -1
- package/dist/utils/vat/3517/century25.js +1 -1
- package/dist/utils/vat/3517/century25.js.map +1 -1
- package/dist/utils/vat/3517/century26.js +1 -1
- package/dist/utils/vat/3517/century26.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/User.ts +9 -0
- package/ts/api/resources.ts +0 -2
- package/ts/types/Enum/AccountingTransactionTracking.ts +3 -0
- package/ts/types/Enum/DocumentForHumanResourceType.ts +2 -0
- package/ts/types/Enum/EstimateInvoice.ts +0 -4
- package/ts/types/Enum/Ged.ts +7 -0
- package/ts/types/Enum/MaritalStatus.ts +6 -3
- package/ts/types/Enum/PrestationType.ts +148 -148
- package/ts/types/Enum/Role.ts +1 -0
- package/ts/types/Interface/api/accountingTransaction/Create.ts +9 -0
- package/ts/types/Interface/api/commercial/ReadStatsProspect.ts +1 -0
- package/ts/types/Interface/api/commercialManagement/Create.ts +1 -7
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/{IEstimateInvoiceTracking.ts → IAccountingTransactionTracking.ts} +4 -4
- package/ts/types/Interface/models/IEInvoicingKycAndMandate.ts +1 -0
- package/ts/types/index.ts +3 -1
- package/ts/utils/prestation.ts +14 -2
- package/ts/utils/vat/3517/century25.ts +1 -1
- package/ts/utils/vat/3517/century26.ts +1 -1
- package/dist/api/resources/EstimateInvoiceTracking.d.ts +0 -6
- package/dist/api/resources/EstimateInvoiceTracking.d.ts.map +0 -1
- package/dist/api/resources/EstimateInvoiceTracking.js +0 -7
- package/dist/api/resources/EstimateInvoiceTracking.js.map +0 -1
- package/dist/types/Interface/models/IEstimateInvoiceTracking.d.ts +0 -15
- package/dist/types/Interface/models/IEstimateInvoiceTracking.d.ts.map +0 -1
- package/dist/types/Interface/models/IEstimateInvoiceTracking.js +0 -2
- package/dist/types/Interface/models/IEstimateInvoiceTracking.js.map +0 -1
- package/ts/api/resources/EstimateInvoiceTracking.ts +0 -8
|
@@ -901,7 +901,7 @@ export function getCerfa3517Century26RegistrationField(data) {
|
|
|
901
901
|
isMultiple: false,
|
|
902
902
|
tag: 'Valeur',
|
|
903
903
|
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",
|
|
904
|
-
value: data.deductible.rate !== 100 ? data.deductible.rate :
|
|
904
|
+
value: data.isNil ? null : data.deductible.rate !== 100 ? data.deductible.rate : null,
|
|
905
905
|
},
|
|
906
906
|
{
|
|
907
907
|
key: 'JE',
|