@silexpert/core 0.4.118 → 0.4.121

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.
Files changed (286) hide show
  1. package/es/api/resources/AccountingIncome.d.ts +6 -0
  2. package/es/api/resources/AccountingIncome.d.ts.map +1 -0
  3. package/es/api/resources/AccountingIncome.js +7 -0
  4. package/es/api/resources/AccountingIncome.js.map +1 -0
  5. package/es/api/resources/BankStatement.d.ts +7 -0
  6. package/es/api/resources/BankStatement.d.ts.map +1 -0
  7. package/es/api/resources/BankStatement.js +15 -0
  8. package/es/api/resources/BankStatement.js.map +1 -0
  9. package/es/api/resources/Cerfa.d.ts +2 -2
  10. package/es/api/resources/Cerfa.d.ts.map +1 -1
  11. package/es/api/resources/Cerfa.js.map +1 -1
  12. package/es/api/resources/Tax.d.ts +3 -1
  13. package/es/api/resources/Tax.d.ts.map +1 -1
  14. package/es/api/resources/Tax.js +6 -0
  15. package/es/api/resources/Tax.js.map +1 -1
  16. package/es/api/resources.d.ts +4 -0
  17. package/es/api/resources.d.ts.map +1 -1
  18. package/es/api/resources.js +4 -0
  19. package/es/api/resources.js.map +1 -1
  20. package/es/types/Enum/Account.d.ts +4 -0
  21. package/es/types/Enum/Account.d.ts.map +1 -1
  22. package/es/types/Enum/Account.js +4 -0
  23. package/es/types/Enum/Account.js.map +1 -1
  24. package/es/types/Enum/AnswerTypeValue.d.ts +15 -1
  25. package/es/types/Enum/AnswerTypeValue.d.ts.map +1 -1
  26. package/es/types/Enum/AnswerTypeValue.js +17 -2
  27. package/es/types/Enum/AnswerTypeValue.js.map +1 -1
  28. package/es/types/Enum/Aspone.d.ts +42 -0
  29. package/es/types/Enum/Aspone.d.ts.map +1 -0
  30. package/es/types/Enum/Aspone.js +48 -0
  31. package/es/types/Enum/Aspone.js.map +1 -0
  32. package/es/types/Enum/BalanceSheetQuestion.d.ts +42 -6
  33. package/es/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  34. package/es/types/Enum/BalanceSheetQuestion.js +42 -5
  35. package/es/types/Enum/BalanceSheetQuestion.js.map +1 -1
  36. package/es/types/Enum/BalanceSheetQuestionWording.d.ts +221 -0
  37. package/es/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -0
  38. package/es/types/Enum/BalanceSheetQuestionWording.js +224 -0
  39. package/es/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
  40. package/es/types/Enum/BrandClementine.d.ts +5 -0
  41. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  42. package/es/types/Enum/BrandClementine.js +5 -0
  43. package/es/types/Enum/BrandClementine.js.map +1 -1
  44. package/es/types/Enum/BrandComptalib.d.ts +2 -0
  45. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  46. package/es/types/Enum/BrandComptalib.js +2 -0
  47. package/es/types/Enum/BrandComptalib.js.map +1 -1
  48. package/es/types/Enum/BrandLegalstart.d.ts +1 -0
  49. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  50. package/es/types/Enum/BrandLegalstart.js +1 -0
  51. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  52. package/es/types/Enum/Ged.d.ts +2 -0
  53. package/es/types/Enum/Ged.d.ts.map +1 -1
  54. package/es/types/Enum/Ged.js +2 -1
  55. package/es/types/Enum/Ged.js.map +1 -1
  56. package/es/types/Enum/GlobalRegime.d.ts.map +1 -1
  57. package/es/types/Enum/GlobalRegime.js +66 -14
  58. package/es/types/Enum/GlobalRegime.js.map +1 -1
  59. package/es/types/Enum/LegalInformation.d.ts +9 -0
  60. package/es/types/Enum/LegalInformation.d.ts.map +1 -0
  61. package/es/types/Enum/LegalInformation.js +10 -0
  62. package/es/types/Enum/LegalInformation.js.map +1 -0
  63. package/es/types/Enum/{MealExpenseTresholds.d.ts → MealExpenseThresholds.d.ts} +1 -1
  64. package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -0
  65. package/es/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  66. package/es/types/Enum/MealExpenseThresholds.js.map +1 -0
  67. package/es/types/Enum/Prestation.d.ts +7 -1
  68. package/es/types/Enum/Prestation.d.ts.map +1 -1
  69. package/es/types/Enum/Prestation.js +6 -0
  70. package/es/types/Enum/Prestation.js.map +1 -1
  71. package/es/types/Enum/Util.d.ts +4 -0
  72. package/es/types/Enum/Util.d.ts.map +1 -1
  73. package/es/types/Enum/Util.js +5 -0
  74. package/es/types/Enum/Util.js.map +1 -1
  75. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts +4 -0
  76. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.d.ts.map +1 -0
  77. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js +2 -0
  78. package/es/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
  79. package/es/types/Interface/api/aspone/ReadInterchange.d.ts +76 -0
  80. package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -0
  81. package/es/types/Interface/api/aspone/ReadInterchange.js +9 -0
  82. package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
  83. package/es/types/Interface/api/aspone/Util.d.ts +109 -0
  84. package/es/types/Interface/api/aspone/Util.d.ts.map +1 -0
  85. package/es/types/Interface/api/aspone/Util.js +17 -0
  86. package/es/types/Interface/api/aspone/Util.js.map +1 -0
  87. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +5 -3
  88. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  89. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +27 -4
  90. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  91. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +5 -2
  92. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  93. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +29 -2
  94. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  95. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts +6 -0
  96. package/es/types/Interface/api/bankStatement/QueryBankStatement.d.ts.map +1 -0
  97. package/es/types/Interface/api/bankStatement/QueryBankStatement.js +25 -0
  98. package/es/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  99. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts +9 -0
  100. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.d.ts.map +1 -0
  101. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +27 -0
  102. package/es/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  103. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts +6 -0
  104. package/es/types/Interface/api/bankStatement/ReadBankStatement.d.ts.map +1 -0
  105. package/es/types/Interface/api/bankStatement/ReadBankStatement.js +3 -0
  106. package/es/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  107. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +379 -88
  108. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  109. package/es/types/Interface/api/cerfa/CreateCerfa.js +24 -327
  110. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  111. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts +4 -0
  112. package/es/types/Interface/api/cerfa/ReadCerfa.d.ts.map +1 -1
  113. package/es/types/Interface/api/cerfa/ReadCerfa.js.map +1 -1
  114. package/es/types/Interface/api/ocr/OcrTransactions.d.ts +12 -0
  115. package/es/types/Interface/api/ocr/OcrTransactions.d.ts.map +1 -0
  116. package/es/types/Interface/api/ocr/OcrTransactions.js +33 -0
  117. package/es/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  118. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts +7 -0
  119. package/es/types/Interface/api/ocr/OcrTypeTransactions.d.ts.map +1 -0
  120. package/es/types/Interface/api/ocr/OcrTypeTransactions.js +2 -0
  121. package/es/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
  122. package/es/types/Interface/api/registration/CreateRegistration.d.ts +13 -2
  123. package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -1
  124. package/es/types/Interface/api/registration/CreateRegistration.js +20 -4
  125. package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  126. package/es/types/Interface/api/registration/DeclareRegistration.d.ts +4 -0
  127. package/es/types/Interface/api/registration/DeclareRegistration.d.ts.map +1 -0
  128. package/es/types/Interface/api/registration/DeclareRegistration.js +22 -0
  129. package/es/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
  130. package/es/types/Interface/api/registration/ReadRegistration.d.ts +18 -1
  131. package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
  132. package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  133. package/es/types/Interface/api/tax/ReadCompanyTax.d.ts +11 -0
  134. package/es/types/Interface/api/tax/ReadCompanyTax.d.ts.map +1 -0
  135. package/es/types/Interface/api/tax/ReadCompanyTax.js +2 -0
  136. package/es/types/Interface/api/tax/ReadCompanyTax.js.map +1 -0
  137. package/es/types/Interface/api/tax/ReadTax.d.ts +6 -1
  138. package/es/types/Interface/api/tax/ReadTax.d.ts.map +1 -1
  139. package/es/types/Interface/api/tax/ReadTax.js.map +1 -1
  140. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +2 -1
  141. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  142. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +8 -1
  143. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  144. package/es/types/Interface/models/IApiError.d.ts +1 -0
  145. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  146. package/es/types/Interface/models/IApiError.js +1 -0
  147. package/es/types/Interface/models/IApiError.js.map +1 -1
  148. package/es/types/Interface/models/IBalanceSheetModule.d.ts +7 -4
  149. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  150. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  151. package/es/types/Interface/models/IBalanceSheetQuestion.d.ts +1 -0
  152. package/es/types/Interface/models/IBalanceSheetQuestion.d.ts.map +1 -1
  153. package/es/types/Interface/models/IBalanceSheetQuestion.js.map +1 -1
  154. package/es/types/Interface/models/ICountry.d.ts +1 -0
  155. package/es/types/Interface/models/ICountry.d.ts.map +1 -1
  156. package/es/types/Interface/models/ICountry.js.map +1 -1
  157. package/es/types/Interface/models/ISocietySocial.d.ts +2 -2
  158. package/es/types/Interface/models/ISocietySocial.d.ts.map +1 -1
  159. package/es/types/Interface/models/ISocietySocial.js.map +1 -1
  160. package/es/types/index.d.ts +17 -4
  161. package/es/types/index.d.ts.map +1 -1
  162. package/es/types/index.js +17 -4
  163. package/es/types/index.js.map +1 -1
  164. package/js/api/resources/AccountingIncome.js +18 -0
  165. package/js/api/resources/AccountingIncome.js.map +1 -0
  166. package/js/api/resources/BankStatement.js +30 -0
  167. package/js/api/resources/BankStatement.js.map +1 -0
  168. package/js/api/resources/Cerfa.js.map +1 -1
  169. package/js/api/resources/Tax.js +8 -0
  170. package/js/api/resources/Tax.js.map +1 -1
  171. package/js/api/resources.js +7 -1
  172. package/js/api/resources.js.map +1 -1
  173. package/js/types/Enum/Account.js +4 -0
  174. package/js/types/Enum/Account.js.map +1 -1
  175. package/js/types/Enum/AnswerTypeValue.js +21 -2
  176. package/js/types/Enum/AnswerTypeValue.js.map +1 -1
  177. package/js/types/Enum/Aspone.js +64 -0
  178. package/js/types/Enum/Aspone.js.map +1 -0
  179. package/js/types/Enum/BalanceSheetQuestion.js +47 -5
  180. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  181. package/js/types/Enum/BalanceSheetQuestionWording.js +238 -0
  182. package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -0
  183. package/js/types/Enum/BrandClementine.js +7 -2
  184. package/js/types/Enum/BrandClementine.js.map +1 -1
  185. package/js/types/Enum/BrandComptalib.js +2 -0
  186. package/js/types/Enum/BrandComptalib.js.map +1 -1
  187. package/js/types/Enum/BrandLegalstart.js +1 -0
  188. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  189. package/js/types/Enum/Ged.js +4 -3
  190. package/js/types/Enum/Ged.js.map +1 -1
  191. package/js/types/Enum/GlobalRegime.js +68 -21
  192. package/js/types/Enum/GlobalRegime.js.map +1 -1
  193. package/js/types/Enum/LegalInformation.js +16 -0
  194. package/js/types/Enum/LegalInformation.js.map +1 -0
  195. package/js/types/Enum/{MealExpenseTresholds.js → MealExpenseThresholds.js} +1 -1
  196. package/js/types/Enum/MealExpenseThresholds.js.map +1 -0
  197. package/js/types/Enum/Prestation.js +6 -0
  198. package/js/types/Enum/Prestation.js.map +1 -1
  199. package/js/types/Enum/Util.js +7 -0
  200. package/js/types/Enum/Util.js.map +1 -1
  201. package/js/types/Interface/api/accountingIncome/ReadAccountingIncome.js +6 -0
  202. package/js/types/Interface/api/accountingIncome/ReadAccountingIncome.js.map +1 -0
  203. package/js/types/Interface/api/aspone/ReadInterchange.js +22 -0
  204. package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -0
  205. package/js/types/Interface/api/aspone/Util.js +38 -0
  206. package/js/types/Interface/api/aspone/Util.js.map +1 -0
  207. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -3
  208. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  209. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +8 -2
  210. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  211. package/js/types/Interface/api/bankStatement/QueryBankStatement.js +31 -0
  212. package/js/types/Interface/api/bankStatement/QueryBankStatement.js.map +1 -0
  213. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js +33 -0
  214. package/js/types/Interface/api/bankStatement/QueryTransactionBankStatement.js.map +1 -0
  215. package/js/types/Interface/api/bankStatement/ReadBankStatement.js +10 -0
  216. package/js/types/Interface/api/bankStatement/ReadBankStatement.js.map +1 -0
  217. package/js/types/Interface/api/cerfa/CreateCerfa.js +24 -174
  218. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  219. package/js/types/Interface/api/ocr/OcrTransactions.js +37 -0
  220. package/js/types/Interface/api/ocr/OcrTransactions.js.map +1 -0
  221. package/js/types/Interface/api/ocr/OcrTypeTransactions.js +6 -0
  222. package/js/types/Interface/api/ocr/OcrTypeTransactions.js.map +1 -0
  223. package/js/types/Interface/api/registration/CreateRegistration.js +11 -3
  224. package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -1
  225. package/js/types/Interface/api/registration/DeclareRegistration.js +31 -0
  226. package/js/types/Interface/api/registration/DeclareRegistration.js.map +1 -0
  227. package/js/types/Interface/{models/IPrestationSocial.js → api/tax/ReadCompanyTax.js} +1 -1
  228. package/js/types/Interface/{models/IPrestationSocial.js.map → api/tax/ReadCompanyTax.js.map} +1 -1
  229. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -0
  230. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  231. package/js/types/Interface/models/IApiError.js +2 -1
  232. package/js/types/Interface/models/IApiError.js.map +1 -1
  233. package/js/types/index.js +183 -27
  234. package/js/types/index.js.map +1 -1
  235. package/package.json +1 -1
  236. package/ts/api/resources/AccountingIncome.ts +8 -0
  237. package/ts/api/resources/BankStatement.ts +20 -0
  238. package/ts/api/resources/Cerfa.ts +2 -2
  239. package/ts/api/resources/Tax.ts +9 -1
  240. package/ts/api/resources.ts +4 -0
  241. package/ts/types/Enum/Account.ts +4 -0
  242. package/ts/types/Enum/AnswerTypeValue.ts +16 -0
  243. package/ts/types/Enum/Aspone.ts +46 -0
  244. package/ts/types/Enum/BalanceSheetQuestion.ts +48 -5
  245. package/ts/types/Enum/BalanceSheetQuestionWording.ts +283 -0
  246. package/ts/types/Enum/BrandClementine.ts +5 -0
  247. package/ts/types/Enum/BrandComptalib.ts +2 -0
  248. package/ts/types/Enum/BrandLegalstart.ts +1 -0
  249. package/ts/types/Enum/Ged.ts +2 -1
  250. package/ts/types/Enum/GlobalRegime.ts +67 -21
  251. package/ts/types/Enum/LegalInformation.ts +8 -0
  252. package/ts/types/Enum/Prestation.ts +6 -0
  253. package/ts/types/Enum/Util.ts +4 -0
  254. package/ts/types/Interface/api/accountingIncome/ReadAccountingIncome.ts +3 -0
  255. package/ts/types/Interface/api/aspone/ReadInterchange.ts +75 -0
  256. package/ts/types/Interface/api/aspone/Util.ts +108 -0
  257. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +24 -3
  258. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +26 -2
  259. package/ts/types/Interface/api/bankStatement/QueryBankStatement.ts +15 -0
  260. package/ts/types/Interface/api/bankStatement/QueryTransactionBankStatement.ts +15 -0
  261. package/ts/types/Interface/api/bankStatement/ReadBankStatement.ts +6 -0
  262. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +533 -178
  263. package/ts/types/Interface/api/cerfa/ReadCerfa.ts +4 -0
  264. package/ts/types/Interface/api/ocr/OcrTransactions.ts +24 -0
  265. package/ts/types/Interface/api/ocr/OcrTypeTransactions.ts +6 -0
  266. package/ts/types/Interface/api/registration/CreateRegistration.ts +28 -4
  267. package/ts/types/Interface/api/registration/DeclareRegistration.ts +11 -0
  268. package/ts/types/Interface/api/registration/ReadRegistration.ts +19 -1
  269. package/ts/types/Interface/api/tax/ReadCompanyTax.ts +12 -0
  270. package/ts/types/Interface/api/tax/ReadTax.ts +6 -1
  271. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +7 -1
  272. package/ts/types/Interface/models/IApiError.ts +1 -0
  273. package/ts/types/Interface/models/IBalanceSheetModule.ts +7 -4
  274. package/ts/types/Interface/models/IBalanceSheetQuestion.ts +1 -0
  275. package/ts/types/Interface/models/ICountry.ts +1 -0
  276. package/ts/types/Interface/models/ISocietySocial.ts +2 -2
  277. package/ts/types/index.ts +18 -4
  278. package/es/types/Enum/MealExpenseTresholds.d.ts.map +0 -1
  279. package/es/types/Enum/MealExpenseTresholds.js.map +0 -1
  280. package/es/types/Interface/models/IPrestationSocial.d.ts +0 -7
  281. package/es/types/Interface/models/IPrestationSocial.d.ts.map +0 -1
  282. package/es/types/Interface/models/IPrestationSocial.js +0 -2
  283. package/es/types/Interface/models/IPrestationSocial.js.map +0 -1
  284. package/js/types/Enum/MealExpenseTresholds.js.map +0 -1
  285. package/ts/types/Interface/models/IPrestationSocial.ts +0 -7
  286. /package/ts/types/Enum/{MealExpenseTresholds.ts → MealExpenseThresholds.ts} +0 -0
