@silexpert/core 0.4.106 → 0.4.109

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 (175) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/es/api/resources/InternalInvoicing.d.ts +6 -0
  3. package/es/api/resources/InternalInvoicing.d.ts.map +1 -0
  4. package/es/api/resources/InternalInvoicing.js +7 -0
  5. package/es/api/resources/InternalInvoicing.js.map +1 -0
  6. package/es/api/resources/Journal.d.ts +7 -0
  7. package/es/api/resources/Journal.d.ts.map +1 -0
  8. package/es/api/resources/Journal.js +10 -0
  9. package/es/api/resources/Journal.js.map +1 -0
  10. package/es/api/resources/Product.d.ts +3 -0
  11. package/es/api/resources/Product.d.ts.map +1 -1
  12. package/es/api/resources/Product.js +10 -0
  13. package/es/api/resources/Product.js.map +1 -1
  14. package/es/api/resources/Registration.d.ts +6 -0
  15. package/es/api/resources/Registration.d.ts.map +1 -0
  16. package/es/api/resources/Registration.js +7 -0
  17. package/es/api/resources/Registration.js.map +1 -0
  18. package/es/api/resources.d.ts +6 -0
  19. package/es/api/resources.d.ts.map +1 -1
  20. package/es/api/resources.js +6 -0
  21. package/es/api/resources.js.map +1 -1
  22. package/es/types/Enum/CerfaType.d.ts +14 -14
  23. package/es/types/Enum/CerfaType.d.ts.map +1 -1
  24. package/es/types/Enum/CerfaType.js +15 -14
  25. package/es/types/Enum/CerfaType.js.map +1 -1
  26. package/es/types/Enum/Ged.d.ts +1 -0
  27. package/es/types/Enum/Ged.d.ts.map +1 -1
  28. package/es/types/Enum/Ged.js +1 -1
  29. package/es/types/Enum/Ged.js.map +1 -1
  30. package/es/types/Enum/GlobalRegime.js +61 -61
  31. package/es/types/Enum/GlobalRegime.js.map +1 -1
  32. package/es/types/Enum/PaymentMethod.d.ts +63 -0
  33. package/es/types/Enum/PaymentMethod.d.ts.map +1 -0
  34. package/es/types/Enum/PaymentMethod.js +63 -0
  35. package/es/types/Enum/PaymentMethod.js.map +1 -0
  36. package/es/types/Enum/ProductType.d.ts +6 -4
  37. package/es/types/Enum/ProductType.d.ts.map +1 -1
  38. package/es/types/Enum/ProductType.js +14 -6
  39. package/es/types/Enum/ProductType.js.map +1 -1
  40. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
  41. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  42. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
  43. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  44. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
  45. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  46. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
  47. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  48. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +5 -0
  49. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -0
  50. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +21 -0
  51. package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
  52. package/es/types/Interface/api/journal/Journals.d.ts +44 -0
  53. package/es/types/Interface/api/journal/Journals.d.ts.map +1 -0
  54. package/es/types/Interface/api/journal/Journals.js +13 -0
  55. package/es/types/Interface/api/journal/Journals.js.map +1 -0
  56. package/es/types/Interface/api/journal/QueryJournal.d.ts +6 -0
  57. package/es/types/Interface/api/journal/QueryJournal.d.ts.map +1 -0
  58. package/es/types/Interface/api/journal/QueryJournal.js +28 -0
  59. package/es/types/Interface/api/journal/QueryJournal.js.map +1 -0
  60. package/es/types/Interface/api/product/CreateProduct.d.ts.map +1 -1
  61. package/es/types/Interface/api/product/CreateProduct.js +3 -2
  62. package/es/types/Interface/api/product/CreateProduct.js.map +1 -1
  63. package/es/types/Interface/api/product/QueryProduct.d.ts.map +1 -1
  64. package/es/types/Interface/api/product/QueryProduct.js +4 -2
  65. package/es/types/Interface/api/product/QueryProduct.js.map +1 -1
  66. package/es/types/Interface/api/registration/CreateRegistration.d.ts +6 -0
  67. package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -0
  68. package/es/types/Interface/api/registration/CreateRegistration.js +25 -0
  69. package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -0
  70. package/es/types/Interface/api/registration/ReadRegistration.d.ts +3 -0
  71. package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -0
  72. package/es/types/Interface/api/registration/ReadRegistration.js +2 -0
  73. package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -0
  74. package/es/types/Interface/models/IBalanceSheetModule.d.ts +1 -0
  75. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  76. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  77. package/es/types/Interface/models/IGedFile.d.ts +10 -10
  78. package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
  79. package/es/types/Interface/models/IGedFile.js.map +1 -1
  80. package/es/types/Interface/models/IPayment.d.ts +20 -15
  81. package/es/types/Interface/models/IPayment.d.ts.map +1 -1
  82. package/es/types/Interface/models/IPayment.js.map +1 -1
  83. package/es/types/Interface/models/IRegistration.d.ts +21 -0
  84. package/es/types/Interface/models/IRegistration.d.ts.map +1 -0
  85. package/es/types/Interface/models/IRegistration.js +2 -0
  86. package/es/types/Interface/models/IRegistration.js.map +1 -0
  87. package/es/types/Interface/models/ISociety.d.ts +1 -2
  88. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  89. package/es/types/Interface/models/ISociety.js.map +1 -1
  90. package/es/types/index.d.ts +6 -1
  91. package/es/types/index.d.ts.map +1 -1
  92. package/es/types/index.js +6 -1
  93. package/es/types/index.js.map +1 -1
  94. package/es/utils/validators/formattedDateString.validator.d.ts +3 -0
  95. package/es/utils/validators/formattedDateString.validator.d.ts.map +1 -0
  96. package/es/utils/validators/formattedDateString.validator.js +19 -0
  97. package/es/utils/validators/formattedDateString.validator.js.map +1 -0
  98. package/export-models.json +0 -191
  99. package/js/api/resources/InternalInvoicing.js +18 -0
  100. package/js/api/resources/InternalInvoicing.js.map +1 -0
  101. package/js/api/resources/Journal.js +21 -0
  102. package/js/api/resources/Journal.js.map +1 -0
  103. package/js/api/resources/Product.js +12 -0
  104. package/js/api/resources/Product.js.map +1 -1
  105. package/js/api/resources/Registration.js +18 -0
  106. package/js/api/resources/Registration.js.map +1 -0
  107. package/js/api/resources.js +10 -1
  108. package/js/api/resources.js.map +1 -1
  109. package/js/types/Enum/CerfaType.js +16 -14
  110. package/js/types/Enum/CerfaType.js.map +1 -1
  111. package/js/types/Enum/Ged.js +2 -2
  112. package/js/types/Enum/Ged.js.map +1 -1
  113. package/js/types/Enum/GlobalRegime.js +61 -61
  114. package/js/types/Enum/GlobalRegime.js.map +1 -1
  115. package/js/types/Enum/PaymentMethod.js +68 -0
  116. package/js/types/Enum/PaymentMethod.js.map +1 -0
  117. package/js/types/Enum/ProductType.js +14 -7
  118. package/js/types/Enum/ProductType.js.map +1 -1
  119. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
  120. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  121. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
  122. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  123. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +29 -0
  124. package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
  125. package/js/types/Interface/api/journal/Journals.js +30 -0
  126. package/js/types/Interface/api/journal/Journals.js.map +1 -0
  127. package/js/types/Interface/api/journal/QueryJournal.js +33 -0
  128. package/js/types/Interface/api/journal/QueryJournal.js.map +1 -0
  129. package/js/types/Interface/api/product/CreateProduct.js +1 -1
  130. package/js/types/Interface/api/product/CreateProduct.js.map +1 -1
  131. package/js/types/Interface/api/product/QueryProduct.js +3 -1
  132. package/js/types/Interface/api/product/QueryProduct.js.map +1 -1
  133. package/js/types/Interface/api/registration/CreateRegistration.js +35 -0
  134. package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -0
  135. package/js/types/Interface/api/registration/ReadRegistration.js +6 -0
  136. package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -0
  137. package/js/types/Interface/models/{ISocietyAction.js → IRegistration.js} +1 -1
  138. package/js/types/Interface/models/{ISocietyAction.js.map → IRegistration.js.map} +1 -1
  139. package/js/types/index.js +72 -12
  140. package/js/types/index.js.map +1 -1
  141. package/js/utils/validators/formattedDateString.validator.js +29 -0
  142. package/js/utils/validators/formattedDateString.validator.js.map +1 -0
  143. package/package.json +1 -1
  144. package/table.json +0 -1
  145. package/ts/api/resources/InternalInvoicing.ts +10 -0
  146. package/ts/api/resources/Journal.ts +11 -0
  147. package/ts/api/resources/Product.ts +12 -0
  148. package/ts/api/resources/Registration.ts +8 -0
  149. package/ts/api/resources.ts +6 -0
  150. package/ts/types/Enum/CerfaType.ts +14 -14
  151. package/ts/types/Enum/Ged.ts +1 -1
  152. package/ts/types/Enum/GlobalRegime.ts +61 -61
  153. package/ts/types/Enum/PaymentMethod.ts +62 -0
  154. package/ts/types/Enum/ProductType.ts +21 -5
  155. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
  156. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
  157. package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +9 -0
  158. package/ts/types/Interface/api/journal/Journals.ts +48 -0
  159. package/ts/types/Interface/api/journal/QueryJournal.ts +15 -0
  160. package/ts/types/Interface/api/product/CreateProduct.ts +2 -2
  161. package/ts/types/Interface/api/product/QueryProduct.ts +6 -2
  162. package/ts/types/Interface/api/registration/CreateRegistration.ts +13 -0
  163. package/ts/types/Interface/api/registration/ReadRegistration.ts +3 -0
  164. package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
  165. package/ts/types/Interface/models/IGedFile.ts +10 -10
  166. package/ts/types/Interface/models/IPayment.ts +20 -15
  167. package/ts/types/Interface/models/IRegistration.ts +23 -0
  168. package/ts/types/Interface/models/ISociety.ts +1 -2
  169. package/ts/types/index.ts +7 -2
  170. package/ts/utils/validators/formattedDateString.validator.ts +24 -0
  171. package/es/types/Interface/models/ISocietyAction.d.ts +0 -24
  172. package/es/types/Interface/models/ISocietyAction.d.ts.map +0 -1
  173. package/es/types/Interface/models/ISocietyAction.js +0 -2
  174. package/es/types/Interface/models/ISocietyAction.js.map +0 -1
  175. package/ts/types/Interface/models/ISocietyAction.ts +0 -27
