@silexpert/core 0.4.27 → 0.4.30

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 (263) hide show
  1. package/es/api/resources/Immobilization.d.ts +4 -0
  2. package/es/api/resources/Immobilization.d.ts.map +1 -1
  3. package/es/api/resources/Immobilization.js +3 -0
  4. package/es/api/resources/Immobilization.js.map +1 -1
  5. package/es/api/resources/Loan.d.ts +11 -0
  6. package/es/api/resources/Loan.d.ts.map +1 -0
  7. package/es/api/resources/Loan.js +13 -0
  8. package/es/api/resources/Loan.js.map +1 -0
  9. package/es/api/resources/PromoCode.d.ts +9 -0
  10. package/es/api/resources/PromoCode.d.ts.map +1 -0
  11. package/es/api/resources/PromoCode.js +16 -0
  12. package/es/api/resources/PromoCode.js.map +1 -0
  13. package/es/api/resources/Society.d.ts +2 -1
  14. package/es/api/resources/Society.d.ts.map +1 -1
  15. package/es/api/resources/Society.js +3 -0
  16. package/es/api/resources/Society.js.map +1 -1
  17. package/es/api/resources/SocietyPromoCode.d.ts +8 -0
  18. package/es/api/resources/SocietyPromoCode.d.ts.map +1 -0
  19. package/es/api/resources/SocietyPromoCode.js +13 -0
  20. package/es/api/resources/SocietyPromoCode.js.map +1 -0
  21. package/es/api/resources/Stocks.d.ts +11 -0
  22. package/es/api/resources/Stocks.d.ts.map +1 -0
  23. package/es/api/resources/Stocks.js +22 -0
  24. package/es/api/resources/Stocks.js.map +1 -0
  25. package/es/api/resources.d.ts +8 -0
  26. package/es/api/resources.d.ts.map +1 -1
  27. package/es/api/resources.js +8 -0
  28. package/es/api/resources.js.map +1 -1
  29. package/es/types/Enum/Activity.d.ts +7 -0
  30. package/es/types/Enum/Activity.d.ts.map +1 -0
  31. package/es/types/Enum/Activity.js +8 -0
  32. package/es/types/Enum/Activity.js.map +1 -0
  33. package/es/types/Enum/CerfaType.d.ts +15 -0
  34. package/es/types/Enum/CerfaType.d.ts.map +1 -0
  35. package/es/types/Enum/CerfaType.js +15 -0
  36. package/es/types/Enum/CerfaType.js.map +1 -0
  37. package/es/types/Enum/FiscalRegime.d.ts +6 -0
  38. package/es/types/Enum/FiscalRegime.d.ts.map +1 -0
  39. package/es/types/Enum/FiscalRegime.js +7 -0
  40. package/es/types/Enum/FiscalRegime.js.map +1 -0
  41. package/es/types/Enum/GlobalRegime.d.ts +30 -0
  42. package/es/types/Enum/GlobalRegime.d.ts.map +1 -0
  43. package/es/types/Enum/GlobalRegime.js +412 -0
  44. package/es/types/Enum/GlobalRegime.js.map +1 -0
  45. package/es/types/Enum/ImmobilizationType.d.ts +46 -0
  46. package/es/types/Enum/ImmobilizationType.d.ts.map +1 -1
  47. package/es/types/Enum/ImmobilizationType.js +47 -1
  48. package/es/types/Enum/ImmobilizationType.js.map +1 -1
  49. package/es/types/Enum/ProfitsType.d.ts +5 -0
  50. package/es/types/Enum/ProfitsType.d.ts.map +1 -0
  51. package/es/types/Enum/ProfitsType.js +6 -0
  52. package/es/types/Enum/ProfitsType.js.map +1 -0
  53. package/es/types/Enum/StockType.d.ts +15 -55
  54. package/es/types/Enum/StockType.d.ts.map +1 -1
  55. package/es/types/Enum/StockType.js +24 -0
  56. package/es/types/Enum/StockType.js.map +1 -1
  57. package/es/types/Enum/TaxSystem.d.ts +6 -0
  58. package/es/types/Enum/TaxSystem.d.ts.map +1 -0
  59. package/es/types/Enum/TaxSystem.js +7 -0
  60. package/es/types/Enum/TaxSystem.js.map +1 -0
  61. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts +5 -0
  62. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts.map +1 -0
  63. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +22 -0
  64. package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
  65. package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts +7 -1
  66. package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts.map +1 -1
  67. package/es/types/Interface/api/immobilization/CreateImmobilization.js +19 -1
  68. package/es/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -1
  69. package/es/types/Interface/api/loan/CreateLoan.d.ts +10 -0
  70. package/es/types/Interface/api/loan/CreateLoan.d.ts.map +1 -0
  71. package/es/types/Interface/api/loan/CreateLoan.js +41 -0
  72. package/es/types/Interface/api/loan/CreateLoan.js.map +1 -0
  73. package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts +12 -0
  74. package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts.map +1 -0
  75. package/es/types/Interface/api/promoCode/CreatePromoCode.js +49 -0
  76. package/es/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
  77. package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts +12 -0
  78. package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts.map +1 -0
  79. package/es/types/Interface/api/promoCode/UpdatePromoCode.js +49 -0
  80. package/es/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
  81. package/es/types/Interface/api/society/UpdateSociety.d.ts +3 -0
  82. package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
  83. package/es/types/Interface/api/society/UpdateSociety.js +12 -0
  84. package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
  85. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.d.ts +5 -0
  86. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.d.ts.map +1 -0
  87. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +21 -0
  88. package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -0
  89. package/es/types/Interface/api/stock/StockEntries.d.ts +20 -0
  90. package/es/types/Interface/api/stock/StockEntries.d.ts.map +1 -0
  91. package/es/types/Interface/api/stock/StockEntries.js +114 -0
  92. package/es/types/Interface/api/stock/StockEntries.js.map +1 -0
  93. package/es/types/Interface/api/stock/Stocks.d.ts +14 -0
  94. package/es/types/Interface/api/stock/Stocks.d.ts.map +1 -0
  95. package/es/types/Interface/api/stock/Stocks.js +2 -0
  96. package/es/types/Interface/api/stock/Stocks.js.map +1 -0
  97. package/es/types/Interface/api/stock/StocksDepreciationInterface.d.ts +8 -0
  98. package/es/types/Interface/api/stock/StocksDepreciationInterface.d.ts.map +1 -0
  99. package/es/types/Interface/api/stock/StocksDepreciationInterface.js +2 -0
  100. package/es/types/Interface/api/stock/StocksDepreciationInterface.js.map +1 -0
  101. package/es/types/Interface/api/stock/StocksType.d.ts +7 -0
  102. package/es/types/Interface/api/stock/StocksType.d.ts.map +1 -0
  103. package/es/types/Interface/api/stock/StocksType.js +2 -0
  104. package/es/types/Interface/api/stock/StocksType.js.map +1 -0
  105. package/es/types/Interface/models/IApiError.d.ts +2 -0
  106. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  107. package/es/types/Interface/models/IApiError.js +2 -0
  108. package/es/types/Interface/models/IApiError.js.map +1 -1
  109. package/es/types/Interface/models/IBalanceSheetModule.d.ts +11 -0
  110. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -0
  111. package/es/types/Interface/models/IBalanceSheetModule.js +2 -0
  112. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -0
  113. package/es/types/Interface/models/ICustomerTva.d.ts +2 -0
  114. package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -1
  115. package/es/types/Interface/models/ICustomerTva.js.map +1 -1
  116. package/es/types/Interface/models/IExerciceComment.d.ts +13 -0
  117. package/es/types/Interface/models/IExerciceComment.d.ts.map +1 -0
  118. package/es/types/Interface/models/IExerciceComment.js +2 -0
  119. package/es/types/Interface/models/IExerciceComment.js.map +1 -0
  120. package/es/types/Interface/models/IExerciceDetail.d.ts +2 -0
  121. package/es/types/Interface/models/IExerciceDetail.d.ts.map +1 -1
  122. package/es/types/Interface/models/IExerciceDetail.js.map +1 -1
  123. package/es/types/Interface/models/IImmobilization.d.ts +3 -0
  124. package/es/types/Interface/models/IImmobilization.d.ts.map +1 -1
  125. package/es/types/Interface/models/IImmobilization.js.map +1 -1
  126. package/es/types/Interface/models/ILoan.d.ts +18 -0
  127. package/es/types/Interface/models/ILoan.d.ts.map +1 -0
  128. package/es/types/Interface/models/ILoan.js +2 -0
  129. package/es/types/Interface/models/ILoan.js.map +1 -0
  130. package/es/types/Interface/models/IPromoCode.d.ts +15 -0
  131. package/es/types/Interface/models/IPromoCode.d.ts.map +1 -0
  132. package/es/types/Interface/models/IPromoCode.js +2 -0
  133. package/es/types/Interface/models/IPromoCode.js.map +1 -0
  134. package/es/types/Interface/models/IRefund.d.ts +3 -3
  135. package/es/types/Interface/models/IRefund.d.ts.map +1 -1
  136. package/es/types/Interface/models/IRefund.js.map +1 -1
  137. package/es/types/Interface/models/ISocietyDetail.d.ts +5 -1
  138. package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
  139. package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
  140. package/es/types/Interface/models/ISocietyPromoCode.d.ts +8 -0
  141. package/es/types/Interface/models/ISocietyPromoCode.d.ts.map +1 -0
  142. package/es/types/Interface/models/ISocietyPromoCode.js +2 -0
  143. package/es/types/Interface/models/ISocietyPromoCode.js.map +1 -0
  144. package/es/types/Interface/models/IStock.d.ts +11 -0
  145. package/es/types/Interface/models/IStock.d.ts.map +1 -0
  146. package/es/types/Interface/models/IStock.js +2 -0
  147. package/es/types/Interface/models/IStock.js.map +1 -0
  148. package/es/types/Interface/models/IUser.d.ts +1 -0
  149. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  150. package/es/types/Interface/models/IUser.js.map +1 -1
  151. package/es/types/index.d.ts +19 -0
  152. package/es/types/index.d.ts.map +1 -1
  153. package/es/types/index.js +21 -0
  154. package/es/types/index.js.map +1 -1
  155. package/js/api/resources/Immobilization.js +4 -0
  156. package/js/api/resources/Immobilization.js.map +1 -1
  157. package/js/api/resources/Loan.js +26 -0
  158. package/js/api/resources/Loan.js.map +1 -0
  159. package/js/api/resources/PromoCode.js +30 -0
  160. package/js/api/resources/PromoCode.js.map +1 -0
  161. package/js/api/resources/Society.js +4 -0
  162. package/js/api/resources/Society.js.map +1 -1
  163. package/js/api/resources/SocietyPromoCode.js +26 -0
  164. package/js/api/resources/SocietyPromoCode.js.map +1 -0
  165. package/js/api/resources/Stocks.js +44 -0
  166. package/js/api/resources/Stocks.js.map +1 -0
  167. package/js/api/resources.js +13 -1
  168. package/js/api/resources.js.map +1 -1
  169. package/js/types/Enum/Activity.js +14 -0
  170. package/js/types/Enum/Activity.js.map +1 -0
  171. package/js/types/Enum/CerfaType.js +20 -0
  172. package/js/types/Enum/CerfaType.js.map +1 -0
  173. package/js/types/Enum/FiscalRegime.js +13 -0
  174. package/js/types/Enum/FiscalRegime.js.map +1 -0
  175. package/js/types/Enum/GlobalRegime.js +376 -0
  176. package/js/types/Enum/GlobalRegime.js.map +1 -0
  177. package/js/types/Enum/ImmobilizationType.js +85 -37
  178. package/js/types/Enum/ImmobilizationType.js.map +1 -1
  179. package/js/types/Enum/ProfitsType.js +12 -0
  180. package/js/types/Enum/ProfitsType.js.map +1 -0
  181. package/js/types/Enum/StockType.js +25 -1
  182. package/js/types/Enum/StockType.js.map +1 -1
  183. package/js/types/Enum/TaxSystem.js +13 -0
  184. package/js/types/Enum/TaxSystem.js.map +1 -0
  185. package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +31 -0
  186. package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
  187. package/js/types/Interface/api/immobilization/CreateImmobilization.js +17 -1
  188. package/js/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -1
  189. package/js/types/Interface/api/loan/CreateLoan.js +39 -0
  190. package/js/types/Interface/api/loan/CreateLoan.js.map +1 -0
  191. package/js/types/Interface/api/promoCode/CreatePromoCode.js +43 -0
  192. package/js/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
  193. package/js/types/Interface/api/promoCode/UpdatePromoCode.js +43 -0
  194. package/js/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
  195. package/js/types/Interface/api/society/UpdateSociety.js +6 -0
  196. package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
  197. package/js/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +29 -0
  198. package/js/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -0
  199. package/js/types/Interface/api/stock/StockEntries.js +98 -0
  200. package/js/types/Interface/api/stock/StockEntries.js.map +1 -0
  201. package/js/types/Interface/api/stock/Stocks.js +6 -0
  202. package/js/types/Interface/api/stock/Stocks.js.map +1 -0
  203. package/js/types/Interface/api/stock/StocksDepreciationInterface.js +6 -0
  204. package/js/types/Interface/api/stock/StocksDepreciationInterface.js.map +1 -0
  205. package/js/types/Interface/api/stock/StocksType.js +6 -0
  206. package/js/types/Interface/api/stock/StocksType.js.map +1 -0
  207. package/js/types/Interface/models/IApiError.js +3 -1
  208. package/js/types/Interface/models/IApiError.js.map +1 -1
  209. package/js/types/Interface/models/IBalanceSheetModule.js +6 -0
  210. package/js/types/Interface/models/IBalanceSheetModule.js.map +1 -0
  211. package/js/types/Interface/models/IExerciceComment.js +6 -0
  212. package/js/types/Interface/models/IExerciceComment.js.map +1 -0
  213. package/js/types/Interface/models/ILoan.js +6 -0
  214. package/js/types/Interface/models/ILoan.js.map +1 -0
  215. package/js/types/Interface/models/IPromoCode.js +6 -0
  216. package/js/types/Interface/models/IPromoCode.js.map +1 -0
  217. package/js/types/Interface/models/ISocietyPromoCode.js +6 -0
  218. package/js/types/Interface/models/ISocietyPromoCode.js.map +1 -0
  219. package/js/types/Interface/models/IStock.js +6 -0
  220. package/js/types/Interface/models/IStock.js.map +1 -0
  221. package/js/types/index.js +228 -0
  222. package/js/types/index.js.map +1 -1
  223. package/package.json +1 -1
  224. package/ts/api/resources/Immobilization.ts +4 -0
  225. package/ts/api/resources/Loan.ts +17 -0
  226. package/ts/api/resources/PromoCode.ts +20 -0
  227. package/ts/api/resources/Society.ts +4 -0
  228. package/ts/api/resources/SocietyPromoCode.ts +16 -0
  229. package/ts/api/resources/Stocks.ts +28 -0
  230. package/ts/api/resources.ts +8 -0
  231. package/ts/types/Enum/Activity.ts +6 -0
  232. package/ts/types/Enum/CerfaType.ts +14 -0
  233. package/ts/types/Enum/FiscalRegime.ts +5 -0
  234. package/ts/types/Enum/GlobalRegime.ts +441 -0
  235. package/ts/types/Enum/ImmobilizationType.ts +51 -4
  236. package/ts/types/Enum/ProfitsType.ts +4 -0
  237. package/ts/types/Enum/StockType.ts +31 -2
  238. package/ts/types/Enum/TaxSystem.ts +5 -0
  239. package/ts/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.ts +10 -0
  240. package/ts/types/Interface/api/immobilization/CreateImmobilization.ts +16 -2
  241. package/ts/types/Interface/api/loan/CreateLoan.ts +24 -0
  242. package/ts/types/Interface/api/promoCode/CreatePromoCode.ts +30 -0
  243. package/ts/types/Interface/api/promoCode/UpdatePromoCode.ts +30 -0
  244. package/ts/types/Interface/api/society/UpdateSociety.ts +9 -0
  245. package/ts/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.ts +9 -0
  246. package/ts/types/Interface/api/stock/StockEntries.ts +115 -0
  247. package/ts/types/Interface/api/stock/Stocks.ts +14 -0
  248. package/ts/types/Interface/api/stock/StocksDepreciationInterface.ts +8 -0
  249. package/ts/types/Interface/api/stock/StocksType.ts +6 -0
  250. package/ts/types/Interface/models/IApiError.ts +2 -0
  251. package/ts/types/Interface/models/IBalanceSheetModule.ts +11 -0
  252. package/ts/types/Interface/models/ICustomerTva.ts +2 -0
  253. package/ts/types/Interface/models/IExerciceComment.ts +16 -0
  254. package/ts/types/Interface/models/IExerciceDetail.ts +2 -0
  255. package/ts/types/Interface/models/IImmobilization.ts +3 -0
  256. package/ts/types/Interface/models/ILoan.ts +20 -0
  257. package/ts/types/Interface/models/IPromoCode.ts +14 -0
  258. package/ts/types/Interface/models/IRefund.ts +3 -3
  259. package/ts/types/Interface/models/ISocietyDetail.ts +5 -1
  260. package/ts/types/Interface/models/ISocietyPromoCode.ts +7 -0
  261. package/ts/types/Interface/models/IStock.ts +10 -0
  262. package/ts/types/Interface/models/IUser.ts +1 -0
  263. package/ts/types/index.ts +21 -0
