@silexpert/core 0.4.122 → 0.4.124
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/es/api/resources/Closing.d.ts +6 -0
- package/es/api/resources/Closing.d.ts.map +1 -0
- package/es/api/resources/Closing.js +7 -0
- package/es/api/resources/Closing.js.map +1 -0
- package/es/api/resources/shareCapital.d.ts +29 -0
- package/es/api/resources/shareCapital.d.ts.map +1 -0
- package/es/api/resources/shareCapital.js +32 -0
- package/es/api/resources/shareCapital.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Account.d.ts +8 -0
- package/es/types/Enum/Account.d.ts.map +1 -1
- package/es/types/Enum/Account.js +8 -0
- package/es/types/Enum/Account.js.map +1 -1
- package/es/types/Enum/Ocr.d.ts +5 -0
- package/es/types/Enum/Ocr.d.ts.map +1 -0
- package/es/types/Enum/Ocr.js +6 -0
- package/es/types/Enum/Ocr.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +6 -3
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +21 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +6 -4
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +18 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/cerfa/2031.d.ts +157 -0
- package/es/types/Interface/api/cerfa/2031.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2031.js +17 -0
- package/es/types/Interface/api/cerfa/2031.js.map +1 -0
- package/es/types/Interface/api/cerfa/2033.d.ts +511 -0
- package/es/types/Interface/api/cerfa/2033.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2033.js +429 -0
- package/es/types/Interface/api/cerfa/2033.js.map +1 -0
- package/es/types/Interface/api/cerfa/2035.d.ts +396 -0
- package/es/types/Interface/api/cerfa/2035.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2035.js +43 -0
- package/es/types/Interface/api/cerfa/2035.js.map +1 -0
- package/es/types/Interface/api/cerfa/2050.d.ts +1678 -0
- package/es/types/Interface/api/cerfa/2050.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2050.js +3 -0
- package/es/types/Interface/api/cerfa/2050.js.map +1 -0
- package/es/types/Interface/api/cerfa/2065.d.ts +149 -0
- package/es/types/Interface/api/cerfa/2065.d.ts.map +1 -0
- package/es/types/Interface/api/cerfa/2065.js +21 -0
- package/es/types/Interface/api/cerfa/2065.js.map +1 -0
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +6 -1215
- package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/CreateCerfa.js +5 -481
- package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
- package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
- package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
- package/es/types/Interface/api/closing/ProcessedClosing.d.ts +6 -0
- package/es/types/Interface/api/closing/ProcessedClosing.d.ts.map +1 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js +2 -0
- package/es/types/Interface/api/closing/ProcessedClosing.js.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts +13 -0
- package/es/types/Interface/api/ocr/CreateOcr.d.ts.map +1 -0
- package/es/types/Interface/api/ocr/CreateOcr.js +53 -0
- package/es/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts +1 -3
- package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTransactions.js +2 -2
- package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +17 -0
- package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -1
- package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -1
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js +32 -0
- package/es/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts +6 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js +27 -0
- package/es/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts +4 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +3 -0
- package/es/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts +7 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.d.ts.map +1 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js +3 -0
- package/es/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +4 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/es/types/Interface/models/IApiError.d.ts +3 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +3 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +2 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/ISocietySocial.d.ts +2 -2
- package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietySocial.js.map +1 -1
- package/es/types/index.d.ts +8 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -1
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Closing.js +18 -0
- package/js/api/resources/Closing.js.map +1 -0
- package/js/api/resources/shareCapital.js +47 -0
- package/js/api/resources/shareCapital.js.map +1 -0
- package/js/api/resources.js +7 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Account.js +8 -0
- package/js/types/Enum/Account.js.map +1 -1
- package/js/types/Enum/Ocr.js +12 -0
- package/js/types/Enum/Ocr.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +6 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +5 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/cerfa/2031.js +29 -0
- package/js/types/Interface/api/cerfa/2031.js.map +1 -0
- package/js/types/Interface/api/cerfa/2033.js +295 -0
- package/js/types/Interface/api/cerfa/2033.js.map +1 -0
- package/js/types/Interface/api/cerfa/2035.js +47 -0
- package/js/types/Interface/api/cerfa/2035.js.map +1 -0
- package/js/types/Interface/api/cerfa/2050.js +10 -0
- package/js/types/Interface/api/cerfa/2050.js.map +1 -0
- package/js/types/Interface/api/cerfa/2065.js +37 -0
- package/js/types/Interface/api/cerfa/2065.js.map +1 -0
- package/js/types/Interface/api/cerfa/CreateCerfa.js +50 -337
- package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js → api/closing/ProcessedClosing.js} +1 -1
- package/js/types/Interface/{models/IPrestationSocial.js.map → api/closing/ProcessedClosing.js.map} +1 -1
- package/js/types/Interface/api/ocr/CreateOcr.js +45 -0
- package/js/types/Interface/api/ocr/CreateOcr.js.map +1 -0
- package/js/types/Interface/api/ocr/OcrTransactions.js +1 -1
- package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -1
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js +35 -0
- package/js/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js +33 -0
- package/js/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapital.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js +10 -0
- package/js/types/Interface/api/shareCapital/ReadShareCapitalProvided.js.map +1 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js +10 -0
- package/js/types/Interface/api/shareCapital/ResultCreateShareCapital.js.map +1 -0
- package/js/types/Interface/api/society/UpdateSociety.js +2 -0
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +4 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +99 -15
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Closing.ts +8 -0
- package/ts/api/resources/shareCapital.ts +37 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/Account.ts +8 -0
- package/ts/types/Enum/Ocr.ts +4 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +21 -3
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +19 -4
- package/ts/types/Interface/api/cerfa/2031.ts +154 -0
- package/ts/types/Interface/api/cerfa/2033.ts +722 -0
- package/ts/types/Interface/api/cerfa/2035.ts +414 -0
- package/ts/types/Interface/api/cerfa/2050.ts +1416 -0
- package/ts/types/Interface/api/cerfa/2065.ts +128 -0
- package/ts/types/Interface/api/cerfa/CreateCerfa.ts +8 -1657
- package/ts/types/Interface/api/cerfa/ReadCerfa.ts +6 -1
- package/ts/types/Interface/api/closing/ProcessedClosing.ts +6 -0
- package/ts/types/Interface/api/ocr/CreateOcr.ts +33 -0
- package/ts/types/Interface/api/ocr/OcrTransactions.ts +3 -5
- package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +20 -0
- package/ts/types/Interface/api/shareCapital/CreateInKindContribution.ts +19 -0
- package/ts/types/Interface/api/shareCapital/CreateShareCapital.ts +17 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapital.ts +6 -0
- package/ts/types/Interface/api/shareCapital/ReadShareCapitalProvided.ts +3 -0
- package/ts/types/Interface/api/shareCapital/ResultCreateShareCapital.ts +6 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +3 -0
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/IApiError.ts +4 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +2 -0
- package/ts/types/Interface/models/ISocietySocial.ts +2 -2
- package/ts/types/index.ts +9 -2
- package/es/types/Interface/models/IPrestationSocial.d.ts +0 -7
- package/es/types/Interface/models/IPrestationSocial.d.ts.map +0 -1
- package/es/types/Interface/models/IPrestationSocial.js +0 -2
- package/es/types/Interface/models/IPrestationSocial.js.map +0 -1
- package/ts/types/Interface/models/IPrestationSocial.ts +0 -7
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { ApiProperty } from '../../../..';
|
|
2
|
+
|
|
3
|
+
export class ParamsGenerate2031 {
|
|
4
|
+
@ApiProperty({ description: 'Formulaire à néant' })
|
|
5
|
+
isNil: boolean;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export interface Cerfa2031 {
|
|
9
|
+
period: { months: number; },
|
|
10
|
+
header: {
|
|
11
|
+
opening: string;
|
|
12
|
+
closure: string;
|
|
13
|
+
realSystem: boolean,
|
|
14
|
+
simplifiedAccounting: boolean,
|
|
15
|
+
vat: boolean,
|
|
16
|
+
tonnageTaxation: boolean,
|
|
17
|
+
simplifiedSystem: boolean
|
|
18
|
+
},
|
|
19
|
+
identification: {
|
|
20
|
+
companyDenomination: string;
|
|
21
|
+
companyAddress: string;
|
|
22
|
+
phoneNumber: string;
|
|
23
|
+
email: string;
|
|
24
|
+
siren: string;
|
|
25
|
+
declarantEmail: string;
|
|
26
|
+
declarantAddress: string;
|
|
27
|
+
lastAddress: string;
|
|
28
|
+
},
|
|
29
|
+
miscellaneous: {
|
|
30
|
+
activities: string;
|
|
31
|
+
onJobList: boolean;
|
|
32
|
+
ownerInfos: string;
|
|
33
|
+
otherEstablishmentsAddresses : string;
|
|
34
|
+
},
|
|
35
|
+
recapitulation: {
|
|
36
|
+
column2: number;
|
|
37
|
+
cdSum: number;
|
|
38
|
+
col1: { total: number; };
|
|
39
|
+
col2: { total: number; };
|
|
40
|
+
taxableBenefit: number;
|
|
41
|
+
deductibleDeficit: number;
|
|
42
|
+
netHandoverResult: number;
|
|
43
|
+
incomeTaxSubjectEarnings: number;
|
|
44
|
+
netExemptIncome: number;
|
|
45
|
+
shareToDeduce: number;
|
|
46
|
+
incomeTaxExemptEarnings: number;
|
|
47
|
+
shortTermDepreciation: number;
|
|
48
|
+
column1: number;
|
|
49
|
+
creditTaxOption: number;
|
|
50
|
+
shareEquipmentGrant: number;
|
|
51
|
+
partnershipFiscalResult: number;
|
|
52
|
+
publicAccountant: boolean;
|
|
53
|
+
addedValue: {
|
|
54
|
+
privateTaxed: number;
|
|
55
|
+
longTermDiffered: number;
|
|
56
|
+
exonerated: number;
|
|
57
|
+
longTermExonerated: number;
|
|
58
|
+
shortTermExonerated: number;
|
|
59
|
+
}
|
|
60
|
+
exemption: {
|
|
61
|
+
newCompanyArt: boolean;
|
|
62
|
+
zfuArt: boolean;
|
|
63
|
+
zrrArt: boolean;
|
|
64
|
+
reorganisationArt: boolean;
|
|
65
|
+
freeZoneActivityArt: boolean;
|
|
66
|
+
others: boolean;
|
|
67
|
+
youngCompaniesArt: boolean;
|
|
68
|
+
budArt: boolean;
|
|
69
|
+
developmentZoneArt: boolean;
|
|
70
|
+
taxableAddedValue: number;
|
|
71
|
+
professionnalProfit: number;
|
|
72
|
+
},
|
|
73
|
+
industrialBenefits: {
|
|
74
|
+
benefits: number;
|
|
75
|
+
deficit: number;
|
|
76
|
+
taxableBenefitIncome: {
|
|
77
|
+
shortTermGrant: number;
|
|
78
|
+
shortTermDepreciation: number;
|
|
79
|
+
},
|
|
80
|
+
addedValue: {
|
|
81
|
+
longTermNet: number;
|
|
82
|
+
nonProfessionalBenefitExemption: number;
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
computerizedAccounting?: {
|
|
86
|
+
yes: boolean;
|
|
87
|
+
no: boolean;
|
|
88
|
+
softwareName: string;
|
|
89
|
+
omga: boolean;
|
|
90
|
+
omgaInfos: string;
|
|
91
|
+
approvalNumber: string;
|
|
92
|
+
professionalAccountantInfos: string;
|
|
93
|
+
declarantIdentity: string;
|
|
94
|
+
place: string;
|
|
95
|
+
date: string;
|
|
96
|
+
declarantOccupation: string;
|
|
97
|
+
signature: string;
|
|
98
|
+
ecf: boolean;
|
|
99
|
+
serviceProvider: string;
|
|
100
|
+
};
|
|
101
|
+
},
|
|
102
|
+
benefitsDeficitsRepartition: {
|
|
103
|
+
list: Array<{
|
|
104
|
+
managerPartner: string;
|
|
105
|
+
industrialBenefits: string;
|
|
106
|
+
share0: string;
|
|
107
|
+
share1: string;
|
|
108
|
+
taxableAddedValueShare: string;
|
|
109
|
+
label: string;
|
|
110
|
+
}>,
|
|
111
|
+
distributedBenefitsAmount: {
|
|
112
|
+
taxableAddedValueShare: number;
|
|
113
|
+
share: number;
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
generalExpensesList: {
|
|
117
|
+
receptionExpenses: number;
|
|
118
|
+
gift: number
|
|
119
|
+
},
|
|
120
|
+
simplifiedTaxationSystemCompanies: {
|
|
121
|
+
grossSalary: string;
|
|
122
|
+
retrocessingFee: string;
|
|
123
|
+
directDebitAmount: string;
|
|
124
|
+
capitalSupplyAmount: string;
|
|
125
|
+
list: Array<{
|
|
126
|
+
nonDepreciableImmobilization: number;
|
|
127
|
+
reassessValue: number;
|
|
128
|
+
purchaseValue: number;
|
|
129
|
+
addedValue: number;
|
|
130
|
+
}>
|
|
131
|
+
},
|
|
132
|
+
nonProfessionalIndustrialBenefits: {
|
|
133
|
+
rentalPropretySocialContribution: {
|
|
134
|
+
benefit: number;
|
|
135
|
+
deficit: number;
|
|
136
|
+
},
|
|
137
|
+
rentalProprety: {
|
|
138
|
+
benefit: number;
|
|
139
|
+
deficit: number
|
|
140
|
+
};
|
|
141
|
+
leaseManagement: {
|
|
142
|
+
benefit: number;
|
|
143
|
+
deficit: number
|
|
144
|
+
},
|
|
145
|
+
collectiveRaceHorseOwnership: {
|
|
146
|
+
benefit: number;
|
|
147
|
+
deficit: number;
|
|
148
|
+
},
|
|
149
|
+
others: {
|
|
150
|
+
benefit: number;
|
|
151
|
+
deficit: number;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|