@@ -28,21 +28,21 @@ const GlobalRegime = exports.GlobalRegime = {
28
28
  idTaxSystem: _TaxSystem.TaxSystem.IR,
29
29
  profitsType: _ProfitsType.ProfitsType.BIC,
30
30
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
31
- declaration: _CerfaType.CerfaType[2031]
31
+ declaration: _CerfaType.CerfaType.CERFA_2031
32
32
  }, {
33
33
  name: 'Presta de services (BIC - IR - 2031)',
34
34
  idActivity: _Activity.Activity.PRESTA_SERVICE,
35
35
  idTaxSystem: _TaxSystem.TaxSystem.IR,
36
36
  profitsType: _ProfitsType.ProfitsType.BIC,
37
37
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
38
- declaration: _CerfaType.CerfaType[2031]
38
+ declaration: _CerfaType.CerfaType.CERFA_2031
39
39
  }, {
40
40
  name: 'Profession libérale (BNC - IR - 2035)',
41
41
  idActivity: _Activity.Activity.PROF_LIB,
42
42
  idTaxSystem: _TaxSystem.TaxSystem.IR,
43
43
  profitsType: _ProfitsType.ProfitsType.BNC,
44
44
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
45
- declaration: _CerfaType.CerfaType[2035]
45
+ declaration: _CerfaType.CerfaType.CERFA_2035
46
46
  }]
47
47
  },
