@silexpert/core 0.4.98 → 0.4.101

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 (183) hide show
  1. package/es/api/resources/AccountsSectors.d.ts +8 -0
  2. package/es/api/resources/AccountsSectors.d.ts.map +1 -0
  3. package/es/api/resources/AccountsSectors.js +13 -0
  4. package/es/api/resources/AccountsSectors.js.map +1 -0
  5. package/es/api/resources/QuotesAccount.d.ts +2 -1
  6. package/es/api/resources/QuotesAccount.d.ts.map +1 -1
  7. package/es/api/resources/QuotesAccount.js +4 -1
  8. package/es/api/resources/QuotesAccount.js.map +1 -1
  9. package/es/api/resources/Report.d.ts +6 -16
  10. package/es/api/resources/Report.d.ts.map +1 -1
  11. package/es/api/resources/Report.js +4 -4
  12. package/es/api/resources/Report.js.map +1 -1
  13. package/es/api/resources/Vehicle.d.ts +12 -0
  14. package/es/api/resources/Vehicle.d.ts.map +1 -0
  15. package/es/api/resources/Vehicle.js +19 -0
  16. package/es/api/resources/Vehicle.js.map +1 -0
  17. package/es/types/Enum/AccountsSectors.d.ts +255 -0
  18. package/es/types/Enum/AccountsSectors.d.ts.map +1 -0
  19. package/es/types/Enum/AccountsSectors.js +255 -0
  20. package/es/types/Enum/AccountsSectors.js.map +1 -0
  21. package/es/types/Enum/Comment.d.ts +1 -1
  22. package/es/types/Enum/Comment.js +19 -19
  23. package/es/types/Enum/Comment.js.map +1 -1
  24. package/es/types/Enum/RevisionGuide.d.ts +18 -12
  25. package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
  26. package/es/types/Enum/RevisionGuide.js +17 -11
  27. package/es/types/Enum/RevisionGuide.js.map +1 -1
  28. package/es/types/Interface/api/account/ReadQuoteAccount.d.ts +3 -1
  29. package/es/types/Interface/api/account/ReadQuoteAccount.d.ts.map +1 -1
  30. package/es/types/Interface/api/account/ReadQuoteAccount.js.map +1 -1
  31. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
  32. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +5 -0
  33. package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  34. package/es/types/Interface/api/quotes/CreateQuoteAccount.d.ts +6 -0
  35. package/es/types/Interface/api/quotes/CreateQuoteAccount.d.ts.map +1 -0
  36. package/es/types/Interface/api/quotes/CreateQuoteAccount.js +25 -0
  37. package/es/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -0
  38. package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts +1 -0
  39. package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts.map +1 -1
  40. package/es/types/Interface/api/quotes/QueryQuotesAccount.js +4 -0
  41. package/es/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -1
  42. package/es/types/Interface/api/report/CreateReport.d.ts +2 -2
  43. package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
  44. package/es/types/Interface/api/report/CreateReport.js +2 -2
  45. package/es/types/Interface/api/report/CreateReport.js.map +1 -1
  46. package/es/types/Interface/api/report/QueryReportsStats.d.ts +5 -0
  47. package/es/types/Interface/api/report/QueryReportsStats.d.ts.map +1 -0
  48. package/es/types/Interface/api/report/QueryReportsStats.js +21 -0
  49. package/es/types/Interface/api/report/QueryReportsStats.js.map +1 -0
  50. package/es/types/Interface/api/report/ReadReport.d.ts +1 -2
  51. package/es/types/Interface/api/report/ReadReport.d.ts.map +1 -1
  52. package/es/types/Interface/api/report/ReadReport.js.map +1 -1
  53. package/es/types/Interface/api/report/ReadReportStats.d.ts +6 -0
  54. package/es/types/Interface/api/report/ReadReportStats.d.ts.map +1 -0
  55. package/es/types/Interface/api/report/ReadReportStats.js +2 -0
  56. package/es/types/Interface/api/report/ReadReportStats.js.map +1 -0
  57. package/es/types/Interface/api/report/UpdateReport.d.ts +13 -0
  58. package/es/types/Interface/api/report/UpdateReport.d.ts.map +1 -0
  59. package/es/types/Interface/api/report/UpdateReport.js +2 -0
  60. package/es/types/Interface/api/report/UpdateReport.js.map +1 -0
  61. package/es/types/Interface/api/society/CreateSociety.d.ts +1 -0
  62. package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
  63. package/es/types/Interface/api/society/CreateSociety.js +4 -0
  64. package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
  65. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +5 -5
  66. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  67. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -6
  68. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  69. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +3 -3
  70. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  71. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  72. package/es/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts +17 -0
  73. package/es/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts.map +1 -0
  74. package/es/types/Interface/api/vehicle/CreateSocietyVehicle.js +69 -0
  75. package/es/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -0
  76. package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts +17 -0
  77. package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts.map +1 -0
  78. package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.js +69 -0
  79. package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -0
  80. package/es/types/Interface/models/IAccount.d.ts +2 -0
  81. package/es/types/Interface/models/IAccount.d.ts.map +1 -1
  82. package/es/types/Interface/models/IAccount.js.map +1 -1
  83. package/es/types/Interface/models/IAccountsSectors.d.ts +6 -0
  84. package/es/types/Interface/models/IAccountsSectors.d.ts.map +1 -0
  85. package/es/types/Interface/models/IAccountsSectors.js +2 -0
  86. package/es/types/Interface/models/IAccountsSectors.js.map +1 -0
  87. package/es/types/Interface/models/IBankAccount.d.ts +10 -9
  88. package/es/types/Interface/models/IBankAccount.d.ts.map +1 -1
  89. package/es/types/Interface/models/IBankAccount.js.map +1 -1
  90. package/es/types/Interface/models/IComment.d.ts +10 -9
  91. package/es/types/Interface/models/IComment.d.ts.map +1 -1
  92. package/es/types/Interface/models/IComment.js.map +1 -1
  93. package/es/types/Interface/models/IReport.d.ts +0 -2
  94. package/es/types/Interface/models/IReport.d.ts.map +1 -1
  95. package/es/types/Interface/models/IReport.js.map +1 -1
  96. package/es/types/Interface/models/ISocietyVehicle.d.ts +7 -0
  97. package/es/types/Interface/models/ISocietyVehicle.d.ts.map +1 -1
  98. package/es/types/Interface/models/ISocietyVehicle.js.map +1 -1
  99. package/es/types/index.d.ts +8 -1
  100. package/es/types/index.d.ts.map +1 -1
  101. package/es/types/index.js +8 -1
  102. package/es/types/index.js.map +1 -1
  103. package/es/utils/transforms/boolean.transform.d.ts.map +1 -1
  104. package/es/utils/transforms/boolean.transform.js +1 -1
  105. package/es/utils/transforms/boolean.transform.js.map +1 -1
  106. package/js/api/resources/AccountsSectors.js +26 -0
  107. package/js/api/resources/AccountsSectors.js.map +1 -0
  108. package/js/api/resources/QuotesAccount.js +5 -3
  109. package/js/api/resources/QuotesAccount.js.map +1 -1
  110. package/js/api/resources/Report.js +10 -6
  111. package/js/api/resources/Report.js.map +1 -1
  112. package/js/api/resources/Vehicle.js +34 -0
  113. package/js/api/resources/Vehicle.js.map +1 -0
  114. package/js/types/Enum/AccountsSectors.js +260 -0
  115. package/js/types/Enum/AccountsSectors.js.map +1 -0
  116. package/js/types/Enum/Comment.js +19 -19
  117. package/js/types/Enum/Comment.js.map +1 -1
  118. package/js/types/Enum/RevisionGuide.js +17 -11
  119. package/js/types/Enum/RevisionGuide.js.map +1 -1
  120. package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +5 -1
  121. package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  122. package/js/types/Interface/api/quotes/CreateQuoteAccount.js +31 -0
  123. package/js/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -0
  124. package/js/types/Interface/api/quotes/QueryQuotesAccount.js +2 -0
  125. package/js/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -1
  126. package/js/types/Interface/api/report/CreateReport.js +2 -2
  127. package/js/types/Interface/api/report/CreateReport.js.map +1 -1
  128. package/js/types/Interface/api/report/QueryReportsStats.js +29 -0
  129. package/js/types/Interface/api/report/QueryReportsStats.js.map +1 -0
  130. package/js/types/Interface/api/report/ReadReportStats.js +6 -0
  131. package/js/types/Interface/api/report/ReadReportStats.js.map +1 -0
  132. package/js/types/Interface/{models/IReportMessage.js → api/report/UpdateReport.js} +1 -1
  133. package/js/types/Interface/{models/IReportMessage.js.map → api/report/UpdateReport.js.map} +1 -1
  134. package/js/types/Interface/api/society/CreateSociety.js +2 -0
  135. package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
  136. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -6
  137. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  138. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  139. package/js/types/Interface/api/vehicle/CreateSocietyVehicle.js +53 -0
  140. package/js/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -0
  141. package/js/types/Interface/api/vehicle/UpdateSocietyVehicle.js +53 -0
  142. package/js/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -0
  143. package/js/types/Interface/models/IAccountsSectors.js +6 -0
  144. package/js/types/Interface/models/IAccountsSectors.js.map +1 -0
  145. package/js/types/index.js +96 -12
  146. package/js/types/index.js.map +1 -1
  147. package/js/utils/transforms/boolean.transform.js +1 -1
  148. package/js/utils/transforms/boolean.transform.js.map +1 -1
  149. package/package.json +2 -2
  150. package/ts/api/resources/AccountsSectors.ts +16 -0
  151. package/ts/api/resources/QuotesAccount.ts +8 -2
  152. package/ts/api/resources/Report.ts +8 -15
  153. package/ts/api/resources/Vehicle.ts +33 -0
  154. package/ts/types/Enum/AccountsSectors.ts +254 -0
  155. package/ts/types/Enum/Comment.ts +1 -1
  156. package/ts/types/Enum/RevisionGuide.ts +17 -11
  157. package/ts/types/Interface/api/account/ReadQuoteAccount.ts +4 -2
  158. package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +5 -0
  159. package/ts/types/Interface/api/quotes/CreateQuoteAccount.ts +12 -0
  160. package/ts/types/Interface/api/quotes/QueryQuotesAccount.ts +3 -0
  161. package/ts/types/Interface/api/report/CreateReport.ts +3 -3
  162. package/ts/types/Interface/api/report/QueryReportsStats.ts +9 -0
  163. package/ts/types/Interface/api/report/ReadReport.ts +1 -2
  164. package/ts/types/Interface/api/report/ReadReportStats.ts +6 -0
  165. package/ts/types/Interface/api/report/UpdateReport.ts +13 -0
  166. package/ts/types/Interface/api/society/CreateSociety.ts +3 -0
  167. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +6 -6
  168. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +3 -3
  169. package/ts/types/Interface/api/vehicle/CreateSocietyVehicle.ts +45 -0
  170. package/ts/types/Interface/api/vehicle/UpdateSocietyVehicle.ts +45 -0
  171. package/ts/types/Interface/models/IAccount.ts +2 -0
  172. package/ts/types/Interface/models/IAccountsSectors.ts +6 -0
  173. package/ts/types/Interface/models/IBankAccount.ts +10 -9
  174. package/ts/types/Interface/models/IComment.ts +10 -9
  175. package/ts/types/Interface/models/IReport.ts +0 -2
  176. package/ts/types/Interface/models/ISocietyVehicle.ts +7 -0
  177. package/ts/types/index.ts +8 -1
  178. package/ts/utils/transforms/boolean.transform.ts +1 -1
  179. package/es/types/Interface/models/IReportMessage.d.ts +0 -11
  180. package/es/types/Interface/models/IReportMessage.d.ts.map +0 -1
  181. package/es/types/Interface/models/IReportMessage.js +0 -2
  182. package/es/types/Interface/models/IReportMessage.js.map +0 -1
  183. package/ts/types/Interface/models/IReportMessage.ts +0 -14
