@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.
- package/es/api/resources/AccountsSectors.d.ts +8 -0
- package/es/api/resources/AccountsSectors.d.ts.map +1 -0
- package/es/api/resources/AccountsSectors.js +13 -0
- package/es/api/resources/AccountsSectors.js.map +1 -0
- package/es/api/resources/QuotesAccount.d.ts +2 -1
- package/es/api/resources/QuotesAccount.d.ts.map +1 -1
- package/es/api/resources/QuotesAccount.js +4 -1
- package/es/api/resources/QuotesAccount.js.map +1 -1
- package/es/api/resources/Report.d.ts +6 -16
- package/es/api/resources/Report.d.ts.map +1 -1
- package/es/api/resources/Report.js +4 -4
- package/es/api/resources/Report.js.map +1 -1
- package/es/api/resources/Vehicle.d.ts +12 -0
- package/es/api/resources/Vehicle.d.ts.map +1 -0
- package/es/api/resources/Vehicle.js +19 -0
- package/es/api/resources/Vehicle.js.map +1 -0
- package/es/types/Enum/AccountsSectors.d.ts +255 -0
- package/es/types/Enum/AccountsSectors.d.ts.map +1 -0
- package/es/types/Enum/AccountsSectors.js +255 -0
- package/es/types/Enum/AccountsSectors.js.map +1 -0
- package/es/types/Enum/Comment.d.ts +1 -1
- package/es/types/Enum/Comment.js +19 -19
- package/es/types/Enum/Comment.js.map +1 -1
- package/es/types/Enum/RevisionGuide.d.ts +18 -12
- package/es/types/Enum/RevisionGuide.d.ts.map +1 -1
- package/es/types/Enum/RevisionGuide.js +17 -11
- package/es/types/Enum/RevisionGuide.js.map +1 -1
- package/es/types/Interface/api/account/ReadQuoteAccount.d.ts +3 -1
- package/es/types/Interface/api/account/ReadQuoteAccount.d.ts.map +1 -1
- package/es/types/Interface/api/account/ReadQuoteAccount.js.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +5 -0
- package/es/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/es/types/Interface/api/quotes/CreateQuoteAccount.d.ts +6 -0
- package/es/types/Interface/api/quotes/CreateQuoteAccount.d.ts.map +1 -0
- package/es/types/Interface/api/quotes/CreateQuoteAccount.js +25 -0
- package/es/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -0
- package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts +1 -0
- package/es/types/Interface/api/quotes/QueryQuotesAccount.d.ts.map +1 -1
- package/es/types/Interface/api/quotes/QueryQuotesAccount.js +4 -0
- package/es/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -1
- package/es/types/Interface/api/report/CreateReport.d.ts +2 -2
- package/es/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/es/types/Interface/api/report/CreateReport.js +2 -2
- package/es/types/Interface/api/report/CreateReport.js.map +1 -1
- package/es/types/Interface/api/report/QueryReportsStats.d.ts +5 -0
- package/es/types/Interface/api/report/QueryReportsStats.d.ts.map +1 -0
- package/es/types/Interface/api/report/QueryReportsStats.js +21 -0
- package/es/types/Interface/api/report/QueryReportsStats.js.map +1 -0
- package/es/types/Interface/api/report/ReadReport.d.ts +1 -2
- package/es/types/Interface/api/report/ReadReport.d.ts.map +1 -1
- package/es/types/Interface/api/report/ReadReport.js.map +1 -1
- package/es/types/Interface/api/report/ReadReportStats.d.ts +6 -0
- package/es/types/Interface/api/report/ReadReportStats.d.ts.map +1 -0
- package/es/types/Interface/api/report/ReadReportStats.js +2 -0
- package/es/types/Interface/api/report/ReadReportStats.js.map +1 -0
- package/es/types/Interface/api/report/UpdateReport.d.ts +13 -0
- package/es/types/Interface/api/report/UpdateReport.d.ts.map +1 -0
- package/es/types/Interface/api/report/UpdateReport.js +2 -0
- package/es/types/Interface/api/report/UpdateReport.js.map +1 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts +1 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.js +4 -0
- package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +5 -5
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -6
- package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +3 -3
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
- package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts +17 -0
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.d.ts.map +1 -0
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.js +69 -0
- package/es/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts +17 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.d.ts.map +1 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.js +69 -0
- package/es/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -0
- package/es/types/Interface/models/IAccount.d.ts +2 -0
- package/es/types/Interface/models/IAccount.d.ts.map +1 -1
- package/es/types/Interface/models/IAccount.js.map +1 -1
- package/es/types/Interface/models/IAccountsSectors.d.ts +6 -0
- package/es/types/Interface/models/IAccountsSectors.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountsSectors.js +2 -0
- package/es/types/Interface/models/IAccountsSectors.js.map +1 -0
- package/es/types/Interface/models/IBankAccount.d.ts +10 -9
- package/es/types/Interface/models/IBankAccount.d.ts.map +1 -1
- package/es/types/Interface/models/IBankAccount.js.map +1 -1
- package/es/types/Interface/models/IComment.d.ts +10 -9
- package/es/types/Interface/models/IComment.d.ts.map +1 -1
- package/es/types/Interface/models/IComment.js.map +1 -1
- package/es/types/Interface/models/IReport.d.ts +0 -2
- package/es/types/Interface/models/IReport.d.ts.map +1 -1
- package/es/types/Interface/models/IReport.js.map +1 -1
- package/es/types/Interface/models/ISocietyVehicle.d.ts +7 -0
- package/es/types/Interface/models/ISocietyVehicle.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyVehicle.js.map +1 -1
- package/es/types/index.d.ts +8 -1
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +8 -1
- package/es/types/index.js.map +1 -1
- package/es/utils/transforms/boolean.transform.d.ts.map +1 -1
- package/es/utils/transforms/boolean.transform.js +1 -1
- package/es/utils/transforms/boolean.transform.js.map +1 -1
- package/js/api/resources/AccountsSectors.js +26 -0
- package/js/api/resources/AccountsSectors.js.map +1 -0
- package/js/api/resources/QuotesAccount.js +5 -3
- package/js/api/resources/QuotesAccount.js.map +1 -1
- package/js/api/resources/Report.js +10 -6
- package/js/api/resources/Report.js.map +1 -1
- package/js/api/resources/Vehicle.js +34 -0
- package/js/api/resources/Vehicle.js.map +1 -0
- package/js/types/Enum/AccountsSectors.js +260 -0
- package/js/types/Enum/AccountsSectors.js.map +1 -0
- package/js/types/Enum/Comment.js +19 -19
- package/js/types/Enum/Comment.js.map +1 -1
- package/js/types/Enum/RevisionGuide.js +17 -11
- package/js/types/Enum/RevisionGuide.js.map +1 -1
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +5 -1
- package/js/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
- package/js/types/Interface/api/quotes/CreateQuoteAccount.js +31 -0
- package/js/types/Interface/api/quotes/CreateQuoteAccount.js.map +1 -0
- package/js/types/Interface/api/quotes/QueryQuotesAccount.js +2 -0
- package/js/types/Interface/api/quotes/QueryQuotesAccount.js.map +1 -1
- package/js/types/Interface/api/report/CreateReport.js +2 -2
- package/js/types/Interface/api/report/CreateReport.js.map +1 -1
- package/js/types/Interface/api/report/QueryReportsStats.js +29 -0
- package/js/types/Interface/api/report/QueryReportsStats.js.map +1 -0
- package/js/types/Interface/api/report/ReadReportStats.js +6 -0
- package/js/types/Interface/api/report/ReadReportStats.js.map +1 -0
- package/js/types/Interface/{models/IReportMessage.js → api/report/UpdateReport.js} +1 -1
- package/js/types/Interface/{models/IReportMessage.js.map → api/report/UpdateReport.js.map} +1 -1
- package/js/types/Interface/api/society/CreateSociety.js +2 -0
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -6
- package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
- package/js/types/Interface/api/vehicle/CreateSocietyVehicle.js +53 -0
- package/js/types/Interface/api/vehicle/CreateSocietyVehicle.js.map +1 -0
- package/js/types/Interface/api/vehicle/UpdateSocietyVehicle.js +53 -0
- package/js/types/Interface/api/vehicle/UpdateSocietyVehicle.js.map +1 -0
- package/js/types/Interface/models/IAccountsSectors.js +6 -0
- package/js/types/Interface/models/IAccountsSectors.js.map +1 -0
- package/js/types/index.js +96 -12
- package/js/types/index.js.map +1 -1
- package/js/utils/transforms/boolean.transform.js +1 -1
- package/js/utils/transforms/boolean.transform.js.map +1 -1
- package/package.json +2 -2
- package/ts/api/resources/AccountsSectors.ts +16 -0
- package/ts/api/resources/QuotesAccount.ts +8 -2
- package/ts/api/resources/Report.ts +8 -15
- package/ts/api/resources/Vehicle.ts +33 -0
- package/ts/types/Enum/AccountsSectors.ts +254 -0
- package/ts/types/Enum/Comment.ts +1 -1
- package/ts/types/Enum/RevisionGuide.ts +17 -11
- package/ts/types/Interface/api/account/ReadQuoteAccount.ts +4 -2
- package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +5 -0
- package/ts/types/Interface/api/quotes/CreateQuoteAccount.ts +12 -0
- package/ts/types/Interface/api/quotes/QueryQuotesAccount.ts +3 -0
- package/ts/types/Interface/api/report/CreateReport.ts +3 -3
- package/ts/types/Interface/api/report/QueryReportsStats.ts +9 -0
- package/ts/types/Interface/api/report/ReadReport.ts +1 -2
- package/ts/types/Interface/api/report/ReadReportStats.ts +6 -0
- package/ts/types/Interface/api/report/UpdateReport.ts +13 -0
- package/ts/types/Interface/api/society/CreateSociety.ts +3 -0
- package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +6 -6
- package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +3 -3
- package/ts/types/Interface/api/vehicle/CreateSocietyVehicle.ts +45 -0
- package/ts/types/Interface/api/vehicle/UpdateSocietyVehicle.ts +45 -0
- package/ts/types/Interface/models/IAccount.ts +2 -0
- package/ts/types/Interface/models/IAccountsSectors.ts +6 -0
- package/ts/types/Interface/models/IBankAccount.ts +10 -9
- package/ts/types/Interface/models/IComment.ts +10 -9
- package/ts/types/Interface/models/IReport.ts +0 -2
- package/ts/types/Interface/models/ISocietyVehicle.ts +7 -0
- package/ts/types/index.ts +8 -1
- package/ts/utils/transforms/boolean.transform.ts +1 -1
- package/es/types/Interface/models/IReportMessage.d.ts +0 -11
- package/es/types/Interface/models/IReportMessage.d.ts.map +0 -1
- package/es/types/Interface/models/IReportMessage.js +0 -2
- package/es/types/Interface/models/IReportMessage.js.map +0 -1
- 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
|
+
};
|
package/ts/types/Enum/Comment.ts
CHANGED
|
@@ -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
|
|
58
|
-
EMPRUNT = '<b>Emprunt :</b>
|
|
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>
|
|
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
|
|
66
|
-
CHARGES = '<b>Charges :</b> Avez vous fait un sondage des factures des plus gros montant dans les comptes de charges
|
|
67
|
-
ETATS = '<b>États :</b> Avez vous réalisé contrôle de TVA
|
|
68
|
-
|
|
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
|
|
71
|
-
FACTURES_SUPERIEUR_500 = 'Avez vous
|
|
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
|
|
75
|
-
PROVISIONS_TNS = 'Avez vous
|
|
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',
|
|
@@ -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;
|
|
@@ -13,7 +13,7 @@ export class CreateReport implements IReport {
|
|
|
13
13
|
idUser: number;
|
|
14
14
|
|
|
15
15
|
@ApiProperty()
|
|
16
|
-
|
|
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
|
-
@
|
|
40
|
-
letterDate
|
|
39
|
+
@ApiPropertyOptional()
|
|
40
|
+
letterDate?: Date;
|
|
41
41
|
|
|
42
42
|
@ApiPropertyOptional()
|
|
43
43
|
receivedFile?: TFile;
|
|
@@ -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
|
+
}
|
|
@@ -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
|
|
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:
|
|
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;
|
|
@@ -18,8 +18,9 @@ export interface IBankAccount {
|
|
|
18
18
|
startImport: Date | null;
|
|
19
19
|
activated: boolean;
|
|
20
20
|
pcgExtension: number | null;
|
|
21
|
-
lastUpdate
|
|
22
|
-
lastTryImport
|
|
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
|
|
37
|
-
society
|
|
38
|
-
bankConnection
|
|
39
|
-
account
|
|
40
|
-
bankList
|
|
41
|
-
balanceBankAccounts
|
|
42
|
-
simulations
|
|
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
|
-
|
|
10
|
+
idChannelType: number;
|
|
11
11
|
idCommentType: number;
|
|
12
|
-
idSociety
|
|
13
|
-
|
|
14
|
-
|
|
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
|
|
18
|
+
idSupervision?: number | null;
|
|
18
19
|
|
|
19
20
|
// Associations
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
user
|
|
23
|
-
supervision
|
|
21
|
+
commentType?: ICommentType;
|
|
22
|
+
channelType?: IChannelType;
|
|
23
|
+
user?: IUser;
|
|
24
|
+
supervision?: ISupervision;
|
|
24
25
|
}
|