@@ -10,119 +10,44 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  import { IsBoolean, IsOptional } from 'class-validator';
11
11
  import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
12
12
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
13
+ export class ParamsGenerate2031 {
14
+ }
15
+ __decorate([
16
+ ApiProperty({ description: 'Formulaire à néant' }),
17
+ __metadata("design:type", Boolean)
18
+ ], ParamsGenerate2031.prototype, "isNil", void 0);
19
+ export class ParamsGenerate2050 {
20
+ }
13
21
  export class ParamsGenerate2035 {
14
22
  }
15
23
  __decorate([
16
24
  ApiPropertyOptional(),
17
- IsBoolean(),
18
25
  ToBoolean(),
26
+ IsBoolean(),
19
27
  IsOptional(),
20
28
  __metadata("design:type", Boolean)
21
- ], ParamsGenerate2035.prototype, "isTest", void 0);
22
- __decorate([
23
- ApiProperty(),
24
- __metadata("design:type", Boolean)
25
29
  ], ParamsGenerate2035.prototype, "isNil", void 0);
26
30
  __decorate([
27
- ApiPropertyOptional(),
31
+ ApiPropertyOptional({ description: 'Modifie le chemin du PDF' }),
32
+ ToBoolean(),
33
+ IsBoolean(),
34
+ IsOptional(),
28
35
  __metadata("design:type", Boolean)
29
- ], ParamsGenerate2035.prototype, "withoutTax", void 0);
36
+ ], ParamsGenerate2035.prototype, "isTest", void 0);
37
+ export class ParamsGenerate2035FullDocument {
38
+ }
30
39
  __decorate([
31
- ApiPropertyOptional(),
40
+ ApiPropertyOptional({ description: 'Modifie le chemin du PDF' }),
32
41
  __metadata("design:type", Boolean)
33
- ], ParamsGenerate2035.prototype, "withTax", void 0);
34
- __decorate([
35
- ApiPropertyOptional(),
36
- __metadata("design:type", Object)
37
- ], ParamsGenerate2035.prototype, "disbursements", void 0);
38
- __decorate([
39
- ApiPropertyOptional(),
40
- __metadata("design:type", Object)
41
- ], ParamsGenerate2035.prototype, "supplement", void 0);
42
- __decorate([
43
- ApiPropertyOptional(),
44
- __metadata("design:type", Object)
45
- ], ParamsGenerate2035.prototype, "activityCode", void 0);
42
+ ], ParamsGenerate2035FullDocument.prototype, "isTest", void 0);
46
43
  __decorate([
47
- ApiPropertyOptional(),
48
- __metadata("design:type", Object)
49
- ], ParamsGenerate2035.prototype, "valueAddedTax", void 0);
50
- __decorate([
51
- ApiPropertyOptional(),
52
- __metadata("design:type", Object)
53
- ], ParamsGenerate2035.prototype, "equipmentRentalCollaborationFees", void 0);
54
- __decorate([
55
- ApiPropertyOptional(),
56
- __metadata("design:type", Object)
57
- ], ParamsGenerate2035.prototype, "lumpSumAssessment", void 0);
58
- __decorate([
59
- ApiPropertyOptional(),
60
- __metadata("design:type", Object)
61
- ], ParamsGenerate2035.prototype, "personalSocialChargesObligatory", void 0);
62
- __decorate([
63
- ApiPropertyOptional(),
64
- __metadata("design:type", Object)
65
- ], ParamsGenerate2035.prototype, "contributionsMadelin", void 0);
66
- __decorate([
67
- ApiPropertyOptional(),
68
- __metadata("design:type", Object)
69
- ], ParamsGenerate2035.prototype, "retirementSavingsPlans", void 0);
70
- __decorate([
71
- ApiPropertyOptional(),
72
- __metadata("design:type", Object)
73
- ], ParamsGenerate2035.prototype, "miscellaneousToBeReinstated", void 0);
74
- __decorate([
75
- ApiPropertyOptional(),
76
- __metadata("design:type", Object)
77
- ], ParamsGenerate2035.prototype, "civilSocietyBenefit", void 0);
78
- __decorate([
79
- ApiPropertyOptional(),
80
- __metadata("design:type", Object)
81
- ], ParamsGenerate2035.prototype, "administrationFees", void 0);
82
- __decorate([
83
- ApiPropertyOptional(),
84
- __metadata("design:type", Object)
85
- ], ParamsGenerate2035.prototype, "mtbdFreeZoneAmount", void 0);
86
- __decorate([
87
- ApiPropertyOptional(),
88
- __metadata("design:type", Object)
89
- ], ParamsGenerate2035.prototype, "mtbdNewBusinessAmount", void 0);
90
- __decorate([
91
- ApiPropertyOptional(),
92
- __metadata("design:type", Object)
93
- ], ParamsGenerate2035.prototype, "mtbdInnovativeCompaniesAmount", void 0);
94
- __decorate([
95
- ApiPropertyOptional(),
96
- __metadata("design:type", Object)
97
- ], ParamsGenerate2035.prototype, "mtbdInnovativeCompaniesYoungArtists", void 0);
98
- __decorate([
99
- ApiPropertyOptional(),
100
- __metadata("design:type", Object)
101
- ], ParamsGenerate2035.prototype, "mtbdDoctorsExemptionAmount", void 0);
102
- __decorate([
103
- ApiPropertyOptional(),
104
- __metadata("design:type", Object)
105
- ], ParamsGenerate2035.prototype, "mtbdDoctorsExemptionSectorApprovedDoctors", void 0);
106
- __decorate([
107
- ApiPropertyOptional(),
108
- __metadata("design:type", Object)
109
- ], ParamsGenerate2035.prototype, "grossReceipts", void 0);
110
- __decorate([
111
- ApiPropertyOptional(),
112
- __metadata("design:type", Object)
113
- ], ParamsGenerate2035.prototype, "relatedToPurchasesAmount", void 0);
114
- __decorate([
115
- ApiPropertyOptional(),
116
- __metadata("design:type", Object)
117
- ], ParamsGenerate2035.prototype, "retrocededFees", void 0);
118
- __decorate([
119
- ApiPropertyOptional(),
120
- __metadata("design:type", Object)
121
- ], ParamsGenerate2035.prototype, "territorialContribution", void 0);
44
+ ApiProperty(),
45
+ __metadata("design:type", ParamsGenerate2035)
46
+ ], ParamsGenerate2035FullDocument.prototype, "cerfa2035", void 0);
122
47
  __decorate([
123
- ApiPropertyOptional(),
48
+ ApiProperty(),
124
49
  __metadata("design:type", Object)
125
- ], ParamsGenerate2035.prototype, "miscellaneousToBeDeductedTotal", void 0);
50
+ ], ParamsGenerate2035FullDocument.prototype, "cerfa2035WithSuites", void 0);
126
51
  /**
127
52
  * CERFA 2033 TYPES
128
53
  */