@@ -0,0 +1,254 @@
1
+ export const AccountsSectorsEnum = {
2
+ DEFAULT: {
3
+ id: 1,
4
+ name: 'Autre',
5
+ },
6
+ DOCTORS: {
7
+ id: 2,
8
+ name: 'Médecins',
9
+ },
10
+ PEDIATRICIAN: {
11
+ id: 3,
12
+ name: 'Pédiatre',
13
+ },
14
+ CARDIOLOGIST: {
15
+ id: 4,
16
+ name: 'Cardiologue',
17
+ },
18
+ SURGEON: {
19
+ id: 5,
20
+ name: 'Chirurgien',
21
+ },
22
+ DENTIST: {
23
+ id: 6,
24
+ name: 'Chirurgien-dentiste',
25
+ },
26
+ OBSTETRICIAN_GYNECOLOGIST: {
27
+ id: 7,
28
+ name: 'Gynécologue-obstétricien',
29
+ },
30
+ MIDWIFE: {
31
+ id: 8,
32
+ name: 'Sage-femme',
33
+ },
34
+ DERMATOLOGIST: {
35
+ id: 9,
36
+ name: 'Dermatologue',
37
+ },
38
+ RADIOLOGIST: {
39
+ id: 10,
40
+ name: 'Radiologue',
41
+ },
42
+ OPHTAMOLOGIST: {
43
+ id: 11,
44
+ name: 'Ophtalmologiste',
45
+ },
46
+ GERIATRICIAN: {
47
+ id: 12,
48
+ name: 'Gériatre',
49
+ },
50
+ ANESTHESIOLOGIST_RESUSCITATOR: {
51
+ id: 13,
52
+ name: 'Anesthésiste-réanimateur',
53
+ },
54
+ ALLERGIST: {
55
+ id: 14,
56
+ name: 'Allergologue',
57
+ },
58
+ VETERINARY: {
59
+ id: 15,
60
+ name: 'Vétérinaire',
61
+ },
62
+ ACUPUNCTURIST: {
63
+ id: 16,
64
+ name: 'Acupuncteur',
65
+ },
66
+ CHILD_PSYCHIATRIST: {
67
+ id: 17,
68
+ name: 'Psychiatre-pédopsychiatre',
69
+ },
70
+ PHYTOTHERAPIST: {
71
+ id: 18,
72
+ name: 'Phytothérapeute',
73
+ },
74
+ NURSE: {
75
+ id: 19,
76
+ name: 'Infirmier',
77
+ },
78
+ OSTEOPATH: {
79
+ id: 20,
80
+ name: 'Ostéopathe',
81
+ },
82
+ CHIROPRACTOR: {
83
+ id: 21,
84
+ name: 'Chiropracteur',
85
+ },
86
+ DIETICIAN: {
87
+ id: 22,
88
+ name: 'Diététicien',
89
+ },
90
+ PHYSIOTHERAPIST: {
91
+ id: 23,
92
+ name: 'Masseur-kinésithérapeute',
93
+ },
94
+ OCCUPATIONAL_THERAPIST: {
95
+ id: 24,
96
+ name: 'Ergothérapeute',
97
+ },
98
+ SPEECH_THERAPIST: {
99
+ id: 25,
100
+ name: 'Orthophoniste',
101
+ },
102
+ OPTICIAN_OPTOMETRIST: {
103
+ id: 26,
104
+ name: 'Opticien-optométriste',
105
+ },
106
+ ORTHOPEDIST_ORTHOTIST: {
107
+ id: 27,
108
+ name: 'Orthopédiste-orthésiste',
109
+ },
110
+ ORTHOPROSTHETIST: {
111
+ id: 28,
112
+ name: 'Orthoprothésiste',
113
+ },
114
+ ORTHOPIST: {
115
+ id: 29,
116
+ name: 'Orthoptiste',
117
+ },
118
+ PODIATRIST_PEDICURE: {
119
+ id: 30,
120
+ name: 'Podologue - pédicure',
121
+ },
122
+ PSYCHOMOTOR_THERAPIST: {
123
+ id: 31,
124
+ name: 'Psychomotricien',
125
+ },
126
+ NATUROPATH: {
127
+ id: 32,
128
+ name: 'Naturopathe',
129
+ },
130
+ AUDIOPROTHESIST: {
131
+ id: 33,
132
+ name: 'Audioprothésiste',
133
+ },
134
+ CHILD_CARE: {
135
+ id: 34,
136
+ name: 'Auxiliaire de puériculture',
137
+ },
138
+ ACCOUNTANT: {
139
+ id: 35,
140
+ name: 'Expert-comptable',
141
+ },
142
+ STATUTORY_AUDITOR: {
143
+ id: 36,
144
+ name: 'Commissaire aux comptes',
145
+ },
146
+ JUDICIARY_ADMINISTRATOR: {
147
+ id: 37,
148
+ name: 'Administrateur judiciaire',
149
+ },
150
+ LEGAL_REPRESENTATIVE: {
151
+ id: 38,
152
+ name: 'Mandataire judiciaire',
153
+ },
154
+ CLERK: {
155
+ id: 39,
156
+ name: 'Greffier',
157
+ },
158
+ BAILIFF: {
159
+ id: 40,
160
+ name: 'Huissier de justice',
161
+ },
162
+ NOTARY: {
163
+ id: 41,
164
+ name: 'Notaire',
165
+ },
166
+ LAWYER: {
167
+ id: 42,
168
+ name: 'Avocat',
169
+ },
170
+ HUMAN_RESOURCES: {
171
+ id: 43,
172
+ name: 'Conseiller en ressources humaines',
173
+ },
174
+ MANAGEMENT_SAVING: {
175
+ id: 44,
176
+ name: 'Conseiller en économies et gestion',
177
+ },
178
+ FINANCIAL: {
179
+ id: 45,
180
+ name: 'Conseiller financier',
181
+ },
182
+ MARKETING: {
183
+ id: 46,
184
+ name: 'Conseiller en marketing',
185
+ },
186
+ COMPUTER_SCIENTIST: {
187
+ id: 47,
188
+ name: 'Informaticien',
189
+ },
190
+ GRAPHIC_DESIGNER: {
191
+ id: 48,
192
+ name: 'Infographiste - Graphiste',
193
+ },
194
+ FORMER: {
195
+ id: 49,
196
+ name: 'Formateur',
197
+ },
198
+ TEACHER: {
199
+ id: 50,
200
+ name: 'Professeur',
201
+ },
202
+ TRAINER: {
203
+ id: 51,
204
+ name: 'Moniteur',
205
+ },
206
+ PHOTOGRAPHER: {
207
+ id: 52,
208
+ name: 'Photographe',
209
+ },
210
+ TRANSLATOR: {
211
+ id: 53,
212
+ name: 'Traducteur',
213
+ },
214
+ SPORT_COACH: {
215
+ id: 54,
216
+ name: 'Coach sportif',
217
+ },
218
+ AUTOR_ARTIST: {
219
+ id: 55,
220
+ name: 'Artiste-Auteur',
221
+ },
222
+ COMMERCIAL_AGENT: {
223
+ id: 56,
224
+ name: 'Agent commercial',
225
+ },
226
+ CONSULTANT: {
227
+ id: 57,
228
+ name: 'Consultant',
229
+ },
230
+ ARCHITECT: {
231
+ id: 58,
232
+ name: 'Architecte',
233
+ },
234
+ SURVEYOR: {
235
+ id: 59,
236
+ name: 'Géomètre-expert',
237
+ },
238
+ PROJECT_MANAGER: {
239
+ id: 60,
240
+ name: 'Maître d’œuvre',
241
+ },
242
+ QUANTITY_SURVEYOR: {
243
+ id: 61,
244
+ name: 'Métreur',
245
+ },
246
+ LANDSCAPER: {
247
+ id: 62,
248
+ name: 'Paysagiste',
249
+ },
250
+ SOCIOLOGIST: {
251
+ id: 63,
252
+ name: 'Sociologue',
253
+ },
254
+ };
@@ -1,4 +1,4 @@
1
- export enum TypeComment {
1
+ export enum CommentType {
2
2
  ACCOUNTANT = 1,
3
3
  JURIDICAL = 2,
4
4
  SOCIAL = 3,
@@ -51,28 +51,34 @@ export enum RevisionGuideId {
51
51
  ETABLISSEMENT_NUIT = 49,
52
52
  NEGOCE = 50,
53
53
  IMPORT_EXPORT = 51,
54
+ ETATS_CFE = 52,
55
+ BROCHURE_GENEREE = 53,
56
+ LIASSE_GENEREE = 54,
54
57
  }
55
58
 
56
59
  export enum RevisionGuideLabel {
57
- CAPITAUX = '<b>Capitaux :</b> Avez vous vérifier les documents juridique (PV AG, KBIS, Statuts, DBE) ?',
58
- EMPRUNT = '<b>Emprunt :</b> avez vous fait un rapprochement emprunt ?',
60
+ CAPITAUX = '<b>Capitaux :</b> Avez vous vérifié les documents juridiques (PV AG, KBIS, Statuts, DBE) ?',
61
+ EMPRUNT = '<b>Emprunt :</b> Avez vous fait un rapprochement emprunt ?',
59
62
  IMMO = '<b>Immo :</b> votre rapprochement immobilisation a t-il été réalisé ?',
60
63
  STOCK = '<b>Stock :</b> Avez vous obtenu l’état du stock ?',
61
- SALAIRE = '<b>Salaire :</b> avez vous pointé les comptes liés à la rémunération du personnel ?',
64
+ SALAIRE = '<b>Salaire :</b> Avez vous pointé les comptes liés à la rémunération du personnel ?',
62
65
  SALAIRE_DADS = 'Avez vous réalisé votre rapprochement DADS, Taxe apprentissage, congés payés et formation ?',
63
66
  SALAIRE_TNS = 'Avez vous réalisé votre provision TNS ?',
67
+ BROCHURE_GENEREE = 'Avez vous généré la plaquette ?',
68
+ LIASSE_GENEREE = 'Avez vous généré la liasse ?',
64
69
  BANK = '<b>Banque :</b> Avez vous obtenu tous les relevés bancaires ?',
65
- RELEVES_BANCAIRES = 'Avez vous obtenu le relevés caisse ?',
66
- CHARGES = '<b>Charges :</b> Avez vous fait un sondage des factures des plus gros montant dans les comptes de charges suivant : 601,604,607,611,623,626 ?',
67
- ETATS = '<b>États :</b> Avez vous réalisé contrôle de TVA / TVS / CFE / CVAE ?',
68
- ETATS_AMORTISSEMENTS = 'Avez vous réalisé RF amortissement excédentaires ?',
70
+ RELEVES_BANCAIRES = 'Avez vous obtenu le relevé de caisse ?',
71
+ CHARGES = '<b>Charges :</b> Avez vous fait un sondage des factures des plus gros montant dans les comptes de charges suivants : 601, 604, 607, 611, 623, 626 ?',
72
+ ETATS = '<b>États :</b> Avez vous réalisé le contrôle de TVA ?',
73
+ ETATS_CFE = '<b>États :</b> Avez vous réalisé le contrôle de TVS / CFE / CVAE ?',
74
+ ETATS_AMORTISSEMENTS = 'Avez vous réalisé le RF amortissement excédentaires ?',
69
75
  AUTRE_COMPTE = '<b>Autre compte :</b> Avez vous vérifié l’origine des apports ?',
70
- PERIODICITE = 'Avez vous vérifier la périodicité des comptes de location, abonnement, téléphone et internet ?',
71
- FACTURES_SUPERIEUR_500 = 'Avez vous obtenue les factures supérieur à 500€ ?',
76
+ PERIODICITE = 'Avez vous vérifé la périodicité des comptes de location, abonnement, téléphone et internet ?',
77
+ FACTURES_SUPERIEUR_500 = 'Avez vous obtenu les factures supérieures à 500€ ?',
72
78
  CUTT_OFF = 'Avez vous le cut-off ?',
73
79
  PRODUCT_GESCOM = 'Produit : Avez vous obtenu la GESCOM ?',
74
- FAE_AAE = 'Avez vous vérifier les FAE, AAE ?',
75
- PROVISIONS_TNS = 'Avez vous vérifier les provisions TNS ?',
80
+ FAE_AAE = 'Avez vous vérifié les FAE, AAE ?',
81
+ PROVISIONS_TNS = 'Avez vous vérifié les provisions TNS ?',
76
82
  A_SIGNER_CA = 'CA',
77
83
  A_SIGNER_CCA = 'CCA',
78
84
  A_SIGNER_INVENTAIRE = 'Inventaire',
@@ -4,5 +4,7 @@ export interface ReadQuoteAccount {
4
4
  amount: number;
5
5
  label: string;
6
6
  date: Date;
7
- categories: Array<IAccount>;
8
- }
7
+ category: IAccount;
8
+ baseAmount: number;
9
+ idAccountingTransaction: number;
10
+ }
@@ -1,5 +1,7 @@
1
+ import { IsBoolean, IsOptional } from 'class-validator';
1
2
  import { IAccountingTransaction, IImmobilization } from '../../..';
2
3
  import { ApiPropertyOptional } from '../../../../utils';
4
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
3
5
 
4
6
  export type FormImmobilization = IImmobilization;
5
7
 
@@ -31,6 +33,9 @@ export class UpdateAccountingTransaction {
31
33
  @ApiPropertyOptional()
32
34
  exported?: Date | null;
33
35
  @ApiPropertyOptional()
36
+ @IsBoolean()
37
+ @ToBoolean()
38
+ @IsOptional()
34
39
  isAsset?: boolean;
35
40
  @ApiPropertyOptional()
36
41
  dateValue?: Date;
@@ -0,0 +1,12 @@
1
+ import { ApiProperty } from '../../../../utils';
2
+
3
+ export class CreateQuotesAccount {
4
+ @ApiProperty()
5
+ idAccount: number;
6
+
7
+ @ApiProperty()
8
+ idExercice: number;
9
+
10
+ @ApiProperty()
11
+ quoteAmount: number;
12
+ }
@@ -9,4 +9,7 @@ export class QueryQuotesAccount {
9
9
 
10
10
  @ApiProperty()
11
11
  quoteAmount: number;
12
+
13
+ @ApiProperty()
14
+ idAccountingTransaction: number;
12
15
  }
@@ -13,7 +13,7 @@ export class CreateReport implements IReport {
13
13
  idUser: number;
14
14
 
15
15
  @ApiProperty()
16
- message: string;
16
+ comment: string;
17
17
 
18
18
  @ApiPropertyOptional()
19
19
  search?: string;
@@ -36,8 +36,8 @@ export class CreateReport implements IReport {
36
36
  @ApiPropertyOptional()
37
37
  processed?: boolean;
38
38
 
39
- @ApiProperty()
40
- letterDate: Date;
39
+ @ApiPropertyOptional()
40
+ letterDate?: Date;
41
41
 
42
42
  @ApiPropertyOptional()
43
43
  receivedFile?: TFile;
@@ -0,0 +1,9 @@
1
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
2
+
3
+ export class QueryReportsStats {
4
+ @ApiProperty()
5
+ year: number;
6
+
7
+ @ApiPropertyOptional()
8
+ idUser?: number | number[];
9
+ }
@@ -3,8 +3,7 @@ import { IReport, IUser } from '../../..';
3
3
 
4
4
  export interface ReadReport extends IReport {
5
5
  idUser: number,
6
- idReportMessage?: number,
7
- message?: string,
6
+ comment?: string,
8
7
  note?: string,
9
8
  societyUsers?: IUser[]
10
9
  }
@@ -0,0 +1,6 @@
1
+ import { IReport } from '../../..';
2
+
3
+ export interface ReadReportStats extends IReport {
4
+ monthNumber: number,
5
+ count: number
6
+ }
@@ -0,0 +1,13 @@
1
+ import { IReport, IUser } from '../../..';
2
+
3
+ export interface UpdateReport extends IReport {
4
+ idUser: number,
5
+ comment?: string,
6
+ note?: string,
7
+ declareSoupcons?: boolean,
8
+ state?: number,
9
+ informerjlb?: boolean,
10
+ ressenti?: number,
11
+ action?: number,
12
+ societyUsers?: IUser[]
13
+ }
@@ -57,4 +57,7 @@ export class CreateSociety {
57
57
 
58
58
  @ApiPropertyOptional()
59
59
  idTaxSystem?: number;
60
+
61
+ @ApiPropertyOptional()
62
+ idSector?: number;
60
63
  }
@@ -6,7 +6,7 @@ import { BalanceSheetState } from '../../../Enum/BalanceSheet';
6
6
 
7
7
  export class QueryTaxDeadline {
8
8
  @ApiProperty({ description: 'Identifiant du collaborateur' })
9
- idUser: number;
9
+ idUser: number | number[];
10
10
 
11
11
  @ApiPropertyOptional({ description: 'Chiffre d\'affaires prévisionnel minimum' })
12
12
  minimalTurnover?: number;
@@ -26,11 +26,11 @@ export class QueryTaxDeadline {
26
26
  @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })
27
27
  idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];
28
28
 
29
- @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })
30
- closingDate?: string;
29
+ @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })
30
+ closingDate?: string | string[];
31
31
 
