@silexpert/core 1.1.85 → 1.1.86
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/types/Enum/Sector.js +18 -18
- package/es/types/Enum/Sector.js.map +1 -1
- package/es/types/Interface/api/firstStep/Create.d.ts +1 -0
- package/es/types/Interface/api/firstStep/Create.d.ts.map +1 -1
- package/es/types/Interface/api/firstStep/Create.js +6 -0
- package/es/types/Interface/api/firstStep/Create.js.map +1 -1
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js +2 -2
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js.map +1 -1
- package/es/types/Interface/models/IAccount.d.ts +0 -2
- 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/IFirstStep.d.ts +1 -0
- package/es/types/Interface/models/IFirstStep.d.ts.map +1 -1
- package/es/types/Interface/models/IFirstStep.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +2 -2
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/js/types/Enum/Sector.js +16 -16
- package/js/types/Enum/Sector.js.map +1 -1
- package/js/types/Interface/api/firstStep/Create.js +1 -0
- package/js/types/Interface/api/firstStep/Create.js.map +1 -1
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js +3 -3
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js.map +1 -1
- package/js/types/Interface/models/IAccount.js.map +1 -1
- package/js/types/Interface/models/IFirstStep.js.map +1 -1
- package/js/types/Interface/models/ISociety.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/Sector.ts +18 -18
- package/ts/types/Interface/api/firstStep/Create.ts +5 -0
- package/ts/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.ts +2 -2
- package/ts/types/Interface/models/IAccount.ts +0 -2
- package/ts/types/Interface/models/IFirstStep.ts +1 -0
- package/ts/types/Interface/models/ISociety.ts +2 -3
package/es/types/Enum/Sector.js
CHANGED
|
@@ -19,20 +19,6 @@ export var Sector;
|
|
|
19
19
|
Sector[Sector["GERANCE_MAJORITAIRE"] = 17] = "GERANCE_MAJORITAIRE";
|
|
20
20
|
})(Sector || (Sector = {}));
|
|
21
21
|
export const businessSectors = {
|
|
22
|
-
DEFAULT: {
|
|
23
|
-
id: Sector.DEFAULT,
|
|
24
|
-
name: 'Autre',
|
|
25
|
-
tag: 'AUT',
|
|
26
|
-
type: 'add',
|
|
27
|
-
module: false,
|
|
28
|
-
icon: 'work',
|
|
29
|
-
description: [
|
|
30
|
-
{
|
|
31
|
-
activated: true,
|
|
32
|
-
label: 'Base plan comptable : Autre',
|
|
33
|
-
},
|
|
34
|
-
],
|
|
35
|
-
},
|
|
36
22
|
ECOMMERCE: {
|
|
37
23
|
id: Sector.ECOMMERCE,
|
|
38
24
|
name: 'E-commerce',
|
|
@@ -145,6 +131,20 @@ export const businessSectors = {
|
|
|
145
131
|
},
|
|
146
132
|
],
|
|
147
133
|
},
|
|
134
|
+
DEFAULT: {
|
|
135
|
+
id: Sector.DEFAULT,
|
|
136
|
+
name: 'Autre',
|
|
137
|
+
tag: 'AUT',
|
|
138
|
+
type: 'add',
|
|
139
|
+
module: false,
|
|
140
|
+
icon: 'work',
|
|
141
|
+
description: [
|
|
142
|
+
{
|
|
143
|
+
activated: true,
|
|
144
|
+
label: 'Base plan comptable : Autre',
|
|
145
|
+
},
|
|
146
|
+
],
|
|
147
|
+
},
|
|
148
148
|
ESPECES: {
|
|
149
149
|
id: Sector.ESPECES,
|
|
150
150
|
name: 'Espèces',
|
|
@@ -158,7 +158,7 @@ export const businessSectors = {
|
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
activated: false,
|
|
161
|
-
label: 'Désactivation de la catégorie
|
|
161
|
+
label: 'Désactivation de la catégorie Dons et pourboires',
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
activated: true,
|
|
@@ -177,11 +177,11 @@ export const businessSectors = {
|
|
|
177
177
|
tag: 'TVA',
|
|
178
178
|
description: [
|
|
179
179
|
{
|
|
180
|
-
activated:
|
|
180
|
+
activated: true,
|
|
181
181
|
label: 'Désactivation des catégories liées à la TVA',
|
|
182
182
|
},
|
|
183
183
|
{
|
|
184
|
-
activated:
|
|
184
|
+
activated: false,
|
|
185
185
|
label: 'Ajout des catégories liées à la TVA',
|
|
186
186
|
},
|
|
187
187
|
],
|
|
@@ -264,7 +264,7 @@ export const businessSectors = {
|
|
|
264
264
|
description: [
|
|
265
265
|
{
|
|
266
266
|
activated: false,
|
|
267
|
-
label: '
|
|
267
|
+
label: 'Désactivation de la catégorie Impôt sur les sociétés (IS)',
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
activated: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sector.js","sourceRoot":"","sources":["../../../ts/types/Enum/Sector.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,MAkBX;AAlBD,WAAY,MAAM;IAChB,yCAAW,CAAA;IACX,6CAAa,CAAA;IACb,iDAAe,CAAA;IACf,iCAAO,CAAA;IACP,iCAAO,CAAA;IACP,iCAAO,CAAA;IACP,2CAAY,CAAA;IACZ,+CAAc,CAAA;IACd,2CAAY,CAAA;IACZ,0CAAY,CAAA;IACZ,kCAAQ,CAAA;IACR,0CAAY,CAAA;IACZ,4CAAa,CAAA;IACb,oDAAiB,CAAA;IACjB,4CAAa,CAAA;IACb,gCAAO,CAAA;IACP,kEAAwB,CAAA;AAC1B,CAAC,EAlBW,MAAM,KAAN,MAAM,QAkBjB;AAoBD,MAAM,CAAC,MAAM,eAAe,GAAuB;IACjD,OAAO,EAAE;QACP,EAAE,EAAE,MAAM,CAAC,OAAO;QAClB,IAAI,EAAE,OAAO;QACb,GAAG,EAAE,KAAK;QACV,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,KAAK;QACb,IAAI,EAAE,MAAM;QACZ,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,6BAA6B;aACrC;SACF;KACF;IACD,SAAS,EAAE;QACT,EAAE,EAAE,MAAM,CAAC,SAAS;QACpB,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,IAAI,EAAE,UAAU;QAChB,MAAM,EAAE,KAAK;QACb,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,kCAAkC;aAC1C;SACF;KACF;IACD,WAAW,EAAE;QACX,EAAE,EAAE,MAAM,CAAC,WAAW;QACtB,IAAI,EAAE,oBAAoB;QAC1B,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,KAAK;QACb,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,sCAAsC;aAC9C;SACF;KACF;IACD,GAAG,EAAE;QACH,EAAE,EAAE,MAAM,CAAC,GAAG;QACd,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,KAAK;QACb,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,2BAA2B;aACnC;SACF;KACF;IACD,GAAG,EAAE;QACH,EAAE,EAAE,MAAM,CAAC,GAAG;QACd,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,IAAI,EAAE,cAAc;QACpB,MAAM,EAAE,KAAK;QACb,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,2BAA2B;aACnC;SACF;KACF;IACD,GAAG,EAAE;QACH,EAAE,EAAE,MAAM,CAAC,GAAG;QACd,IAAI,EAAE,2BAA2B;QACjC,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,IAAI,EAAE,QAAQ;QACd,MAAM,EAAE,KAAK;QACb,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,iDAAiD;aACzD;SACF;KACF;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,MAAM,CAAC,QAAQ;QACnB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,IAAI,EAAE,SAAS;QACf,MAAM,EAAE,KAAK;QACb,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,gCAAgC;aACxC;SACF;KACF;IACD,UAAU,EAAE;QACV,EAAE,EAAE,MAAM,CAAC,UAAU;QACrB,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,IAAI,EAAE,UAAU;QAChB,MAAM,EAAE,KAAK;QACb,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,mCAAmC;aAC3C;SACF;KACF;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,MAAM,CAAC,QAAQ;QACnB,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,IAAI,EAAE,MAAM;QACZ,MAAM,EAAE,KAAK;QACb,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,mCAAmC;aAC3C;SACF;KACF;IACD,OAAO,EAAE;QACP,EAAE,EAAE,MAAM,CAAC,OAAO;QAClB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,MAAM,EAAE,IAAI;QACZ,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,KAAK;gBAChB,KAAK,EAAE,sDAAsD;aAC9D;YACD;gBACE,SAAS,EAAE,KAAK;gBAChB,KAAK,EAAE,sDAAsD;aAC9D;YACD;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,8CAA8C;aACtD;YACD;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,0CAA0C;aAClD;SACF;KACF;IACD,GAAG,EAAE;QACH,EAAE,EAAE,MAAM,CAAC,GAAG;QACd,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,UAAU;QAChB,GAAG,EAAE,KAAK;QACV,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,KAAK;gBAChB,KAAK,EAAE,6CAA6C;aACrD;YACD;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,qCAAqC;aAC7C;SACF;QACD,MAAM,EAAE,IAAI;KACb;IACD,OAAO,EAAE;QACP,EAAE,EAAE,MAAM,CAAC,OAAO;QAClB,IAAI,EAAE,wBAAwB;QAC9B,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,KAAK;gBAChB,KAAK,EAAE,gEAAgE;aACxE;YACD;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,uDAAuD;aAC/D;SACF;QACD,MAAM,EAAE,IAAI;KACb;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,MAAM,CAAC,QAAQ;QACnB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,MAAM,EAAE,IAAI;QACZ,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,KAAK;gBAChB,KAAK,EAAE,2DAA2D;aACnE;YACD;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,mDAAmD;aAC3D;SACF;KACF;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC,YAAY;QACvB,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,KAAK;QACX,MAAM,EAAE,IAAI;QACZ,GAAG,EAAE,KAAK;QACV,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,KAAK;gBAChB,KAAK,EAAE,+DAA+D;aACvE;YACD;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,uDAAuD;aAC/D;SACF;KACF;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,MAAM,CAAC,QAAQ;QACnB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,MAAM,EAAE,IAAI;QACZ,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,KAAK;gBAChB,KAAK,EAAE,uCAAuC;aAC/C;YACD;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,+BAA+B;aACvC;SACF;KACF;IACD,EAAE,EAAE;QACF,EAAE,EAAE,MAAM,CAAC,EAAE;QACb,IAAI,EAAE,6BAA6B;QACnC,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,IAAI;QACT,MAAM,EAAE,IAAI;QACZ,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,KAAK;gBAChB,KAAK,EAAE,0DAA0D;aAClE;YACD;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,mDAAmD;aAC3D;SACF;KACF;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,MAAM,CAAC,mBAAmB;QAC9B,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,KAAK;QACV,MAAM,EAAE,IAAI;QACZ,WAAW,EAAE;YACX;gBACE,SAAS,EAAE,KAAK;gBAChB,KAAK,EAAE,6DAA6D;aACrE;YACD;gBACE,SAAS,EAAE,IAAI;gBACf,KAAK,EAAE,qDAAqD;aAC7D;SACF;KACF;CACF,CAAC","sourcesContent":["export enum Sector {\n DEFAULT = 1,\n ECOMMERCE = 2,\n BNC_LIBERAL = 3,\n SCI = 4,\n BTP = 5,\n CHR = 6,\n AGRICOLE = 7,\n ASSOCATION = 8,\n TAXI_VTC = 9,\n ESPECES = 10,\n VAT = 11,\n SERVICE = 12,\n PRODUITS = 13,\n MARCHANDISES = 14,\n VEHICULE = 15,\n IS = 16,\n GERANCE_MAJORITAIRE = 17,\n}\n\nexport type BusinessSectorDescription = {\n activated: boolean;\n label: string;\n};\n\nexport type BusinessSectorTypeContent = {\n name: string;\n id: number;\n type: 'add' | 'subtract';\n tag: string;\n module: boolean,\n description?: BusinessSectorDescription[],\n icon?: string;\n};\nexport type BusinessSectorType = {\n [key: string]: BusinessSectorTypeContent\n};\n\nexport const businessSectors: BusinessSectorType = {\n DEFAULT: {\n id: Sector.DEFAULT,\n name: 'Autre',\n tag: 'AUT',\n type: 'add',\n module: false,\n icon: 'work',\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Autre',\n },\n ],\n },\n ECOMMERCE: {\n id: Sector.ECOMMERCE,\n name: 'E-commerce',\n type: 'add',\n tag: 'ECO',\n icon: 'language',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : E-commerce',\n },\n ],\n },\n BNC_LIBERAL: {\n id: Sector.BNC_LIBERAL,\n name: 'Profession libéral',\n type: 'add',\n tag: 'BNC',\n icon: 'person',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BNC et libéral',\n },\n ],\n },\n SCI: {\n id: Sector.SCI,\n name: 'SCI',\n type: 'add',\n tag: 'SCI',\n icon: 'home',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : SCI',\n },\n ],\n },\n BTP: {\n id: Sector.BTP,\n name: 'BTP',\n type: 'add',\n tag: 'BTP',\n icon: 'construction',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BTP',\n },\n ],\n },\n CHR: {\n id: Sector.CHR,\n name: 'Café, hôtel ou restaurant',\n type: 'add',\n tag: 'CHR',\n icon: 'coffee',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Café, hôtel ou restaurant',\n },\n ],\n },\n AGRICOLE: {\n id: Sector.AGRICOLE,\n name: 'Agricole',\n type: 'add',\n tag: 'AGR',\n icon: 'florist',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Agricole',\n },\n ],\n },\n ASSOCATION: {\n id: Sector.ASSOCATION,\n name: 'Association',\n type: 'add',\n tag: 'ASS',\n icon: 'favorite',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Association',\n },\n ],\n },\n TAXI_VTC: {\n id: Sector.TAXI_VTC,\n name: 'Taxis ou VTC',\n type: 'add',\n tag: 'VTC',\n icon: 'taxi',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Taxi ou VTC',\n },\n ],\n },\n ESPECES: {\n id: Sector.ESPECES,\n name: 'Espèces',\n type: 'add',\n tag: 'ESP',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation de la catégorie de dépôt de liquidités',\n },\n {\n activated: false,\n label: 'Désactivation de la catégorie de dépôt de liquidités',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie de dépôt de liquidités',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Dons et pourboires',\n },\n ],\n },\n TVA: {\n id: Sector.VAT,\n name: 'Sans TVA',\n type: 'subtract',\n tag: 'TVA',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la TVA',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la TVA',\n },\n ],\n module: true,\n },\n SERVICE: {\n id: Sector.SERVICE,\n name: 'Prestation de services',\n type: 'add',\n tag: 'SER',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la prestation de services',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Vente de prestation de services',\n },\n ],\n module: true,\n },\n PRODUITS: {\n id: Sector.PRODUITS,\n name: 'Produits',\n type: 'add',\n tag: 'PRO',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de produits',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de produits',\n },\n ],\n },\n MARCHANDISES: {\n id: Sector.MARCHANDISES,\n name: 'Marchandises',\n type: 'add',\n module: true,\n tag: 'MAR',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de marchandises',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de marchandises',\n },\n ],\n },\n VEHICULE: {\n id: Sector.VEHICULE,\n name: 'Véhicule',\n type: 'add',\n tag: 'VEH',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories véhicule',\n },\n {\n activated: true,\n label: 'Ajout des catégories véhicule',\n },\n ],\n },\n IS: {\n id: Sector.IS,\n name: 'Impôt sur les sociétés (IS)',\n type: 'add',\n tag: 'IS',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivationde la catégorie Impôt sur les sociétés (IS)',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Impôt sur les sociétés (IS)',\n },\n ],\n },\n GERANCE_MAJORITAIRE: {\n id: Sector.GERANCE_MAJORITAIRE,\n name: 'Gérance majoritaire',\n type: 'add',\n tag: 'GEM',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la gérance majoritaire',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la gérance majoritaire',\n },\n ],\n },\n};"]}
|
|
1
|
+
{"version":3,"file":"Sector.js","sourceRoot":"","sources":["../../../ts/types/Enum/Sector.ts"],"names":[],"mappings":"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","sourcesContent":["export enum Sector {\n DEFAULT = 1,\n ECOMMERCE = 2,\n BNC_LIBERAL = 3,\n SCI = 4,\n BTP = 5,\n CHR = 6,\n AGRICOLE = 7,\n ASSOCATION = 8,\n TAXI_VTC = 9,\n ESPECES = 10,\n VAT = 11,\n SERVICE = 12,\n PRODUITS = 13,\n MARCHANDISES = 14,\n VEHICULE = 15,\n IS = 16,\n GERANCE_MAJORITAIRE = 17,\n}\n\nexport type BusinessSectorDescription = {\n activated: boolean;\n label: string;\n};\n\nexport type BusinessSectorTypeContent = {\n name: string;\n id: number;\n type: 'add' | 'subtract';\n tag: string;\n module: boolean,\n description?: BusinessSectorDescription[],\n icon?: string;\n};\nexport type BusinessSectorType = {\n [key: string]: BusinessSectorTypeContent\n};\n\nexport const businessSectors: BusinessSectorType = {\n ECOMMERCE: {\n id: Sector.ECOMMERCE,\n name: 'E-commerce',\n type: 'add',\n tag: 'ECO',\n icon: 'language',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : E-commerce',\n },\n ],\n },\n BNC_LIBERAL: {\n id: Sector.BNC_LIBERAL,\n name: 'Profession libéral',\n type: 'add',\n tag: 'BNC',\n icon: 'person',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BNC et libéral',\n },\n ],\n },\n SCI: {\n id: Sector.SCI,\n name: 'SCI',\n type: 'add',\n tag: 'SCI',\n icon: 'home',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : SCI',\n },\n ],\n },\n BTP: {\n id: Sector.BTP,\n name: 'BTP',\n type: 'add',\n tag: 'BTP',\n icon: 'construction',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BTP',\n },\n ],\n },\n CHR: {\n id: Sector.CHR,\n name: 'Café, hôtel ou restaurant',\n type: 'add',\n tag: 'CHR',\n icon: 'coffee',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Café, hôtel ou restaurant',\n },\n ],\n },\n AGRICOLE: {\n id: Sector.AGRICOLE,\n name: 'Agricole',\n type: 'add',\n tag: 'AGR',\n icon: 'florist',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Agricole',\n },\n ],\n },\n ASSOCATION: {\n id: Sector.ASSOCATION,\n name: 'Association',\n type: 'add',\n tag: 'ASS',\n icon: 'favorite',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Association',\n },\n ],\n },\n TAXI_VTC: {\n id: Sector.TAXI_VTC,\n name: 'Taxis ou VTC',\n type: 'add',\n tag: 'VTC',\n icon: 'taxi',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Taxi ou VTC',\n },\n ],\n },\n DEFAULT: {\n id: Sector.DEFAULT,\n name: 'Autre',\n tag: 'AUT',\n type: 'add',\n module: false,\n icon: 'work',\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Autre',\n },\n ],\n },\n ESPECES: {\n id: Sector.ESPECES,\n name: 'Espèces',\n type: 'add',\n tag: 'ESP',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation de la catégorie de dépôt de liquidités',\n },\n {\n activated: false,\n label: 'Désactivation de la catégorie Dons et pourboires',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie de dépôt de liquidités',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Dons et pourboires',\n },\n ],\n },\n TVA: {\n id: Sector.VAT,\n name: 'Sans TVA',\n type: 'subtract',\n tag: 'TVA',\n description: [\n {\n activated: true,\n label: 'Désactivation des catégories liées à la TVA',\n },\n {\n activated: false,\n label: 'Ajout des catégories liées à la TVA',\n },\n ],\n module: true,\n },\n SERVICE: {\n id: Sector.SERVICE,\n name: 'Prestation de services',\n type: 'add',\n tag: 'SER',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la prestation de services',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Vente de prestation de services',\n },\n ],\n module: true,\n },\n PRODUITS: {\n id: Sector.PRODUITS,\n name: 'Produits',\n type: 'add',\n tag: 'PRO',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de produits',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de produits',\n },\n ],\n },\n MARCHANDISES: {\n id: Sector.MARCHANDISES,\n name: 'Marchandises',\n type: 'add',\n module: true,\n tag: 'MAR',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de marchandises',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de marchandises',\n },\n ],\n },\n VEHICULE: {\n id: Sector.VEHICULE,\n name: 'Véhicule',\n type: 'add',\n tag: 'VEH',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories véhicule',\n },\n {\n activated: true,\n label: 'Ajout des catégories véhicule',\n },\n ],\n },\n IS: {\n id: Sector.IS,\n name: 'Impôt sur les sociétés (IS)',\n type: 'add',\n tag: 'IS',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation de la catégorie Impôt sur les sociétés (IS)',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Impôt sur les sociétés (IS)',\n },\n ],\n },\n GERANCE_MAJORITAIRE: {\n id: Sector.GERANCE_MAJORITAIRE,\n name: 'Gérance majoritaire',\n type: 'add',\n tag: 'GEM',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la gérance majoritaire',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la gérance majoritaire',\n },\n ],\n },\n};"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/firstStep/Create.ts"],"names":[],"mappings":"AAGA,qBAAa,uBAAuB;IAIhC,0BAA0B,CAAC,EAAE,IAAI,CAAC;IAKlC,4BAA4B,CAAC,EAAE,IAAI,CAAC;IAKpC,cAAc,CAAC,EAAE,IAAI,CAAC;IAKtB,kBAAkB,CAAC,EAAE,IAAI,CAAC;IAK1B,iCAAiC,CAAC,EAAE,IAAI,CAAC;IAKzC,oBAAoB,CAAC,EAAE,IAAI,CAAC;IAK5B,YAAY,CAAC,EAAE,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"Create.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/firstStep/Create.ts"],"names":[],"mappings":"AAGA,qBAAa,uBAAuB;IAIhC,0BAA0B,CAAC,EAAE,IAAI,CAAC;IAKlC,4BAA4B,CAAC,EAAE,IAAI,CAAC;IAKpC,cAAc,CAAC,EAAE,IAAI,CAAC;IAKtB,kBAAkB,CAAC,EAAE,IAAI,CAAC;IAK1B,iCAAiC,CAAC,EAAE,IAAI,CAAC;IAKzC,oBAAoB,CAAC,EAAE,IAAI,CAAC;IAK5B,YAAY,CAAC,EAAE,IAAI,CAAC;IAKpB,+BAA+B,CAAC,EAAE,IAAI,CAAC;CAC1C"}
|
|
@@ -53,4 +53,10 @@ __decorate([
|
|
|
53
53
|
IsDate(),
|
|
54
54
|
__metadata("design:type", Date)
|
|
55
55
|
], UpdateOrCreateFirstStep.prototype, "hasMobileApp", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
ApiPropertyOptional(),
|
|
58
|
+
IsOptional(),
|
|
59
|
+
IsDate(),
|
|
60
|
+
__metadata("design:type", Date)
|
|
61
|
+
], UpdateOrCreateFirstStep.prototype, "hasPersonnalizedChartOfAccounts", void 0);
|
|
56
62
|
//# sourceMappingURL=Create.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/firstStep/Create.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,uBAAuB;
|
|
1
|
+
{"version":3,"file":"Create.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/firstStep/Create.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,MAAM,OAAO,uBAAuB;CAwCnC;AAvCC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACsB,IAAI;2EAAC;AAEpC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACwB,IAAI;6EAAC;AAEtC;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACU,IAAI;+DAAC;AAExB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACc,IAAI;mEAAC;AAE5B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BAC6B,IAAI;kFAAC;AAE3C;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACgB,IAAI;qEAAC;AAE9B;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BACQ,IAAI;6DAAC;AAEtB;IAAC,mBAAmB,EAAE;IACrB,UAAU,EAAE;IACZ,MAAM,EAAE;8BAC2B,IAAI;gFAAC","sourcesContent":["import { IsDate, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateOrCreateFirstStep {\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasBankAccountSynchronized?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasContactInformationsFilled?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasEmailCustom?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasStripeConnector?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasAccountingTransactionAnnotated?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasBillingToolCustom?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasMobileApp?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasPersonnalizedChartOfAccounts?: Date;\n}"]}
|
|
@@ -8,7 +8,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
8
8
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
9
|
};
|
|
10
10
|
import { ApiProperty, VatRegime, FiscalRegime, ComptaType, ApiPropertyOptional, CountryId, Activity, } from '../../../..';
|
|
11
|
-
import {
|
|
11
|
+
import { Sector } from '../../../Enum/Sector';
|
|
12
12
|
import { TaxSystem } from '../../../Enum/TaxSystem';
|
|
13
13
|
import { ProfitsType } from '../../../Enum/ProfitsType';
|
|
14
14
|
export class CreatePartneredAccountantSociety {
|
|
@@ -38,7 +38,7 @@ __decorate([
|
|
|
38
38
|
__metadata("design:type", Number)
|
|
39
39
|
], CreatePartneredAccountantSociety.prototype, "idLegalForm", void 0);
|
|
40
40
|
__decorate([
|
|
41
|
-
ApiProperty({ enum:
|
|
41
|
+
ApiProperty({ enum: Sector, default: Sector.DEFAULT }),
|
|
42
42
|
__metadata("design:type", Number)
|
|
43
43
|
], CreatePartneredAccountantSociety.prototype, "idSector", void 0);
|
|
44
44
|
__decorate([
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreatePartneredAccountantSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,mBAAmB,EAAE,SAAS,EAAE,QAAQ,GAC3F,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"CreatePartneredAccountantSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EACL,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,UAAU,EAAE,mBAAmB,EAAE,SAAS,EAAE,QAAQ,GAC3F,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAExD,MAAM,OAAO,gCAAgC;CA4D5C;AA3DC;IAAC,WAAW,EAAE;;mEACM;AAEpB;IAAC,WAAW,EAAE;;kEACK;AAEnB;IAAC,WAAW,EAAE;;+DACE;AAEhB;IAAC,WAAW,EAAE;;qEACQ;AAEtB;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,mBAAmB,EAAE,CAAC;;8DACnC;AAEf;IAAC,WAAW,EAAE;;qEACQ;AAEtB;IAAC,WAAW,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,OAAO,EAAE,CAAC;;kEACpC;AAEnB;IAAC,WAAW,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;qEACR;AAEzB;IAAC,WAAW,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,CAAC;;wEACL;AAE/B;IAAC,WAAW,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;;oEACT;AAEvB;IAAC,WAAW,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;qEACR;AAEzB;IAAC,WAAW,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;;uEACN;AAE7B;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,kDAAkD,EAAE,CAAC;;mEAC7D;AAEpB;IAAC,WAAW,CAAC,EAAE,WAAW,EAAE,gDAAgD,EAAE,CAAC;;iEAC7D;AAElB;IAAC,WAAW,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC;;sEACP;AAE3B;IAAC,mBAAmB,EAAE;;+DACE;AAExB;IAAC,mBAAmB,EAAE;;iEACI;AAE1B;IAAC,mBAAmB,EAAE;;8DACC;AAEvB;IAAC,mBAAmB,EAAE;;iEACI;AAE1B;IAAC,mBAAmB,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;;mEACV","sourcesContent":["import {\n ApiProperty, VatRegime, FiscalRegime, ComptaType, ApiPropertyOptional, CountryId, Activity,\n} from '../../../..';\nimport { Sector } from '../../../Enum/Sector';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { ProfitsType } from '../../../Enum/ProfitsType';\n\nexport class CreatePartneredAccountantSociety {\n @ApiProperty()\n firstname: string;\n\n @ApiProperty()\n lastname: string;\n\n @ApiProperty()\n email: string;\n\n @ApiProperty()\n phoneNumber: string;\n\n @ApiProperty({ description: 'Nom de la société' })\n name: string;\n\n @ApiProperty()\n idLegalForm: number;\n\n @ApiProperty({ enum: Sector, default: Sector.DEFAULT })\n idSector: number;\n\n @ApiProperty({ enum: VatRegime })\n idVatRegime: VatRegime;\n\n @ApiProperty({ enum: FiscalRegime })\n idFiscalRegime: FiscalRegime;\n\n @ApiProperty({ enum: Activity })\n idActivity: Activity;\n\n @ApiProperty({ enum: TaxSystem })\n idTaxSystem: TaxSystem;\n\n @ApiProperty({ enum: ProfitsType })\n idProfitsType: ProfitsType;\n\n @ApiProperty({ description: 'Date de début de l\\'exercice (format YYYY-MM-DD)' })\n startDate: string;\n\n @ApiProperty({ description: 'Date de fin de l\\'exercice (format YYYY-MM-DD)' })\n endDate: string;\n\n @ApiProperty({ enum: ComptaType })\n idComptaType: ComptaType;\n\n @ApiPropertyOptional()\n siret?: string | null;\n\n @ApiPropertyOptional()\n address?: string | null;\n\n @ApiPropertyOptional()\n city?: string | null;\n\n @ApiPropertyOptional()\n zipCode?: string | null;\n\n @ApiPropertyOptional({ enum: CountryId })\n idCountry?: CountryId | null;\n}"]}
|
|
@@ -2,7 +2,6 @@ import { INature } from './INature';
|
|
|
2
2
|
import { IAccountType } from './IAccountType';
|
|
3
3
|
import { IVat } from './IVat';
|
|
4
4
|
import { IRegisterCategory } from './IRegisterCategory';
|
|
5
|
-
import { ISector } from './ISector';
|
|
6
5
|
import { IAccountHelp } from './IAccountHelp';
|
|
7
6
|
import { IAccountDetail } from './IAccountDetail';
|
|
8
7
|
import { ISociety } from './ISociety';
|
|
@@ -45,7 +44,6 @@ export interface IAccount {
|
|
|
45
44
|
accountType?: IAccountType;
|
|
46
45
|
tva?: IVat;
|
|
47
46
|
registerCategorie?: IRegisterCategory;
|
|
48
|
-
sector?: ISector;
|
|
49
47
|
accountHelp?: IAccountHelp;
|
|
50
48
|
accountDetails?: IAccountDetail[];
|
|
51
49
|
accountsSocieties?: IAccountsSocieties[] | IAccountsSocieties;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccount.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"IAccount.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAG1D,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,gBAAgB,EAAE,CAAC;IACrC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,GAAG,CAAC,EAAE,IAAI,CAAC;IACX,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,cAAc,CAAC,EAAE,cAAc,EAAE,CAAC;IAClC,iBAAiB,CAAC,EAAE,kBAAkB,EAAE,GAAG,kBAAkB,CAAC;IAC9D,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,sBAAsB,CAAC,EAAE,sBAAsB,EAAE,CAAC;CACnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccount.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"","sourcesContent":["import { INature } from './INature';\nimport { IAccountType } from './IAccountType';\nimport { IVat } from './IVat';\nimport { IRegisterCategory } from './IRegisterCategory';\nimport {
|
|
1
|
+
{"version":3,"file":"IAccount.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccount.ts"],"names":[],"mappings":"","sourcesContent":["import { INature } from './INature';\nimport { IAccountType } from './IAccountType';\nimport { IVat } from './IVat';\nimport { IRegisterCategory } from './IRegisterCategory';\nimport { IAccountHelp } from './IAccountHelp';\nimport { IAccountDetail } from './IAccountDetail';\nimport { ISociety } from './ISociety';\nimport { IAccountsSectors } from './IAccountsSectors';\nimport { IMachineLearningResult } from './IMachineLearningResult';\nimport { IAccountsSocieties } from './IAccountsSocieties';\n\n// accounts\nexport interface IAccount {\n id?: number;\n number: number;\n name: string;\n originalName?: string | null;\n forceVat?: boolean;\n blockVat?: boolean;\n forceFile?: boolean;\n isHidden?: boolean;\n isImmo?: boolean;\n isCorporal?: boolean;\n icone?: string | null;\n iconePNG?: string | null;\n color?: string | null;\n isOnlyTreso?: boolean;\n isOnlyEnga?: boolean;\n isGeneric?: boolean;\n isPersonalised?: boolean;\n forClient?: boolean;\n forFournisseur?: boolean;\n accountsSectors?: IAccountsSectors[];\n juridicalSociety?: number | null;\n idNature: number;\n customization?: number;\n idAccountType: number;\n idVat?: number | null;\n idRegisterCategorie?: number | null;\n idSector?: number | null;\n idParentAccount?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n nature?: INature;\n accountType?: IAccountType;\n tva?: IVat;\n registerCategorie?: IRegisterCategory;\n accountHelp?: IAccountHelp;\n accountDetails?: IAccountDetail[];\n accountsSocieties?: IAccountsSocieties[] | IAccountsSocieties;\n societies?: ISociety[];\n machineLearningResults?: IMachineLearningResult[];\n}\n"]}
|
|
@@ -8,6 +8,7 @@ export interface IFirstStep {
|
|
|
8
8
|
hasAccountingTransactionAnnotated?: Date | null;
|
|
9
9
|
hasBillingToolCustom?: Date | null;
|
|
10
10
|
hasMobileApp?: Date | null;
|
|
11
|
+
hasPersonnalizedChartOfAccounts?: Date | null;
|
|
11
12
|
idSociety: number;
|
|
12
13
|
createdAt?: Date | null;
|
|
13
14
|
updatedAt?: Date | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFirstStep.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFirstStep.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,UAAU;IACzB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,0BAA0B,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzC,4BAA4B,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3C,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,kBAAkB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACjC,iCAAiC,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAChD,oBAAoB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnC,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB"}
|
|
1
|
+
{"version":3,"file":"IFirstStep.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFirstStep.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,UAAU;IACzB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,0BAA0B,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACzC,4BAA4B,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3C,cAAc,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC7B,kBAAkB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACjC,iCAAiC,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAChD,oBAAoB,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnC,YAAY,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,+BAA+B,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAC9C,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFirstStep.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFirstStep.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\nexport interface IFirstStep {\n id?: number;\n hasBankAccountSynchronized?: Date | null;\n hasContactInformationsFilled?: Date | null;\n hasEmailCustom?: Date | null;\n hasStripeConnector?: Date | null;\n hasAccountingTransactionAnnotated?: Date | null;\n hasBillingToolCustom?: Date | null;\n hasMobileApp?: Date | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IFirstStep.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFirstStep.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\n\nexport interface IFirstStep {\n id?: number;\n hasBankAccountSynchronized?: Date | null;\n hasContactInformationsFilled?: Date | null;\n hasEmailCustom?: Date | null;\n hasStripeConnector?: Date | null;\n hasAccountingTransactionAnnotated?: Date | null;\n hasBillingToolCustom?: Date | null;\n hasMobileApp?: Date | null;\n hasPersonnalizedChartOfAccounts?: Date | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n}\n"]}
|
|
@@ -9,7 +9,6 @@ import { IPaymentExpectation } from './IPaymentExpectation';
|
|
|
9
9
|
import { ILegalForm } from './ILegalForm';
|
|
10
10
|
import { IOldExpertInfo } from './IOldExpertInfo';
|
|
11
11
|
import { IPrestation } from './IPrestation';
|
|
12
|
-
import { ISector } from './ISector';
|
|
13
12
|
import { IRefund } from './IRefund';
|
|
14
13
|
import { IBankAccount } from './IBankAccount';
|
|
15
14
|
import { ISocietyBank } from './ISocietyBank';
|
|
@@ -49,6 +48,7 @@ import { ISocietyEvent } from './ISocietyEvent';
|
|
|
49
48
|
import { ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission, ISocietyConfigBalanceSheet, IAccountsSocieties, IUnpaidCallHistory, IAccountingFile, IThirdPartySociety } from '../..';
|
|
50
49
|
import { IBrandType } from './IBrandType';
|
|
51
50
|
import { IFile } from './IFile';
|
|
51
|
+
import { IBusinessSector } from './IBusinessSector';
|
|
52
52
|
export interface ISociety {
|
|
53
53
|
id?: number;
|
|
54
54
|
name: string | null;
|
|
@@ -160,7 +160,6 @@ export interface ISociety {
|
|
|
160
160
|
legalForm?: ILegalForm;
|
|
161
161
|
oldExpertInfo?: IOldExpertInfo;
|
|
162
162
|
prestationsSocieties?: IPrestation[];
|
|
163
|
-
sector?: ISector;
|
|
164
163
|
refunds?: IRefund[];
|
|
165
164
|
bankAccounts?: IBankAccount[];
|
|
166
165
|
bankPayment?: ISocietyBank;
|
|
@@ -212,5 +211,6 @@ export interface ISociety {
|
|
|
212
211
|
files: IFile[];
|
|
213
212
|
unpaidCallHistory: IUnpaidCallHistory[];
|
|
214
213
|
accountingFiles?: IAccountingFile[];
|
|
214
|
+
businessSectors: IBusinessSector[];
|
|
215
215
|
}
|
|
216
216
|
//# sourceMappingURL=ISociety.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISociety.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ISociety.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISociety.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport {
|
|
1
|
+
{"version":3,"file":"ISociety.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISociety.ts"],"names":[],"mappings":"","sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceding } from './ISocietyProceding';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ISocietyEvent } from './ISocietyEvent';\nimport {\n ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,\n ISocietyConfigBalanceSheet,\n IAccountsSocieties,\n IUnpaidCallHistory,\n IAccountingFile,\n IThirdPartySociety,\n} from '../..';\nimport { IBrandType } from './IBrandType';\nimport { IFile } from './IFile';\nimport { IBusinessSector } from './IBusinessSector';\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateInscription: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n folderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n vatUploadDay: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n leadQuotation: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n profitsType: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: CountryId | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n oldNafCode: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n idVatForInternalInvoicing: number;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n folderCreation: boolean;\n hideSimulationBetaMessage: boolean;\n unpaid: number | null;\n isLate: boolean | null;\n unpaidDetails: UnpaidDetail[] | null;\n owner: IUser | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n startAt?: Date | null;\n idSoftware: number | null;\n canceledFirstStepAt: Date | null;\n completedFirstStepAt: Date | null;\n lastMobileConnection: Date | null;\n idNafCode: number | null;\n canceledFirstStepTourAt: Date | null;\n step: string | null;\n hidePartneredAccountantsBubbleLink: boolean | null;\n cancelCompleteCreationModal: Date | null;\n isCreatedInApp: boolean;\n\n // Associations\n accounts?: IAccount[];\n accountsSocieties?: IAccountsSocieties[];\n comments?: IComment[];\n thirdPartiesSociety?: IThirdPartySociety[];\n thirdParty?: IThirdParty[];\n reports?: IReport[];\n connectors?: IConnector[];\n bankConnections?: IBankConnection[];\n societyConfigBalanceSheet?: ISocietyConfigBalanceSheet[];\n societyFollow?: IFollow[];\n paymentsExpectations?: IPaymentExpectation[];\n paymentSchedules?: IPaymentSchedule[];\n legalForm?: ILegalForm;\n oldExpertInfo?: IOldExpertInfo;\n prestationsSocieties?: IPrestation[];\n refunds?: IRefund[];\n bankAccounts?: IBankAccount[];\n bankPayment?: ISocietyBank;\n compta?: IComptaType;\n typeSubscription?: ISubscriptionType;\n config?: ISocietyConfig;\n gescom?: ISocietyGescom;\n societyCgv?: ISocietyCgv;\n formalism?: IFormalism;\n notes?: ISocietyNote;\n taxSystem?: ITaxSystem;\n tvaRegime?: IVatRegime;\n fiscalRegime?: IFiscalRegime;\n source?: ISource;\n nafCode?: INafCode;\n analyticsUtm?: IAnalyticsUtm;\n activity?: IActivity;\n softwareCompta?: ISoftwareCompta;\n accessToken?: IAccessToken;\n cotations?: ICotation[];\n societyVehicles?: ISocietyVehicle[];\n societyCountry?: ICountry;\n terminationsList?: ITerminationList;\n societyFiles?: ISocietyFile[];\n societyDetail?: ISocietyDetail;\n societySocials?: ISocietySocial[];\n societyJuridical?: ISocietyJuridical;\n paymentWaitings?: IPaymentWaiting[];\n societyExercices?: IExercice[];\n webmailMails?: IWebMail[];\n societyProcedings?: ISocietyProceding[];\n societyStats?: ISocietyStat[];\n survey?: ISurvey[];\n logs?: ILog[];\n sms?: ISms[];\n users?: IUser[];\n userPermission?: IUserSocietyPermission;\n usersPermissions?: IUserSocietyPermission[];\n regulates?: IRegulate[];\n brandType?: IBrandType;\n partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];\n partneredAccountantRelated: IPartneredAccountantToSociety;\n events: ISocietyEvent[];\n mails: IMail[];\n transactions: IAccountingTransaction[];\n businessPartners: IBusinessPartner[];\n fecFile: IFecFile | null;\n gedFiles: IGedFile[];\n files: IFile[];\n unpaidCallHistory: IUnpaidCallHistory[];\n accountingFiles?: IAccountingFile[];\n businessSectors: IBusinessSector[];\n}"]}
|
package/js/types/Enum/Sector.js
CHANGED
|
@@ -24,18 +24,6 @@ var Sector = exports.Sector = undefined;
|
|
|
24
24
|
Sector[Sector["GERANCE_MAJORITAIRE"] = 17] = "GERANCE_MAJORITAIRE";
|
|
25
25
|
})(Sector || (exports.Sector = Sector = {}));
|
|
26
26
|
const businessSectors = exports.businessSectors = {
|
|
27
|
-
DEFAULT: {
|
|
28
|
-
id: Sector.DEFAULT,
|
|
29
|
-
name: 'Autre',
|
|
30
|
-
tag: 'AUT',
|
|
31
|
-
type: 'add',
|
|
32
|
-
module: false,
|
|
33
|
-
icon: 'work',
|
|
34
|
-
description: [{
|
|
35
|
-
activated: true,
|
|
36
|
-
label: 'Base plan comptable : Autre'
|
|
37
|
-
}]
|
|
38
|
-
},
|
|
39
27
|
ECOMMERCE: {
|
|
40
28
|
id: Sector.ECOMMERCE,
|
|
41
29
|
name: 'E-commerce',
|
|
@@ -132,6 +120,18 @@ const businessSectors = exports.businessSectors = {
|
|
|
132
120
|
label: 'Base plan comptable : Taxi ou VTC'
|
|
133
121
|
}]
|
|
134
122
|
},
|
|
123
|
+
DEFAULT: {
|
|
124
|
+
id: Sector.DEFAULT,
|
|
125
|
+
name: 'Autre',
|
|
126
|
+
tag: 'AUT',
|
|
127
|
+
type: 'add',
|
|
128
|
+
module: false,
|
|
129
|
+
icon: 'work',
|
|
130
|
+
description: [{
|
|
131
|
+
activated: true,
|
|
132
|
+
label: 'Base plan comptable : Autre'
|
|
133
|
+
}]
|
|
134
|
+
},
|
|
135
135
|
ESPECES: {
|
|
136
136
|
id: Sector.ESPECES,
|
|
137
137
|
name: 'Espèces',
|
|
@@ -143,7 +143,7 @@ const businessSectors = exports.businessSectors = {
|
|
|
143
143
|
label: 'Désactivation de la catégorie de dépôt de liquidités'
|
|
144
144
|
}, {
|
|
145
145
|
activated: false,
|
|
146
|
-
label: 'Désactivation de la catégorie
|
|
146
|
+
label: 'Désactivation de la catégorie Dons et pourboires'
|
|
147
147
|
}, {
|
|
148
148
|
activated: true,
|
|
149
149
|
label: 'Ajout de la catégorie de dépôt de liquidités'
|
|
@@ -158,10 +158,10 @@ const businessSectors = exports.businessSectors = {
|
|
|
158
158
|
type: 'subtract',
|
|
159
159
|
tag: 'TVA',
|
|
160
160
|
description: [{
|
|
161
|
-
activated:
|
|
161
|
+
activated: true,
|
|
162
162
|
label: 'Désactivation des catégories liées à la TVA'
|
|
163
163
|
}, {
|
|
164
|
-
activated:
|
|
164
|
+
activated: false,
|
|
165
165
|
label: 'Ajout des catégories liées à la TVA'
|
|
166
166
|
}],
|
|
167
167
|
module: true
|
|
@@ -230,7 +230,7 @@ const businessSectors = exports.businessSectors = {
|
|
|
230
230
|
module: true,
|
|
231
231
|
description: [{
|
|
232
232
|
activated: false,
|
|
233
|
-
label: '
|
|
233
|
+
label: 'Désactivation de la catégorie Impôt sur les sociétés (IS)'
|
|
234
234
|
}, {
|
|
235
235
|
activated: true,
|
|
236
236
|
label: 'Ajout de la catégorie Impôt sur les sociétés (IS)'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sector.js","names":["Sector","exports","undefined","businessSectors","DEFAULT","id","name","tag","type","module","icon","description","activated","label","ECOMMERCE","BNC_LIBERAL","SCI","BTP","CHR","AGRICOLE","ASSOCATION","TAXI_VTC","ESPECES","TVA","VAT","SERVICE","PRODUITS","MARCHANDISES","VEHICULE","IS","GERANCE_MAJORITAIRE"],"sources":["../../../ts/types/Enum/Sector.ts"],"sourcesContent":["export enum Sector {\n DEFAULT = 1,\n ECOMMERCE = 2,\n BNC_LIBERAL = 3,\n SCI = 4,\n BTP = 5,\n CHR = 6,\n AGRICOLE = 7,\n ASSOCATION = 8,\n TAXI_VTC = 9,\n ESPECES = 10,\n VAT = 11,\n SERVICE = 12,\n PRODUITS = 13,\n MARCHANDISES = 14,\n VEHICULE = 15,\n IS = 16,\n GERANCE_MAJORITAIRE = 17,\n}\n\nexport type BusinessSectorDescription = {\n activated: boolean;\n label: string;\n};\n\nexport type BusinessSectorTypeContent = {\n name: string;\n id: number;\n type: 'add' | 'subtract';\n tag: string;\n module: boolean,\n description?: BusinessSectorDescription[],\n icon?: string;\n};\nexport type BusinessSectorType = {\n [key: string]: BusinessSectorTypeContent\n};\n\nexport const businessSectors: BusinessSectorType = {\n DEFAULT: {\n id: Sector.DEFAULT,\n name: 'Autre',\n tag: 'AUT',\n type: 'add',\n module: false,\n icon: 'work',\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Autre',\n },\n ],\n },\n ECOMMERCE: {\n id: Sector.ECOMMERCE,\n name: 'E-commerce',\n type: 'add',\n tag: 'ECO',\n icon: 'language',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : E-commerce',\n },\n ],\n },\n BNC_LIBERAL: {\n id: Sector.BNC_LIBERAL,\n name: 'Profession libéral',\n type: 'add',\n tag: 'BNC',\n icon: 'person',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BNC et libéral',\n },\n ],\n },\n SCI: {\n id: Sector.SCI,\n name: 'SCI',\n type: 'add',\n tag: 'SCI',\n icon: 'home',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : SCI',\n },\n ],\n },\n BTP: {\n id: Sector.BTP,\n name: 'BTP',\n type: 'add',\n tag: 'BTP',\n icon: 'construction',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BTP',\n },\n ],\n },\n CHR: {\n id: Sector.CHR,\n name: 'Café, hôtel ou restaurant',\n type: 'add',\n tag: 'CHR',\n icon: 'coffee',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Café, hôtel ou restaurant',\n },\n ],\n },\n AGRICOLE: {\n id: Sector.AGRICOLE,\n name: 'Agricole',\n type: 'add',\n tag: 'AGR',\n icon: 'florist',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Agricole',\n },\n ],\n },\n ASSOCATION: {\n id: Sector.ASSOCATION,\n name: 'Association',\n type: 'add',\n tag: 'ASS',\n icon: 'favorite',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Association',\n },\n ],\n },\n TAXI_VTC: {\n id: Sector.TAXI_VTC,\n name: 'Taxis ou VTC',\n type: 'add',\n tag: 'VTC',\n icon: 'taxi',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Taxi ou VTC',\n },\n ],\n },\n ESPECES: {\n id: Sector.ESPECES,\n name: 'Espèces',\n type: 'add',\n tag: 'ESP',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation de la catégorie de dépôt de liquidités',\n },\n {\n activated: false,\n label: 'Désactivation de la catégorie de dépôt de liquidités',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie de dépôt de liquidités',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Dons et pourboires',\n },\n ],\n },\n TVA: {\n id: Sector.VAT,\n name: 'Sans TVA',\n type: 'subtract',\n tag: 'TVA',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la TVA',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la TVA',\n },\n ],\n module: true,\n },\n SERVICE: {\n id: Sector.SERVICE,\n name: 'Prestation de services',\n type: 'add',\n tag: 'SER',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la prestation de services',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Vente de prestation de services',\n },\n ],\n module: true,\n },\n PRODUITS: {\n id: Sector.PRODUITS,\n name: 'Produits',\n type: 'add',\n tag: 'PRO',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de produits',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de produits',\n },\n ],\n },\n MARCHANDISES: {\n id: Sector.MARCHANDISES,\n name: 'Marchandises',\n type: 'add',\n module: true,\n tag: 'MAR',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de marchandises',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de marchandises',\n },\n ],\n },\n VEHICULE: {\n id: Sector.VEHICULE,\n name: 'Véhicule',\n type: 'add',\n tag: 'VEH',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories véhicule',\n },\n {\n activated: true,\n label: 'Ajout des catégories véhicule',\n },\n ],\n },\n IS: {\n id: Sector.IS,\n name: 'Impôt sur les sociétés (IS)',\n type: 'add',\n tag: 'IS',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivationde la catégorie Impôt sur les sociétés (IS)',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Impôt sur les sociétés (IS)',\n },\n ],\n },\n GERANCE_MAJORITAIRE: {\n id: Sector.GERANCE_MAJORITAIRE,\n name: 'Gérance majoritaire',\n type: 'add',\n tag: 'GEM',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la gérance majoritaire',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la gérance majoritaire',\n },\n ],\n },\n};"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Sector.js","names":["Sector","exports","undefined","businessSectors","ECOMMERCE","id","name","type","tag","icon","module","description","activated","label","BNC_LIBERAL","SCI","BTP","CHR","AGRICOLE","ASSOCATION","TAXI_VTC","DEFAULT","ESPECES","TVA","VAT","SERVICE","PRODUITS","MARCHANDISES","VEHICULE","IS","GERANCE_MAJORITAIRE"],"sources":["../../../ts/types/Enum/Sector.ts"],"sourcesContent":["export enum Sector {\n DEFAULT = 1,\n ECOMMERCE = 2,\n BNC_LIBERAL = 3,\n SCI = 4,\n BTP = 5,\n CHR = 6,\n AGRICOLE = 7,\n ASSOCATION = 8,\n TAXI_VTC = 9,\n ESPECES = 10,\n VAT = 11,\n SERVICE = 12,\n PRODUITS = 13,\n MARCHANDISES = 14,\n VEHICULE = 15,\n IS = 16,\n GERANCE_MAJORITAIRE = 17,\n}\n\nexport type BusinessSectorDescription = {\n activated: boolean;\n label: string;\n};\n\nexport type BusinessSectorTypeContent = {\n name: string;\n id: number;\n type: 'add' | 'subtract';\n tag: string;\n module: boolean,\n description?: BusinessSectorDescription[],\n icon?: string;\n};\nexport type BusinessSectorType = {\n [key: string]: BusinessSectorTypeContent\n};\n\nexport const businessSectors: BusinessSectorType = {\n ECOMMERCE: {\n id: Sector.ECOMMERCE,\n name: 'E-commerce',\n type: 'add',\n tag: 'ECO',\n icon: 'language',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : E-commerce',\n },\n ],\n },\n BNC_LIBERAL: {\n id: Sector.BNC_LIBERAL,\n name: 'Profession libéral',\n type: 'add',\n tag: 'BNC',\n icon: 'person',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BNC et libéral',\n },\n ],\n },\n SCI: {\n id: Sector.SCI,\n name: 'SCI',\n type: 'add',\n tag: 'SCI',\n icon: 'home',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : SCI',\n },\n ],\n },\n BTP: {\n id: Sector.BTP,\n name: 'BTP',\n type: 'add',\n tag: 'BTP',\n icon: 'construction',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : BTP',\n },\n ],\n },\n CHR: {\n id: Sector.CHR,\n name: 'Café, hôtel ou restaurant',\n type: 'add',\n tag: 'CHR',\n icon: 'coffee',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Café, hôtel ou restaurant',\n },\n ],\n },\n AGRICOLE: {\n id: Sector.AGRICOLE,\n name: 'Agricole',\n type: 'add',\n tag: 'AGR',\n icon: 'florist',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Agricole',\n },\n ],\n },\n ASSOCATION: {\n id: Sector.ASSOCATION,\n name: 'Association',\n type: 'add',\n tag: 'ASS',\n icon: 'favorite',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Association',\n },\n ],\n },\n TAXI_VTC: {\n id: Sector.TAXI_VTC,\n name: 'Taxis ou VTC',\n type: 'add',\n tag: 'VTC',\n icon: 'taxi',\n module: false,\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Taxi ou VTC',\n },\n ],\n },\n DEFAULT: {\n id: Sector.DEFAULT,\n name: 'Autre',\n tag: 'AUT',\n type: 'add',\n module: false,\n icon: 'work',\n description: [\n {\n activated: true,\n label: 'Base plan comptable : Autre',\n },\n ],\n },\n ESPECES: {\n id: Sector.ESPECES,\n name: 'Espèces',\n type: 'add',\n tag: 'ESP',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation de la catégorie de dépôt de liquidités',\n },\n {\n activated: false,\n label: 'Désactivation de la catégorie Dons et pourboires',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie de dépôt de liquidités',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Dons et pourboires',\n },\n ],\n },\n TVA: {\n id: Sector.VAT,\n name: 'Sans TVA',\n type: 'subtract',\n tag: 'TVA',\n description: [\n {\n activated: true,\n label: 'Désactivation des catégories liées à la TVA',\n },\n {\n activated: false,\n label: 'Ajout des catégories liées à la TVA',\n },\n ],\n module: true,\n },\n SERVICE: {\n id: Sector.SERVICE,\n name: 'Prestation de services',\n type: 'add',\n tag: 'SER',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la prestation de services',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Vente de prestation de services',\n },\n ],\n module: true,\n },\n PRODUITS: {\n id: Sector.PRODUITS,\n name: 'Produits',\n type: 'add',\n tag: 'PRO',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de produits',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de produits',\n },\n ],\n },\n MARCHANDISES: {\n id: Sector.MARCHANDISES,\n name: 'Marchandises',\n type: 'add',\n module: true,\n tag: 'MAR',\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la vente de marchandises',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la vente de marchandises',\n },\n ],\n },\n VEHICULE: {\n id: Sector.VEHICULE,\n name: 'Véhicule',\n type: 'add',\n tag: 'VEH',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories véhicule',\n },\n {\n activated: true,\n label: 'Ajout des catégories véhicule',\n },\n ],\n },\n IS: {\n id: Sector.IS,\n name: 'Impôt sur les sociétés (IS)',\n type: 'add',\n tag: 'IS',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation de la catégorie Impôt sur les sociétés (IS)',\n },\n {\n activated: true,\n label: 'Ajout de la catégorie Impôt sur les sociétés (IS)',\n },\n ],\n },\n GERANCE_MAJORITAIRE: {\n id: Sector.GERANCE_MAJORITAIRE,\n name: 'Gérance majoritaire',\n type: 'add',\n tag: 'GEM',\n module: true,\n description: [\n {\n activated: false,\n label: 'Désactivation des catégories liées à la gérance majoritaire',\n },\n {\n activated: true,\n label: 'Ajout des catégories liées à la gérance majoritaire',\n },\n ],\n },\n};"],"mappings":";;;;;AAAA,IAAYA,MAkBX,GAAAC,OAAA,CAlBWD,MAkBX,GAAAE,SAAA;AAlBD,WAAYF,MAAM;EAChBA,MAAA,CAAAA,MAAA,4BAAW;EACXA,MAAA,CAAAA,MAAA,gCAAa;EACbA,MAAA,CAAAA,MAAA,oCAAe;EACfA,MAAA,CAAAA,MAAA,oBAAO;EACPA,MAAA,CAAAA,MAAA,oBAAO;EACPA,MAAA,CAAAA,MAAA,oBAAO;EACPA,MAAA,CAAAA,MAAA,8BAAY;EACZA,MAAA,CAAAA,MAAA,kCAAc;EACdA,MAAA,CAAAA,MAAA,8BAAY;EACZA,MAAA,CAAAA,MAAA,6BAAY;EACZA,MAAA,CAAAA,MAAA,qBAAQ;EACRA,MAAA,CAAAA,MAAA,6BAAY;EACZA,MAAA,CAAAA,MAAA,+BAAa;EACbA,MAAA,CAAAA,MAAA,uCAAiB;EACjBA,MAAA,CAAAA,MAAA,+BAAa;EACbA,MAAA,CAAAA,MAAA,mBAAO;EACPA,MAAA,CAAAA,MAAA,qDAAwB;AAC1B,CAAC,EAlBWA,MAAM,KAAAC,OAAA,CAAND,MAkBX,GAlBWA,MAAM;AAsCX,MAAMG,eAAe,GAAAF,OAAA,CAAfE,eAAe,GAAuB;EACjDC,SAAS,EAAE;IACTC,EAAE,EAAEL,MAAM,CAACI,SAAS;IACpBE,IAAI,EAAE,YAAY;IAClBC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVC,IAAI,EAAE,UAAU;IAChBC,MAAM,EAAE,KAAK;IACbC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDC,WAAW,EAAE;IACXT,EAAE,EAAEL,MAAM,CAACc,WAAW;IACtBR,IAAI,EAAE,oBAAoB;IAC1BC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVC,IAAI,EAAE,QAAQ;IACdC,MAAM,EAAE,KAAK;IACbC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDE,GAAG,EAAE;IACHV,EAAE,EAAEL,MAAM,CAACe,GAAG;IACdT,IAAI,EAAE,KAAK;IACXC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVC,IAAI,EAAE,MAAM;IACZC,MAAM,EAAE,KAAK;IACbC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDG,GAAG,EAAE;IACHX,EAAE,EAAEL,MAAM,CAACgB,GAAG;IACdV,IAAI,EAAE,KAAK;IACXC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVC,IAAI,EAAE,cAAc;IACpBC,MAAM,EAAE,KAAK;IACbC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDI,GAAG,EAAE;IACHZ,EAAE,EAAEL,MAAM,CAACiB,GAAG;IACdX,IAAI,EAAE,2BAA2B;IACjCC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVC,IAAI,EAAE,QAAQ;IACdC,MAAM,EAAE,KAAK;IACbC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDK,QAAQ,EAAE;IACRb,EAAE,EAAEL,MAAM,CAACkB,QAAQ;IACnBZ,IAAI,EAAE,UAAU;IAChBC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVC,IAAI,EAAE,SAAS;IACfC,MAAM,EAAE,KAAK;IACbC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDM,UAAU,EAAE;IACVd,EAAE,EAAEL,MAAM,CAACmB,UAAU;IACrBb,IAAI,EAAE,aAAa;IACnBC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVC,IAAI,EAAE,UAAU;IAChBC,MAAM,EAAE,KAAK;IACbC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDO,QAAQ,EAAE;IACRf,EAAE,EAAEL,MAAM,CAACoB,QAAQ;IACnBd,IAAI,EAAE,cAAc;IACpBC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVC,IAAI,EAAE,MAAM;IACZC,MAAM,EAAE,KAAK;IACbC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDQ,OAAO,EAAE;IACPhB,EAAE,EAAEL,MAAM,CAACqB,OAAO;IAClBf,IAAI,EAAE,OAAO;IACbE,GAAG,EAAE,KAAK;IACVD,IAAI,EAAE,KAAK;IACXG,MAAM,EAAE,KAAK;IACbD,IAAI,EAAE,MAAM;IACZE,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDS,OAAO,EAAE;IACPjB,EAAE,EAAEL,MAAM,CAACsB,OAAO;IAClBhB,IAAI,EAAE,SAAS;IACfC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVE,MAAM,EAAE,IAAI;IACZC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDU,GAAG,EAAE;IACHlB,EAAE,EAAEL,MAAM,CAACwB,GAAG;IACdlB,IAAI,EAAE,UAAU;IAChBC,IAAI,EAAE,UAAU;IAChBC,GAAG,EAAE,KAAK;IACVG,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,CACF;IACDH,MAAM,EAAE;GACT;EACDe,OAAO,EAAE;IACPpB,EAAE,EAAEL,MAAM,CAACyB,OAAO;IAClBnB,IAAI,EAAE,wBAAwB;IAC9BC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVG,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR,CACF;IACDH,MAAM,EAAE;GACT;EACDgB,QAAQ,EAAE;IACRrB,EAAE,EAAEL,MAAM,CAAC0B,QAAQ;IACnBpB,IAAI,EAAE,UAAU;IAChBC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVE,MAAM,EAAE,IAAI;IACZC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDc,YAAY,EAAE;IACZtB,EAAE,EAAEL,MAAM,CAAC2B,YAAY;IACvBrB,IAAI,EAAE,cAAc;IACpBC,IAAI,EAAE,KAAK;IACXG,MAAM,EAAE,IAAI;IACZF,GAAG,EAAE,KAAK;IACVG,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDe,QAAQ,EAAE;IACRvB,EAAE,EAAEL,MAAM,CAAC4B,QAAQ;IACnBtB,IAAI,EAAE,UAAU;IAChBC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVE,MAAM,EAAE,IAAI;IACZC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDgB,EAAE,EAAE;IACFxB,EAAE,EAAEL,MAAM,CAAC6B,EAAE;IACbvB,IAAI,EAAE,6BAA6B;IACnCC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,IAAI;IACTE,MAAM,EAAE,IAAI;IACZC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;GAEJ;EACDiB,mBAAmB,EAAE;IACnBzB,EAAE,EAAEL,MAAM,CAAC8B,mBAAmB;IAC9BxB,IAAI,EAAE,qBAAqB;IAC3BC,IAAI,EAAE,KAAK;IACXC,GAAG,EAAE,KAAK;IACVE,MAAM,EAAE,IAAI;IACZC,WAAW,EAAE,CACX;MACEC,SAAS,EAAE,KAAK;MAChBC,KAAK,EAAE;KACR,EACD;MACED,SAAS,EAAE,IAAI;MACfC,KAAK,EAAE;KACR;;CAGN"}
|
|
@@ -25,4 +25,5 @@ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)()
|
|
|
25
25
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], UpdateOrCreateFirstStep.prototype, "hasAccountingTransactionAnnotated", void 0);
|
|
26
26
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], UpdateOrCreateFirstStep.prototype, "hasBillingToolCustom", void 0);
|
|
27
27
|
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], UpdateOrCreateFirstStep.prototype, "hasMobileApp", void 0);
|
|
28
|
+
__decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], UpdateOrCreateFirstStep.prototype, "hasPersonnalizedChartOfAccounts", void 0);
|
|
28
29
|
//# sourceMappingURL=Create.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Create.js","names":["_classValidator","require","_utils","UpdateOrCreateFirstStep","exports","__decorate","ApiPropertyOptional","IsOptional","IsDate","Date"],"sources":["../../../../../ts/types/Interface/api/firstStep/Create.ts"],"sourcesContent":["import { IsDate, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateOrCreateFirstStep {\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasBankAccountSynchronized?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasContactInformationsFilled?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasEmailCustom?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasStripeConnector?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasAccountingTransactionAnnotated?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasBillingToolCustom?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasMobileApp?: Date;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,uBAAuB;
|
|
1
|
+
{"version":3,"file":"Create.js","names":["_classValidator","require","_utils","UpdateOrCreateFirstStep","exports","__decorate","ApiPropertyOptional","IsOptional","IsDate","Date"],"sources":["../../../../../ts/types/Interface/api/firstStep/Create.ts"],"sourcesContent":["import { IsDate, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateOrCreateFirstStep {\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasBankAccountSynchronized?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasContactInformationsFilled?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasEmailCustom?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasStripeConnector?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasAccountingTransactionAnnotated?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasBillingToolCustom?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasMobileApp?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n hasPersonnalizedChartOfAccounts?: Date;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,uBAAuB;AAwCnCC,OAAA,CAxCYD,uBAAuB,GAAvBA,uBAAuB;AAClCE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,sBAAM,GAAE,E,0BACsBC,IAAI,E,0EAAC;AAEpCJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,sBAAM,GAAE,E,0BACwBC,IAAI,E,4EAAC;AAEtCJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,sBAAM,GAAE,E,0BACUC,IAAI,E,8DAAC;AAExBJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,sBAAM,GAAE,E,0BACcC,IAAI,E,kEAAC;AAE5BJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,sBAAM,GAAE,E,0BAC6BC,IAAI,E,iFAAC;AAE3CJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,sBAAM,GAAE,E,0BACgBC,IAAI,E,oEAAC;AAE9BJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,sBAAM,GAAE,E,0BACQC,IAAI,E,4DAAC;AAEtBJ,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,sBAAM,GAAE,E,0BAC2BC,IAAI,E,+EAAC"}
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.CreatePartneredAccountantSociety = undefined;
|
|
7
7
|
var _ = require("../../../..");
|
|
8
|
-
var
|
|
8
|
+
var _Sector = require("../../../Enum/Sector");
|
|
9
9
|
var _TaxSystem = require("../../../Enum/TaxSystem");
|
|
10
10
|
var _ProfitsType = require("../../../Enum/ProfitsType");
|
|
11
11
|
var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
|
|
@@ -29,8 +29,8 @@ __decorate([(0, _.ApiProperty)({
|
|
|
29
29
|
}), __metadata("design:type", String)], CreatePartneredAccountantSociety.prototype, "name", void 0);
|
|
30
30
|
__decorate([(0, _.ApiProperty)(), __metadata("design:type", Number)], CreatePartneredAccountantSociety.prototype, "idLegalForm", void 0);
|
|
31
31
|
__decorate([(0, _.ApiProperty)({
|
|
32
|
-
enum:
|
|
33
|
-
default:
|
|
32
|
+
enum: _Sector.Sector,
|
|
33
|
+
default: _Sector.Sector.DEFAULT
|
|
34
34
|
}), __metadata("design:type", Number)], CreatePartneredAccountantSociety.prototype, "idSector", void 0);
|
|
35
35
|
__decorate([(0, _.ApiProperty)({
|
|
36
36
|
enum: _.VatRegime
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreatePartneredAccountantSociety.js","names":["_","require","
|
|
1
|
+
{"version":3,"file":"CreatePartneredAccountantSociety.js","names":["_","require","_Sector","_TaxSystem","_ProfitsType","CreatePartneredAccountantSociety","exports","__decorate","ApiProperty","description","enum","Sector","default","DEFAULT","VatRegime","FiscalRegime","Activity","TaxSystem","ProfitsType","ComptaType","ApiPropertyOptional","CountryId"],"sources":["../../../../../ts/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.ts"],"sourcesContent":["import {\n ApiProperty, VatRegime, FiscalRegime, ComptaType, ApiPropertyOptional, CountryId, Activity,\n} from '../../../..';\nimport { Sector } from '../../../Enum/Sector';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { ProfitsType } from '../../../Enum/ProfitsType';\n\nexport class CreatePartneredAccountantSociety {\n @ApiProperty()\n firstname: string;\n\n @ApiProperty()\n lastname: string;\n\n @ApiProperty()\n email: string;\n\n @ApiProperty()\n phoneNumber: string;\n\n @ApiProperty({ description: 'Nom de la société' })\n name: string;\n\n @ApiProperty()\n idLegalForm: number;\n\n @ApiProperty({ enum: Sector, default: Sector.DEFAULT })\n idSector: number;\n\n @ApiProperty({ enum: VatRegime })\n idVatRegime: VatRegime;\n\n @ApiProperty({ enum: FiscalRegime })\n idFiscalRegime: FiscalRegime;\n\n @ApiProperty({ enum: Activity })\n idActivity: Activity;\n\n @ApiProperty({ enum: TaxSystem })\n idTaxSystem: TaxSystem;\n\n @ApiProperty({ enum: ProfitsType })\n idProfitsType: ProfitsType;\n\n @ApiProperty({ description: 'Date de début de l\\'exercice (format YYYY-MM-DD)' })\n startDate: string;\n\n @ApiProperty({ description: 'Date de fin de l\\'exercice (format YYYY-MM-DD)' })\n endDate: string;\n\n @ApiProperty({ enum: ComptaType })\n idComptaType: ComptaType;\n\n @ApiPropertyOptional()\n siret?: string | null;\n\n @ApiPropertyOptional()\n address?: string | null;\n\n @ApiPropertyOptional()\n city?: string | null;\n\n @ApiPropertyOptional()\n zipCode?: string | null;\n\n @ApiPropertyOptional({ enum: CountryId })\n idCountry?: CountryId | null;\n}"],"mappings":";;;;;;AAAA,IAAAA,CAAA,GAAAC,OAAA;AAGA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,UAAA,GAAAF,OAAA;AACA,IAAAG,YAAA,GAAAH,OAAA;;;;;;;;;;;AAEM,MAAOI,gCAAgC;AA4D5CC,OAAA,CA5DYD,gCAAgC,GAAhCA,gCAAgC;AAC3CE,UAAA,EAAC,IAAAC,aAAW,GAAE,E,oGACM;AAEpBD,UAAA,EAAC,IAAAC,aAAW,GAAE,E,mGACK;AAEnBD,UAAA,EAAC,IAAAC,aAAW,GAAE,E,gGACE;AAEhBD,UAAA,EAAC,IAAAC,aAAW,GAAE,E,sGACQ;AAEtBD,UAAA,EAAC,IAAAC,aAAW,EAAC;EAAEC,WAAW,EAAE;AAAmB,CAAE,CAAC,E,+FACnC;AAEfF,UAAA,EAAC,IAAAC,aAAW,GAAE,E,sGACQ;AAEtBD,UAAA,EAAC,IAAAC,aAAW,EAAC;EAAEE,IAAI,EAAEC,cAAM;EAAEC,OAAO,EAAED,cAAM,CAACE;AAAO,CAAE,CAAC,E,mGACpC;AAEnBN,UAAA,EAAC,IAAAC,aAAW,EAAC;EAAEE,IAAI,EAAEI;AAAS,CAAE,CAAC,E,sGACR;AAEzBP,UAAA,EAAC,IAAAC,aAAW,EAAC;EAAEE,IAAI,EAAEK;AAAY,CAAE,CAAC,E,yGACL;AAE/BR,UAAA,EAAC,IAAAC,aAAW,EAAC;EAAEE,IAAI,EAAEM;AAAQ,CAAE,CAAC,E,qGACT;AAEvBT,UAAA,EAAC,IAAAC,aAAW,EAAC;EAAEE,IAAI,EAAEO;AAAS,CAAE,CAAC,E,sGACR;AAEzBV,UAAA,EAAC,IAAAC,aAAW,EAAC;EAAEE,IAAI,EAAEQ;AAAW,CAAE,CAAC,E,wGACN;AAE7BX,UAAA,EAAC,IAAAC,aAAW,EAAC;EAAEC,WAAW,EAAE;AAAkD,CAAE,CAAC,E,oGAC7D;AAEpBF,UAAA,EAAC,IAAAC,aAAW,EAAC;EAAEC,WAAW,EAAE;AAAgD,CAAE,CAAC,E,kGAC7D;AAElBF,UAAA,EAAC,IAAAC,aAAW,EAAC;EAAEE,IAAI,EAAES;AAAU,CAAE,CAAC,E,uGACP;AAE3BZ,UAAA,EAAC,IAAAa,qBAAmB,GAAE,E,gGACE;AAExBb,UAAA,EAAC,IAAAa,qBAAmB,GAAE,E,kGACI;AAE1Bb,UAAA,EAAC,IAAAa,qBAAmB,GAAE,E,+FACC;AAEvBb,UAAA,EAAC,IAAAa,qBAAmB,GAAE,E,kGACI;AAE1Bb,UAAA,EAAC,IAAAa,qBAAmB,EAAC;EAAEV,IAAI,EAAEW;AAAS,CAAE,CAAC,E,oGACV"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IAccount.js","names":[],"sources":["../../../../ts/types/Interface/models/IAccount.ts"],"sourcesContent":["import { INature } from './INature';\nimport { IAccountType } from './IAccountType';\nimport { IVat } from './IVat';\nimport { IRegisterCategory } from './IRegisterCategory';\nimport {
|
|
1
|
+
{"version":3,"file":"IAccount.js","names":[],"sources":["../../../../ts/types/Interface/models/IAccount.ts"],"sourcesContent":["import { INature } from './INature';\nimport { IAccountType } from './IAccountType';\nimport { IVat } from './IVat';\nimport { IRegisterCategory } from './IRegisterCategory';\nimport { IAccountHelp } from './IAccountHelp';\nimport { IAccountDetail } from './IAccountDetail';\nimport { ISociety } from './ISociety';\nimport { IAccountsSectors } from './IAccountsSectors';\nimport { IMachineLearningResult } from './IMachineLearningResult';\nimport { IAccountsSocieties } from './IAccountsSocieties';\n\n// accounts\nexport interface IAccount {\n id?: number;\n number: number;\n name: string;\n originalName?: string | null;\n forceVat?: boolean;\n blockVat?: boolean;\n forceFile?: boolean;\n isHidden?: boolean;\n isImmo?: boolean;\n isCorporal?: boolean;\n icone?: string | null;\n iconePNG?: string | null;\n color?: string | null;\n isOnlyTreso?: boolean;\n isOnlyEnga?: boolean;\n isGeneric?: boolean;\n isPersonalised?: boolean;\n forClient?: boolean;\n forFournisseur?: boolean;\n accountsSectors?: IAccountsSectors[];\n juridicalSociety?: number | null;\n idNature: number;\n customization?: number;\n idAccountType: number;\n idVat?: number | null;\n idRegisterCategorie?: number | null;\n idSector?: number | null;\n idParentAccount?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n nature?: INature;\n accountType?: IAccountType;\n tva?: IVat;\n registerCategorie?: IRegisterCategory;\n accountHelp?: IAccountHelp;\n accountDetails?: IAccountDetail[];\n accountsSocieties?: IAccountsSocieties[] | IAccountsSocieties;\n societies?: ISociety[];\n machineLearningResults?: IMachineLearningResult[];\n}\n"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFirstStep.js","names":[],"sources":["../../../../ts/types/Interface/models/IFirstStep.ts"],"sourcesContent":["import { ISociety } from './ISociety';\n\nexport interface IFirstStep {\n id?: number;\n hasBankAccountSynchronized?: Date | null;\n hasContactInformationsFilled?: Date | null;\n hasEmailCustom?: Date | null;\n hasStripeConnector?: Date | null;\n hasAccountingTransactionAnnotated?: Date | null;\n hasBillingToolCustom?: Date | null;\n hasMobileApp?: Date | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n}\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"IFirstStep.js","names":[],"sources":["../../../../ts/types/Interface/models/IFirstStep.ts"],"sourcesContent":["import { ISociety } from './ISociety';\n\nexport interface IFirstStep {\n id?: number;\n hasBankAccountSynchronized?: Date | null;\n hasContactInformationsFilled?: Date | null;\n hasEmailCustom?: Date | null;\n hasStripeConnector?: Date | null;\n hasAccountingTransactionAnnotated?: Date | null;\n hasBillingToolCustom?: Date | null;\n hasMobileApp?: Date | null;\n hasPersonnalizedChartOfAccounts?: Date | null;\n idSociety: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society?: ISociety;\n}\n"],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISociety.js","names":[],"sources":["../../../../ts/types/Interface/models/ISociety.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport {
|
|
1
|
+
{"version":3,"file":"ISociety.js","names":[],"sources":["../../../../ts/types/Interface/models/ISociety.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceding } from './ISocietyProceding';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ISocietyEvent } from './ISocietyEvent';\nimport {\n ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,\n ISocietyConfigBalanceSheet,\n IAccountsSocieties,\n IUnpaidCallHistory,\n IAccountingFile,\n IThirdPartySociety,\n} from '../..';\nimport { IBrandType } from './IBrandType';\nimport { IFile } from './IFile';\nimport { IBusinessSector } from './IBusinessSector';\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateInscription: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n folderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n vatUploadDay: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n leadQuotation: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n profitsType: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: CountryId | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n oldNafCode: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n idVatForInternalInvoicing: number;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n folderCreation: boolean;\n hideSimulationBetaMessage: boolean;\n unpaid: number | null;\n isLate: boolean | null;\n unpaidDetails: UnpaidDetail[] | null;\n owner: IUser | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n startAt?: Date | null;\n idSoftware: number | null;\n canceledFirstStepAt: Date | null;\n completedFirstStepAt: Date | null;\n lastMobileConnection: Date | null;\n idNafCode: number | null;\n canceledFirstStepTourAt: Date | null;\n step: string | null;\n hidePartneredAccountantsBubbleLink: boolean | null;\n cancelCompleteCreationModal: Date | null;\n isCreatedInApp: boolean;\n\n // Associations\n accounts?: IAccount[];\n accountsSocieties?: IAccountsSocieties[];\n comments?: IComment[];\n thirdPartiesSociety?: IThirdPartySociety[];\n thirdParty?: IThirdParty[];\n reports?: IReport[];\n connectors?: IConnector[];\n bankConnections?: IBankConnection[];\n societyConfigBalanceSheet?: ISocietyConfigBalanceSheet[];\n societyFollow?: IFollow[];\n paymentsExpectations?: IPaymentExpectation[];\n paymentSchedules?: IPaymentSchedule[];\n legalForm?: ILegalForm;\n oldExpertInfo?: IOldExpertInfo;\n prestationsSocieties?: IPrestation[];\n refunds?: IRefund[];\n bankAccounts?: IBankAccount[];\n bankPayment?: ISocietyBank;\n compta?: IComptaType;\n typeSubscription?: ISubscriptionType;\n config?: ISocietyConfig;\n gescom?: ISocietyGescom;\n societyCgv?: ISocietyCgv;\n formalism?: IFormalism;\n notes?: ISocietyNote;\n taxSystem?: ITaxSystem;\n tvaRegime?: IVatRegime;\n fiscalRegime?: IFiscalRegime;\n source?: ISource;\n nafCode?: INafCode;\n analyticsUtm?: IAnalyticsUtm;\n activity?: IActivity;\n softwareCompta?: ISoftwareCompta;\n accessToken?: IAccessToken;\n cotations?: ICotation[];\n societyVehicles?: ISocietyVehicle[];\n societyCountry?: ICountry;\n terminationsList?: ITerminationList;\n societyFiles?: ISocietyFile[];\n societyDetail?: ISocietyDetail;\n societySocials?: ISocietySocial[];\n societyJuridical?: ISocietyJuridical;\n paymentWaitings?: IPaymentWaiting[];\n societyExercices?: IExercice[];\n webmailMails?: IWebMail[];\n societyProcedings?: ISocietyProceding[];\n societyStats?: ISocietyStat[];\n survey?: ISurvey[];\n logs?: ILog[];\n sms?: ISms[];\n users?: IUser[];\n userPermission?: IUserSocietyPermission;\n usersPermissions?: IUserSocietyPermission[];\n regulates?: IRegulate[];\n brandType?: IBrandType;\n partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];\n partneredAccountantRelated: IPartneredAccountantToSociety;\n events: ISocietyEvent[];\n mails: IMail[];\n transactions: IAccountingTransaction[];\n businessPartners: IBusinessPartner[];\n fecFile: IFecFile | null;\n gedFiles: IGedFile[];\n files: IFile[];\n unpaidCallHistory: IUnpaidCallHistory[];\n accountingFiles?: IAccountingFile[];\n businessSectors: IBusinessSector[];\n}"],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@silexpert/core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.86",
|
|
4
4
|
"description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
|
|
5
5
|
"homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
|
|
6
6
|
"main": "js/index.js",
|
package/ts/types/Enum/Sector.ts
CHANGED
|
@@ -37,20 +37,6 @@ export type BusinessSectorType = {
|
|
|
37
37
|
};
|
|
38
38
|
|
|
39
39
|
export const businessSectors: BusinessSectorType = {
|
|
40
|
-
DEFAULT: {
|
|
41
|
-
id: Sector.DEFAULT,
|
|
42
|
-
name: 'Autre',
|
|
43
|
-
tag: 'AUT',
|
|
44
|
-
type: 'add',
|
|
45
|
-
module: false,
|
|
46
|
-
icon: 'work',
|
|
47
|
-
description: [
|
|
48
|
-
{
|
|
49
|
-
activated: true,
|
|
50
|
-
label: 'Base plan comptable : Autre',
|
|
51
|
-
},
|
|
52
|
-
],
|
|
53
|
-
},
|
|
54
40
|
ECOMMERCE: {
|
|
55
41
|
id: Sector.ECOMMERCE,
|
|
56
42
|
name: 'E-commerce',
|
|
@@ -163,6 +149,20 @@ export const businessSectors: BusinessSectorType = {
|
|
|
163
149
|
},
|
|
164
150
|
],
|
|
165
151
|
},
|
|
152
|
+
DEFAULT: {
|
|
153
|
+
id: Sector.DEFAULT,
|
|
154
|
+
name: 'Autre',
|
|
155
|
+
tag: 'AUT',
|
|
156
|
+
type: 'add',
|
|
157
|
+
module: false,
|
|
158
|
+
icon: 'work',
|
|
159
|
+
description: [
|
|
160
|
+
{
|
|
161
|
+
activated: true,
|
|
162
|
+
label: 'Base plan comptable : Autre',
|
|
163
|
+
},
|
|
164
|
+
],
|
|
165
|
+
},
|
|
166
166
|
ESPECES: {
|
|
167
167
|
id: Sector.ESPECES,
|
|
168
168
|
name: 'Espèces',
|
|
@@ -176,7 +176,7 @@ export const businessSectors: BusinessSectorType = {
|
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
activated: false,
|
|
179
|
-
label: 'Désactivation de la catégorie
|
|
179
|
+
label: 'Désactivation de la catégorie Dons et pourboires',
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
activated: true,
|
|
@@ -195,11 +195,11 @@ export const businessSectors: BusinessSectorType = {
|
|
|
195
195
|
tag: 'TVA',
|
|
196
196
|
description: [
|
|
197
197
|
{
|
|
198
|
-
activated:
|
|
198
|
+
activated: true,
|
|
199
199
|
label: 'Désactivation des catégories liées à la TVA',
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
|
-
activated:
|
|
202
|
+
activated: false,
|
|
203
203
|
label: 'Ajout des catégories liées à la TVA',
|
|
204
204
|
},
|
|
205
205
|
],
|
|
@@ -282,7 +282,7 @@ export const businessSectors: BusinessSectorType = {
|
|
|
282
282
|
description: [
|
|
283
283
|
{
|
|
284
284
|
activated: false,
|
|
285
|
-
label: '
|
|
285
|
+
label: 'Désactivation de la catégorie Impôt sur les sociétés (IS)',
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
activated: true,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ApiProperty, VatRegime, FiscalRegime, ComptaType, ApiPropertyOptional, CountryId, Activity,
|
|
3
3
|
} from '../../../..';
|
|
4
|
-
import {
|
|
4
|
+
import { Sector } from '../../../Enum/Sector';
|
|
5
5
|
import { TaxSystem } from '../../../Enum/TaxSystem';
|
|
6
6
|
import { ProfitsType } from '../../../Enum/ProfitsType';
|
|
7
7
|
|
|
@@ -24,7 +24,7 @@ export class CreatePartneredAccountantSociety {
|
|
|
24
24
|
@ApiProperty()
|
|
25
25
|
idLegalForm: number;
|
|
26
26
|
|
|
27
|
-
@ApiProperty({ enum:
|
|
27
|
+
@ApiProperty({ enum: Sector, default: Sector.DEFAULT })
|
|
28
28
|
idSector: number;
|
|
29
29
|
|
|
30
30
|
@ApiProperty({ enum: VatRegime })
|
|
@@ -2,7 +2,6 @@ import { INature } from './INature';
|
|
|
2
2
|
import { IAccountType } from './IAccountType';
|
|
3
3
|
import { IVat } from './IVat';
|
|
4
4
|
import { IRegisterCategory } from './IRegisterCategory';
|
|
5
|
-
import { ISector } from './ISector';
|
|
6
5
|
import { IAccountHelp } from './IAccountHelp';
|
|
7
6
|
import { IAccountDetail } from './IAccountDetail';
|
|
8
7
|
import { ISociety } from './ISociety';
|
|
@@ -49,7 +48,6 @@ export interface IAccount {
|
|
|
49
48
|
accountType?: IAccountType;
|
|
50
49
|
tva?: IVat;
|
|
51
50
|
registerCategorie?: IRegisterCategory;
|
|
52
|
-
sector?: ISector;
|
|
53
51
|
accountHelp?: IAccountHelp;
|
|
54
52
|
accountDetails?: IAccountDetail[];
|
|
55
53
|
accountsSocieties?: IAccountsSocieties[] | IAccountsSocieties;
|
|
@@ -9,6 +9,7 @@ export interface IFirstStep {
|
|
|
9
9
|
hasAccountingTransactionAnnotated?: Date | null;
|
|
10
10
|
hasBillingToolCustom?: Date | null;
|
|
11
11
|
hasMobileApp?: Date | null;
|
|
12
|
+
hasPersonnalizedChartOfAccounts?: Date | null;
|
|
12
13
|
idSociety: number;
|
|
13
14
|
createdAt?: Date | null;
|
|
14
15
|
updatedAt?: Date | null;
|
|
@@ -9,7 +9,6 @@ import { IPaymentExpectation } from './IPaymentExpectation';
|
|
|
9
9
|
import { ILegalForm } from './ILegalForm';
|
|
10
10
|
import { IOldExpertInfo } from './IOldExpertInfo';
|
|
11
11
|
import { IPrestation } from './IPrestation';
|
|
12
|
-
import { ISector } from './ISector';
|
|
13
12
|
import { IRefund } from './IRefund';
|
|
14
13
|
import { IBankAccount } from './IBankAccount';
|
|
15
14
|
import { ISocietyBank } from './ISocietyBank';
|
|
@@ -56,7 +55,7 @@ import {
|
|
|
56
55
|
} from '../..';
|
|
57
56
|
import { IBrandType } from './IBrandType';
|
|
58
57
|
import { IFile } from './IFile';
|
|
59
|
-
|
|
58
|
+
import { IBusinessSector } from './IBusinessSector';
|
|
60
59
|
// societies
|
|
61
60
|
export interface ISociety {
|
|
62
61
|
id?: number;
|
|
@@ -171,7 +170,6 @@ export interface ISociety {
|
|
|
171
170
|
legalForm?: ILegalForm;
|
|
172
171
|
oldExpertInfo?: IOldExpertInfo;
|
|
173
172
|
prestationsSocieties?: IPrestation[];
|
|
174
|
-
sector?: ISector;
|
|
175
173
|
refunds?: IRefund[];
|
|
176
174
|
bankAccounts?: IBankAccount[];
|
|
177
175
|
bankPayment?: ISocietyBank;
|
|
@@ -223,4 +221,5 @@ export interface ISociety {
|
|
|
223
221
|
files: IFile[];
|
|
224
222
|
unpaidCallHistory: IUnpaidCallHistory[];
|
|
225
223
|
accountingFiles?: IAccountingFile[];
|
|
224
|
+
businessSectors: IBusinessSector[];
|
|
226
225
|
}
|