48
48
  EIRL: {
@@ -55,46 +55,46 @@ const GlobalRegime = exports.GlobalRegime = {
55
55
  idTaxSystem: _TaxSystem.TaxSystem.IR,
56
56
  profitsType: _ProfitsType.ProfitsType.BIC,
57
57
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
58
- declaration: _CerfaType.CerfaType[2031]
58
+ declaration: _CerfaType.CerfaType.CERFA_2031
59
59
  }, {
60
60
  name: 'Profession libérale (BNC - IR - 2035)',
61
61
  idActivity: _Activity.Activity.PROF_LIB,
62
62
  idTaxSystem: _TaxSystem.TaxSystem.IR,
63
63
  profitsType: _ProfitsType.ProfitsType.BNC,
64
64
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
65
- declaration: _CerfaType.CerfaType[2035]
65
+ declaration: _CerfaType.CerfaType.CERFA_2035
66
66
  }, {
67
67
  name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
68
68
  idActivity: _Activity.Activity.COMMERCANT,
69
69
  idTaxSystem: _TaxSystem.TaxSystem.IS,
70
70
  profitsType: _ProfitsType.ProfitsType.BIC,
71
71
  idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
72
- declaration: _CerfaType.CerfaType[2065],
73
- annexe: _CerfaType.CerfaType[2033]
72
+ declaration: _CerfaType.CerfaType.CERFA_2065,
73
+ annexe: _CerfaType.CerfaType.CERFA_2033
74
74
  }, {
75
75
  name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
76
76
  idActivity: _Activity.Activity.COMMERCANT,
77
77
  idTaxSystem: _TaxSystem.TaxSystem.IS,
78
78
  profitsType: _ProfitsType.ProfitsType.BIC,
79
79
  idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
80
- declaration: _CerfaType.CerfaType[2065],
81
- annexe: _CerfaType.CerfaType[2050]
80
+ declaration: _CerfaType.CerfaType.CERFA_2065,
81
+ annexe: _CerfaType.CerfaType.CERFA_2050
82
82
  }, {
83
83
  name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',
84
84
  idActivity: _Activity.Activity.PROF_LIB,
85
85
  idTaxSystem: _TaxSystem.TaxSystem.IS,
86
86
  profitsType: _ProfitsType.ProfitsType.BNC,
87
87
  idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
88
- declaration: _CerfaType.CerfaType[2065],
89
- annexe: _CerfaType.CerfaType[2033]
88
+ declaration: _CerfaType.CerfaType.CERFA_2065,
89
+ annexe: _CerfaType.CerfaType.CERFA_2033
90
90
  }, {
91
91
  name: 'Profession libérale (BNC - IS - 2065 & 2050)',
92
92
  idActivity: _Activity.Activity.PROF_LIB,
93
93
  idTaxSystem: _TaxSystem.TaxSystem.IS,
94
94
  profitsType: _ProfitsType.ProfitsType.BNC,
95
95
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
96
- declaration: _CerfaType.CerfaType[2065],
97
- annexe: _CerfaType.CerfaType[2050]
96
+ declaration: _CerfaType.CerfaType.CERFA_2065,
97
+ annexe: _CerfaType.CerfaType.CERFA_2050
98
98
  }]
99
99
  },
100
100
  AUTO_MICRO_ENTREPRENEUR: {
@@ -107,21 +107,21 @@ const GlobalRegime = exports.GlobalRegime = {
107
107
  idTaxSystem: _TaxSystem.TaxSystem.NA,
108
108
  profitsType: _ProfitsType.ProfitsType.BIC,
109
109
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
110
- declaration: _CerfaType.CerfaType['2042_C_Pro']
110
+ declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro
111
111
  }, {
112
112
  name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',
113
113
  idActivity: _Activity.Activity.PRESTA_SERVICE,
114
114
  idTaxSystem: _TaxSystem.TaxSystem.NA,
115
115
  profitsType: _ProfitsType.ProfitsType.BIC,
116
116
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
117
- declaration: _CerfaType.CerfaType['2042_C_Pro']
117
+ declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro
118
118
  }, {
119
119
  name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',
120
120
  idActivity: _Activity.Activity.PROF_LIB,
121
121
  idTaxSystem: _TaxSystem.TaxSystem.NA,
122
122
  profitsType: _ProfitsType.ProfitsType.BNC,
123
123
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
124
- declaration: _CerfaType.CerfaType['2042_C_Pro']
124
+ declaration: _CerfaType.CerfaType.CERFA_2042_C_Pro
125
125
  }]
126
126
  },
127
127
  ASSOCIATION: {
@@ -133,23 +133,23 @@ const GlobalRegime = exports.GlobalRegime = {
133
133
  idActivity: _Activity.Activity.AUTRES,
134
134
  idTaxSystem: _TaxSystem.TaxSystem.IS,
135
135
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
136
- declaration: _CerfaType.CerfaType[2070]
136
+ declaration: _CerfaType.CerfaType.CERFA_2070
137
137
  }, {
138
138
  name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',
139
139
  idActivity: _Activity.Activity.AUTRES,
140
140
  idTaxSystem: _TaxSystem.TaxSystem.IS,
141
141
  profitsType: _ProfitsType.ProfitsType.BIC,
142
142
  idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
143
- declaration: _CerfaType.CerfaType[2065],
144
- annexe: _CerfaType.CerfaType[2033]
143
+ declaration: _CerfaType.CerfaType.CERFA_2065,
144
+ annexe: _CerfaType.CerfaType.CERFA_2033
145
145
  }, {
146
146
  name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',
147
147
  idActivity: _Activity.Activity.AUTRES,
148
148
  idTaxSystem: _TaxSystem.TaxSystem.IS,
149
149
  profitsType: _ProfitsType.ProfitsType.BIC,
150
150
  idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
151
- declaration: _CerfaType.CerfaType[2065],
152
- annexe: _CerfaType.CerfaType[2050]
151
+ declaration: _CerfaType.CerfaType.CERFA_2065,
152
+ annexe: _CerfaType.CerfaType.CERFA_2050
153
153
  }]
154
154
  },