32
32
  @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })
33
- year?: string;
33
+ year?: string | string[];
34
34
 
35
35
  @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })
36
36
  search?: string;
@@ -47,7 +47,7 @@ export class QueryTaxDeadline {
47
47
 
48
48
  export class QueryTaxDeadlineStatistics {
49
49
  @ApiProperty({ description: 'Identifiant du collaborateur' })
50
- idUser: number;
50
+ idUser: number | number[];
51
51
 
52
52
  @ApiPropertyOptional({ description: 'Chiffre d\'affaires prévisionnel minimum' })
53
53
  minimalTurnover?: number;
@@ -71,7 +71,7 @@ export class QueryTaxDeadlineStatistics {
71
71
  closingDate?: string;
72
72
 
73
73
  @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })
74
- year?: string;
74
+ year?: string | string[];
75
75
 
76
76
  @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })
77
77
  search?: string;
@@ -7,9 +7,8 @@ import { IExerciceDetail } from '../../models/IExerciceDetail';
7
7
  import { IFile } from '../../models/IFile';
8
8
  import { IUser } from '../../models/IUser';
9
9
  import { ITerminationList } from '../../models/ITerminationList';
10
- import { UnpaidDetail } from '../../..';
10
+ import { UnpaidDetail, IPendingPoint } from '../../..';
11
11
  import { ICustomerTva } from '../../models/ICustomerTva';