@@ -169,7 +94,7 @@ export class Cerfa2033WorkForce {
169
94
  export class ParamsGenerate2033 {
170
95
  }
171
96
  __decorate([
172
- ApiProperty(),
97
+ ApiPropertyOptional({ description: 'Modifie le chemin du PDF' }),
173
98
  __metadata("design:type", Boolean)
174
99
  ], ParamsGenerate2033.prototype, "isTest", void 0);
175
100
  __decorate([
@@ -554,232 +479,4 @@ __decorate([
554
479
  ApiPropertyOptional({ description: 'Modifie le chemin du PDF' }),
555
480
  __metadata("design:type", Boolean)
556
481
  ], ParamsGenerate2065.prototype, "isTest", void 0);
557
- __decorate([
558
- ApiProperty({ description: 'Adresse du siège social' }),
559
- __metadata("design:type", Object)
560
- ], ParamsGenerate2065.prototype, "headOfficeAddress", void 0);
561
- __decorate([
562
- ApiProperty({ description: 'Adresse du principal établissement' }),
563
- __metadata("design:type", Object)
564
- ], ParamsGenerate2065.prototype, "principalEstablishmentAddress", void 0);
565
- __decorate([
566
- ApiProperty({ description: 'Ancienne adresse en cas de changement:' }),
567
- __metadata("design:type", Object)
568
- ], ParamsGenerate2065.prototype, "oldAddress", void 0);
569
- __decorate([
570
- ApiProperty({}),
571
- __metadata("design:type", Object)
572
- ], ParamsGenerate2065.prototype, "hasChangedActivity", void 0);
573
- __decorate([
574
- ApiProperty({ description: 'Recettes nettes soumises à la contribution de 2,5%' }),
575
- __metadata("design:type", Object)
576
- ], ParamsGenerate2065.prototype, "income2Dot5", void 0);
577
- __decorate([
578
- ApiProperty(),
579
- __metadata("design:type", Object)
580
- ], ParamsGenerate2065.prototype, "addedValues15", void 0);
581
- __decorate([
582
- ApiProperty(),
583
- __metadata("design:type", Object)
584
- ], ParamsGenerate2065.prototype, "addedValues19", void 0);
585
- __decorate([
586
- ApiProperty({ description: 'PV exonérées (art. 238 quindecies)' }),
587
- __metadata("design:type", Object)
588
- ], ParamsGenerate2065.prototype, "exoneration", void 0);
589
- __decorate([
590
- ApiProperty(),
591
- __metadata("design:type", Object)
592
- ], ParamsGenerate2065.prototype, "otherAddedValues19", void 0);
593
- __decorate([
594
- ApiProperty(),
595
- __metadata("design:type", Object)
596
- ], ParamsGenerate2065.prototype, "otherAddedValues0", void 0);
597
- __decorate([
598
- ApiProperty({ description: 'Entreprise nouvelle, art. 44 sexies' }),
599
- __metadata("design:type", Object)
600
- ], ParamsGenerate2065.prototype, "isNewBusinessSexies", void 0);
601
- __decorate([
602
- ApiProperty(),
603
- __metadata("design:type", Object)
604
- ], ParamsGenerate2065.prototype, "isYoungBusiness", void 0);
605
- __decorate([
606
- ApiProperty(),
607
- __metadata("design:type", Object)
608
- ], ParamsGenerate2065.prototype, "isNewBusinessSepties", void 0);
609
- __decorate([
610
- ApiProperty(),
611
- __metadata("design:type", Object)
612
- ], ParamsGenerate2065.prototype, "isActivityZone", void 0);
613
- __decorate([
614
- ApiProperty(),
615
- __metadata("design:type", Object)
616
- ], ParamsGenerate2065.prototype, "isRestructuration", void 0);
617
- __decorate([
618
- ApiProperty(),
619
- __metadata("design:type", Object)
620
- ], ParamsGenerate2065.prototype, "isUrbanToDynamise", void 0);
621
- __decorate([
622
- ApiProperty(),
623
- __metadata("design:type", Object)
624
- ], ParamsGenerate2065.prototype, "isUrban", void 0);
625
- __decorate([
626
- ApiProperty(),
627
- __metadata("design:type", Object)
628
- ], ParamsGenerate2065.prototype, "isOther", void 0);
629
- __decorate([
630
- ApiProperty(),
631
- __metadata("design:type", Object)
632
- ], ParamsGenerate2065.prototype, "isPriorityZone", void 0);
633
- __decorate([
634
- ApiProperty(),
635
- __metadata("design:type", Object)
636
- ], ParamsGenerate2065.prototype, "isInvestmentBusiness", void 0);
637
- __decorate([
638
- ApiProperty(),
639
- __metadata("design:type", Object)
640
- ], ParamsGenerate2065.prototype, "benefitOrDeficit", void 0);
641
- __decorate([
642
- ApiProperty(),
643
- __metadata("design:type", Object)
644
- ], ParamsGenerate2065.prototype, "exoneration15", void 0);
645
- __decorate([
646
- ApiProperty(),
647
- __metadata("design:type", Object)
648
- ], ParamsGenerate2065.prototype, "isImpositionDOMTOM", void 0);
649
- __decorate([
650
- ApiProperty(),
651
- __metadata("design:type", Object)
652
- ], ParamsGenerate2065.prototype, "furnitureIncome", void 0);
653
- __decorate([
654
- ApiProperty(),
655
- __metadata("design:type", Object)
656
- ], ParamsGenerate2065.prototype, "icomeOther", void 0);
657
- __decorate([
658
- ApiProperty(),
659
- __metadata("design:type", Object)
660
- ], ParamsGenerate2065.prototype, "isSocietyHead", void 0);
661
- __decorate([
662
- ApiProperty(),
663
- __metadata("design:type", Object)
664
- ], ParamsGenerate2065.prototype, "otherSocietyHeadName", void 0);
665
- __decorate([
666
- ApiProperty(),
667
- __metadata("design:type", Object)
668
- ], ParamsGenerate2065.prototype, "otherSocietyHeadNumber", void 0);
669
- __decorate([
670
- ApiProperty(),
671
- __metadata("design:type", Object)
672
- ], ParamsGenerate2065.prototype, "isSocietyDesigned", void 0);
673
- __decorate([
674
- ApiProperty(),
675
- __metadata("design:type", Object)
676
- ], ParamsGenerate2065.prototype, "societyHeadName", void 0);
677
- __decorate([
678
- ApiProperty(),
679
- __metadata("design:type", Object)
680
- ], ParamsGenerate2065.prototype, "societyHeadNumber", void 0);
681
- __decorate([
682
- ApiProperty(),
683
- __metadata("design:type", Object)
684
- ], ParamsGenerate2065.prototype, "hasAccountancyComputerized", void 0);
685
- __decorate([
686
- ApiProperty(),
687
- __metadata("design:type", Object)
688
- ], ParamsGenerate2065.prototype, "hasNotAccountancyComputerized", void 0);
689
- __decorate([
690
- ApiProperty(),
691
- __metadata("design:type", Object)
692
- ], ParamsGenerate2065.prototype, "accountancyComputerizedName", void 0);
693
- __decorate([
694
- ApiProperty(),
695
- __metadata("design:type", Object)
696
- ], ParamsGenerate2065.prototype, "distributionAmountBySociety", void 0);
697
- __decorate([
698
- ApiProperty(),
699
- __metadata("design:type", Object)
700
- ], ParamsGenerate2065.prototype, "distributionAmountByEstablishment", void 0);
701
- __decorate([
702
- ApiProperty(),
703
- __metadata("design:type", Object)
704
- ], ParamsGenerate2065.prototype, "remuneration", void 0);
705
- __decorate([
706
- ApiProperty(),
707
- __metadata("design:type", Object)
708
- ], ParamsGenerate2065.prototype, "advances", void 0);
709
- __decorate([
710
- ApiProperty(),
711
- __metadata("design:type", Object)
712
- ], ParamsGenerate2065.prototype, "other1", void 0);
713
- __decorate([
714
- ApiProperty(),
715
- __metadata("design:type", Object)
716
- ], ParamsGenerate2065.prototype, "other2", void 0);
717
- __decorate([
718
- ApiProperty(),
719
- __metadata("design:type", Object)
720
- ], ParamsGenerate2065.prototype, "other3", void 0);
721
- __decorate([
722
- ApiProperty(),
723
- __metadata("design:type", Object)
724
- ], ParamsGenerate2065.prototype, "other4", void 0);
725
- __decorate([
726
- ApiProperty(),
727
- __metadata("design:type", Object)
728
- ], ParamsGenerate2065.prototype, "elligible", void 0);
729
- __decorate([
730
- ApiProperty(),
731
- __metadata("design:type", Object)
732
- ], ParamsGenerate2065.prototype, "noElligible", void 0);
733
- __decorate([
734
- ApiProperty(),
735
- __metadata("design:type", Object)
736
- ], ParamsGenerate2065.prototype, "amountRemunerations", void 0);
737
- __decorate([
738
- ApiProperty({ description: 'RÉMUNÉRATIONS NETTES VERSÉES AUX MEMBRES DE CERTAINES SOCIÉTÉS' }),
739
- __metadata("design:type", Array)
740
- ], ParamsGenerate2065.prototype, "businessPartnersValues", void 0);
741
- __decorate([
742
- ApiProperty(),
743
- __metadata("design:type", String)
744
- ], ParamsGenerate2065.prototype, "diverseName", void 0);
745
- __decorate([
746
- ApiProperty(),
747
- __metadata("design:type", String)
748
- ], ParamsGenerate2065.prototype, "diverseAddress", void 0);
749
- __decorate([
750
- ApiProperty(),
751
- __metadata("design:type", String)
752
- ], ParamsGenerate2065.prototype, "diverseOtherAddress", void 0);
753
- __decorate([
754
- ApiProperty(),
755
- __metadata("design:type", Number)
756
- ], ParamsGenerate2065.prototype, "simplifiedAmount", void 0);
757
- __decorate([
758
- ApiProperty(),
759
- __metadata("design:type", Number)
760
- ], ParamsGenerate2065.prototype, "simplifiedRetrocessions", void 0);
761
- __decorate([
762
- ApiProperty(),
763
- __metadata("design:type", Number)
764
- ], ParamsGenerate2065.prototype, "simplifiedRemainingExerciceStart", void 0);
765
- __decorate([
766
- ApiProperty(),
767
- __metadata("design:type", Number)
768
- ], ParamsGenerate2065.prototype, "simplifiedImputed", void 0);
769
- __decorate([
770
- ApiProperty(),
771
- __metadata("design:type", Number)
772
- ], ParamsGenerate2065.prototype, "simplifiedRealized", void 0);
773
- __decorate([
774
- ApiProperty(),
775
- __metadata("design:type", Number)
776
- ], ParamsGenerate2065.prototype, "simplifiedRemaining", void 0);
777
- __decorate([
778
- ApiProperty(),
779
- __metadata("design:type", Boolean)
780
- ], ParamsGenerate2065.prototype, "hasReduceRate", void 0);
781
- __decorate([
782
- ApiProperty(),
783
- __metadata("design:type", Boolean)
784
- ], ParamsGenerate2065.prototype, "hasViewer", void 0);
785
482
  //# sourceMappingURL=CreateCerfa.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"CreateCerfa.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/CreateCerfa.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { VehicleCerfaFuel } from '../../../Enum/Vehicle';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport interface DeterminedResult {\n incomeExpenditure: boolean; // d'après les règles « recettes-dépenses »\n debts: boolean; // d'après les règles « créances-dettes »\n}\n\nexport type AccountingKept = 'dutyFree' | 'taxIncluded' | 'notSubjectToVat';\nexport type CerfaCivility = 'M' | 'Mme' | 'Mlle';\n\nexport interface AccreditedOrganization {\n isMember: boolean;\n memberSince: Date;\n numberOfEmployees: string;\n netWagesReceived: number; // Salaires nets perçus\n}\n\ninterface Vehicle {\n name: string;\n type: string;\n fiscalPower: number;\n isBNCScale: boolean;\n isBICScale: boolean;\n fuel: VehicleCerfaFuel;\n professionalKilometers: number;\n deductible: number;\n depreciationPracticedAtReintegrate: number;\n}\n\nexport interface MoralShareholder {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n shares: number;\n address: {\n number: number | undefined;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n };\n}\n\nexport interface PhysicShareholder {\n civility: CerfaCivility;\n firstname: string;\n lastname: string;\n percentShares: number;\n marriedName: string | null | undefined;\n shares: number | null;\n birth: {\n date: string;\n department: string | undefined;\n city: string;\n country: string;\n }\n address: {\n street: string | undefined;\n zipCode: string | undefined;\n city: string | undefined;\n country: string | undefined;\n number: string | undefined;\n }\n}\n\nexport interface Subsidiarie {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n address: {\n number: number;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n };\n}\n\n/**\n * CERFA 2035 TYPES\n */\n\nexport interface Cerfa2035Society {\n name: string;\n activity: string | null;\n siret: string;\n activityCode?: string; // Code activité pour les praticiens médicaux\n ifExerciceInSociety?: boolean; // Si exercice en société\n partnersCount?: number;\n determinedResult?: DeterminedResult; // Résultat déterminé\n accountingKept: AccountingKept; // Comptabilité tenue\n withTax: boolean;\n withoutTax: boolean;\n accreditedOrganization?: AccreditedOrganization // Si vous êtes adhérent d'un organisme agréé (association ou organisme mixte) ou client d'un viseur fiscal\n address: string;\n zipCode: string;\n city: string;\n}\n\nexport interface Cerfa2035ProfessionalRecipes {\n collected: number;\n toDeduce: {\n disbursements: number;\n retrocededFees: {\n total: number;\n supplement: number;\n }\n };\n net: number;\n financialProducts: number;\n miscellaneousGain: number;\n total: number;\n}\n\nexport interface Cerfa2035ProfessionalExpenses {\n purchases: number;\n personnelCosts: {\n netSalariesAndBenefitsInKind: number;\n socialChargesOnSalaries: number;\n }\n duesAndTaxes: {\n valueAddedTax: number;\n territorialEconomicContribution: number;\n otherTaxes: number;\n generalDeductibleSocialContribution: number;\n };\n rentAndRentalCharges: number;\n equipmentRental: {\n total: number;\n collaborationFees: number;\n };\n maintenance: number;\n temporaryStaff: number;\n smallTools: number;\n heatingWaterGasElectricity: number;\n feesNotRetrocessions: number;\n insurancePremiums: number;\n vehicleCosts: {\n total: number;\n lumpSumAssessment: boolean;\n };\n otherTravelExpenses: number;\n totalWorkSupplies: number;\n totalTransport: number;\n personalSocialCharges: {\n obligatory: number;\n contributionsMadelin: number;\n retirementSavingsPlans: number;\n total: number;\n };\n receptionFees: number;\n officeSupplies: number;\n legalCosts: number;\n unionDues: number;\n otherManagementFees: number;\n totalDues: number;\n financialExpenses: number;\n miscellaneousLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035Determination {\n surplus: number;\n shortTermCapitalGains: number;\n miscellaneousToBeReinstated: number;\n civilSocietyBenefit: number;\n totalSurplus: number;\n insufficiency: number;\n administrationFees: number;\n depreciationAllowance: number;\n shortTermLoss: number;\n miscellaneousToBeDeducted: {\n freeZone: {\n amount: number;\n };\n newBusiness: {\n onSavingsSalary: number;\n amount: number;\n };\n innovativeCompanies: {\n amount: number;\n youngArtists: number;\n }\n doctorsExemption: {\n amount: number;\n sectorApprovedDoctors: number;\n };\n total: number;\n }\n civilSocietyDeficit: number;\n totalInsufficiency: number;\n profit: number;\n deficit: number;\n}\n\nexport interface Cerfa2035ValueAddedTax {\n grossReceipts: number;\n relatedToPurchases: {\n amount: number;\n retrocededFees: number;\n };\n}\n\nexport interface Cerfa2035KilometricAllowance {\n vehicles: Vehicle[];\n costsNotCoveredByKilometricAllowances: number;\n totalDeductible: number;\n totalDepreciationPracticedAtReintegrate: number;\n}\n\nexport interface Cerfa2035Recipes {\n fees: number;\n miscellaneousGains: number;\n deductibleVat: number;\n capitalGains: number;\n total: number;\n}\n\nexport interface Cerfa2035Expenses {\n purchases: number;\n stockVariation: number;\n externalServices: number;\n rentsAndRoyalties: number;\n transport: number;\n management: number;\n vatInRecipes: number;\n turnoverTax: number;\n amortization: number;\n capitalLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035MonoEstablishment {\n is: boolean; // Est mono établissement\n benchmarkTurnover: number;\n groupTurnover: number;\n workforce: number;\n period: { startDate: Date, endDate: Date };\n cessationDate: Date;\n}\n\nexport interface Cerfa2035ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n idDeposit?: number;\n}\n\nexport interface Cerfa2035 {\n isNil: boolean;\n society: Cerfa2035Society;\n immobilizations: number;\n professionalRecipes: Cerfa2035ProfessionalRecipes;\n professionalExpenses: Cerfa2035ProfessionalExpenses;\n determination: Cerfa2035Determination;\n valueAddedTax: Cerfa2035ValueAddedTax;\n territorialContribution: number;\n kilometricAllowances: Cerfa2035KilometricAllowance;\n period: { startDate: Date, endDate: Date, months: string };\n shareCapital: Cerfa2035ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[] };\n annex?: {\n recipes: Cerfa2035Recipes;\n expenses: Cerfa2035Expenses;\n addedValue: number;\n addedValueContribution: number;\n monoEstablishment: Cerfa2035MonoEstablishment | null;\n }\n}\n\nexport class ParamsGenerate2035 {\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isTest?: boolean; // Modifie le chemin du PDF\n\n @ApiProperty()\n isNil: boolean; // Néant\n\n @ApiPropertyOptional()\n withoutTax?: boolean;\n\n @ApiPropertyOptional()\n withTax?: boolean;\n\n @ApiPropertyOptional()\n disbursements?: number | null; // Débours payés pour le compte des clients\n\n @ApiPropertyOptional()\n supplement?: number | null; // Honoraires rétrocédés (dont suppléments rétrocédés)\n\n @ApiPropertyOptional()\n activityCode?: string | null; // Code activité pour les praticiens médicaux\n\n @ApiPropertyOptional()\n valueAddedTax?: number | null; // Impôts et taxes : Taxe sur la valeur ajoutée\n\n @ApiPropertyOptional()\n equipmentRentalCollaborationFees?: number | null; // Location de matériel et de mobilier – dont redevances de collaboration\n\n @ApiPropertyOptional()\n lumpSumAssessment?: boolean | null; // Frais de véhicules - (cocher la case si évaluation forfaitaire)\n\n @ApiPropertyOptional()\n personalSocialChargesObligatory?: number | null; // Charges sociales personnelles - dont obligatoires\n\n @ApiPropertyOptional()\n contributionsMadelin?: number | null; // Charges sociales personnelles - dont cotisations facultatives Madelin\n\n @ApiPropertyOptional()\n retirementSavingsPlans?: number | null; // Dont facultatives aux nouveaux plans d’épargne retraite\n\n @ApiPropertyOptional()\n miscellaneousToBeReinstated?: number | null; // Divers à réintégrer\n\n @ApiPropertyOptional()\n civilSocietyBenefit?: number | null; // Bénéfice Société civile de moyen\n\n @ApiPropertyOptional()\n administrationFees?: number | null; // Frais d'établissement\n\n @ApiPropertyOptional()\n mtbdFreeZoneAmount?: number | null; // dont exonération sur le bénéfice « zone franche urbaine territoire entrepreneur »\n\n @ApiPropertyOptional()\n mtbdNewBusinessAmount?: number | null; // dont exonération sur le bénéfice « entreprise nouvelle »\n\n @ApiPropertyOptional()\n mtbdInnovativeCompaniesAmount?: number | null; // dont exonération « jeunes entreprises innovantes »\n\n @ApiPropertyOptional()\n mtbdInnovativeCompaniesYoungArtists?: number | null; // dont exonération sur le bénéfice « jeunes artistes »\n\n @ApiPropertyOptional()\n mtbdDoctorsExemptionAmount?: number | null; // dont exonération médecins « zones déficitaires en offre de soins »\n\n @ApiPropertyOptional()\n mtbdDoctorsExemptionSectorApprovedDoctors?: number | null; // dont déductions « médecins conventionnés de secteur I »\n\n @ApiPropertyOptional()\n grossReceipts?: number | null; // Montant de la TVA afférente aux recettes brutes\n\n @ApiPropertyOptional()\n relatedToPurchasesAmount?: number | null; // Montant de la TVA afférente aux achats (biens et services autres qu'immobilisations) :\n\n @ApiPropertyOptional()\n retrocededFees?: number | null; // dont montant de la TVA afférente aux honoraires rétrocédés\n\n @ApiPropertyOptional()\n territorialContribution?: number | null; // Recettes provenant d'activités exonérées à titre permanent\n\n @ApiPropertyOptional()\n miscellaneousToBeDeductedTotal?: number | null; // Divers à déduire (CL)\n}\n\n/**\n * CERFA 2033 TYPES\n */\nexport class Cerfa2033Society {\n name: string;\n address: string;\n addressFormatted: string;\n siret: string;\n siren: string;\n zipCode: string;\n city: string;\n}\n\nexport type Cerfa2033ActiveValues = {\n gross: number;\n amortization: number;\n net: number;\n};\n\nexport class Cerfa2033FixedAsset {\n intangibleAssetsCommercialFunds: Cerfa2033ActiveValues;\n intangibleAssetsOther: Cerfa2033ActiveValues;\n tangibleFixedAssets: Cerfa2033ActiveValues;\n financialFixedAssets: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033CirculatingActive {\n rawMaterials: Cerfa2033ActiveValues;\n merchandise: Cerfa2033ActiveValues;\n advancesAndDeposit: Cerfa2033ActiveValues;\n claimsCustomers: Cerfa2033ActiveValues;\n claimsOthers: Cerfa2033ActiveValues;\n investmentSecurities: Cerfa2033ActiveValues;\n availabilities: Cerfa2033ActiveValues;\n prepaidExpenses: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033Equity {\n shareCapital: number;\n revaluationDifferences: number;\n legalReserve: number;\n reglemented: number;\n otherReserve: {\n purchaseOfOriginalWorks: number;\n total: number;\n };\n deferralAgain: number;\n resultOfTheExercise: number;\n regulatedProvisions: number;\n total: number;\n}\n\nexport class Cerfa2033Debts {\n loansAndSimilarDebts: number;\n advances: number;\n accountsPayable: number;\n otherDebts: {\n partnerCurrentAccount: number;\n total: number;\n };\n prepaid: number;\n total: number;\n}\n\nexport class Cerfa2033Referrals {\n fixedAssets: number;\n debtsMoreThanOneYear: number;\n claims: number; // créances\n currentAccount: number;\n costOfAcquired: number;\n sellPriceWithoutVat: number;\n}\n\nexport class Cerfa2033ExeploitationProducts {\n saleOfMerchandise: {\n export: number;\n total: number;\n };\n saleOfProduction: {\n goods: {\n export: number;\n total: number;\n };\n services: {\n export: number;\n total: number;\n };\n };\n stockedProduction: number;\n immobilizedProduction: number;\n operatingGrants: number;\n otherProducts: number;\n total: number;\n}\n\nexport class Cerfa2033ExploitationExpenses {\n purchaseOfMerchandise: number;\n stockVariationMerchandise: number;\n purchaseOfRawMaterials: number;\n stockVariationRawMaterials: number;\n otherExternalExpenses: {\n loanFurniture: number;\n loanRealEstate: number;\n total: number;\n };\n tax: {\n CFEandCVAE: number;\n total: number;\n };\n remunerations: number;\n social: number;\n amortization: number;\n provisions: number;\n otherExpenses: {\n provisions: number;\n cotisations: number;\n total: number;\n };\n total: number;\n}\n\nexport class Cerfa2033AccountingIncome {\n isIncomeTax: boolean;\n exploitationProducts: Cerfa2033ExeploitationProducts;\n exploitationExpenses: Cerfa2033ExploitationExpenses;\n}\n\nexport class Cerfa2033ExploitationResult {\n total: number;\n financialProducts: number;\n financialExpenses: number;\n exceptionalProducts: number;\n exceptionalExpenses: {\n subscriptions: number;\n exceptional: number;\n total: number\n };\n benefitTax: number;\n}\n\nexport class Cerfa2033FiscalResult {\n reinstatements: {\n benefitIncome: number;\n deficitIncome: number;\n remunerations: number;\n amortizations: number;\n provisions: number;\n tax: number;\n diverse: number;\n deviations: number;\n line330: number;\n fractionOfRents: number;\n shareOfRent: number;\n relatedCharges: number;\n fiscalResult: number;\n };\n deductions: {\n maritimeTransport: number;\n newBusiness: number;\n ZFU: number;\n difficultBusiness: number;\n JEI: number;\n ZRD: number;\n ZRR: number;\n revitalize: number;\n overseasInvestment: number;\n ZFANG: number;\n BUD: number;\n priorityDevelopment: number;\n total: number;\n diverse: {\n debt: number;\n exceptionalDeduction: number;\n exceptionalDeductionA: number;\n exceptionalDeductionB: number;\n exceptionalDeductionC: number;\n exceptionalDeductionD: number;\n exceptionalDeductionE: number;\n exceptionalDeductionF: number;\n exceptionalDeductionG: number;\n total: number;\n };\n resultBeforeImputation: {\n benefit: number;\n deficit: number;\n };\n deficits: {\n exercise: number;\n reportable: number;\n imputed: number;\n };\n fiscalResultAfterImputation: {\n benefit: number;\n deficit: number;\n }\n };\n}\n\nexport type ImmobilizationsArray = {\n grossValueOfExerciseBegining: number;\n increases: number;\n decreases: number;\n grossValueOfExerciseFinishing: number;\n legalReevaluation: number;\n};\n\nexport class Cerfa2033Immobilizations {\n commercialFunds: ImmobilizationsArray;\n other: ImmobilizationsArray;\n land: ImmobilizationsArray;\n constructions: ImmobilizationsArray;\n technicalInstallations: ImmobilizationsArray;\n generalInstallations: ImmobilizationsArray;\n equipmentTransportation: ImmobilizationsArray;\n bodily: ImmobilizationsArray;\n financial: ImmobilizationsArray;\n total: ImmobilizationsArray;\n}\n\nexport type AmortizationArray = {\n exerciseBegining: number;\n increases: number;\n diminution: number;\n exerciseFinishing: number;\n};\n\nexport class Cerfa2033Amortizations {\n intangible: AmortizationArray;\n lands: AmortizationArray;\n constructions: AmortizationArray;\n technicalInstallations: AmortizationArray;\n generalInstallations: AmortizationArray;\n equipmentTransportation: AmortizationArray;\n bodily: AmortizationArray;\n total: AmortizationArray;\n}\n\nexport type Cerfa2033TaxableValues = {\n active: number;\n amortizations: number;\n residualValue: number;\n salePrice: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n};\n\nexport class Cerfa2033Values {\n natures: string[];\n immobilizations: {\n list: Cerfa2033TaxableValues[];\n total: Cerfa2033TaxableValues;\n };\n taxableGains: {\n residualValue: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n total: {\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n}\n\nexport type Cerfa2033ProvisionNaturesArray = {\n beginingAmount: number;\n increases: number;\n diminution: number;\n finishingAmount: number;\n};\nexport class Cerfa2033ProvisionNatures {\n amortizations: Cerfa2033ProvisionNaturesArray;\n majorations: Cerfa2033ProvisionNaturesArray;\n other: Cerfa2033ProvisionNaturesArray;\n risk: Cerfa2033ProvisionNaturesArray;\n immobilizations: Cerfa2033ProvisionNaturesArray;\n stock: Cerfa2033ProvisionNaturesArray;\n clientAccounts: Cerfa2033ProvisionNaturesArray;\n depreviation: Cerfa2033ProvisionNaturesArray;\n total: Cerfa2033ProvisionNaturesArray;\n}\n\nexport type Cerfa2033ProvisionMovesDotationsAndRevivals = {\n dotations: number;\n revivals: number;\n};\n\nexport type Cerfa2033ProvisionMovesVentilation = {\n label: number;\n amount: number;\n};\n\nexport class Cerfa2033ProvisionMoves {\n bodily: Cerfa2033ProvisionMovesDotationsAndRevivals;\n land: Cerfa2033ProvisionMovesDotationsAndRevivals;\n constructions: Cerfa2033ProvisionMovesDotationsAndRevivals;\n technicalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n generalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n equipmentTransportation: Cerfa2033ProvisionMovesDotationsAndRevivals;\n other: Cerfa2033ProvisionMovesDotationsAndRevivals;\n total: Cerfa2033ProvisionMovesDotationsAndRevivals;\n}\n\nexport class Cerfa2033ReportableDeficits {\n remaining: number;\n transferred: number;\n operations: number;\n imputed: number;\n reportable: number;\n exercise: number;\n total: number;\n}\n\nexport class Cerfa2033ApplicationDeficits {\n result: number;\n stranger: number;\n}\n\nexport class Cerfa2033ApplicationDiverse {\n bonuses: {\n deductible: number;\n cotisations: number;\n total: number;\n };\n cotisations: {\n deductible: number;\n total: number;\n };\n approvedManagementCenter: number;\n vatCollected: number;\n vatDeductible: number;\n specimens: number;\n aidReceived: number;\n investment: number;\n}\n\nexport class Cerfa2033WorkForce {\n isNil: boolean;\n declaration?: {\n average: number;\n apprentices: number;\n handicapped: number;\n artisanal: number;\n };\n addedValue?: {\n saleOfProducts: number;\n licences: number;\n saleOfImmobilizations: number;\n expensesTransfert: number;\n total1: number;\n otherProducts: number;\n production: number;\n subventions: number;\n positiveVariation: number;\n deductibleExpensesTransfert: number;\n debts: number;\n total2: number;\n purchases: number;\n negativeVariation: number;\n services: number;\n rents: number;\n taxes: number;\n otherManagementExpenses: number;\n deductibleExpenses: number;\n deductibleFraction: number;\n lessValues: number;\n total3: number;\n addValue: number;\n cotisation: number;\n };\n CVAE?: {\n isEstablishment: boolean;\n turnover: number;\n workforce: number;\n turnoverGroup: number;\n period: {\n startDate: string;\n endDate: string;\n };\n cessationDate: string;\n };\n}\nexport interface Cerfa2033ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n}\n\nexport interface Cerfa2033 {\n isNil: boolean;\n society: Cerfa2033Society;\n period: {\n startDate: Date,\n endDate: Date,\n endDay: string,\n endMonth: string,\n endYear: string,\n months: string,\n previousExerciceMonths: string\n };\n fixedAsset: Cerfa2033FixedAsset;\n circulatingActive: Cerfa2033CirculatingActive;\n totalActive: Cerfa2033ActiveValues;\n equity: Cerfa2033Equity;\n provisionsForRisks: number;\n debts: Cerfa2033Debts;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome;\n exploitationResult: Cerfa2033ExploitationResult;\n benefitsOrLoses: number;\n fiscalResult: Cerfa2033FiscalResult;\n immobilizations: Cerfa2033Immobilizations;\n amortizations: Cerfa2033Amortizations;\n values: Cerfa2033Values;\n provisions: Cerfa2033ProvisionNatures;\n provisionsMoves: Cerfa2033ProvisionMoves;\n ventilations: {\n list: Cerfa2033ProvisionMovesVentilation[],\n total: number;\n },\n reportableDeficits: Cerfa2033ReportableDeficits;\n applicationDeficits: Cerfa2033ApplicationDeficits;\n diverse: Cerfa2033ApplicationDiverse;\n workForce: Cerfa2033WorkForce;\n shareCapital: Cerfa2033ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[], isSubsidiariesNil: boolean };\n}\n\nexport class ParamsGenerate2033 {\n @ApiProperty()\n isTest?: boolean; // Modifie le chemin du PDF\n\n @ApiProperty()\n isNil: boolean; // Néant\n\n @ApiPropertyOptional()\n equityOtherReservePurchaseOfOriginalWorks?: number | null; // Passif > Capitaux propres > Autres réserves (ligne 131)\n\n @ApiPropertyOptional()\n referralFixedAssets?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 193)\n\n @ApiPropertyOptional()\n referralDebtsMoreThanOneYear?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 195)\n\n @ApiPropertyOptional()\n referralClaims?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 197)\n\n @ApiPropertyOptional()\n saleOfMerchandiseExport?: number | null; // Résultat comptable > Produits d'exploitation > Ventes de marchandises > Dont export (ligne 209)\n\n @ApiPropertyOptional()\n saleOfProductionGoodsExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - biens > Dont export (ligne 215)\n\n @ApiPropertyOptional()\n saleOfProductionServicesExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - services > Dont export (ligne 217)\n\n @ApiPropertyOptional()\n otherExpensesProvisions?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 259)\n\n @ApiPropertyOptional()\n otherExpensesCotisations?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 260)\n\n @ApiPropertyOptional()\n exceptionalExpensesSubscriptions?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements des souscriptions\n\n @ApiPropertyOptional()\n exceptionalExpensesExceptional?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements exceptionnels\n\n @ApiPropertyOptional()\n reinstatementsRemuneration?: number | null; // Résultat fiscal > Rémunérations et avantages personnels non déductibles (ligne 316)\n\n @ApiPropertyOptional()\n reinstatementsAmortizations?: number | null; // Résultat fiscal > Amortissements excédentaires (art. 39-4 du CGI) et autres amortissements non déductibles (ligne 318)\n\n @ApiPropertyOptional()\n reinstatementsProvisions?: number | null; // Résultat fiscal > Provisions non déductibles (ligne 322)\n\n @ApiPropertyOptional()\n reinstatementsDiverse?: number | null; // Résultat fiscal > Réintégrations (ligne 247)\n\n @ApiPropertyOptional()\n reinstatementsDeviations?: number | null; // Résultat fiscal > Réintégrations (ligne 248)\n\n @ApiPropertyOptional()\n reinstatementsShareOfRent?: number | null; // Résultat fiscal > Réintégrations (ligne )\n\n @ApiPropertyOptional()\n reinstatementsFractionOfRents?: number | null; // Résultat fiscal > Réintégrations (ligne 249)\n\n @ApiPropertyOptional()\n reinstatementsRelatedCharges?: number | null; // Résultat fiscal > Réintégrations (ligne 998)\n\n @ApiPropertyOptional()\n reinstatementsFiscalResult?: number | null; // Résultat fiscal > Réintégrations (ligne 999)\n\n @ApiPropertyOptional()\n maritimeTransportDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 997)\n\n @ApiPropertyOptional()\n newBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 986)\n\n @ApiPropertyOptional()\n ZFUDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 987)\n\n @ApiPropertyOptional()\n difficultBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 981)\n\n @ApiPropertyOptional()\n JEIDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 989)\n\n @ApiPropertyOptional()\n ZRDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 127)\n\n @ApiPropertyOptional()\n ZRRDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 138)\n\n @ApiPropertyOptional()\n revitalizeDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 991)\n\n @ApiPropertyOptional()\n overseasInvestmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 344)\n\n @ApiPropertyOptional()\n ZFANGDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 345)\n\n @ApiPropertyOptional()\n BUDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 992)\n\n @ApiPropertyOptional()\n priorityDevelopmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 993)\n\n @ApiPropertyOptional()\n diverseDebts?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeduction?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionA?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionB?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionC?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionD?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionE?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionF?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionG?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n deficitsExercise?: number | null; // Déficit de l'exercice reporté en arrière\n\n @ApiPropertyOptional()\n deficitsReportable?: number | null; // Déficits antérieurs reportables\n\n @ApiPropertyOptional()\n deficitsImputed?: number | null; // dont imputés sur le résultat\n\n @ApiPropertyOptional()\n addedValueNatures?: string[]; // Nature des immobilisations cédées virées de poste à poste, mise hors service ou réintégrées dans le patrimoine privé\n\n @ApiPropertyOptional()\n majorationsBeginingAmount?: number;\n\n @ApiPropertyOptional()\n majorationsIncreases?: number;\n\n @ApiPropertyOptional()\n majorationsDiminution?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherAmount?: number;\n\n @ApiPropertyOptional()\n ventilations?: Cerfa2033ProvisionMovesVentilation[];\n\n @ApiPropertyOptional()\n applicationDeficitsResult?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsStranger?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsDeductible?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsCotisations?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsTotal?: number;\n\n @ApiPropertyOptional()\n cotisationsDeductible?: number;\n\n @ApiPropertyOptional()\n cotisationsTotal?: number;\n\n @ApiPropertyOptional()\n approvedManagementCenter?: number;\n\n @ApiPropertyOptional()\n vatCollected?: number;\n\n @ApiPropertyOptional()\n vatDeductible?: number;\n\n @ApiPropertyOptional()\n specimens?: number;\n\n @ApiPropertyOptional()\n aidReceived?: number;\n\n @ApiPropertyOptional()\n investment?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsTransferred?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsOperations?: number;\n\n @ApiPropertyOptional()\n deductionsDiverseTotal?: number;\n}\n\nexport class Cerfa2065Society {\n name: string;\n addressFormatted: string;\n siret: string;\n email: string;\n oldAddress: string | null;\n}\n\nexport class Cerfa2065Remunerations {\n name: string;\n sharesHeld: number;\n year: string;\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n}\nexport interface Cerfa2065 {\n society: Cerfa2065Society;\n period: {\n startDate: Date,\n endDate: Date,\n };\n isSimplifiedRegime: boolean;\n isDeclarationForGroup: boolean;\n isRealRegime: boolean;\n isPME: boolean;\n fillialeText: string | null;\n isTonnageOption: boolean;\n headOffice: { addressFormatted: string; }\n incomeDate: Date | null;\n siret: string | null;\n activity: string;\n hasActivityChanged: boolean;\n benefit31: number;\n benefit28: number;\n deficit: number;\n benefit15: number;\n resultNet: number;\n addedValues15: number;\n addedValues19: number;\n exoneration: number;\n otherAddedValues19: number;\n otherAddedValues0: number;\n isNewBusinessSexies: boolean;\n isYoungBusiness: boolean;\n isNewBusinessSepties: boolean;\n isActivityZone: boolean;\n isRestructuration: boolean;\n isUrbanToDynamise: boolean;\n isUrban: boolean;\n isOther: boolean;\n isPriorityZone: boolean;\n isInvestmentBusiness: boolean;\n benefitOrDeficit: string;\n exoneration15: number;\n isImpositionDOMTOM: number;\n furnitureIncome: number;\n icomeOther: number;\n income2Dot5: number;\n isSocietyHead: boolean;\n otherSocietyHead: { name: string; number: string };\n isSocietyDesigned: boolean;\n societyHead: { name: string; number: string };\n hasAccountancyComputerized: boolean;\n hasNotAccountancyComputerized: boolean;\n accountancyComputerizedName: string;\n accountant: {\n name: string;\n phone: string;\n };\n hasOGA: boolean;\n hasViewer: boolean;\n OGA: { name: string; number: string };\n ecf: boolean;\n ecfName: string;\n council: {\n name: string;\n phone: string;\n };\n declarer: {\n date: string;\n place: string;\n name: string;\n }\n distributionAmount: { bySociety: number; byEstablishment: number };\n remuneration: number;\n advances: number;\n other1: number;\n other2: number;\n other3: number;\n other4: number;\n elligible: number;\n noElligible: number;\n amountRemunerations: number;\n remunerations: Cerfa2065Remunerations[],\n diverse: {\n name: string;\n address: string;\n otherAddress: string;\n }\n simplified: {\n amount: number;\n retrocessions: number;\n remainingExerciceStart: number;\n imputed: number;\n realized: number;\n remaining: number;\n }\n}\n\nexport type BusinessPartnersValue = {\n idBusinessPartner: number,\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n};\n\nexport class ParamsGenerate2065 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty({ description: 'Adresse du siège social' })\n headOfficeAddress: string | null;\n\n @ApiProperty({ description: 'Adresse du principal établissement' })\n principalEstablishmentAddress: string | null;\n\n @ApiProperty({ description: 'Ancienne adresse en cas de changement:' })\n oldAddress: string | null;\n\n @ApiProperty({})\n hasChangedActivity: boolean | null;\n\n @ApiProperty({ description: 'Recettes nettes soumises à la contribution de 2,5%' })\n income2Dot5: number | null;\n\n @ApiProperty()\n addedValues15: number | null;\n\n @ApiProperty()\n addedValues19: number | null;\n\n @ApiProperty({ description: 'PV exonérées (art. 238 quindecies)' })\n exoneration: number | null;\n\n @ApiProperty()\n otherAddedValues19: number | null;\n\n @ApiProperty()\n otherAddedValues0: number | null;\n\n @ApiProperty({ description: 'Entreprise nouvelle, art. 44 sexies' })\n isNewBusinessSexies: boolean | null;\n\n @ApiProperty()\n isYoungBusiness: boolean | null;\n\n @ApiProperty()\n isNewBusinessSepties: boolean | null;\n\n @ApiProperty()\n isActivityZone: boolean | null;\n\n @ApiProperty()\n isRestructuration: boolean | null;\n\n @ApiProperty()\n isUrbanToDynamise: boolean | null;\n\n @ApiProperty()\n isUrban: boolean | null;\n\n @ApiProperty()\n isOther: boolean | null;\n\n @ApiProperty()\n isPriorityZone: boolean | null;\n\n @ApiProperty()\n isInvestmentBusiness: boolean | null;\n\n @ApiProperty()\n benefitOrDeficit: string | null;\n\n @ApiProperty()\n exoneration15: number | null;\n\n @ApiProperty()\n isImpositionDOMTOM: number | null;\n\n @ApiProperty()\n furnitureIncome: number | null;\n\n @ApiProperty()\n icomeOther: number | null;\n\n @ApiProperty()\n isSocietyHead: boolean | null;\n\n @ApiProperty()\n otherSocietyHeadName: string | null;\n\n @ApiProperty()\n otherSocietyHeadNumber: string | null;\n\n @ApiProperty()\n isSocietyDesigned: boolean | null;\n\n @ApiProperty()\n societyHeadName: string | null;\n\n @ApiProperty()\n societyHeadNumber: string | null;\n\n @ApiProperty()\n hasAccountancyComputerized: boolean | null;\n\n @ApiProperty()\n hasNotAccountancyComputerized: boolean | null;\n\n @ApiProperty()\n accountancyComputerizedName: string | null;\n\n @ApiProperty()\n distributionAmountBySociety: number | null;\n\n @ApiProperty()\n distributionAmountByEstablishment: number| null;\n\n @ApiProperty()\n remuneration: number | null;\n\n @ApiProperty()\n advances: number | null;\n\n @ApiProperty()\n other1: number | null;\n\n @ApiProperty()\n other2: number | null;\n\n @ApiProperty()\n other3: number | null;\n\n @ApiProperty()\n other4: number | null;\n\n @ApiProperty()\n elligible: number | null;\n\n @ApiProperty()\n noElligible: number | null;\n\n @ApiProperty()\n amountRemunerations: number | null;\n\n @ApiProperty({ description: 'RÉMUNÉRATIONS NETTES VERSÉES AUX MEMBRES DE CERTAINES SOCIÉTÉS' })\n businessPartnersValues: BusinessPartnersValue[];\n\n @ApiProperty()\n diverseName: string;\n\n @ApiProperty()\n diverseAddress: string;\n\n @ApiProperty()\n diverseOtherAddress: string;\n\n @ApiProperty()\n simplifiedAmount: number;\n\n @ApiProperty()\n simplifiedRetrocessions: number;\n\n @ApiProperty()\n simplifiedRemainingExerciceStart: number;\n\n @ApiProperty()\n simplifiedImputed: number;\n\n @ApiProperty()\n simplifiedRealized: number;\n\n @ApiProperty()\n simplifiedRemaining: number;\n\n @ApiProperty()\n hasReduceRate: boolean;\n\n @ApiProperty()\n hasViewer: boolean;\n}\n"]}
1
+ {"version":3,"file":"CreateCerfa.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/CreateCerfa.ts"],"names":[],"mappings":"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","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { VehicleCerfaFuel } from '../../../Enum/Vehicle';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport interface DeterminedResult {\n incomeExpenditure: boolean; // d'après les règles « recettes-dépenses »\n debts: boolean; // d'après les règles « créances-dettes »\n}\n\nexport type AccountingKept = 'dutyFree' | 'taxIncluded' | 'notSubjectToVat';\nexport type CerfaCivility = 'M' | 'Mme' | 'Mlle';\n\nexport interface AccreditedOrganization {\n isMember: boolean;\n memberSince: Date;\n numberOfEmployees: string;\n netWagesReceived: number; // Salaires nets perçus\n}\n\ninterface Vehicle {\n name: string;\n type: string;\n fiscalPower: number;\n isBNCScale: boolean;\n isBICScale: boolean;\n fuel: VehicleCerfaFuel;\n professionalKilometers: number;\n deductible: number;\n depreciationPracticedAtReintegrate: number;\n}\n\nexport interface MoralShareholder {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n shares: number;\n address: {\n number: number | undefined;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}\n\nexport interface PhysicShareholder {\n civility: CerfaCivility;\n firstname: string;\n lastname: string;\n percentShares: number;\n marriedName: string | null | undefined;\n shares: number | null;\n birth: {\n date: string;\n department: string | undefined;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n },\n address: {\n street: string | undefined;\n zipCode: string | undefined;\n city: string | undefined;\n country: string | undefined;\n countryCode: string | null | undefined;\n number: string | undefined;\n }\n}\n\nexport interface Subsidiarie {\n legalForm: string;\n name: string;\n siren?: string;\n percentShares: number;\n address: {\n number: number;\n street: string;\n zipCode: string;\n city: string;\n country: string;\n countryCode: string | null | undefined;\n };\n}\n\n/**\n * CERFA 2035 TYPES\n */\n\nexport interface Cerfa2035Society {\n name: string;\n activity: string | null;\n siret: string;\n activityCode?: string; // Code activité pour les praticiens médicaux\n ifExerciceInSociety?: boolean; // Si exercice en société\n partnersCount?: number;\n determinedResult?: DeterminedResult; // Résultat déterminé\n accountingKept: AccountingKept; // Comptabilité tenue\n withTax: boolean;\n withoutTax: boolean;\n accreditedOrganization?: AccreditedOrganization // Si vous êtes adhérent d'un organisme agréé (association ou organisme mixte) ou client d'un viseur fiscal\n address: string;\n zipCode: string;\n city: string;\n}\n\nexport interface Cerfa2035ProfessionalRecipes {\n collected: number;\n toDeduce: {\n disbursements: number;\n retrocededFees: {\n total: number;\n supplement: number;\n }\n };\n net: number;\n financialProducts: number;\n miscellaneousGain: number;\n total: number;\n}\n\nexport interface Cerfa2035ProfessionalExpenses {\n purchases: number;\n personnelCosts: {\n netSalariesAndBenefitsInKind: number;\n socialChargesOnSalaries: number;\n }\n duesAndTaxes: {\n valueAddedTax: number;\n territorialEconomicContribution: number;\n otherTaxes: number;\n generalDeductibleSocialContribution: number;\n };\n rentAndRentalCharges: number;\n equipmentRental: {\n total: number;\n collaborationFees: number;\n };\n maintenance: number;\n temporaryStaff: number;\n smallTools: number;\n heatingWaterGasElectricity: number;\n feesNotRetrocessions: number;\n insurancePremiums: number;\n vehicleCosts: {\n total: number;\n lumpSumAssessment: boolean;\n };\n otherTravelExpenses: number;\n totalWorkSupplies: number;\n totalTransport: number;\n personalSocialCharges: {\n obligatory: number;\n contributionsMadelin: number;\n retirementSavingsPlans: number;\n total: number;\n };\n receptionFees: number;\n officeSupplies: number;\n legalCosts: number;\n unionDues: number;\n otherManagementFees: number;\n totalDues: number;\n financialExpenses: number;\n miscellaneousLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035Determination {\n surplus: number;\n shortTermCapitalGains: number;\n miscellaneousToBeReinstated: number;\n civilSocietyBenefit: number;\n totalSurplus: number;\n insufficiency: number;\n administrationFees: number;\n depreciationAllowance: number;\n shortTermLoss: number;\n miscellaneousToBeDeducted: {\n freeZone: {\n amount: number;\n };\n newBusiness: {\n onSavingsSalary: number;\n amount: number;\n };\n innovativeCompanies: {\n amount: number;\n youngArtists: number;\n }\n doctorsExemption: {\n amount: number;\n sectorApprovedDoctors: number;\n };\n total: number;\n }\n civilSocietyDeficit: number;\n totalInsufficiency: number;\n profit: number;\n deficit: number;\n}\n\nexport interface Cerfa2035ValueAddedTax {\n grossReceipts: number;\n relatedToPurchases: {\n amount: number;\n retrocededFees: number;\n };\n}\n\nexport interface Cerfa2035KilometricAllowance {\n vehicles: Vehicle[];\n costsNotCoveredByKilometricAllowances: number;\n totalDeductible: number;\n totalDepreciationPracticedAtReintegrate: number;\n}\n\nexport interface Cerfa2035Recipes {\n fees: number;\n miscellaneousGains: number;\n deductibleVat: number;\n capitalGains: number;\n total: number;\n}\n\nexport interface Cerfa2035Expenses {\n purchases: number;\n stockVariation: number;\n externalServices: number;\n rentsAndRoyalties: number;\n transport: number;\n management: number;\n vatInRecipes: number;\n turnoverTax: number;\n amortization: number;\n capitalLosses: number;\n total: number;\n}\n\nexport interface Cerfa2035MonoEstablishment {\n is: boolean; // Est mono établissement\n benchmarkTurnover: number;\n groupTurnover: number;\n workforce: number;\n period: { startDate: Date, endDate: Date };\n cessationDate: Date;\n}\n\nexport interface Cerfa2035ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n idDeposit?: number;\n}\n\nexport interface Cerfa2035 {\n isNil: boolean;\n society: Cerfa2035Society;\n immobilizations: number;\n professionalRecipes: Cerfa2035ProfessionalRecipes;\n professionalExpenses: Cerfa2035ProfessionalExpenses;\n determination: Cerfa2035Determination;\n valueAddedTax: Cerfa2035ValueAddedTax;\n territorialContribution: number;\n kilometricAllowances: Cerfa2035KilometricAllowance;\n period: { startDate: Date, endDate: Date, months: string };\n shareCapital: Cerfa2035ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[] };\n annex?: {\n recipes: Cerfa2035Recipes;\n expenses: Cerfa2035Expenses;\n addedValue: number;\n addedValueContribution: number;\n monoEstablishment: Cerfa2035MonoEstablishment | null;\n }\n}\n\nexport interface Cerfa2035WithSuites {\n header: {\n siret: string;\n mail: string;\n phone: string;\n name: string;\n change: {\n st: string;\n nd: string;\n },\n declarantAddress: string;\n activityType: string;\n activityStartDate: string;\n privateSocietyAddress: string;\n civilSocietyAddress: string;\n informationsStartingPeriod: string;\n informationsEndingPeriod: string;\n address: {\n st: string;\n nd: string;\n city: string;\n country: string;\n countryCode: string | null;\n },\n secondaryPracticeAddress: string;\n },\n taxation: {\n profitResult: number;\n deficitResult: number;\n exemptCharges: number;\n depreciationCharges: number;\n addedValueProducts: number;\n portfolioCapitalIncome: number;\n taxedNetTotal: number;\n longTermTaxableAddedValue: number;\n longTermDefferedAddedValue: number;\n quintiesNewCompany: boolean;\n sexiesNewCompany: boolean;\n exemptInnovatingActivity: boolean;\n urbanZoneActivity: boolean;\n othersExemption: boolean;\n relatedCreationDate: string;\n relatedActivityStartingDate: string;\n nonProfessionnalProfit: number;\n nonProfessionnalAddedValue: number;\n nonProfessionnalProfitExemptions: number;\n nonProfessionnalDeficit: number;\n nonProfessionnalLongTermAddedValue: number;\n nonProfessionnalYoungArtistsExemptions: number;\n nonProfessionnalShortTermAddedValue: number;\n productsAddedValue: { duodecies: number; }\n chargesDeprecatedValue: { duodecies: number; };\n accountantInfos: number;\n committeeInfos: number;\n certifiedAssociation: number;\n serviceProvider: number;\n ecf: boolean;\n declarantSignature: string;\n signatureDate: string;\n signaturePlace: string;\n accountingSoftwareName: string;\n isAccountingAccounterised: {\n yes: boolean;\n no: boolean;\n }\n certifiedAccountingProfessionnal: string;\n aaOrOmga: boolean;\n aaOmgaAgreementNumber: string;\n longTermExemptAddedValue151: number;\n longTermExemptAddedValue151A: number;\n longTermExemptAddedValue238: number;\n longTermExemptAddedValue151B: number;\n profitExoneration: number;\n addedValueExoneration: number;\n },\n declaration: {\n paidService: string[];\n incomesAmount: number;\n employees: {\n total: number;\n disabled: number;\n apprentice: number;\n }\n grossAmountSalary: number;\n employeesCivilSociety: number;\n netSalaryShare: number;\n fixedAssets: {\n currentYearPartDepreciation: number;\n pastAssociatedPartDepreciation: number;\n grossPriceTotal: number;\n grossPriceLastAnnexTotal: number;\n depreciableBaseTotal: number;\n currentAssociatedPartDepreciation: number;\n depreciableBaseLastAnnexTotal: number;\n pastDepreciationsAmountsTotal: number;\n pastDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsLastAnnexTotal: number;\n currentYearDepreciationsAmountsTotal: number;\n currentYearTotal: number;\n vehicules: number;\n currentYearNetGrant: number;\n grossPriceDepreciationFraction: number;\n vatAmountDepreciationFraction: number;\n vatAmountTotal: number;\n vatAmountLastAnnexTotal: number;\n depreciableBaseDepreciationFraction: number;\n list: Array<{\n purchaseDate: string;\n grossPrice: number;\n vatAmount: number;\n depreciableBase: number;\n depreciationType: string;\n pastDepreciationsAmounts: number;\n currentYearDepreciationsAmounts: number;\n type: string;\n }>,\n total: number;\n },\n addedValueEstablishing: {\n list: Array<{\n type: string;\n purchaseDate: string;\n transferDate: string;\n originalValue: number;\n depreciations: number;\n residualValue: number;\n handoverPrice: number;\n shortTermValue: number;\n longTermValue: number;\n longTermSpread: number;\n }>,\n shortTermExemptArt151: number;\n shortTermExemptArt151A: number;\n shortTermExemptArt238: number;\n longTermExemptArt151: number;\n longTermExemptArt151A: number;\n longTermExemptArt238: number;\n longTermExemptArt151B: number;\n shortTermValue: { toReport: number }\n longTermSpread: number;\n shortTermSpread: number;\n },\n resultsDistribution: {\n slicePercentage: {\n annexTotal: number\n },\n resultShare: {\n annexTotal: number\n },\n individualProCharges: {\n annexTotal: number\n },\n netAmount: {\n annexTotal: number\n },\n longTermAddedValue: {\n annexTotal: number\n }\n list: Array<{\n basicInfos: string;\n managerPartner: boolean;\n slicePercentage: number;\n resultShare: number;\n individualProCharges: number;\n netAmount: number;\n longTermAddedValue: number\n birthdate?: string;\n birthplace?: string;\n birthCountry?: string;\n birthCountryCode: string | null;\n birthDepartment?: string;\n siren?: string;\n fiscalNumber?: string;\n name: string;\n address: string;\n isPhysic: boolean\n city?: string;\n country?: string;\n countryCode?: string;\n }>\n }\n name: string;\n siret: string;\n }\n}\n\nexport class ParamsGenerate2031 {\n @ApiProperty({ description: 'Formulaire à néant' })\n isNil: boolean;\n}\n\nexport class ParamsGenerate2050 {\n}\n\nexport class ParamsGenerate2035 {\n @ApiPropertyOptional()\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isNil?: boolean;\n\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n @ToBoolean()\n @IsBoolean()\n @IsOptional()\n isTest?: boolean;\n}\n\nexport class ParamsGenerate2035FullDocument {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n cerfa2035?: ParamsGenerate2035;\n\n @ApiProperty()\n cerfa2035WithSuites?: ParamsGenerate2035WithSuites;\n\n // @ApiPropertyOptional()\n // withoutTax?: boolean;\n\n // @ApiPropertyOptional()\n // withTax?: boolean;\n\n // @ApiPropertyOptional()\n // disbursements?: number | null; // Débours payés pour le compte des clients\n\n // @ApiPropertyOptional()\n // supplement?: number | null; // Honoraires rétrocédés (dont suppléments rétrocédés)\n\n // @ApiPropertyOptional()\n // activityCode?: string | null; // Code activité pour les praticiens médicaux\n\n // @ApiPropertyOptional()\n // valueAddedTax?: number | null; // Impôts et taxes : Taxe sur la valeur ajoutée\n\n // @ApiPropertyOptional()\n // equipmentRentalCollaborationFees?: number | null; // Location de matériel et de mobilier – dont redevances de collaboration\n\n // @ApiPropertyOptional()\n // lumpSumAssessment?: boolean | null; // Frais de véhicules - (cocher la case si évaluation forfaitaire)\n\n // @ApiPropertyOptional()\n // personalSocialChargesObligatory?: number | null; // Charges sociales personnelles - dont obligatoires\n\n // @ApiPropertyOptional()\n // contributionsMadelin?: number | null; // Charges sociales personnelles - dont cotisations facultatives Madelin\n\n // @ApiPropertyOptional()\n // retirementSavingsPlans?: number | null; // Dont facultatives aux nouveaux plans d’épargne retraite\n\n // @ApiPropertyOptional()\n // miscellaneousToBeReinstated?: number | null; // Divers à réintégrer\n\n // @ApiPropertyOptional()\n // civilSocietyBenefit?: number | null; // Bénéfice Société civile de moyen\n\n // @ApiPropertyOptional()\n // administrationFees?: number | null; // Frais d'établissement\n\n // @ApiPropertyOptional()\n // mtbdFreeZoneAmount?: number | null; // dont exonération sur le bénéfice « zone franche urbaine territoire entrepreneur »\n\n // @ApiPropertyOptional()\n // mtbdNewBusinessAmount?: number | null; // dont exonération sur le bénéfice « entreprise nouvelle »\n\n // @ApiPropertyOptional()\n // mtbdInnovativeCompaniesAmount?: number | null; // dont exonération « jeunes entreprises innovantes »\n\n // @ApiPropertyOptional()\n // mtbdInnovativeCompaniesYoungArtists?: number | null; // dont exonération sur le bénéfice « jeunes artistes »\n\n // @ApiPropertyOptional()\n // mtbdDoctorsExemptionAmount?: number | null; // dont exonération médecins « zones déficitaires en offre de soins »\n\n // @ApiPropertyOptional()\n // mtbdDoctorsExemptionSectorApprovedDoctors?: number | null; // dont déductions « médecins conventionnés de secteur I »\n\n // @ApiPropertyOptional()\n // grossReceipts?: number | null; // Montant de la TVA afférente aux recettes brutes\n\n // @ApiPropertyOptional()\n // relatedToPurchasesAmount?: number | null; // Montant de la TVA afférente aux achats (biens et services autres qu'immobilisations) :\n\n // @ApiPropertyOptional()\n // retrocededFees?: number | null; // dont montant de la TVA afférente aux honoraires rétrocédés\n\n // @ApiPropertyOptional()\n // territorialContribution?: number | null; // Recettes provenant d'activités exonérées à titre permanent\n\n // @ApiPropertyOptional()\n // miscellaneousToBeDeductedTotal?: number | null; // Divers à déduire (CL)\n}\n\nexport type ParamsGenerate2035WithSuites = Record<string, unknown>;\n/**\n * CERFA 2033 TYPES\n */\nexport class Cerfa2033Society {\n name: string;\n address: string;\n addressFormatted: string;\n siret: string;\n siren: string;\n zipCode: string;\n city: string;\n}\n\nexport type Cerfa2033ActiveValues = {\n gross: number;\n amortization: number;\n net: number;\n};\n\nexport class Cerfa2033FixedAsset {\n intangibleAssetsCommercialFunds: Cerfa2033ActiveValues;\n intangibleAssetsOther: Cerfa2033ActiveValues;\n tangibleFixedAssets: Cerfa2033ActiveValues;\n financialFixedAssets: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033CirculatingActive {\n rawMaterials: Cerfa2033ActiveValues;\n merchandise: Cerfa2033ActiveValues;\n advancesAndDeposit: Cerfa2033ActiveValues;\n claimsCustomers: Cerfa2033ActiveValues;\n claimsOthers: Cerfa2033ActiveValues;\n investmentSecurities: Cerfa2033ActiveValues;\n availabilities: Cerfa2033ActiveValues;\n prepaidExpenses: Cerfa2033ActiveValues;\n total: Cerfa2033ActiveValues;\n}\n\nexport class Cerfa2033Equity {\n shareCapital: number;\n revaluationDifferences: number;\n legalReserve: number;\n reglemented: number;\n otherReserve: {\n purchaseOfOriginalWorks: number;\n total: number;\n };\n deferralAgain: number;\n resultOfTheExercise: number;\n regulatedProvisions: number;\n total: number;\n}\n\nexport class Cerfa2033Debts {\n loansAndSimilarDebts: number;\n advances: number;\n accountsPayable: number;\n otherDebts: {\n partnerCurrentAccount: number;\n total: number;\n };\n prepaid: number;\n total: number;\n}\n\nexport class Cerfa2033Referrals {\n fixedAssets: number;\n debtsMoreThanOneYear: number;\n claims: number; // créances\n currentAccount: number;\n costOfAcquired: number;\n sellPriceWithoutVat: number;\n}\n\nexport class Cerfa2033ExeploitationProducts {\n saleOfMerchandise: {\n export: number;\n total: number;\n };\n saleOfProduction: {\n goods: {\n export: number;\n total: number;\n };\n services: {\n export: number;\n total: number;\n };\n };\n stockedProduction: number;\n immobilizedProduction: number;\n operatingGrants: number;\n otherProducts: number;\n total: number;\n}\n\nexport class Cerfa2033ExploitationExpenses {\n purchaseOfMerchandise: number;\n stockVariationMerchandise: number;\n purchaseOfRawMaterials: number;\n stockVariationRawMaterials: number;\n otherExternalExpenses: {\n loanFurniture: number;\n loanRealEstate: number;\n total: number;\n };\n tax: {\n CFEandCVAE: number;\n total: number;\n };\n remunerations: number;\n social: number;\n amortization: number;\n provisions: number;\n otherExpenses: {\n provisions: number;\n cotisations: number;\n total: number;\n };\n total: number;\n}\n\nexport class Cerfa2033AccountingIncome {\n isIncomeTax: boolean;\n exploitationProducts: Cerfa2033ExeploitationProducts;\n exploitationExpenses: Cerfa2033ExploitationExpenses;\n}\n\nexport class Cerfa2033ExploitationResult {\n total: number;\n financialProducts: number;\n financialExpenses: number;\n exceptionalProducts: number;\n exceptionalExpenses: {\n subscriptions: number;\n exceptional: number;\n total: number\n };\n benefitTax: number;\n}\n\nexport class Cerfa2033FiscalResult {\n reinstatements: {\n benefitIncome: number;\n deficitIncome: number;\n remunerations: number;\n amortizations: number;\n provisions: number;\n tax: number;\n diverse: number;\n deviations: number;\n line330: number;\n fractionOfRents: number;\n shareOfRent: number;\n relatedCharges: number;\n fiscalResult: number;\n };\n deductions: {\n maritimeTransport: number;\n newBusiness: number;\n ZFU: number;\n difficultBusiness: number;\n JEI: number;\n ZRD: number;\n ZRR: number;\n revitalize: number;\n overseasInvestment: number;\n ZFANG: number;\n BUD: number;\n priorityDevelopment: number;\n total: number;\n diverse: {\n debt: number;\n exceptionalDeduction: number;\n exceptionalDeductionA: number;\n exceptionalDeductionB: number;\n exceptionalDeductionC: number;\n exceptionalDeductionD: number;\n exceptionalDeductionE: number;\n exceptionalDeductionF: number;\n exceptionalDeductionG: number;\n total: number;\n };\n resultBeforeImputation: {\n benefit: number;\n deficit: number;\n };\n deficits: {\n exercise: number;\n reportable: number;\n imputed: number;\n };\n fiscalResultAfterImputation: {\n benefit: number;\n deficit: number;\n }\n };\n}\n\nexport type ImmobilizationsArray = {\n grossValueOfExerciseBegining: number;\n increases: number;\n decreases: number;\n grossValueOfExerciseFinishing: number;\n legalReevaluation: number;\n};\n\nexport class Cerfa2033Immobilizations {\n commercialFunds: ImmobilizationsArray;\n other: ImmobilizationsArray;\n land: ImmobilizationsArray;\n constructions: ImmobilizationsArray;\n technicalInstallations: ImmobilizationsArray;\n generalInstallations: ImmobilizationsArray;\n equipmentTransportation: ImmobilizationsArray;\n bodily: ImmobilizationsArray;\n financial: ImmobilizationsArray;\n total: ImmobilizationsArray;\n}\n\nexport type AmortizationArray = {\n exerciseBegining: number;\n increases: number;\n diminution: number;\n exerciseFinishing: number;\n};\n\nexport class Cerfa2033Amortizations {\n intangible: AmortizationArray;\n lands: AmortizationArray;\n constructions: AmortizationArray;\n technicalInstallations: AmortizationArray;\n generalInstallations: AmortizationArray;\n equipmentTransportation: AmortizationArray;\n bodily: AmortizationArray;\n total: AmortizationArray;\n}\n\nexport type Cerfa2033TaxableValues = {\n active: number;\n amortizations: number;\n residualValue: number;\n salePrice: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n};\n\nexport class Cerfa2033Values {\n natures: string[];\n immobilizations: {\n list: Cerfa2033TaxableValues[];\n total: Cerfa2033TaxableValues;\n };\n taxableGains: {\n residualValue: number;\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n total: {\n shortTerm: number;\n longTerm19: number;\n longTerm15or128: number;\n longTerm0: number;\n };\n}\n\nexport type Cerfa2033ProvisionNaturesArray = {\n beginingAmount: number;\n increases: number;\n diminution: number;\n finishingAmount: number;\n};\nexport class Cerfa2033ProvisionNatures {\n amortizations: Cerfa2033ProvisionNaturesArray;\n majorations: Cerfa2033ProvisionNaturesArray;\n other: Cerfa2033ProvisionNaturesArray;\n risk: Cerfa2033ProvisionNaturesArray;\n immobilizations: Cerfa2033ProvisionNaturesArray;\n stock: Cerfa2033ProvisionNaturesArray;\n clientAccounts: Cerfa2033ProvisionNaturesArray;\n depreviation: Cerfa2033ProvisionNaturesArray;\n total: Cerfa2033ProvisionNaturesArray;\n}\n\nexport type Cerfa2033ProvisionMovesDotationsAndRevivals = {\n dotations: number;\n revivals: number;\n};\n\nexport type Cerfa2033ProvisionMovesVentilation = {\n label: number;\n amount: number;\n};\n\nexport class Cerfa2033ProvisionMoves {\n bodily: Cerfa2033ProvisionMovesDotationsAndRevivals;\n land: Cerfa2033ProvisionMovesDotationsAndRevivals;\n constructions: Cerfa2033ProvisionMovesDotationsAndRevivals;\n technicalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n generalInstallations: Cerfa2033ProvisionMovesDotationsAndRevivals;\n equipmentTransportation: Cerfa2033ProvisionMovesDotationsAndRevivals;\n other: Cerfa2033ProvisionMovesDotationsAndRevivals;\n total: Cerfa2033ProvisionMovesDotationsAndRevivals;\n}\n\nexport class Cerfa2033ReportableDeficits {\n remaining: number;\n transferred: number;\n operations: number;\n imputed: number;\n reportable: number;\n exercise: number;\n total: number;\n}\n\nexport class Cerfa2033ApplicationDeficits {\n result: number;\n stranger: number;\n}\n\nexport class Cerfa2033ApplicationDiverse {\n bonuses: {\n deductible: number;\n cotisations: number;\n total: number;\n };\n cotisations: {\n deductible: number;\n total: number;\n };\n approvedManagementCenter: number;\n vatCollected: number;\n vatDeductible: number;\n specimens: number;\n aidReceived: number;\n investment: number;\n}\n\nexport class Cerfa2033WorkForce {\n isNil: boolean;\n declaration?: {\n average: number;\n apprentices: number;\n handicapped: number;\n artisanal: number;\n };\n addedValue?: {\n saleOfProducts: number;\n licences: number;\n saleOfImmobilizations: number;\n expensesTransfert: number;\n total1: number;\n otherProducts: number;\n production: number;\n subventions: number;\n positiveVariation: number;\n deductibleExpensesTransfert: number;\n debts: number;\n total2: number;\n purchases: number;\n negativeVariation: number;\n services: number;\n rents: number;\n taxes: number;\n otherManagementExpenses: number;\n deductibleExpenses: number;\n deductibleFraction: number;\n lessValues: number;\n total3: number;\n addValue: number;\n cotisation: number;\n };\n CVAE?: {\n isEstablishment: boolean;\n turnover: number;\n workforce: number;\n turnoverGroup: number;\n period: {\n startDate: string;\n endDate: string;\n };\n cessationDate: string;\n };\n}\nexport interface Cerfa2033ShareCapital {\n moralAssociates: number;\n moralAssociatesShares: number;\n physicAssociates: number;\n physicAssociatesShares: number;\n moralShareholder: MoralShareholder[];\n physicShareholder: PhysicShareholder[];\n}\n\nexport interface Cerfa2033 {\n isNil: boolean;\n society: Cerfa2033Society;\n period: {\n startDate: Date,\n endDate: Date,\n endDay: string,\n endMonth: string,\n endYear: string,\n months: string,\n previousExerciceMonths: string\n };\n fixedAsset: Cerfa2033FixedAsset;\n circulatingActive: Cerfa2033CirculatingActive;\n totalActive: Cerfa2033ActiveValues;\n equity: Cerfa2033Equity;\n provisionsForRisks: number;\n debts: Cerfa2033Debts;\n generalTotal: number;\n referrals: Cerfa2033Referrals;\n accountingIncome: Cerfa2033AccountingIncome;\n exploitationResult: Cerfa2033ExploitationResult;\n benefitsOrLoses: number;\n fiscalResult: Cerfa2033FiscalResult;\n immobilizations: Cerfa2033Immobilizations;\n amortizations: Cerfa2033Amortizations;\n values: Cerfa2033Values;\n provisions: Cerfa2033ProvisionNatures;\n provisionsMoves: Cerfa2033ProvisionMoves;\n ventilations: {\n list: Cerfa2033ProvisionMovesVentilation[],\n total: number;\n },\n reportableDeficits: Cerfa2033ReportableDeficits;\n applicationDeficits: Cerfa2033ApplicationDeficits;\n diverse: Cerfa2033ApplicationDiverse;\n workForce: Cerfa2033WorkForce;\n shareCapital: Cerfa2033ShareCapital;\n subsidiaries: { total: number, list: Subsidiarie[], isSubsidiariesNil: boolean };\n}\n\nexport class ParamsGenerate2033 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n @ApiProperty()\n isNil: boolean; // Néant\n\n @ApiPropertyOptional()\n equityOtherReservePurchaseOfOriginalWorks?: number | null; // Passif > Capitaux propres > Autres réserves (ligne 131)\n\n @ApiPropertyOptional()\n referralFixedAssets?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 193)\n\n @ApiPropertyOptional()\n referralDebtsMoreThanOneYear?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 195)\n\n @ApiPropertyOptional()\n referralClaims?: number | null; // Passif > Renvois > Dont immobilisations financières à moins d'un an (ligne 197)\n\n @ApiPropertyOptional()\n saleOfMerchandiseExport?: number | null; // Résultat comptable > Produits d'exploitation > Ventes de marchandises > Dont export (ligne 209)\n\n @ApiPropertyOptional()\n saleOfProductionGoodsExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - biens > Dont export (ligne 215)\n\n @ApiPropertyOptional()\n saleOfProductionServicesExport?: number | null; // Résultat comptable > Produits d'exploitation > Production vendue - services > Dont export (ligne 217)\n\n @ApiPropertyOptional()\n otherExpensesProvisions?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 259)\n\n @ApiPropertyOptional()\n otherExpensesCotisations?: number | null; // Résultat comptable > Charges d'exploitation > Autres charges > dont provisions fiscales pour implantations commerciales à l'étranger (ligne 260)\n\n @ApiPropertyOptional()\n exceptionalExpensesSubscriptions?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements des souscriptions\n\n @ApiPropertyOptional()\n exceptionalExpensesExceptional?: number | null; // Résultat d'exploitation > Charges exceptionnelles > dont amortissements exceptionnels\n\n @ApiPropertyOptional()\n reinstatementsRemuneration?: number | null; // Résultat fiscal > Rémunérations et avantages personnels non déductibles (ligne 316)\n\n @ApiPropertyOptional()\n reinstatementsAmortizations?: number | null; // Résultat fiscal > Amortissements excédentaires (art. 39-4 du CGI) et autres amortissements non déductibles (ligne 318)\n\n @ApiPropertyOptional()\n reinstatementsProvisions?: number | null; // Résultat fiscal > Provisions non déductibles (ligne 322)\n\n @ApiPropertyOptional()\n reinstatementsDiverse?: number | null; // Résultat fiscal > Réintégrations (ligne 247)\n\n @ApiPropertyOptional()\n reinstatementsDeviations?: number | null; // Résultat fiscal > Réintégrations (ligne 248)\n\n @ApiPropertyOptional()\n reinstatementsShareOfRent?: number | null; // Résultat fiscal > Réintégrations (ligne )\n\n @ApiPropertyOptional()\n reinstatementsFractionOfRents?: number | null; // Résultat fiscal > Réintégrations (ligne 249)\n\n @ApiPropertyOptional()\n reinstatementsRelatedCharges?: number | null; // Résultat fiscal > Réintégrations (ligne 998)\n\n @ApiPropertyOptional()\n reinstatementsFiscalResult?: number | null; // Résultat fiscal > Réintégrations (ligne 999)\n\n @ApiPropertyOptional()\n maritimeTransportDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 997)\n\n @ApiPropertyOptional()\n newBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 986)\n\n @ApiPropertyOptional()\n ZFUDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 987)\n\n @ApiPropertyOptional()\n difficultBusinessDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 981)\n\n @ApiPropertyOptional()\n JEIDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 989)\n\n @ApiPropertyOptional()\n ZRDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 127)\n\n @ApiPropertyOptional()\n ZRRDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 138)\n\n @ApiPropertyOptional()\n revitalizeDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 991)\n\n @ApiPropertyOptional()\n overseasInvestmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 344)\n\n @ApiPropertyOptional()\n ZFANGDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 345)\n\n @ApiPropertyOptional()\n BUDDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 992)\n\n @ApiPropertyOptional()\n priorityDevelopmentDeduction?: number | null; // Résultat fiscal > Déductions > ( ligne 993)\n\n @ApiPropertyOptional()\n diverseDebts?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeduction?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionA?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionB?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionC?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionD?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionE?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionF?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n exceptionalDeductionG?: number | null; // Résultat fiscal > Divers\n\n @ApiPropertyOptional()\n deficitsExercise?: number | null; // Déficit de l'exercice reporté en arrière\n\n @ApiPropertyOptional()\n deficitsReportable?: number | null; // Déficits antérieurs reportables\n\n @ApiPropertyOptional()\n deficitsImputed?: number | null; // dont imputés sur le résultat\n\n @ApiPropertyOptional()\n addedValueNatures?: string[]; // Nature des immobilisations cédées virées de poste à poste, mise hors service ou réintégrées dans le patrimoine privé\n\n @ApiPropertyOptional()\n majorationsBeginingAmount?: number;\n\n @ApiPropertyOptional()\n majorationsIncreases?: number;\n\n @ApiPropertyOptional()\n majorationsDiminution?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesBodilyAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesLandAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesConstructionsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesTechicalInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesGeneralInstallationsAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesEquipmentTransactionAmount?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherDotations?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherRevivals?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherLabel?: number;\n\n @ApiPropertyOptional()\n provisionsMovesOtherAmount?: number;\n\n @ApiPropertyOptional()\n ventilations?: Cerfa2033ProvisionMovesVentilation[];\n\n @ApiPropertyOptional()\n applicationDeficitsResult?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsStranger?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsDeductible?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsCotisations?: number;\n\n @ApiPropertyOptional()\n applicationDeficitsTotal?: number;\n\n @ApiPropertyOptional()\n cotisationsDeductible?: number;\n\n @ApiPropertyOptional()\n cotisationsTotal?: number;\n\n @ApiPropertyOptional()\n approvedManagementCenter?: number;\n\n @ApiPropertyOptional()\n vatCollected?: number;\n\n @ApiPropertyOptional()\n vatDeductible?: number;\n\n @ApiPropertyOptional()\n specimens?: number;\n\n @ApiPropertyOptional()\n aidReceived?: number;\n\n @ApiPropertyOptional()\n investment?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsTransferred?: number;\n\n @ApiPropertyOptional()\n reportableDeficitsOperations?: number;\n\n @ApiPropertyOptional()\n deductionsDiverseTotal?: number;\n}\n\nexport class Cerfa2065Society {\n name: string;\n addressFormatted: string;\n siret: string;\n email: string;\n oldAddress: string | null;\n}\n\nexport class Cerfa2065Remunerations {\n name: string;\n address: { country: string; address: string; countryCode: string | null; };\n sharesHeld: number;\n year: string;\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n reason: string;\n}\nexport interface Cerfa2065 {\n isNil?: boolean;\n society: Cerfa2065Society;\n period: {\n startDate: Date,\n endDate: Date,\n months: string;\n };\n isSimplifiedRegime: boolean;\n isDeclarationForGroup: boolean;\n isRealRegime: boolean;\n isPME: boolean;\n fillialeText: string | null;\n isTonnageOption: boolean;\n headOffice: { addressFormatted: string; country: string; countryCode: string | null; street: string; zipCode: string; city: string; }\n incomeDate: Date | null;\n siret: string | null;\n activity: string;\n hasActivityChanged: boolean;\n benefit31: number;\n benefit28: number;\n deficit: number;\n benefit15: number;\n resultNet: number;\n addedValues15: number;\n addedValues19: number;\n exoneration: number;\n otherAddedValues19: number;\n otherAddedValues0: number;\n isNewBusinessSexies: boolean;\n isYoungBusiness: boolean;\n isNewBusinessSepties: boolean;\n isActivityZone: boolean;\n isRestructuration: boolean;\n isUrbanToDynamise: boolean;\n isUrban: boolean;\n isOther: boolean;\n isPriorityZone: boolean;\n isInvestmentBusiness: boolean;\n benefitOrDeficit: string;\n exoneration15: number;\n isImpositionDOMTOM: boolean;\n furnitureIncome: number;\n icomeOther: number;\n income2Dot5: number;\n isSocietyHead: boolean;\n otherSocietyHead: { name: string; number: string };\n isSocietyDesigned: boolean;\n societyHead: { name: string; number: string };\n hasAccountancyComputerized: boolean;\n hasNotAccountancyComputerized: boolean;\n accountancyComputerizedName: string;\n accountant: {\n name: string;\n phone: string;\n };\n hasOGA: boolean;\n hasViewer: boolean;\n OGA: { name: string; number: string };\n ecf: boolean;\n ecfName: string;\n council: {\n name: string;\n phone: string;\n };\n declarer: {\n date: string;\n place: string;\n name: string;\n }\n distributionAmount: { bySociety: number; byEstablishment: number };\n remuneration: number;\n advances: number;\n others: Array<{ label: string; amount: number; }>;\n elligible: number;\n noElligible: number;\n amountRemunerations: number;\n remunerations: Cerfa2065Remunerations[],\n diverse: {\n name: string;\n address: string;\n otherAddress: string;\n }\n simplified: {\n amount: number;\n retrocessions: number;\n remainingExerciceStart: number;\n imputed: number;\n realized: number;\n remaining: number;\n }\n}\n\nexport type Cerfa2050 = Record<string, unknown>;\n\nexport interface Cerfa2031 {\n period: { months: number; },\n header: {\n opening: string;\n closure: string;\n realSystem: boolean,\n simplifiedAccounting: boolean,\n vat: boolean,\n tonnageTaxation: boolean,\n simplifiedSystem: boolean\n },\n identification: {\n companyDenomination: string;\n companyAddress: string;\n phoneNumber: string;\n email: string;\n siren: string;\n declarantEmail: string;\n declarantAddress: string;\n lastAddress: string;\n },\n miscellaneous: {\n activities: string;\n onJobList: boolean;\n ownerInfos: string;\n otherEstablishmentsAddresses : string;\n },\n recapitulation: {\n column2: number;\n cdSum: number;\n col1: { total: number; };\n col2: { total: number; };\n taxableBenefit: number;\n deductibleDeficit: number;\n netHandoverResult: number;\n incomeTaxSubjectEarnings: number;\n netExemptIncome: number;\n shareToDeduce: number;\n incomeTaxExemptEarnings: number;\n shortTermDepreciation: number;\n column1: number;\n creditTaxOption: number;\n shareEquipmentGrant: number;\n partnershipFiscalResult: number;\n publicAccountant: boolean;\n addedValue: {\n privateTaxed: number;\n longTermDiffered: number;\n exonerated: number;\n longTermExonerated: number;\n shortTermExonerated: number;\n }\n exemption: {\n newCompanyArt: boolean;\n zfuArt: boolean;\n zrrArt: boolean;\n reorganisationArt: boolean;\n freeZoneActivityArt: boolean;\n others: boolean;\n youngCompaniesArt: boolean;\n budArt: boolean;\n developmentZoneArt: boolean;\n taxableAddedValue: number;\n professionnalProfit: number;\n },\n industrialBenefits: {\n benefits: number;\n deficit: number;\n taxableBenefitIncome: {\n shortTermGrant: number;\n shortTermDepreciation: number;\n },\n addedValue: {\n longTermNet: number;\n nonProfessionalBenefitExemption: number;\n }\n },\n computerizedAccounting?: {\n yes: boolean;\n no: boolean;\n softwareName: string;\n omga: boolean;\n omgaInfos: string;\n approvalNumber: string;\n professionalAccountantInfos: string;\n declarantIdentity: string;\n place: string;\n date: string;\n declarantOccupation: string;\n signature: string;\n ecf: boolean;\n serviceProvider: string;\n };\n },\n benefitsDeficitsRepartition: {\n list: Array<{\n managerPartner: string;\n industrialBenefits: string;\n share0: string;\n share1: string;\n taxableAddedValueShare: string;\n label: string;\n }>,\n distributedBenefitsAmount: {\n taxableAddedValueShare: number;\n share: number;\n }\n },\n generalExpensesList: {\n receptionExpenses: number;\n gift: number\n },\n simplifiedTaxationSystemCompanies: {\n grossSalary: string;\n retrocessingFee: string;\n directDebitAmount: string;\n capitalSupplyAmount: string;\n list: Array<{\n nonDepreciableImmobilization: number;\n reassessValue: number;\n purchaseValue: number;\n addedValue: number;\n }>\n },\n nonProfessionalIndustrialBenefits: {\n rentalPropretySocialContribution: {\n benefit: number;\n deficit: number;\n },\n rentalProprety: {\n benefit: number;\n deficit: number\n };\n leaseManagement: {\n benefit: number;\n deficit: number\n },\n collectiveRaceHorseOwnership: {\n benefit: number;\n deficit: number;\n },\n others: {\n benefit: number;\n deficit: number;\n }\n }\n}\n\nexport type BusinessPartnersValue = {\n idBusinessPartner: number,\n amount: number;\n indemnities: number;\n refund: number;\n indemnities2: number;\n refunds2: number;\n};\n\nexport class ParamsGenerate2065 {\n @ApiPropertyOptional({ description: 'Modifie le chemin du PDF' })\n isTest?: boolean;\n\n // @ApiProperty({ description: 'Adresse du siège social' })\n // headOfficeAddress: string | null;\n\n // @ApiProperty({ description: 'Adresse du principal établissement' })\n // principalEstablishmentAddress: string | null;\n\n // @ApiProperty({ description: 'Ancienne adresse en cas de changement:' })\n // oldAddress: string | null;\n\n // @ApiProperty({})\n // hasChangedActivity: boolean | null;\n\n // @ApiProperty({ description: 'Recettes nettes soumises à la contribution de 2,5%' })\n // income2Dot5: number | null;\n\n // @ApiProperty()\n // addedValues15: number | null;\n\n // @ApiProperty()\n // addedValues19: number | null;\n\n // @ApiProperty({ description: 'PV exonérées (art. 238 quindecies)' })\n // exoneration: number | null;\n\n // @ApiProperty()\n // otherAddedValues19: number | null;\n\n // @ApiProperty()\n // otherAddedValues0: number | null;\n\n // @ApiProperty({ description: 'Entreprise nouvelle, art. 44 sexies' })\n // isNewBusinessSexies: boolean | null;\n\n // @ApiProperty()\n // isYoungBusiness: boolean | null;\n\n // @ApiProperty()\n // isNewBusinessSepties: boolean | null;\n\n // @ApiProperty()\n // isActivityZone: boolean | null;\n\n // @ApiProperty()\n // isRestructuration: boolean | null;\n\n // @ApiProperty()\n // isUrbanToDynamise: boolean | null;\n\n // @ApiProperty()\n // isUrban: boolean | null;\n\n // @ApiProperty()\n // isOther: boolean | null;\n\n // @ApiProperty()\n // isPriorityZone: boolean | null;\n\n // @ApiProperty()\n // isInvestmentBusiness: boolean | null;\n\n // @ApiProperty()\n // benefitOrDeficit: string | null;\n\n // @ApiProperty()\n // exoneration15: number | null;\n\n // @ApiProperty()\n // isImpositionDOMTOM: boolean | null;\n\n // @ApiProperty()\n // furnitureIncome: number | null;\n\n // @ApiProperty()\n // icomeOther: number | null;\n\n // @ApiProperty()\n // isSocietyHead: boolean | null;\n\n // @ApiProperty()\n // otherSocietyHeadName: string | null;\n\n // @ApiProperty()\n // otherSocietyHeadNumber: string | null;\n\n // @ApiProperty()\n // isSocietyDesigned: boolean | null;\n\n // @ApiProperty()\n // societyHeadName: string | null;\n\n // @ApiProperty()\n // societyHeadNumber: string | null;\n\n // @ApiProperty()\n // hasAccountancyComputerized: boolean | null;\n\n // @ApiProperty()\n // hasNotAccountancyComputerized: boolean | null;\n\n // @ApiProperty()\n // accountancyComputerizedName: string | null;\n\n // @ApiProperty()\n // distributionAmountBySociety: number | null;\n\n // @ApiProperty()\n // distributionAmountByEstablishment: number| null;\n\n // @ApiProperty()\n // remuneration: number | null;\n\n // @ApiProperty()\n // advances: number | null;\n\n // @ApiProperty()\n // others: Array<{ label: string; amount: number; }>;\n\n // @ApiProperty()\n // elligible: number | null;\n\n // @ApiProperty()\n // noElligible: number | null;\n\n // @ApiProperty()\n // amountRemunerations: number | null;\n\n // @ApiProperty({ description: 'RÉMUNÉRATIONS NETTES VERSÉES AUX MEMBRES DE CERTAINES SOCIÉTÉS' })\n // businessPartnersValues: BusinessPartnersValue[];\n\n // @ApiProperty()\n // diverseName: string;\n\n // @ApiProperty()\n // diverseAddress: string;\n\n // @ApiProperty()\n // diverseOtherAddress: string;\n\n // @ApiProperty()\n // simplifiedAmount: number;\n\n // @ApiProperty()\n // simplifiedRetrocessions: number;\n\n // @ApiProperty()\n // simplifiedRemainingExerciceStart: number;\n\n // @ApiProperty()\n // simplifiedImputed: number;\n\n // @ApiProperty()\n // simplifiedRealized: number;\n\n // @ApiProperty()\n // simplifiedRemaining: number;\n\n // @ApiProperty()\n // hasReduceRate: boolean;\n\n // @ApiProperty()\n // hasViewer: boolean;\n}\n"]}
@@ -3,4 +3,8 @@ export interface ReadCerfaToComplete {
3
3
  declaration: CerfaType;
4
4
  annex: CerfaType | null;
5
5
  }
6
+ export interface ReadCerfaDocument {
7
+ file: any;
8
+ payload: any;
9
+ }
6
10
  //# sourceMappingURL=ReadCerfa.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ReadCerfa.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD,MAAM,WAAW,mBAAmB;IAClC,WAAW,EAAE,SAAS,CAAC;IACvB,KAAK,EAAE,SAAS,GAAG,IAAI,CAAA;CACxB"}
1
+ {"version":3,"file":"ReadCerfa.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD,MAAM,WAAW,mBAAmB;IAClC,WAAW,EAAE,SAAS,CAAC;IACvB,KAAK,EAAE,SAAS,GAAG,IAAI,CAAA;CACxB;AACD,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,GAAG,CAAC;CACd"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadCerfa.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"","sourcesContent":["import { CerfaType } from '../../../Enum/CerfaType';\n\nexport interface ReadCerfaToComplete {\n declaration: CerfaType;\n annex: CerfaType | null\n}"]}
1
+ {"version":3,"file":"ReadCerfa.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/cerfa/ReadCerfa.ts"],"names":[],"mappings":"","sourcesContent":["import { CerfaType } from '../../../Enum/CerfaType';\n\nexport interface ReadCerfaToComplete {\n declaration: CerfaType;\n annex: CerfaType | null\n}\nexport interface ReadCerfaDocument {\n file: any;\n payload: any;\n}"]}
@@ -0,0 +1,12 @@
1
+ import { IFile } from '../../..';
2
+ import { OcrTransactionDetails } from './OcrTypeTransactions';
3
+ export declare class OcrTransactions {
4
+ accountingFile: {
5
+ id: number;
6
+ file: Partial<IFile>;
7
+ };
8
+ transactions: OcrTransactionDetails[];
9
+ idBankAccount: number;
10
+ isPdf: boolean;
11
+ }
12
+ //# sourceMappingURL=OcrTransactions.d.ts.map