155
155
  EURL_SARL: {
@@ -162,46 +162,46 @@ const GlobalRegime = exports.GlobalRegime = {
162
162
  idTaxSystem: _TaxSystem.TaxSystem.IR,
163
163
  profitsType: _ProfitsType.ProfitsType.BIC,
164
164
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
165
- declaration: _CerfaType.CerfaType[2031]
165
+ declaration: _CerfaType.CerfaType.CERFA_2031
166
166
  }, {
167
167
  name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',
168
168
  idActivity: _Activity.Activity.COMMERCANT,
169
169
  idTaxSystem: _TaxSystem.TaxSystem.IS,
170
170
  profitsType: _ProfitsType.ProfitsType.BIC,
171
171
  idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
172
- declaration: _CerfaType.CerfaType[2065],
173
- annexe: _CerfaType.CerfaType[2033]
172
+ declaration: _CerfaType.CerfaType.CERFA_2065,
173
+ annexe: _CerfaType.CerfaType.CERFA_2033
174
174
  }, {
175
175
  name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
176
176
  idActivity: _Activity.Activity.COMMERCANT,
177
177
  idTaxSystem: _TaxSystem.TaxSystem.IS,
178
178
  profitsType: _ProfitsType.ProfitsType.BIC,
179
179
  idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
180
- declaration: _CerfaType.CerfaType[2065],
181
- annexe: _CerfaType.CerfaType[2050]
180
+ declaration: _CerfaType.CerfaType.CERFA_2065,
181
+ annexe: _CerfaType.CerfaType.CERFA_2050
182
182
  }, {
183
183
  name: 'Presta de services (BIC - IR - 2031)',
184
184
  idActivity: _Activity.Activity.PRESTA_SERVICE,
185
185
  idTaxSystem: _TaxSystem.TaxSystem.IR,
186
186
  profitsType: _ProfitsType.ProfitsType.BIC,
187
187
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
188
- declaration: _CerfaType.CerfaType[2031]
188
+ declaration: _CerfaType.CerfaType.CERFA_2031
189
189
  }, {
190
190
  name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
191
191
  idActivity: _Activity.Activity.PRESTA_SERVICE,
192
192
  idTaxSystem: _TaxSystem.TaxSystem.IS,
193
193
  profitsType: _ProfitsType.ProfitsType.BIC,
194
194
  idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
195
- declaration: _CerfaType.CerfaType[2065],
196
- annexe: _CerfaType.CerfaType[2033]
195
+ declaration: _CerfaType.CerfaType.CERFA_2065,
196
+ annexe: _CerfaType.CerfaType.CERFA_2033
197
197
  }, {
198
198
  name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
199
199
  idActivity: _Activity.Activity.PRESTA_SERVICE,
200
200
  idTaxSystem: _TaxSystem.TaxSystem.IS,
201
201
  profitsType: _ProfitsType.ProfitsType.BIC,
202
202
  idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
203
- declaration: _CerfaType.CerfaType[2065],
204
- annexe: _CerfaType.CerfaType[2050]
203
+ declaration: _CerfaType.CerfaType.CERFA_2065,
204
+ annexe: _CerfaType.CerfaType.CERFA_2050
205
205
  }]
206
206
  },
207
207
  SAS_SASU: {
@@ -214,46 +214,46 @@ const GlobalRegime = exports.GlobalRegime = {
214
214
  idTaxSystem: _TaxSystem.TaxSystem.IR,
215
215
  profitsType: _ProfitsType.ProfitsType.BIC,
216
216
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
217
- declaration: _CerfaType.CerfaType[2031]
217
+ declaration: _CerfaType.CerfaType.CERFA_2031
218
218
  }, {
219
219
  name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
220
220
  idActivity: _Activity.Activity.COMMERCANT,
221
221
  idTaxSystem: _TaxSystem.TaxSystem.IS,
222
222
  profitsType: _ProfitsType.ProfitsType.BIC,
223
223
  idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
224
- declaration: _CerfaType.CerfaType[2065],
225
- annexe: _CerfaType.CerfaType[2033]
224
+ declaration: _CerfaType.CerfaType.CERFA_2065,
225
+ annexe: _CerfaType.CerfaType.CERFA_2033
226
226
  }, {
227
227
  name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
228
228
  idActivity: _Activity.Activity.COMMERCANT,
229
229
  idTaxSystem: _TaxSystem.TaxSystem.IS,
230
230
  profitsType: _ProfitsType.ProfitsType.BIC,
231
231
  idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
232
- declaration: _CerfaType.CerfaType[2065],
233
- annexe: _CerfaType.CerfaType[2050]
232
+ declaration: _CerfaType.CerfaType.CERFA_2065,
233
+ annexe: _CerfaType.CerfaType.CERFA_2050
234
234
  }, {
235
235
  name: 'Presta de services (BIC - IR - 2031)',
236
236
  idActivity: _Activity.Activity.PRESTA_SERVICE,
237
237
  idTaxSystem: _TaxSystem.TaxSystem.IR,
238
238
  profitsType: _ProfitsType.ProfitsType.BIC,
239
239
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
240
- declaration: _CerfaType.CerfaType[2031]
240
+ declaration: _CerfaType.CerfaType.CERFA_2031
241
241
  }, {
242
242
  name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
243
243
  idActivity: _Activity.Activity.PRESTA_SERVICE,
244
244
  idTaxSystem: _TaxSystem.TaxSystem.IS,
245
245
  profitsType: _ProfitsType.ProfitsType.BIC,
246
246
  idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
247
- declaration: _CerfaType.CerfaType[2065],
248
- annexe: _CerfaType.CerfaType[2033]
247
+ declaration: _CerfaType.CerfaType.CERFA_2065,
248
+ annexe: _CerfaType.CerfaType.CERFA_2033
249
249
  }, {
250
250
  name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
251
251
  idActivity: _Activity.Activity.PRESTA_SERVICE,
252
252
  idTaxSystem: _TaxSystem.TaxSystem.IS,
253
253
  profitsType: _ProfitsType.ProfitsType.BIC,
254
254
  idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
255
- declaration: _CerfaType.CerfaType[2065],
256
- annexe: _CerfaType.CerfaType[2050]
255
+ declaration: _CerfaType.CerfaType.CERFA_2065,
256
+ annexe: _CerfaType.CerfaType.CERFA_2050
257
257
  }]
258
258
  },