12
- import { ISupervisionPendingPoint } from '../../models/ISupervisionPendingPoint';
13
12
 
14
13
  export class ReadTaxDeadline {
15
14
  society: {
@@ -25,6 +24,7 @@ export class ReadTaxDeadline {
25
24
  unpaidDetails: UnpaidDetail[];
26
25
  isLate: boolean;
27
26
  };
27
+ accountant: IUser;
28
28
  exercice: IExercice;
29
29
  exercices: IExercice[];
30
30
  exerciceDetails: IExerciceDetail | null;
@@ -32,7 +32,7 @@ export class ReadTaxDeadline {
32
32
  commercial: IUser | null;
33
33
  balanceSheet: IBalanceSheet | null;
34
34
  supervision: ISupervision | null;
35
- pendingPoints: ISupervisionPendingPoint[] | null;
35
+ pendingPoints: IPendingPoint[] | null;
36
36
  letter: IFile | null;
37
37
  prestations: PrestationTaxDeadline[];
38
38
  activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];
@@ -0,0 +1,45 @@
1
+ import { ApiPropertyOptional } from '../../../..';
2
+
3
+ export class CreateSocietyVehicle {
4
+ @ApiPropertyOptional()
5
+ name?: string;
6
+
7
+ @ApiPropertyOptional()
8
+ isPerso?: boolean;
9
+
10
+ @ApiPropertyOptional()
11
+ power?: number;
12
+
13
+ @ApiPropertyOptional()
14
+ idSocietyPartner?: number;
15
+
16
+ @ApiPropertyOptional()
17
+ idFuel?: number;
18
+
19
+ @ApiPropertyOptional()
20
+ idTypeVehicle?: number;
21
+
22
+ @ApiPropertyOptional()
23
+ idFile?: number | null;
24
+
25
+ @ApiPropertyOptional()
26
+ registration?: string | null;
27
+
28
+ @ApiPropertyOptional()
29
+ carBrand?: string | null;
30
+
31
+ @ApiPropertyOptional()
32
+ carType?: string | null;
33
+
34
+ @ApiPropertyOptional()
35
+ sheetMetalType?: string | null;
36
+
37
+ @ApiPropertyOptional()
38
+ emissionRate?: number | null;
39
+
40
+ @ApiPropertyOptional()
41
+ dateOfFirstRegistration?: Date | null;
42
+
43
+ @ApiPropertyOptional()
44
+ isLeasing?: boolean | null;
45
+ }
@@ -0,0 +1,45 @@
1
+ import { ApiPropertyOptional } from '../../../..';
2
+
3
+ export class UpdateSocietyVehicle {
4
+ @ApiPropertyOptional()
5
+ name?: string;
6
+
7
+ @ApiPropertyOptional()
8
+ isPerso?: boolean;
9
+
10
+ @ApiPropertyOptional()
11
+ power?: number;
12
+
13
+ @ApiPropertyOptional()
14
+ idSocietyPartner?: number;
15
+
16
+ @ApiPropertyOptional()
17
+ idFuel?: number;
18
+
19
+ @ApiPropertyOptional()
20
+ idTypeVehicle?: number;
21
+
22
+ @ApiPropertyOptional()
23
+ idFile?: number | null;
24
+
25
+ @ApiPropertyOptional()
26
+ registration?: string | null;
27
+
28
+ @ApiPropertyOptional()
29
+ carBrand?: string | null;
30
+
31
+ @ApiPropertyOptional()
32
+ carType?: string | null;
33
+
34
+ @ApiPropertyOptional()
35
+ sheetMetalType?: string | null;
36
+
37
+ @ApiPropertyOptional()
38
+ emissionRate?: number | null;
39
+
40
+ @ApiPropertyOptional()
41
+ dateOfFirstRegistration?: Date | null;
42
+
43
+ @ApiPropertyOptional()
44
+ isLeasing?: boolean | null;
45
+ }
@@ -6,6 +6,7 @@ import { ISector } from './ISector';
6
6
  import { IAccountHelp } from './IAccountHelp';
7
7
  import { IAccountDetail } from './IAccountDetail';
8
8
  import { ISociety } from './ISociety';
9
+ import { IAccountsSectors } from './IAccountsSectors';
9
10
 
10
11
  // accounts
11
12
  export interface IAccount {
@@ -28,6 +29,7 @@ export interface IAccount {
28
29
  isPersonalised?: boolean;
29
30
  forClient?: boolean;
30
31
  forFournisseur?: boolean;
32
+ accountsSectors?: IAccountsSectors[];
31
33
  juridicalSociety?: number | null;
32
34
  idNature: number;
33
35
  customization?: number;
@@ -0,0 +1,6 @@
1
+ // accountsSectors
2
+ export interface IAccountsSectors {
3
+ id?: number;
4
+ idSector: number;
5
+ idAccount: number;
6
+ }
@@ -18,8 +18,9 @@ export interface IBankAccount {
18
18
  startImport: Date | null;
19
19
  activated: boolean;
20
20
  pcgExtension: number | null;
21
- lastUpdate: Date | null;
22
- lastTryImport: Date | null;
21
+ lastUpdate?: Date | null;
22
+ lastTryImport?: Date | null;
23
+ disabledAt?: Date | null;
23
24
  inProgressImport: Date | null;
24
25
  amountStart: number | null;
25
26
  isGlobalFetched: boolean;
@@ -33,11 +34,11 @@ export interface IBankAccount {
33
34
  updatedAt?: Date | null;
34
35
 
35
36
  // Associations
36
- currency: ICurrency;
37
- society: ISociety;
38
- bankConnection: IBankConnection;
39
- account: IAccount;
40
- bankList: IBankList;
41
- balanceBankAccounts: IBalanceBankAccount[];
42
- simulations: ISimulation[];
37
+ currency?: ICurrency;
38
+ society?: ISociety;
39
+ bankConnection?: IBankConnection;
40
+ account?: IAccount;
41
+ bankList?: IBankList;
42
+ balanceBankAccounts?: IBalanceBankAccount[];
43
+ simulations?: ISimulation[];
43
44
  }
@@ -7,18 +7,19 @@ import { ISupervision } from './ISupervision';
7
7
  export interface IComment {
8
8
  id?: number;
9
9
  comment: string;
10
- idTypeChannel: number;
10
+ idChannelType: number;
11
11
  idCommentType: number;
12
- idSociety: number | null;
13
- idUser: number | null;
14
- isPing: boolean;
12
+ idSociety?: number | null;
13
+ idReport?: number | null;
14
+ idUser?: number | null;
15
+ isPing?: boolean;
15
16
  createdAt?: Date | null;
16
17
  updatedAt?: Date | null;
17
- idSupervision: number | null;
18
+ idSupervision?: number | null;
18
19
 
19
20
  // Associations
20
- typeComment: ICommentType;
21
- typeChannel: IChannelType;
22
- user: IUser;
23
- supervision: ISupervision;
21
+ commentType?: ICommentType;
22
+ channelType?: IChannelType;
23
+ user?: IUser;
24
+ supervision?: ISupervision;
24
25
  }