@@ -0,0 +1,5 @@
1
+ export enum FiscalRegime {
2
+ RS = 1,
3
+ RN = 2,
4
+ NA = 3,
5
+ }
@@ -0,0 +1,441 @@
1
+ import { Activity } from './Activity';
2
+ import { CerfaType } from './CerfaType';
3
+ import { FiscalRegime } from './FiscalRegime';
4
+ import { LegalForm } from './LegalForm';
5
+ import { ProfitsType } from './ProfitsType';
6
+ import { TaxSystem } from './TaxSystem';
7
+
8
+ /** this enum is about all the choices by legalForm for a society a declaration. All choices return multiple informations:
9
+ * idActivity: the activity of the society (1: Prestataire de services, 2: Commerçant, 3: Profession libérale, 4: Autres)
10
+ * idTaxSystem: the taxSystem of the society (1: IS, 2:IR, 3: N/A)
11
+ * profitsType: the type of profits of the society (1: BIC, 2:BNC)
12
+ * realFiscalRegime: The FiscalRegime of the society (1: RS, 2: RN, 3:NA)
13
+ */
14
+
15
+ export type GlobalRegimeTypeChoicesContent = {
16
+ name: string;
17
+ idActivity: Activity,
18
+ idTaxSystem: TaxSystem;
19
+ profitsType?: ProfitsType;
20
+ idFiscalRegime: FiscalRegime;
21
+ declaration: number;
22
+ annexe?: number
23
+ };
24
+
25
+ export type GlobalRegimeTypeContent = {
26
+ name: string;
27
+ id: number;
28
+ idLegalForms: number[];
29
+ choices: GlobalRegimeTypeChoicesContent[]
30
+ };
31
+
32
+ export type GlobalRegimeType = {
33
+ [key: string]: GlobalRegimeTypeContent
34
+ };
35
+
36
+ export const GlobalRegime: GlobalRegimeType = {
37
+ ENTREPRISE_INDIVIDUELLE: {
38
+ name: 'Entreprise Individuelle',
39
+ id: 1,
40
+ idLegalForms: [LegalForm.EI.id],
41
+ choices: [
42
+ {
43
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
44
+ idActivity: Activity.COMMERCANT,
45
+ idTaxSystem: TaxSystem.IR,
46
+ profitsType: ProfitsType.BIC,
47
+ idFiscalRegime: FiscalRegime.NA,
48
+ declaration: CerfaType[2031],
49
+ },
50
+ {
51
+ name: 'Presta de services (BIC - IR - 2031)',
52
+ idActivity: Activity.PRESTA_SERVICE,
53
+ idTaxSystem: TaxSystem.IR,
54
+ profitsType: ProfitsType.BIC,
55
+ idFiscalRegime: FiscalRegime.NA,
56
+ declaration: CerfaType[2031],
57
+ },
58
+ {
59
+ name: 'Profession libérale (BNC - IR - 2035)',
60
+ idActivity: Activity.PROF_LIB,
61
+ idTaxSystem: TaxSystem.IR,
62
+ profitsType: ProfitsType.BNC,
63
+ idFiscalRegime: FiscalRegime.NA,
64
+ declaration: CerfaType[2035],
65
+ },
66
+ ],
67
+ },
68
+ EIRL: {
69
+ name: 'EIRL',
70
+ id: 2,
71
+ idLegalForms: [LegalForm.EIRL.id],
72
+ choices: [
73
+ {
74
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
75
+ idActivity: Activity.COMMERCANT,
76
+ idTaxSystem: TaxSystem.IR,
77
+ profitsType: ProfitsType.BIC,
78
+ idFiscalRegime: FiscalRegime.NA,
79
+ declaration: CerfaType[2031],
80
+ },
81
+ {
82
+ name: 'Profession libérale (BNC - IR - 2035)',
83
+ idActivity: Activity.PROF_LIB,
84
+ idTaxSystem: TaxSystem.IR,
85
+ profitsType: ProfitsType.BNC,
86
+ idFiscalRegime: FiscalRegime.NA,
87
+ declaration: CerfaType[2035],
88
+ },
89
+ {
90
+ name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
91
+ idActivity: Activity.COMMERCANT,
92
+ idTaxSystem: TaxSystem.IS,
93
+ profitsType: ProfitsType.BIC,
94
+ idFiscalRegime: FiscalRegime.RS,
95
+ declaration: CerfaType[2065],
96
+ annexe: CerfaType[2033],
97
+ },
98
+ {
99
+ name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
100
+ idActivity: Activity.COMMERCANT,
101
+ idTaxSystem: TaxSystem.IS,
102
+ profitsType: ProfitsType.BIC,
103
+ idFiscalRegime: FiscalRegime.RN,
104
+ declaration: CerfaType[2065],
105
+ annexe: CerfaType[2050],
106
+ },
107
+ {
108
+ name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',
109
+ idActivity: Activity.PROF_LIB,
110
+ idTaxSystem: TaxSystem.IS,
111
+ profitsType: ProfitsType.BNC,
112
+ idFiscalRegime: FiscalRegime.RS,
113
+ declaration: CerfaType[2065],
114
+ annexe: CerfaType[2033],
115
+ },
116
+ {
117
+ name: 'Profession libérale (BNC - IS - 2065 & 2050)',
118
+ idActivity: Activity.PROF_LIB,
119
+ idTaxSystem: TaxSystem.IS,
120
+ profitsType: ProfitsType.BNC,
121
+ idFiscalRegime: FiscalRegime.NA,
122
+ declaration: CerfaType[2065],
123
+ annexe: CerfaType[2050],
124
+ },
125
+ ],
126
+ },
127
+ AUTO_MICRO_ENTREPRENEUR: {
128
+ name: 'Auto-entrepreneur / micro-entreprise',
129
+ id: 3,
130
+ idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],
131
+ choices: [
132
+ {
133
+ name: 'Activité négoce (achat/revente de marchandises) et prestation d\'hébergement (Micro-BIC - 2042-C-Pro)',
134
+ idActivity: Activity.COMMERCANT,
135
+ idTaxSystem: TaxSystem.NA,
136
+ profitsType: ProfitsType.BIC,
137
+ idFiscalRegime: FiscalRegime.NA,
138
+ declaration: CerfaType['2042_C_Pro'],
139
+ },
140
+ {
141
+ name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',
142
+ idActivity: Activity.PRESTA_SERVICE,
143
+ idTaxSystem: TaxSystem.NA,
144
+ profitsType: ProfitsType.BIC,
145
+ idFiscalRegime: FiscalRegime.NA,
146
+ declaration: CerfaType['2042_C_Pro'],
147
+ },
148
+ {
149
+ name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',
150
+ idActivity: Activity.PROF_LIB,
151
+ idTaxSystem: TaxSystem.NA,
152
+ profitsType: ProfitsType.BNC,
153
+ idFiscalRegime: FiscalRegime.NA,
154
+ declaration: CerfaType['2042_C_Pro'],
155
+ },
156
+ ],
157
+ },
158
+ ASSOCIATION: {
159
+ name: 'Association',
160
+ id: 4,
161
+ idLegalForms: [LegalForm.ASSOCIATION.id],
162
+ choices: [
163
+ {
164
+ name: 'Non fiscalisée si revenus de capitaux (2070)',
165
+ idActivity: Activity.AUTRES,
166
+ idTaxSystem: TaxSystem.IS,
167
+ idFiscalRegime: FiscalRegime.NA,
168
+ declaration: CerfaType[2070],
169
+ },
170
+ {
171
+ name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',
172
+ idActivity: Activity.AUTRES,
173
+ idTaxSystem: TaxSystem.IS,
174
+ profitsType: ProfitsType.BIC,
175
+ idFiscalRegime: FiscalRegime.RS,
176
+ declaration: CerfaType[2065],
177
+ annexe: CerfaType[2033],
178
+ },
179
+ {
180
+ name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',
181
+ idActivity: Activity.AUTRES,
182
+ idTaxSystem: TaxSystem.IS,
183
+ profitsType: ProfitsType.BIC,
184
+ idFiscalRegime: FiscalRegime.RN,
185
+ declaration: CerfaType[2065],
186
+ annexe: CerfaType[2050],
187
+ },
188
+ ],
189
+ },
190
+ EURL_SARL: {
191
+ name: 'EURL / SARL',
192
+ id: 5,
193
+ idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],
194
+ choices: [
195
+ {
196
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
197
+ idActivity: Activity.COMMERCANT,
198
+ idTaxSystem: TaxSystem.IR,
199
+ profitsType: ProfitsType.BIC,
200
+ idFiscalRegime: FiscalRegime.NA,
201
+ declaration: CerfaType[2031],
202
+ },
203
+ {
204
+ name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',
205
+ idActivity: Activity.COMMERCANT,
206
+ idTaxSystem: TaxSystem.IS,
207
+ profitsType: ProfitsType.BIC,
208
+ idFiscalRegime: FiscalRegime.RS,
209
+ declaration: CerfaType[2065],
210
+ annexe: CerfaType[2033],
211
+ },
212
+ {
213
+ name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
214
+ idActivity: Activity.COMMERCANT,
215
+ idTaxSystem: TaxSystem.IS,
216
+ profitsType: ProfitsType.BIC,
217
+ idFiscalRegime: FiscalRegime.RN,
218
+ declaration: CerfaType[2065],
219
+ annexe: CerfaType[2050],
220
+ },
221
+ {
222
+ name: 'Presta de services (BIC - IR - 2031)',
223
+ idActivity: Activity.PRESTA_SERVICE,
224
+ idTaxSystem: TaxSystem.IR,
225
+ profitsType: ProfitsType.BIC,
226
+ idFiscalRegime: FiscalRegime.NA,
227
+ declaration: CerfaType[2031],
228
+ },
229
+ {
230
+ name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
231
+ idActivity: Activity.PRESTA_SERVICE,
232
+ idTaxSystem: TaxSystem.IS,
233
+ profitsType: ProfitsType.BIC,
234
+ idFiscalRegime: FiscalRegime.RS,
235
+ declaration: CerfaType[2065],
236
+ annexe: CerfaType[2033],
237
+ },
238
+ {
239
+ name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
240
+ idActivity: Activity.PRESTA_SERVICE,
241
+ idTaxSystem: TaxSystem.IS,
242
+ profitsType: ProfitsType.BIC,
243
+ idFiscalRegime: FiscalRegime.RN,
244
+ declaration: CerfaType[2065],
245
+ annexe: CerfaType[2050],
246
+ },
247
+ ],
248
+ },
249
+ SAS_SASU: {
250
+ name: 'SAS / SASU',
251
+ id: 6,
252
+ idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],
253
+ choices: [
254
+ {
255
+ name: 'Artisan - commerçant (BIC - IR - 2031)',
256
+ idActivity: Activity.COMMERCANT,
257
+ idTaxSystem: TaxSystem.IR,
258
+ profitsType: ProfitsType.BIC,
259
+ idFiscalRegime: FiscalRegime.NA,
260
+ declaration: CerfaType[2031],
261
+ },
262
+ {
263
+ name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
264
+ idActivity: Activity.COMMERCANT,
265
+ idTaxSystem: TaxSystem.IS,
266
+ profitsType: ProfitsType.BIC,
267
+ idFiscalRegime: FiscalRegime.RS,
268
+ declaration: CerfaType[2065],
269
+ annexe: CerfaType[2033],
270
+ },
271
+ {
272
+ name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
273
+ idActivity: Activity.COMMERCANT,
274
+ idTaxSystem: TaxSystem.IS,
275
+ profitsType: ProfitsType.BIC,
276
+ idFiscalRegime: FiscalRegime.RN,
277
+ declaration: CerfaType[2065],
278
+ annexe: CerfaType[2050],
279
+ },
280
+ {
281
+ name: 'Presta de services (BIC - IR - 2031)',
282
+ idActivity: Activity.PRESTA_SERVICE,
283
+ idTaxSystem: TaxSystem.IR,
284
+ profitsType: ProfitsType.BIC,
285
+ idFiscalRegime: FiscalRegime.NA,
286
+ declaration: CerfaType[2031],
287
+ },
288
+ {
289
+ name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
290
+ idActivity: Activity.PRESTA_SERVICE,
291
+ idTaxSystem: TaxSystem.IS,
292
+ profitsType: ProfitsType.BIC,
293
+ idFiscalRegime: FiscalRegime.RS,
294
+ declaration: CerfaType[2065],
295
+ annexe: CerfaType[2033],
296
+ },
297
+ {
298
+ name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
299
+ idActivity: Activity.PRESTA_SERVICE,
300
+ idTaxSystem: TaxSystem.IS,
301
+ profitsType: ProfitsType.BIC,
302
+ idFiscalRegime: FiscalRegime.RN,
303
+ declaration: CerfaType[2065],
304
+ annexe: CerfaType[2050],
305
+ },
306
+ ],
307
+ },
308
+ SA: {
309
+ name: 'SA',
310
+ id: 7,
311
+ idLegalForms: [LegalForm.SA.id],
312
+ choices: [
313
+ {
314
+ name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
315
+ idActivity: Activity.COMMERCANT,
316
+ idTaxSystem: TaxSystem.IS,
317
+ profitsType: ProfitsType.BIC,
318
+ idFiscalRegime: FiscalRegime.RS,
319
+ declaration: CerfaType[2065],
320
+ annexe: CerfaType[2033],
321
+ },
322
+ {
323
+ name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
324
+ idActivity: Activity.COMMERCANT,
325
+ idTaxSystem: TaxSystem.IS,
326
+ profitsType: ProfitsType.BIC,
327
+ idFiscalRegime: FiscalRegime.RN,
328
+ declaration: CerfaType[2065],
329
+ annexe: CerfaType[2050],
330
+ },
331
+ {
332
+ name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
333
+ idActivity: Activity.PRESTA_SERVICE,
334
+ idTaxSystem: TaxSystem.IS,
335
+ profitsType: ProfitsType.BIC,
336
+ idFiscalRegime: FiscalRegime.RS,
337
+ declaration: CerfaType[2065],
338
+ annexe: CerfaType[2033],
339
+
340
+ },
341
+ {
342
+ name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
343
+ idActivity: Activity.PRESTA_SERVICE,
344
+ idTaxSystem: TaxSystem.IS,
345
+ profitsType: ProfitsType.BIC,
346
+ idFiscalRegime: FiscalRegime.RN,
347
+ declaration: CerfaType[2065],
348
+ annexe: CerfaType[2050],
349
+ },
350
+ ],
351
+ },
352
+ SCI: {
353
+ name: 'SCI',
354
+ id: 8,
355
+ idLegalForms: [LegalForm.SCI.id],
356
+ choices: [
357
+ {
358
+ name: 'Presta de services (BNC - IR - 2044)',
359
+ idActivity: Activity.PRESTA_SERVICE,
360
+ idTaxSystem: TaxSystem.IR,
361
+ profitsType: ProfitsType.BNC,
362
+ idFiscalRegime: FiscalRegime.NA,
363
+ declaration: CerfaType[2044],
364
+ },
365
+ {
366
+ name: 'Presta de services (BNC - IS - 2072)',
367
+ idActivity: Activity.PRESTA_SERVICE,
368
+ idTaxSystem: TaxSystem.IS,
369
+ profitsType: ProfitsType.BNC,
370
+ idFiscalRegime: FiscalRegime.NA,
371
+ declaration: CerfaType[2072],
372
+ },
373
+ ],
374
+ },
375
+ SCP: {
376
+ name: 'SCP',
377
+ id: 9,
378
+ idLegalForms: [LegalForm.SCP.id],
379
+ choices: [
380
+ {
381
+ name: 'Presta de services (BNC - IR - 2035)',
382
+ idActivity: Activity.PRESTA_SERVICE,
383
+ idTaxSystem: TaxSystem.IR,
384
+ profitsType: ProfitsType.BNC,
385
+ idFiscalRegime: FiscalRegime.NA,
386
+ declaration: CerfaType[2035],
387
+ },
388
+ {
389
+ name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
390
+ idActivity: Activity.PRESTA_SERVICE,
391
+ idTaxSystem: TaxSystem.IS,
392
+ profitsType: ProfitsType.BIC,
393
+ idFiscalRegime: FiscalRegime.RS,
394
+ declaration: CerfaType[2065],
395
+ annexe: CerfaType[2033],
396
+ },
397
+ {
398
+ name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
399
+ idActivity: Activity.PRESTA_SERVICE,
400
+ idTaxSystem: TaxSystem.IS,
401
+ profitsType: ProfitsType.BIC,
402
+ idFiscalRegime: FiscalRegime.RN,
403
+ declaration: CerfaType[2065],
404
+ annexe: CerfaType[2050],
405
+ },
406
+ ],
407
+ },
408
+ SELARL: {
409
+ name: 'SELARL',
410
+ id: 10,
411
+ idLegalForms: [LegalForm.SELARL.id],
412
+ choices: [
413
+ {
414
+ name: 'Profession libérale (BNC - IR - 2035)',
415
+ idActivity: Activity.PROF_LIB,
416
+ idTaxSystem: TaxSystem.IR,
417
+ profitsType: ProfitsType.BNC,
418
+ idFiscalRegime: FiscalRegime.NA,
419
+ declaration: CerfaType[2035],
420
+ },
421
+ {
422
+ name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',
423
+ idActivity: Activity.PROF_LIB,
424
+ idTaxSystem: TaxSystem.IS,
425
+ profitsType: ProfitsType.BIC,
426
+ idFiscalRegime: FiscalRegime.RS,
427
+ declaration: CerfaType[2065],
428
+ annexe: CerfaType[2033],
429
+ },
430
+ {
431
+ name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',
432
+ idActivity: Activity.PROF_LIB,
433
+ idTaxSystem: TaxSystem.IS,
434
+ profitsType: ProfitsType.BIC,
435
+ idFiscalRegime: FiscalRegime.RN,
436
+ declaration: CerfaType[2065],
437
+ annexe: CerfaType[2050],
438
+ },
439
+ ],
440
+ },
441
+ };