259
259
  SA: {
@@ -266,32 +266,32 @@ const GlobalRegime = exports.GlobalRegime = {
266
266
  idTaxSystem: _TaxSystem.TaxSystem.IS,
267
267
  profitsType: _ProfitsType.ProfitsType.BIC,
268
268
  idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
269
- declaration: _CerfaType.CerfaType[2065],
270
- annexe: _CerfaType.CerfaType[2033]
269
+ declaration: _CerfaType.CerfaType.CERFA_2065,
270
+ annexe: _CerfaType.CerfaType.CERFA_2033
271
271
  }, {
272
272
  name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
273
273
  idActivity: _Activity.Activity.COMMERCANT,
274
274
  idTaxSystem: _TaxSystem.TaxSystem.IS,
275
275
  profitsType: _ProfitsType.ProfitsType.BIC,
276
276
  idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
277
- declaration: _CerfaType.CerfaType[2065],
278
- annexe: _CerfaType.CerfaType[2050]
277
+ declaration: _CerfaType.CerfaType.CERFA_2065,
278
+ annexe: _CerfaType.CerfaType.CERFA_2050
279
279
  }, {
280
280
  name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
281
281
  idActivity: _Activity.Activity.PRESTA_SERVICE,
282
282
  idTaxSystem: _TaxSystem.TaxSystem.IS,
283
283
  profitsType: _ProfitsType.ProfitsType.BIC,
284
284
  idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
285
- declaration: _CerfaType.CerfaType[2065],
286
- annexe: _CerfaType.CerfaType[2033]
285
+ declaration: _CerfaType.CerfaType.CERFA_2065,
286
+ annexe: _CerfaType.CerfaType.CERFA_2033
287
287
  }, {
288
288
  name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
289
289
  idActivity: _Activity.Activity.PRESTA_SERVICE,
290
290
  idTaxSystem: _TaxSystem.TaxSystem.IS,
291
291
  profitsType: _ProfitsType.ProfitsType.BIC,
292
292
  idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
293
- declaration: _CerfaType.CerfaType[2065],
294
- annexe: _CerfaType.CerfaType[2050]
293
+ declaration: _CerfaType.CerfaType.CERFA_2065,
294
+ annexe: _CerfaType.CerfaType.CERFA_2050
295
295
  }]
296
296
  },
297
297
  SCI: {
@@ -304,14 +304,14 @@ const GlobalRegime = exports.GlobalRegime = {
304
304
  idTaxSystem: _TaxSystem.TaxSystem.IR,
305
305
  profitsType: _ProfitsType.ProfitsType.BNC,
306
306
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
307
- declaration: _CerfaType.CerfaType[2044]
307
+ declaration: _CerfaType.CerfaType.CERFA_2044
308
308
  }, {
309
309
  name: 'Presta de services (BNC - IS - 2072)',
310
310
  idActivity: _Activity.Activity.PRESTA_SERVICE,
311
311
  idTaxSystem: _TaxSystem.TaxSystem.IS,
312
312
  profitsType: _ProfitsType.ProfitsType.BNC,
313
313
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
314
- declaration: _CerfaType.CerfaType[2072]
314
+ declaration: _CerfaType.CerfaType.CERFA_2072
315
315
  }]
316
316
  },
317
317
  SCP: {
@@ -324,23 +324,23 @@ const GlobalRegime = exports.GlobalRegime = {
324
324
  idTaxSystem: _TaxSystem.TaxSystem.IR,
325
325
  profitsType: _ProfitsType.ProfitsType.BNC,
326
326
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
327
- declaration: _CerfaType.CerfaType[2035]
327
+ declaration: _CerfaType.CerfaType.CERFA_2035
328
328
  }, {
329
329
  name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
330
330
  idActivity: _Activity.Activity.PRESTA_SERVICE,
331
331
  idTaxSystem: _TaxSystem.TaxSystem.IS,
332
332
  profitsType: _ProfitsType.ProfitsType.BIC,
333
333
  idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
334
- declaration: _CerfaType.CerfaType[2065],
335
- annexe: _CerfaType.CerfaType[2033]
334
+ declaration: _CerfaType.CerfaType.CERFA_2065,
335
+ annexe: _CerfaType.CerfaType.CERFA_2033
336
336
  }, {
337
337
  name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
338
338
  idActivity: _Activity.Activity.PRESTA_SERVICE,
339
339
  idTaxSystem: _TaxSystem.TaxSystem.IS,
340
340
  profitsType: _ProfitsType.ProfitsType.BIC,
341
341
  idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
342
- declaration: _CerfaType.CerfaType[2065],
343
- annexe: _CerfaType.CerfaType[2050]
342
+ declaration: _CerfaType.CerfaType.CERFA_2065,
343
+ annexe: _CerfaType.CerfaType.CERFA_2050
344
344
  }]
345
345
  },
346
346
  SELARL: {
@@ -353,23 +353,23 @@ const GlobalRegime = exports.GlobalRegime = {
353
353
  idTaxSystem: _TaxSystem.TaxSystem.IR,
354
354
  profitsType: _ProfitsType.ProfitsType.BNC,
355
355
  idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
356
- declaration: _CerfaType.CerfaType[2035]
356
+ declaration: _CerfaType.CerfaType.CERFA_2035
357
357
  }, {
358
358
  name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',
359
359
  idActivity: _Activity.Activity.PROF_LIB,
360
360
  idTaxSystem: _TaxSystem.TaxSystem.IS,
361
361
  profitsType: _ProfitsType.ProfitsType.BIC,
362
362
  idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
363
- declaration: _CerfaType.CerfaType[2065],
364
- annexe: _CerfaType.CerfaType[2033]
363
+ declaration: _CerfaType.CerfaType.CERFA_2065,
364
+ annexe: _CerfaType.CerfaType.CERFA_2033
365
365
  }, {
366
366
  name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',
367
367
  idActivity: _Activity.Activity.PROF_LIB,
368
368
  idTaxSystem: _TaxSystem.TaxSystem.IS,
369
369
  profitsType: _ProfitsType.ProfitsType.BIC,
370
370
  idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
371
- declaration: _CerfaType.CerfaType[2065],
372
- annexe: _CerfaType.CerfaType[2050]
371
+ declaration: _CerfaType.CerfaType.CERFA_2065,
372
+ annexe: _CerfaType.CerfaType.CERFA_2050
373
373
  }]
374
374
  }
375
375
  };
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/GlobalRegime.ts"],"names":[],"mappings":"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","sourcesContent":["import { Activity } from './Activity';\nimport { CerfaType } from './CerfaType';\nimport { FiscalRegime } from './FiscalRegime';\nimport { LegalForm } from './LegalForm';\nimport { ProfitsType } from './ProfitsType';\nimport { TaxSystem } from './TaxSystem';\n\n/** this enum is about all the choices by legalForm for a society a declaration. All choices return multiple informations:\n * idActivity: the activity of the society (1: Prestataire de services, 2: Commerçant, 3: Profession libérale, 4: Autres)\n * idTaxSystem: the taxSystem of the society (1: IS, 2:IR, 3: N/A)\n * profitsType: the type of profits of the society (1: BIC, 2:BNC)\n * realFiscalRegime: The FiscalRegime of the society (1: RS, 2: RN, 3:NA)\n */\n\nexport type GlobalRegimeTypeChoicesContent = {\n name: string;\n idActivity: Activity,\n idTaxSystem: TaxSystem;\n profitsType?: ProfitsType;\n idFiscalRegime: FiscalRegime;\n declaration: number;\n annexe?: number\n};\n\nexport type GlobalRegimeTypeContent = {\n name: string;\n id: number;\n idLegalForms: number[];\n choices: GlobalRegimeTypeChoicesContent[]\n};\n\nexport type GlobalRegimeType = {\n [key: string]: GlobalRegimeTypeContent\n};\n\nexport const GlobalRegime: GlobalRegimeType = {\n ENTREPRISE_INDIVIDUELLE: {\n name: 'Entreprise Individuelle',\n id: 1,\n idLegalForms: [LegalForm.EI.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n ],\n },\n EIRL: {\n name: 'EIRL',\n id: 2,\n idLegalForms: [LegalForm.EIRL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Profession libérale (BNC - IS - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n AUTO_MICRO_ENTREPRENEUR: {\n name: 'Auto-entrepreneur / micro-entreprise',\n id: 3,\n idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],\n choices: [\n {\n name: 'Activité négoce (achat/revente de marchandises) et prestation d\\'hébergement (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n {\n name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n {\n name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n ],\n },\n ASSOCIATION: {\n name: 'Association',\n id: 4,\n idLegalForms: [LegalForm.ASSOCIATION.id],\n choices: [\n {\n name: 'Non fiscalisée si revenus de capitaux (2070)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2070],\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n EURL_SARL: {\n name: 'EURL / SARL',\n id: 5,\n idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SAS_SASU: {\n name: 'SAS / SASU',\n id: 6,\n idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SA: {\n name: 'SA',\n id: 7,\n idLegalForms: [LegalForm.SA.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SCI: {\n name: 'SCI',\n id: 8,\n idLegalForms: [LegalForm.SCI.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2044)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2044],\n },\n {\n name: 'Presta de services (BNC - IS - 2072)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2072],\n },\n ],\n },\n SCP: {\n name: 'SCP',\n id: 9,\n idLegalForms: [LegalForm.SCP.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2035)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SELARL: {\n name: 'SELARL',\n id: 10,\n idLegalForms: [LegalForm.SELARL.id],\n choices: [\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n};"],"sourceRoot":"","file":"GlobalRegime.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/GlobalRegime.ts"],"names":[],"mappings":"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","sourcesContent":["import { Activity } from './Activity';\nimport { CerfaType } from './CerfaType';\nimport { FiscalRegime } from './FiscalRegime';\nimport { LegalForm } from './LegalForm';\nimport { ProfitsType } from './ProfitsType';\nimport { TaxSystem } from './TaxSystem';\n\n/** this enum is about all the choices by legalForm for a society a declaration. All choices return multiple informations:\n * idActivity: the activity of the society (1: Prestataire de services, 2: Commerçant, 3: Profession libérale, 4: Autres)\n * idTaxSystem: the taxSystem of the society (1: IS, 2:IR, 3: N/A)\n * profitsType: the type of profits of the society (1: BIC, 2:BNC)\n * realFiscalRegime: The FiscalRegime of the society (1: RS, 2: RN, 3:NA)\n */\n\nexport type GlobalRegimeTypeChoicesContent = {\n name: string;\n idActivity: Activity,\n idTaxSystem: TaxSystem;\n profitsType?: ProfitsType;\n idFiscalRegime: FiscalRegime;\n declaration: number;\n annexe?: number\n};\n\nexport type GlobalRegimeTypeContent = {\n name: string;\n id: number;\n idLegalForms: number[];\n choices: GlobalRegimeTypeChoicesContent[]\n};\n\nexport type GlobalRegimeType = {\n [key: string]: GlobalRegimeTypeContent\n};\n\nexport const GlobalRegime: GlobalRegimeType = {\n ENTREPRISE_INDIVIDUELLE: {\n name: 'Entreprise Individuelle',\n id: 1,\n idLegalForms: [LegalForm.EI.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n ],\n },\n EIRL: {\n name: 'EIRL',\n id: 2,\n idLegalForms: [LegalForm.EIRL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Profession libérale (BNC - IS - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n AUTO_MICRO_ENTREPRENEUR: {\n name: 'Auto-entrepreneur / micro-entreprise',\n id: 3,\n idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],\n choices: [\n {\n name: 'Activité négoce (achat/revente de marchandises) et prestation d\\'hébergement (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n {\n name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n {\n name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2042_C_Pro,\n },\n ],\n },\n ASSOCIATION: {\n name: 'Association',\n id: 4,\n idLegalForms: [LegalForm.ASSOCIATION.id],\n choices: [\n {\n name: 'Non fiscalisée si revenus de capitaux (2070)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2070,\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n EURL_SARL: {\n name: 'EURL / SARL',\n id: 5,\n idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SAS_SASU: {\n name: 'SAS / SASU',\n id: 6,\n idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2031,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SA: {\n name: 'SA',\n id: 7,\n idLegalForms: [LegalForm.SA.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SCI: {\n name: 'SCI',\n id: 8,\n idLegalForms: [LegalForm.SCI.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2044)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2044,\n },\n {\n name: 'Presta de services (BNC - IS - 2072)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2072,\n },\n ],\n },\n SCP: {\n name: 'SCP',\n id: 9,\n idLegalForms: [LegalForm.SCP.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2035)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n SELARL: {\n name: 'SELARL',\n id: 10,\n idLegalForms: [LegalForm.SELARL.id],\n choices: [\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType.CERFA_2035,\n },\n {\n name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2033,\n },\n {\n name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType.CERFA_2065,\n annexe: CerfaType.CERFA_2050,\n },\n ],\n },\n};"],"sourceRoot":"","file":"GlobalRegime.js"}
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ const PaymentMethod = exports.PaymentMethod = {
7
+ DIRECT_DEBIT: {
8
+ id: 1,
9
+ name: 'Prélèvement',
10
+ isSpecial: 0,
11
+ isOverdue: 0
12
+ },
13
+ BANK_TRANSFER: {
14
+ id: 2,
15
+ name: 'Virement',
16
+ isSpecial: 0,
17
+ isOverdue: 0
18
+ },
19
+ BANK_CARD: {
20
+ id: 3,
21
+ name: 'CB',
22
+ isSpecial: 0,
23
+ isOverdue: 0
24
+ },
25
+ BANK_CHECK: {
26
+ id: 4,
27
+ name: 'Chèque',
28
+ isSpecial: 0,
29
+ isOverdue: 0
30
+ },
31
+ DIRECT_DEBIT_REJECTION_1: {
32
+ id: 5,
33
+ name: 'Rejet de prélèvement 1',
34
+ isSpecial: 1,
35
+ isOverdue: 1
36
+ },
37
+ DIRECT_DEBIT_REJECTION_2: {
38
+ id: 6,
39
+ name: 'Rejet de prélèvement 2',
40
+ isSpecial: 1,
41
+ isOverdue: 1
42
+ },
43
+ VARIOUS_UNPAID: {
44
+ id: 7,
45
+ name: 'Impayés divers',
46
+ isSpecial: 1,
47
+ isOverdue: 1
48
+ },
49
+ STRIPE_ECB: {
50
+ id: 8,
51
+ name: 'Stripe (ECB)',
52
+ isSpecial: 0,
53
+ isOverdue: 0
54
+ },
55
+ STRIPE_WI: {
56
+ id: 9,
57
+ name: 'Stripe (WI)',
58
+ isSpecial: 0,
59
+ isOverdue: 0
60
+ },
61
+ CASH: {
62
+ id: 10,
63
+ name: 'Espèces',
64
+ isSpecial: 0,
65
+ isOverdue: 0
66
+ }
67
+ };
68
+ //# sourceMappingURL=PaymentMethod.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../ts/types/Enum/PaymentMethod.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,aAAa,WAAb,aAAa,GAAG;AAC3B,EAAA,YAAY,EAAE;AACZ,IAAA,EAAE,EAAE,CADQ;AAEZ,IAAA,IAAI,EAAE,aAFM;AAGZ,IAAA,SAAS,EAAE,CAHC;AAIZ,IAAA,SAAS,EAAE;AAJC,GADa;AAO3B,EAAA,aAAa,EAAE;AACb,IAAA,EAAE,EAAE,CADS;AAEb,IAAA,IAAI,EAAE,UAFO;AAGb,IAAA,SAAS,EAAE,CAHE;AAIb,IAAA,SAAS,EAAE;AAJE,GAPY;AAa3B,EAAA,SAAS,EAAE;AACT,IAAA,EAAE,EAAE,CADK;AAET,IAAA,IAAI,EAAE,IAFG;AAGT,IAAA,SAAS,EAAE,CAHF;AAIT,IAAA,SAAS,EAAE;AAJF,GAbgB;AAmB3B,EAAA,UAAU,EAAE;AACV,IAAA,EAAE,EAAE,CADM;AAEV,IAAA,IAAI,EAAE,QAFI;AAGV,IAAA,SAAS,EAAE,CAHD;AAIV,IAAA,SAAS,EAAE;AAJD,GAnBe;AAyB3B,EAAA,wBAAwB,EAAE;AACxB,IAAA,EAAE,EAAE,CADoB;AAExB,IAAA,IAAI,EAAE,wBAFkB;AAGxB,IAAA,SAAS,EAAE,CAHa;AAIxB,IAAA,SAAS,EAAE;AAJa,GAzBC;AA+B3B,EAAA,wBAAwB,EAAE;AACxB,IAAA,EAAE,EAAE,CADoB;AAExB,IAAA,IAAI,EAAE,wBAFkB;AAGxB,IAAA,SAAS,EAAE,CAHa;AAIxB,IAAA,SAAS,EAAE;AAJa,GA/BC;AAqC3B,EAAA,cAAc,EAAE;AACd,IAAA,EAAE,EAAE,CADU;AAEd,IAAA,IAAI,EAAE,gBAFQ;AAGd,IAAA,SAAS,EAAE,CAHG;AAId,IAAA,SAAS,EAAE;AAJG,GArCW;AA2C3B,EAAA,UAAU,EAAE;AACV,IAAA,EAAE,EAAE,CADM;AAEV,IAAA,IAAI,EAAE,cAFI;AAGV,IAAA,SAAS,EAAE,CAHD;AAIV,IAAA,SAAS,EAAE;AAJD,GA3Ce;AAiD3B,EAAA,SAAS,EAAE;AACT,IAAA,EAAE,EAAE,CADK;AAET,IAAA,IAAI,EAAE,aAFG;AAGT,IAAA,SAAS,EAAE,CAHF;AAIT,IAAA,SAAS,EAAE;AAJF,GAjDgB;AAuD3B,EAAA,IAAI,EAAE;AACJ,IAAA,EAAE,EAAE,EADA;AAEJ,IAAA,IAAI,EAAE,SAFF;AAGJ,IAAA,SAAS,EAAE,CAHP;AAIJ,IAAA,SAAS,EAAE;AAJP;AAvDqB,CAAtB","sourcesContent":["export const PaymentMethod = {\n DIRECT_DEBIT: {\n id: 1,\n name: 'Prélèvement',\n isSpecial: 0,\n isOverdue: 0,\n },\n BANK_TRANSFER: {\n id: 2,\n name: 'Virement',\n isSpecial: 0,\n isOverdue: 0,\n },\n BANK_CARD: {\n id: 3,\n name: 'CB',\n isSpecial: 0,\n isOverdue: 0,\n },\n BANK_CHECK: {\n id: 4,\n name: 'Chèque',\n isSpecial: 0,\n isOverdue: 0,\n },\n DIRECT_DEBIT_REJECTION_1: {\n id: 5,\n name: 'Rejet de prélèvement 1',\n isSpecial: 1,\n isOverdue: 1,\n },\n DIRECT_DEBIT_REJECTION_2: {\n id: 6,\n name: 'Rejet de prélèvement 2',\n isSpecial: 1,\n isOverdue: 1,\n },\n VARIOUS_UNPAID: {\n id: 7,\n name: 'Impayés divers',\n isSpecial: 1,\n isOverdue: 1,\n },\n STRIPE_ECB: {\n id: 8,\n name: 'Stripe (ECB)',\n isSpecial: 0,\n isOverdue: 0,\n },\n STRIPE_WI: {\n id: 9,\n name: 'Stripe (WI)',\n isSpecial: 0,\n isOverdue: 0,\n },\n CASH: {\n id: 10,\n name: 'Espèces',\n isSpecial: 0,\n isOverdue: 0,\n },\n};"],"sourceRoot":"","file":"PaymentMethod.js"}
@@ -3,11 +3,18 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- var ProductType = exports.ProductType = undefined;
7
-
8
- (function (ProductType) {
9
- ProductType[ProductType["PRODUCT"] = 1] = "PRODUCT";
10
- ProductType[ProductType["SERVICE"] = 2] = "SERVICE";
11
- ProductType[ProductType["GOODS"] = 3] = "GOODS";
12
- })(ProductType || (exports.ProductType = ProductType = {}));
6
+ const ProductType = exports.ProductType = {
7
+ PRODUCT: {
8
+ id: 1,
9
+ name: 'Produit'
10
+ },
11
+ SERVICE: {
12
+ id: 2,
13
+ name: 'Service'
14
+ },
15
+ GOODS: {
16
+ id: 3,
17
+ name: 'Marchandise'
18
+ }
19
+ };
13
20
  //# sourceMappingURL=ProductType.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,WAIX,WAJW,WAIX,YAJD;;AAAA,CAAA,UAAY,WAAZ,EAAuB;AACrB,EAAA,WAAA,CAAA,WAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,SAAA,CAAA,GAAA,CAAA,CAAA,GAAA,SAAA;AACA,EAAA,WAAA,CAAA,WAAA,CAAA,OAAA,CAAA,GAAA,CAAA,CAAA,GAAA,OAAA;AACD,CAJD,EAAY,WAAW,aAAX,WAAW,GAAX,WAAW,GAAA,EAAA,CAAvB","sourcesContent":["export enum ProductType {\n PRODUCT = 1,\n SERVICE = 2,\n GOODS = 3,\n}"],"sourceRoot":"","file":"ProductType.js"}
1
+ {"version":3,"sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":";;;;;AAOO,MAAM,WAAW,WAAX,WAAW,GAAiB;AACvC,EAAA,OAAO,EAAE;AACP,IAAA,EAAE,EAAE,CADG;AAEP,IAAA,IAAI,EAAE;AAFC,GAD8B;AAKvC,EAAA,OAAO,EAAE;AACP,IAAA,EAAE,EAAE,CADG;AAEP,IAAA,IAAI,EAAE;AAFC,GAL8B;AASvC,EAAA,KAAK,EAAE;AACL,IAAA,EAAE,EAAE,CADC;AAEL,IAAA,IAAI,EAAE;AAFD;AATgC,CAAlC","sourcesContent":["export interface IProductType {\n [key: string]: {\n id: number,\n name: string,\n }\n}\n\nexport const ProductType: IProductType = {\n PRODUCT: {\n id: 1,\n name: 'Produit',\n },\n SERVICE: {\n id: 2,\n name: 'Service',\n },\n GOODS: {\n id: 3,\n name: 'Marchandise',\n },\n};\n"],"sourceRoot":"","file":"ProductType.js"}
@@ -47,5 +47,7 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)
47
47
 
48
48
  __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "hasManualEntryToDeclare", void 0);
49
49
 
50
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], CreateBalanceSheetModuleForm.prototype, "hasLaundryFees", void 0);
51
+
50
52
  __decorate([(0, _utils.ApiProperty)(), __metadata("design:type", Number)], CreateBalanceSheetModuleForm.prototype, "idExercice", void 0);
51
53
  //# sourceMappingURL=CreateBalanceSheetModule.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,eAAA,E,KAAwB,CAAxB,CAAA;;AAMA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,cAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,6BAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,0BAAA,E,KAA0C,CAA1C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,yBAAA,E,KAAyC,CAAzC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory?: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile?: boolean;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiProperty()\n idExercice: number;\n}"],"sourceRoot":"","file":"CreateBalanceSheetModule.js"}
1
+ {"version":3,"sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAO,4BAAP,CAAmC;;QAA5B,4B,GAAA,4B;;AAEX,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,WAAA,E,KAAoB,CAApB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,eAAA,E,KAAwB,CAAxB,CAAA;;AAMA,UAAA,CAAA,CADC,iCACD,E,kCAAA,CAAA,E,sCAAA,E,cAAA,E,KAAuB,CAAvB,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,6BAAA,E,KAA6C,CAA7C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,0BAAA,E,KAA0C,CAA1C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,4BAAA,E,KAA4C,CAA5C,CAAA;;AAGA,UAAA,CAAA,CADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,+BAAA,E,KAA+C,CAA/C,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,yBAAA,E,KAAyC,CAAzC,CAAA;;AAMA,UAAA,CAAA,CAJC,iCAID,EAHC,gCAGD,EAFC,yBAED,EADC,iCACD,E,iCAAA,CAAA,E,sCAAA,E,gBAAA,E,KAAgC,CAAhC,CAAA;;AAGA,UAAA,CAAA,CADC,yBACD,E,iCAAA,CAAA,E,sCAAA,E,YAAA,E,KAAmB,CAAnB,CAAA","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory?: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile?: boolean;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasLaundryFees?: boolean | null;\n\n @ApiProperty()\n idExercice: number;\n}"],"sourceRoot":"","file":"CreateBalanceSheetModule.js"}
@@ -47,5 +47,7 @@ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Boolean
47
47
 
48
48
  __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "hasManualEntryToDeclare", void 0);
49
49
 
50
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Object)], UpdateBalanceSheetModuleForm.prototype, "hasLaundryFees", void 0);
51
+
50
52
  __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Number)], UpdateBalanceSheetModuleForm.prototype, "idExercice", void 0);
51
53
  //# sourceMappingURL=UpdateBalanceSheetModule.js.map