@silexpert/core 0.4.58 → 0.4.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/es/api/resources/BalanceSheet.d.ts +4 -0
  2. package/es/api/resources/BalanceSheet.d.ts.map +1 -1
  3. package/es/api/resources/BalanceSheet.js +3 -0
  4. package/es/api/resources/BalanceSheet.js.map +1 -1
  5. package/es/types/Enum/Account.js +2 -2
  6. package/es/types/Enum/Account.js.map +1 -1
  7. package/es/types/Enum/AccountType.d.ts +1 -1
  8. package/es/types/Enum/AccountType.js +1 -1
  9. package/es/types/Enum/AccountType.js.map +1 -1
  10. package/es/types/Enum/IncomeStatement.js +2 -2
  11. package/es/types/Enum/IncomeStatement.js.map +1 -1
  12. package/es/types/Enum/RegisterCategory.d.ts +5 -0
  13. package/es/types/Enum/RegisterCategory.d.ts.map +1 -0
  14. package/es/types/Enum/RegisterCategory.js +6 -0
  15. package/es/types/Enum/RegisterCategory.js.map +1 -0
  16. package/es/types/Interface/api/account/UpdateAccountSociety.d.ts +1 -0
  17. package/es/types/Interface/api/account/UpdateAccountSociety.d.ts.map +1 -1
  18. package/es/types/Interface/api/account/UpdateAccountSociety.js +4 -0
  19. package/es/types/Interface/api/account/UpdateAccountSociety.js.map +1 -1
  20. package/es/types/Interface/api/balanceSheet/ReadFreelanceTurnover.d.ts +7 -0
  21. package/es/types/Interface/api/balanceSheet/ReadFreelanceTurnover.d.ts.map +1 -0
  22. package/es/types/Interface/api/balanceSheet/ReadFreelanceTurnover.js +3 -0
  23. package/es/types/Interface/api/balanceSheet/ReadFreelanceTurnover.js.map +1 -0
  24. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts +1 -1
  25. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts.map +1 -1
  26. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +2 -2
  27. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -1
  28. package/es/types/index.d.ts +2 -0
  29. package/es/types/index.d.ts.map +1 -1
  30. package/es/types/index.js +2 -0
  31. package/es/types/index.js.map +1 -1
  32. package/js/api/resources/BalanceSheet.js +4 -0
  33. package/js/api/resources/BalanceSheet.js.map +1 -1
  34. package/js/types/Enum/Account.js +2 -2
  35. package/js/types/Enum/Account.js.map +1 -1
  36. package/js/types/Enum/AccountType.js +1 -1
  37. package/js/types/Enum/AccountType.js.map +1 -1
  38. package/js/types/Enum/IncomeStatement.js +2 -2
  39. package/js/types/Enum/IncomeStatement.js.map +1 -1
  40. package/js/types/Enum/RegisterCategory.js +12 -0
  41. package/js/types/Enum/RegisterCategory.js.map +1 -0
  42. package/js/types/Interface/api/account/UpdateAccountSociety.js +2 -0
  43. package/js/types/Interface/api/account/UpdateAccountSociety.js.map +1 -1
  44. package/js/types/Interface/api/balanceSheet/ReadFreelanceTurnover.js +10 -0
  45. package/js/types/Interface/api/balanceSheet/ReadFreelanceTurnover.js.map +1 -0
  46. package/js/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +1 -1
  47. package/js/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -1
  48. package/js/types/index.js +24 -0
  49. package/js/types/index.js.map +1 -1
  50. package/package.json +1 -1
  51. package/ts/api/resources/BalanceSheet.ts +5 -0
  52. package/ts/types/Enum/Account.ts +3 -3
  53. package/ts/types/Enum/AccountType.ts +1 -1
  54. package/ts/types/Enum/IncomeStatement.ts +2 -2
  55. package/ts/types/Enum/RegisterCategory.ts +4 -0
  56. package/ts/types/Interface/api/account/UpdateAccountSociety.ts +3 -0
  57. package/ts/types/Interface/api/balanceSheet/ReadFreelanceTurnover.ts +6 -0
  58. package/ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts +2 -2
  59. package/ts/types/index.ts +2 -0
@@ -1,8 +1,12 @@
1
1
  /// <reference types="node" />
2
+ import { ReadFreelanceTurnover } from '../..';
2
3
  import { Resource } from '../Resource';
3
4
  export declare class BalanceSheet extends Resource {
4
5
  getPdf(params: {
5
6
  idExercice: number;
6
7
  }): Promise<Buffer>;
8
+ getFreelanceTurnover(params: {
9
+ idExercice: number;
10
+ }): Promise<ReadFreelanceTurnover>;
7
11
  }
8
12
  //# sourceMappingURL=BalanceSheet.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BalanceSheet.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/BalanceSheet.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,YAAa,SAAQ,QAAQ;IACxC,MAAM,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;CAQxD"}
1
+ {"version":3,"file":"BalanceSheet.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/BalanceSheet.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,YAAa,SAAQ,QAAQ;IACxC,MAAM,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;IASvD,oBAAoB,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,qBAAqB,CAAC;CAGrF"}
@@ -8,5 +8,8 @@ export class BalanceSheet extends Resource {
8
8
  },
9
9
  });
10
10
  }
11
+ getFreelanceTurnover(params) {
12
+ return this.axios.$get(`/exercice/${params.idExercice}/balanceSheet/freelanceTurnover`);
13
+ }
11
14
  }
12
15
  //# sourceMappingURL=BalanceSheet.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BalanceSheet.js","sourceRoot":"","sources":["../../../ts/api/resources/BalanceSheet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,YAAa,SAAQ,QAAQ;IACxC,MAAM,CAAC,MAA8B;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,MAAM,CAAC,UAAU,mBAAmB,EAAE;YACxE,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\n\nexport class BalanceSheet extends Resource {\n getPdf(params: { idExercice: number }): Promise<Buffer> {\n return this.axios.$get(`/exercice/${params.idExercice}/balanceSheet/pdf`, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n}\n"]}
1
+ {"version":3,"file":"BalanceSheet.js","sourceRoot":"","sources":["../../../ts/api/resources/BalanceSheet.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,YAAa,SAAQ,QAAQ;IACxC,MAAM,CAAC,MAA8B;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,MAAM,CAAC,UAAU,mBAAmB,EAAE;YACxE,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IAED,oBAAoB,CAAC,MAA8B;QACjD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,aAAa,MAAM,CAAC,UAAU,iCAAiC,CAAC,CAAC;IAC1F,CAAC;CACF","sourcesContent":["import { ReadFreelanceTurnover } from '../..';\nimport { Resource } from '../Resource';\n\nexport class BalanceSheet extends Resource {\n getPdf(params: { idExercice: number }): Promise<Buffer> {\n return this.axios.$get(`/exercice/${params.idExercice}/balanceSheet/pdf`, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n\n getFreelanceTurnover(params: { idExercice: number }): Promise<ReadFreelanceTurnover> {\n return this.axios.$get(`/exercice/${params.idExercice}/balanceSheet/freelanceTurnover`);\n }\n}\n"]}
@@ -20,8 +20,8 @@ export const Account = {
20
20
  number: 707000,
21
21
  },
22
22
  CAPITAL: {
23
- id: 230,
24
- number: 101300,
23
+ id: 112,
24
+ number: 101100,
25
25
  },
26
26
  REPORT_DEBIT: {
27
27
  id: 89,
@@ -1 +1 @@
1
- {"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;CACF,CAAC","sourcesContent":["export const Account = {\n RESULT_BENEFIT: {\n id: 91,\n number: 120000,\n },\n RESULT_LOSS: {\n id: 92,\n number: 129000,\n },\n PRODUCTION: {\n id: 40,\n number: 701000,\n },\n SERVICE: {\n id: 47,\n number: 706000,\n },\n MERCHANDISE: {\n id: 48,\n number: 707000,\n },\n CAPITAL: {\n id: 230,\n number: 101300,\n },\n REPORT_DEBIT: {\n id: 89,\n number: 119000,\n },\n REPORT_CREDIT: {\n id: 87,\n number: 110000,\n },\n LEGAL_RESERVE: {\n id: 61,\n number: 106100,\n },\n STATUTORY_RESERVE: {\n id: 65,\n number: 106300,\n },\n REGULATED_RESERVE: {\n id: 66,\n number: 106400,\n },\n OPTIONAL_RESERVE: {\n id: 70,\n number: 106800,\n },\n UNAVAILABLE_RESERVE: {\n id: 64,\n number: 106200,\n },\n DIVIDEND: {\n id: 250,\n number: 457000,\n },\n LEVY_ON_RESERVE: { // FIXME: MAUVAIS ID\n id: 70,\n number: 106800,\n },\n};"]}
1
+ {"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;CACF,CAAC","sourcesContent":["export const Account = {\n RESULT_BENEFIT: {\n id: 91,\n number: 120000,\n },\n RESULT_LOSS: {\n id: 92,\n number: 129000,\n },\n PRODUCTION: {\n id: 40,\n number: 701000,\n },\n SERVICE: {\n id: 47,\n number: 706000,\n },\n MERCHANDISE: {\n id: 48,\n number: 707000,\n },\n CAPITAL: {\n id: 112,\n number: 101100,\n },\n REPORT_DEBIT: {\n id: 89,\n number: 119000,\n },\n REPORT_CREDIT: {\n id: 87,\n number: 110000,\n },\n LEGAL_RESERVE: {\n id: 61,\n number: 106100,\n },\n STATUTORY_RESERVE: {\n id: 65,\n number: 106300,\n },\n REGULATED_RESERVE: {\n id: 66,\n number: 106400,\n },\n OPTIONAL_RESERVE: {\n id: 70,\n number: 106800,\n },\n UNAVAILABLE_RESERVE: {\n id: 64,\n number: 106200,\n },\n DIVIDEND: {\n id: 250,\n number: 457000,\n },\n LEVY_ON_RESERVE: {\n id: 70,\n number: 106800,\n },\n};"]}
@@ -4,7 +4,7 @@ export declare const AccountType: {
4
4
  color: string;
5
5
  icon: string;
6
6
  };
7
- FOURNITURES: {
7
+ BANQUES: {
8
8
  id: number;
9
9
  color: string;
10
10
  icon: string;
@@ -4,7 +4,7 @@ export const AccountType = {
4
4
  color: '#CCCCCC',
5
5
  icon: 'accountLogo/0616d627-840d-5034-9409-d7d99ce17917',
6
6
  },
7
- FOURNITURES: {
7
+ BANQUES: {
8
8
  id: 2,
9
9
  color: '#896FD3',
10
10
  icon: 'accountLogo/652d7313-aeb5-503e-8f7d-7d1268458fbc',
@@ -1 +1 @@
1
- {"version":3,"file":"AccountType.js","sourceRoot":"","sources":["../../../ts/types/Enum/AccountType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,YAAY,EAAE;QACZ,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,WAAW,EAAE;QACX,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,eAAe,EAAE;QACf,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,kBAAkB,EAAE;QAClB,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,cAAc,EAAE;QACd,EAAE,EAAE,CAAC;QACL,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,MAAM,EAAE;QACN,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,MAAM,EAAE;QACN,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,kBAAkB,EAAE;QAClB,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,MAAM,EAAE;QACN,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,kDAAkD;KACzD;CACF,CAAC","sourcesContent":["export const AccountType = {\n DEPLACEMENTS: {\n id: 1,\n color: '#CCCCCC',\n icon: 'accountLogo/0616d627-840d-5034-9409-d7d99ce17917',\n },\n FOURNITURES: {\n id: 2,\n color: '#896FD3',\n icon: 'accountLogo/652d7313-aeb5-503e-8f7d-7d1268458fbc',\n },\n DEPENSES_DIVERSES: {\n id: 3,\n color: '#DECC27',\n icon: 'accountLogo/58710fd7-ee94-588a-b788-7caa7d5d4016',\n },\n SOUS_TRAITANCES: {\n id: 4,\n color: '#A75F1C',\n icon: 'accountLogo/304551ee-263e-50b7-83b0-1a102e738f03',\n },\n ACHAT_MARCHANDISES: {\n id: 5,\n color: '#FBD65C',\n icon: 'accountLogo/2dea54a3-cd5d-59fe-8862-fcd354fa4c4e',\n },\n CHARGES_SOCIALES: {\n id: 6,\n color: '#009688',\n icon: 'accountLogo/679928ed-dba5-5634-b925-ec392037a32d',\n },\n SALAIRES: {\n id: 7,\n color: '#FBA55A',\n icon: 'accountLogo/bb818b4c-39b9-5e17-840e-2321b78c318c',\n },\n TAXES: {\n id: 8,\n color: '#26D395',\n icon: 'accountLogo/58710fd7-ee94-588a-b788-7caa7d5d4016',\n },\n FONCTIONNEMENT: {\n id: 9,\n color: '#84908D',\n icon: 'accountLogo/89d397ad-3774-540c-b06d-a6b91e3f2946',\n },\n RECETTES_PRODUCTION: {\n id: 10,\n color: '#26D395',\n icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',\n },\n RECETTES_NEGOCE: {\n id: 11,\n color: '#26D395',\n icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',\n },\n RECETTES_DIVERSES: {\n id: 12,\n color: '#26D395',\n icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',\n },\n AUTRES: {\n id: 13,\n color: '#26D395',\n icon: 'accountLogo/f53f59a1-da0e-55a7-b176-baa0ee454794',\n },\n ACHATS: {\n id: 14,\n color: '#FBD65C',\n icon: 'accountLogo/eca668d8-5fab-50eb-8131-eaa386e814fb',\n },\n SALAIRES_2: {\n id: 15,\n color: '#9AACF8',\n icon: 'accountLogo/bb818b4c-39b9-5e17-840e-2321b78c318c',\n },\n IMMOBILIER: {\n id: 16,\n color: '#C2C1C1',\n icon: 'accountLogo/f3546ef2-5b00-5067-9082-ef1cea96fa6b',\n },\n SERVICES: {\n id: 17,\n color: '#D260BC',\n icon: 'accountLogo/304551ee-263e-50b7-83b0-1a102e738f03',\n },\n ABONNEMENTS: {\n id: 18,\n color: '#E74242',\n icon: 'accountLogo/06379552-c039-5c40-bd24-f9ef5676416c',\n },\n DEPENSES_COURANTES: {\n id: 19,\n color: '#D08FDB',\n icon: 'accountLogo/89d397ad-3774-540c-b06d-a6b91e3f2946',\n },\n TRANSPORTS: {\n id: 20,\n color: '#FF9365',\n icon: 'accountLogo/0616d627-840d-5034-9409-d7d99ce17917',\n },\n ADMINISTRATIF: {\n id: 21,\n color: '#60C0FE',\n icon: 'accountLogo/652d7313-aeb5-503e-8f7d-7d1268458fbc',\n },\n PUBLICITES_ET_MISSIONS: {\n id: 22,\n color: '#FEA1A1',\n icon: 'accountLogo/4868f724-b7d4-5d23-ac16-5c52ab34c84d',\n },\n DIVERS: {\n id: 23,\n color: '#26D395',\n icon: 'accountLogo/f53f59a1-da0e-55a7-b176-baa0ee454794',\n },\n FINANCES: {\n id: 24,\n color: '#26D395',\n icon: 'accountLogo/5f4b746d-d2b3-53bb-8c97-8772a8becdf0',\n },\n IMMOBILISATIONS: {\n id: 25,\n color: '#CCCCCC',\n icon: 'accountLogo/43d187de-51ec-59b9-a72d-9a91b3afd10b',\n },\n};"]}
1
+ {"version":3,"file":"AccountType.js","sourceRoot":"","sources":["../../../ts/types/Enum/AccountType.ts"],"names":[],"mappings":"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","sourcesContent":["export const AccountType = {\n DEPLACEMENTS: {\n id: 1,\n color: '#CCCCCC',\n icon: 'accountLogo/0616d627-840d-5034-9409-d7d99ce17917',\n },\n BANQUES: {\n id: 2,\n color: '#896FD3',\n icon: 'accountLogo/652d7313-aeb5-503e-8f7d-7d1268458fbc',\n },\n DEPENSES_DIVERSES: {\n id: 3,\n color: '#DECC27',\n icon: 'accountLogo/58710fd7-ee94-588a-b788-7caa7d5d4016',\n },\n SOUS_TRAITANCES: {\n id: 4,\n color: '#A75F1C',\n icon: 'accountLogo/304551ee-263e-50b7-83b0-1a102e738f03',\n },\n ACHAT_MARCHANDISES: {\n id: 5,\n color: '#FBD65C',\n icon: 'accountLogo/2dea54a3-cd5d-59fe-8862-fcd354fa4c4e',\n },\n CHARGES_SOCIALES: {\n id: 6,\n color: '#009688',\n icon: 'accountLogo/679928ed-dba5-5634-b925-ec392037a32d',\n },\n SALAIRES: {\n id: 7,\n color: '#FBA55A',\n icon: 'accountLogo/bb818b4c-39b9-5e17-840e-2321b78c318c',\n },\n TAXES: {\n id: 8,\n color: '#26D395',\n icon: 'accountLogo/58710fd7-ee94-588a-b788-7caa7d5d4016',\n },\n FONCTIONNEMENT: {\n id: 9,\n color: '#84908D',\n icon: 'accountLogo/89d397ad-3774-540c-b06d-a6b91e3f2946',\n },\n RECETTES_PRODUCTION: {\n id: 10,\n color: '#26D395',\n icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',\n },\n RECETTES_NEGOCE: {\n id: 11,\n color: '#26D395',\n icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',\n },\n RECETTES_DIVERSES: {\n id: 12,\n color: '#26D395',\n icon: 'accountLogo/8d411d9d-eee4-56f7-a8ef-0529002c96ed',\n },\n AUTRES: {\n id: 13,\n color: '#26D395',\n icon: 'accountLogo/f53f59a1-da0e-55a7-b176-baa0ee454794',\n },\n ACHATS: {\n id: 14,\n color: '#FBD65C',\n icon: 'accountLogo/eca668d8-5fab-50eb-8131-eaa386e814fb',\n },\n SALAIRES_2: {\n id: 15,\n color: '#9AACF8',\n icon: 'accountLogo/bb818b4c-39b9-5e17-840e-2321b78c318c',\n },\n IMMOBILIER: {\n id: 16,\n color: '#C2C1C1',\n icon: 'accountLogo/f3546ef2-5b00-5067-9082-ef1cea96fa6b',\n },\n SERVICES: {\n id: 17,\n color: '#D260BC',\n icon: 'accountLogo/304551ee-263e-50b7-83b0-1a102e738f03',\n },\n ABONNEMENTS: {\n id: 18,\n color: '#E74242',\n icon: 'accountLogo/06379552-c039-5c40-bd24-f9ef5676416c',\n },\n DEPENSES_COURANTES: {\n id: 19,\n color: '#D08FDB',\n icon: 'accountLogo/89d397ad-3774-540c-b06d-a6b91e3f2946',\n },\n TRANSPORTS: {\n id: 20,\n color: '#FF9365',\n icon: 'accountLogo/0616d627-840d-5034-9409-d7d99ce17917',\n },\n ADMINISTRATIF: {\n id: 21,\n color: '#60C0FE',\n icon: 'accountLogo/652d7313-aeb5-503e-8f7d-7d1268458fbc',\n },\n PUBLICITES_ET_MISSIONS: {\n id: 22,\n color: '#FEA1A1',\n icon: 'accountLogo/4868f724-b7d4-5d23-ac16-5c52ab34c84d',\n },\n DIVERS: {\n id: 23,\n color: '#26D395',\n icon: 'accountLogo/f53f59a1-da0e-55a7-b176-baa0ee454794',\n },\n FINANCES: {\n id: 24,\n color: '#26D395',\n icon: 'accountLogo/5f4b746d-d2b3-53bb-8c97-8772a8becdf0',\n },\n IMMOBILISATIONS: {\n id: 25,\n color: '#CCCCCC',\n icon: 'accountLogo/43d187de-51ec-59b9-a72d-9a91b3afd10b',\n },\n};"]}
@@ -304,8 +304,8 @@ export const INCOME_STATEMENT_LIST = [
304
304
  name: 'Résultat de l\'exercice',
305
305
  total: 0,
306
306
  calculation: true,
307
- calculationAdd: ['totalOperatingIncome', 'totalFinancialProducts', 'totalExceptionalProducts', 'totalExceptionalExpenses'],
308
- calculationSubtract: ['totalOperatingExpenses', 'totalFinancialExpenses', 'incomeTax'],
307
+ calculationAdd: ['totalOperatingIncome', 'totalFinancialProducts', 'totalExceptionalProducts'],
308
+ calculationSubtract: ['totalOperatingExpenses', 'totalFinancialExpenses', 'totalExceptionalExpenses', 'incomeTax'],
309
309
  key: 'resultOfExercise',
310
310
  },
311
311
  ];
@@ -1 +1 @@
1
- {"version":3,"file":"IncomeStatement.js","sourceRoot":"","sources":["../../../ts/types/Enum/IncomeStatement.ts"],"names":[],"mappings":"AAqBA,MAAM,CAAC,MAAM,qBAAqB,GAAsB;IACtD;QACE,IAAI,EAAE,oCAAoC;QAC1C,GAAG,EAAE,sBAAsB;QAC3B,KAAK,EAAE,CAAC;QACR,SAAS,EAAE,IAAI;QACf,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,qBAAqB;gBAC3B,KAAK,EAAE,CAAC;gBACR,MAAM,EAAE;oBACN;wBACE,IAAI,EAAE,wBAAwB;wBAC9B,KAAK,EAAE,CAAC;wBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;qBAClB;oBACD;wBACE,IAAI,EAAE,mBAAmB;wBACzB,KAAK,EAAE,CAAC;wBACR,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;qBACrD;oBACD;wBACE,IAAI,EAAE,gCAAgC;wBACtC,KAAK,EAAE,CAAC;wBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;qBAClB;oBACD;wBACE,IAAI,EAAE,wDAAwD;wBAC9D,KAAK,EAAE,CAAC;wBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;qBAClB;iBACF;aACF;YACD;gBACE,IAAI,EAAE,oBAAoB;gBAC1B,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,IAAI,CAAC;aACjB;YACD;gBACE,IAAI,EAAE,wBAAwB;gBAC9B,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,IAAI,CAAC;aACjB;YACD;gBACE,IAAI,EAAE,6BAA6B;gBACnC,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,IAAI,CAAC;aACjB;YACD;gBACE,IAAI,EAAE,iFAAiF;gBACvF,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC;aACzB;YACD;gBACE,IAAI,EAAE,qCAAqC;gBAC3C,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,IAAI,CAAC;aACjB;SACF;KACF;IACD;QACE,IAAI,EAAE,mCAAmC;QACzC,GAAG,EAAE,wBAAwB;QAC7B,KAAK,EAAE,CAAC;QACR,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,wBAAwB;gBAC9B,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;aAClB;YACD;gBACE,IAAI,EAAE,sCAAsC;gBAC5C,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,MAAM,CAAC;aACnB;YACD;gBACE,IAAI,EAAE,2DAA2D;gBACjE,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,IAAI,CAAC;gBAChB,eAAe,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;aACvC;YACD;gBACE,IAAI,EAAE,yEAAyE;gBAC/E,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;gBACjB,eAAe,EAAE,CAAC,MAAM,CAAC;aAC1B;YACD;gBACE,IAAI,EAAE,mCAAmC;gBACzC,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,KAAK,CAAC;aAC9B;YACD;gBACE,IAAI,EAAE,uCAAuC;gBAC7C,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,IAAI,CAAC;aACjB;YACD;gBACE,IAAI,EAAE,yBAAyB;gBAC/B,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;aACvC;YACD;gBACE,IAAI,EAAE,kBAAkB;gBACxB,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;aAC9C;YACD;gBACE,IAAI,EAAE,4CAA4C;gBAClD,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;aAC9C;YACD;gBACE,IAAI,EAAE,oCAAoC;gBAC1C,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,IAAI,CAAC;aACjB;SACF;KACF;IACD;QACE,IAAI,EAAE,0BAA0B;QAChC,GAAG,EAAE,iBAAiB;QACtB,KAAK,EAAE,CAAC;QACR,WAAW,EAAE,IAAI;QACjB,cAAc,EAAE,CAAC,sBAAsB,CAAC;QACxC,mBAAmB,EAAE,CAAC,wBAAwB,CAAC;KAChD;IACD;QACE,IAAI,EAAE,+BAA+B;QACrC,GAAG,EAAE,wBAAwB;QAC7B,KAAK,EAAE,CAAC;QACR,SAAS,EAAE,IAAI;QACf,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,mBAAmB;gBACzB,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;aAClB;YACD;gBACE,IAAI,EAAE,iEAAiE;gBACvE,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;aAClB;YACD;gBACE,IAAI,EAAE,uCAAuC;gBAC7C,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;aACvC;YACD;gBACE,IAAI,EAAE,6EAA6E;gBACnF,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC;aACzB,EAAE;gBACD,IAAI,EAAE,iCAAiC;gBACvC,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;aAClB;YACD;gBACE,IAAI,EAAE,+DAA+D;gBACrE,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;aAClB;SACF;KACF;IACD;QACE,IAAI,EAAE,+BAA+B;QACrC,KAAK,EAAE,CAAC;QACR,GAAG,EAAE,wBAAwB;QAC7B,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,2DAA2D;gBACjE,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;aAClB;YACD;gBACE,IAAI,EAAE,+BAA+B;gBACrC,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,CAAC;aACvC;YACD;gBACE,IAAI,EAAE,iCAAiC;gBACvC,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;aAClB;YACD;gBACE,IAAI,EAAE,gEAAgE;gBACtE,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;aAClB;SACF;KACF;IACD;QACE,IAAI,EAAE,oBAAoB;QAC1B,KAAK,EAAE,CAAC;QACR,WAAW,EAAE,IAAI;QACjB,cAAc,EAAE,CAAC,wBAAwB,CAAC;QAC1C,mBAAmB,EAAE,CAAC,wBAAwB,CAAC;QAC/C,GAAG,EAAE,iBAAiB;KACvB;IACD;QACE,IAAI,EAAE,8BAA8B;QACpC,KAAK,EAAE,CAAC;QACR,WAAW,EAAE,IAAI;QACjB,cAAc,EAAE,CAAC,sBAAsB,EAAE,wBAAwB,CAAC;QAClE,mBAAmB,EAAE,CAAC,wBAAwB,EAAE,wBAAwB,CAAC;QACzE,GAAG,EAAE,iBAAiB;KACvB;IACD;QACE,IAAI,EAAE,kCAAkC;QACxC,KAAK,EAAE,CAAC;QACR,GAAG,EAAE,0BAA0B;QAC/B,SAAS,EAAE,IAAI;QACf,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,2BAA2B;gBACjC,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC;aACzB;YACD;gBACE,IAAI,EAAE,2BAA2B;gBACjC,KAAK,EAAE,CAAC;gBACR,MAAM,EAAE,CAAC;wBACP,IAAI,EAAE,6CAA6C;wBACnD,KAAK,EAAE,CAAC;wBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;qBAClB;oBACD;wBACE,IAAI,EAAE,mEAAmE;wBACzE,KAAK,EAAE,CAAC;wBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;qBAClB;oBACD;wBACE,IAAI,EAAE,OAAO;wBACb,KAAK,EAAE,CAAC;wBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;qBAClB;iBACA;aACF;YACD;gBACE,IAAI,EAAE,iFAAiF;gBACvF,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC;aACzB;SACF;KACF;IACD;QACE,IAAI,EAAE,mCAAmC;QACzC,KAAK,EAAE,CAAC;QACR,GAAG,EAAE,0BAA0B;QAC/B,MAAM,EAAE;YACN;gBACE,IAAI,EAAE,2BAA2B;gBACjC,KAAK,EAAE,CAAC;gBACR,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC;aACzB;YACD;gBACE,IAAI,EAAE,2BAA2B;gBACjC,KAAK,EAAE,CAAC;gBACR,MAAM,EAAE,CAAC;wBACP,IAAI,EAAE,iEAAiE;wBACvE,KAAK,EAAE,CAAC;wBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;qBAClB;oBACD;wBACE,IAAI,EAAE,OAAO;wBACb,KAAK,EAAE,CAAC;wBACR,QAAQ,EAAE,CAAC,KAAK,CAAC;qBAClB;iBACA;aACF;YACD;gBACE,IAAI,EAAE,2DAA2D;gBACjE,KAAK,EAAE,CAAC;gBACR,MAAM,EAAE;oBACN;wBACE,IAAI,EAAE,uCAAuC;wBAC7C,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;wBAClC,KAAK,EAAE,CAAC;qBACT;oBACD;wBACE,IAAI,EAAE,kEAAkE;wBACxE,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;wBAClC,KAAK,EAAE,CAAC;qBACT;iBACF;aACF;SACF;KACF;IACD;QACE,IAAI,EAAE,uBAAuB;QAC7B,KAAK,EAAE,CAAC;QACR,WAAW,EAAE,IAAI;QACjB,cAAc,EAAE,CAAC,0BAA0B,CAAC;QAC5C,mBAAmB,EAAE,CAAC,0BAA0B,CAAC;QACjD,GAAG,EAAE,mBAAmB;KACzB;IACD;QACE,IAAI,EAAE,yBAAyB;QAC/B,KAAK,EAAE,CAAC;QACR,GAAG,EAAE,WAAW;QAChB,QAAQ,EAAE,CAAC,KAAK,CAAC;KAClB;IACD;QACE,IAAI,EAAE,yBAAyB;QAC/B,KAAK,EAAE,CAAC;QACR,WAAW,EAAE,IAAI;QACjB,cAAc,EAAE,CAAC,sBAAsB,EAAE,wBAAwB,EAAE,0BAA0B,EAAE,0BAA0B,CAAC;QAC1H,mBAAmB,EAAE,CAAC,wBAAwB,EAAE,wBAAwB,EAAE,WAAW,CAAC;QACtF,GAAG,EAAE,kBAAkB;KACxB;CACF,CAAC","sourcesContent":["type IncomeStatementField = {\n name: string;\n fields?: IncomeStatementField[];\n accounts?: string[];\n total: number;\n excludeAccounts?: string[];\n};\n\nexport type IncomeStatement = {\n name: string;\n fields?: IncomeStatementField[],\n total: number;\n accounts?: string[];\n excludeAccounts?: string[];\n key: string;\n calculation?: boolean; // Doit être calculé avec calculationAdd & calculationSubtract\n calculationAdd?: string[]; // Tableau des keys à additionner pour obtenir le total\n calculationSubtract?: string[]; // Tableau des keys à soustraire pour obtenir le total\n isProduct?: boolean; // Si c'est un produit, on fait x -1\n};\n\nexport const INCOME_STATEMENT_LIST: IncomeStatement[] = [\n {\n name: 'Total des produits d\\'exploitation',\n key: 'totalOperatingIncome',\n total: 0,\n isProduct: true,\n fields: [\n {\n name: 'Chiffre d\\'Affaires',\n total: 0,\n fields: [\n {\n name: 'Ventes de marchandises',\n total: 0,\n accounts: ['707'],\n },\n {\n name: 'Production vendue',\n total: 0,\n accounts: ['701', '702', '703', '704', '705', '706'],\n },\n {\n name: 'Produits des activités annexes',\n total: 0,\n accounts: ['708'],\n },\n {\n name: 'Rabais, remises, ristournes accordés par l\\'entreprise',\n total: 0,\n accounts: ['709'],\n },\n ],\n },\n {\n name: 'Production stockée',\n total: 0,\n accounts: ['71'],\n },\n {\n name: 'Production immobilisée',\n total: 0,\n accounts: ['72'],\n },\n {\n name: 'Subventions d\\'exploitation',\n total: 0,\n accounts: ['74'],\n },\n {\n name: 'Reprises sur provisions, dépréciations et amortissements, transferts de charges',\n total: 0,\n accounts: ['781', '791'],\n },\n {\n name: 'Autres produits de gestion courante',\n total: 0,\n accounts: ['75'],\n },\n ],\n },\n {\n name: 'Total des charges d\\'exploitation',\n key: 'totalOperatingExpenses',\n total: 0,\n fields: [\n {\n name: 'Achats de marchandises',\n total: 0,\n accounts: ['607'],\n },\n {\n name: 'Variation des stocks de marchandises',\n total: 0,\n accounts: ['6037'],\n },\n {\n name: 'Achats de matières premieres et autres approvisionnements',\n total: 0,\n accounts: ['60'],\n excludeAccounts: ['607', '603', '606'],\n },\n {\n name: 'Variation des stocks de matières premieres et autres approvisionnements',\n total: 0,\n accounts: ['603'],\n excludeAccounts: ['6037'],\n },\n {\n name: 'Autres achats et charges externes',\n total: 0,\n accounts: ['61', '62', '606'],\n },\n {\n name: 'Impôts, taxes et versements assimilés',\n total: 0,\n accounts: ['63'],\n },\n {\n name: 'Salaires et traitements',\n total: 0,\n accounts: ['641', '642', '643', '644'],\n },\n {\n name: 'Charges sociales',\n total: 0,\n accounts: ['645', '646', '647', '648', '649'],\n },\n {\n name: 'Dotations aux amortissements et provisions',\n total: 0,\n accounts: ['681', '682', '683', '684', '685'],\n },\n {\n name: 'Autres charges de gestion courante',\n total: 0,\n accounts: ['65'],\n },\n ],\n },\n {\n name: 'Résultat d\\'exploitation',\n key: 'operatingResult',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome'],\n calculationSubtract: ['totalOperatingExpenses'],\n },\n {\n name: 'Total des produits financiers',\n key: 'totalFinancialProducts',\n total: 0,\n isProduct: true,\n fields: [\n {\n name: 'De participations',\n total: 0,\n accounts: ['761'],\n },\n {\n name: 'D\\'autres valeurs mobilières et créances de l\\'actif immobilisé',\n total: 0,\n accounts: ['762'],\n },\n {\n name: 'Autres intérêts et produits assimilés',\n total: 0,\n accounts: ['763', '764', '765', '768'],\n },\n {\n name: 'Reprises sur dépréciations, provisions et transferts de charges financières',\n total: 0,\n accounts: ['786', '796'],\n }, {\n name: 'Différences positives de change',\n total: 0,\n accounts: ['766'],\n },\n {\n name: 'Produits nets sur cessions de valeurs mobilières de placement',\n total: 0,\n accounts: ['767'],\n },\n ],\n },\n {\n name: 'Total des charges financières',\n total: 0,\n key: 'totalFinancialExpenses',\n fields: [\n {\n name: 'Dotations aux amortissements, dépréciations et provisions',\n total: 0,\n accounts: ['686'],\n },\n {\n name: 'Intérêts et charges assimilés',\n total: 0,\n accounts: ['661', '664', '665', '668'],\n },\n {\n name: 'Différences négatives de change',\n total: 0,\n accounts: ['666'],\n },\n {\n name: 'Charges nettes sur cessions de valeurs mobilières de placement',\n total: 0,\n accounts: ['667'],\n },\n ],\n },\n {\n name: 'Résultat financier',\n total: 0,\n calculation: true,\n calculationAdd: ['totalFinancialProducts'],\n calculationSubtract: ['totalFinancialExpenses'],\n key: 'financialResult',\n },\n {\n name: 'Résultat courant avant impôt',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome', 'totalFinancialProducts'],\n calculationSubtract: ['totalOperatingExpenses', 'totalFinancialExpenses'],\n key: 'profitBeforeTax',\n },\n {\n name: 'Total des produits exceptionnels',\n total: 0,\n key: 'totalExceptionalProducts',\n isProduct: true,\n fields: [\n {\n name: 'Sur opérations de gestion',\n total: 0,\n accounts: ['771', '772'],\n },\n {\n name: 'Sur opérations en capital',\n total: 0,\n fields: [{\n name: 'Produits des cessions d\\'éléments d\\'actifs',\n total: 0,\n accounts: ['775'],\n },\n {\n name: 'Subventions d\\'investissement virées aux résultats de l\\'exercice',\n total: 0,\n accounts: ['777'],\n },\n {\n name: 'Autre',\n total: 0,\n accounts: ['778'],\n },\n ],\n },\n {\n name: 'Reprises sur dépréciations, provisions et transferts de charges exceptionnelles',\n total: 0,\n accounts: ['787', '797'],\n },\n ],\n },\n {\n name: 'Total des charges exceptionnelles',\n total: 0,\n key: 'totalExceptionalExpenses',\n fields: [\n {\n name: 'Sur opérations de gestion',\n total: 0,\n accounts: ['671', '672'],\n },\n {\n name: 'Sur opérations en capital',\n total: 0,\n fields: [{\n name: 'Valeurs comptables des éléments immobilisés et financiers cédés',\n total: 0,\n accounts: ['675'],\n },\n {\n name: 'Autre',\n total: 0,\n accounts: ['678'],\n },\n ],\n },\n {\n name: 'Dotations aux amortissements, dépréciations et provisions',\n total: 0,\n fields: [\n {\n name: 'Dotations aux provisions réglementées',\n accounts: ['6872', '6873', '6874'],\n total: 0,\n },\n {\n name: 'Dotations aux amortissements, dépréciations et autres provisions',\n accounts: ['6871', '6875', '6876'],\n total: 0,\n },\n ],\n },\n ],\n },\n {\n name: 'Résultat exceptionnel',\n total: 0,\n calculation: true,\n calculationAdd: ['totalExceptionalProducts'],\n calculationSubtract: ['totalExceptionalExpenses'],\n key: 'exceptionalResult',\n },\n {\n name: 'Impôt sur les bénéfices',\n total: 0,\n key: 'incomeTax',\n accounts: ['695'],\n },\n {\n name: 'Résultat de l\\'exercice',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome', 'totalFinancialProducts', 'totalExceptionalProducts', 'totalExceptionalExpenses'],\n calculationSubtract: ['totalOperatingExpenses', 'totalFinancialExpenses', 'incomeTax'],\n key: 'resultOfExercise',\n },\n];"]}
1
+ {"version":3,"file":"IncomeStatement.js","sourceRoot":"","sources":["../../../ts/types/Enum/IncomeStatement.ts"],"names":[],"mappings":"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","sourcesContent":["type IncomeStatementField = {\n name: string;\n fields?: IncomeStatementField[];\n accounts?: string[];\n total: number;\n excludeAccounts?: string[];\n};\n\nexport type IncomeStatement = {\n name: string;\n fields?: IncomeStatementField[],\n total: number;\n accounts?: string[];\n excludeAccounts?: string[];\n key: string;\n calculation?: boolean; // Doit être calculé avec calculationAdd & calculationSubtract\n calculationAdd?: string[]; // Tableau des keys à additionner pour obtenir le total\n calculationSubtract?: string[]; // Tableau des keys à soustraire pour obtenir le total\n isProduct?: boolean; // Si c'est un produit, on fait x -1\n};\n\nexport const INCOME_STATEMENT_LIST: IncomeStatement[] = [\n {\n name: 'Total des produits d\\'exploitation',\n key: 'totalOperatingIncome',\n total: 0,\n isProduct: true,\n fields: [\n {\n name: 'Chiffre d\\'Affaires',\n total: 0,\n fields: [\n {\n name: 'Ventes de marchandises',\n total: 0,\n accounts: ['707'],\n },\n {\n name: 'Production vendue',\n total: 0,\n accounts: ['701', '702', '703', '704', '705', '706'],\n },\n {\n name: 'Produits des activités annexes',\n total: 0,\n accounts: ['708'],\n },\n {\n name: 'Rabais, remises, ristournes accordés par l\\'entreprise',\n total: 0,\n accounts: ['709'],\n },\n ],\n },\n {\n name: 'Production stockée',\n total: 0,\n accounts: ['71'],\n },\n {\n name: 'Production immobilisée',\n total: 0,\n accounts: ['72'],\n },\n {\n name: 'Subventions d\\'exploitation',\n total: 0,\n accounts: ['74'],\n },\n {\n name: 'Reprises sur provisions, dépréciations et amortissements, transferts de charges',\n total: 0,\n accounts: ['781', '791'],\n },\n {\n name: 'Autres produits de gestion courante',\n total: 0,\n accounts: ['75'],\n },\n ],\n },\n {\n name: 'Total des charges d\\'exploitation',\n key: 'totalOperatingExpenses',\n total: 0,\n fields: [\n {\n name: 'Achats de marchandises',\n total: 0,\n accounts: ['607'],\n },\n {\n name: 'Variation des stocks de marchandises',\n total: 0,\n accounts: ['6037'],\n },\n {\n name: 'Achats de matières premieres et autres approvisionnements',\n total: 0,\n accounts: ['60'],\n excludeAccounts: ['607', '603', '606'],\n },\n {\n name: 'Variation des stocks de matières premieres et autres approvisionnements',\n total: 0,\n accounts: ['603'],\n excludeAccounts: ['6037'],\n },\n {\n name: 'Autres achats et charges externes',\n total: 0,\n accounts: ['61', '62', '606'],\n },\n {\n name: 'Impôts, taxes et versements assimilés',\n total: 0,\n accounts: ['63'],\n },\n {\n name: 'Salaires et traitements',\n total: 0,\n accounts: ['641', '642', '643', '644'],\n },\n {\n name: 'Charges sociales',\n total: 0,\n accounts: ['645', '646', '647', '648', '649'],\n },\n {\n name: 'Dotations aux amortissements et provisions',\n total: 0,\n accounts: ['681', '682', '683', '684', '685'],\n },\n {\n name: 'Autres charges de gestion courante',\n total: 0,\n accounts: ['65'],\n },\n ],\n },\n {\n name: 'Résultat d\\'exploitation',\n key: 'operatingResult',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome'],\n calculationSubtract: ['totalOperatingExpenses'],\n },\n {\n name: 'Total des produits financiers',\n key: 'totalFinancialProducts',\n total: 0,\n isProduct: true,\n fields: [\n {\n name: 'De participations',\n total: 0,\n accounts: ['761'],\n },\n {\n name: 'D\\'autres valeurs mobilières et créances de l\\'actif immobilisé',\n total: 0,\n accounts: ['762'],\n },\n {\n name: 'Autres intérêts et produits assimilés',\n total: 0,\n accounts: ['763', '764', '765', '768'],\n },\n {\n name: 'Reprises sur dépréciations, provisions et transferts de charges financières',\n total: 0,\n accounts: ['786', '796'],\n }, {\n name: 'Différences positives de change',\n total: 0,\n accounts: ['766'],\n },\n {\n name: 'Produits nets sur cessions de valeurs mobilières de placement',\n total: 0,\n accounts: ['767'],\n },\n ],\n },\n {\n name: 'Total des charges financières',\n total: 0,\n key: 'totalFinancialExpenses',\n fields: [\n {\n name: 'Dotations aux amortissements, dépréciations et provisions',\n total: 0,\n accounts: ['686'],\n },\n {\n name: 'Intérêts et charges assimilés',\n total: 0,\n accounts: ['661', '664', '665', '668'],\n },\n {\n name: 'Différences négatives de change',\n total: 0,\n accounts: ['666'],\n },\n {\n name: 'Charges nettes sur cessions de valeurs mobilières de placement',\n total: 0,\n accounts: ['667'],\n },\n ],\n },\n {\n name: 'Résultat financier',\n total: 0,\n calculation: true,\n calculationAdd: ['totalFinancialProducts'],\n calculationSubtract: ['totalFinancialExpenses'],\n key: 'financialResult',\n },\n {\n name: 'Résultat courant avant impôt',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome', 'totalFinancialProducts'],\n calculationSubtract: ['totalOperatingExpenses', 'totalFinancialExpenses'],\n key: 'profitBeforeTax',\n },\n {\n name: 'Total des produits exceptionnels',\n total: 0,\n key: 'totalExceptionalProducts',\n isProduct: true,\n fields: [\n {\n name: 'Sur opérations de gestion',\n total: 0,\n accounts: ['771', '772'],\n },\n {\n name: 'Sur opérations en capital',\n total: 0,\n fields: [{\n name: 'Produits des cessions d\\'éléments d\\'actifs',\n total: 0,\n accounts: ['775'],\n },\n {\n name: 'Subventions d\\'investissement virées aux résultats de l\\'exercice',\n total: 0,\n accounts: ['777'],\n },\n {\n name: 'Autre',\n total: 0,\n accounts: ['778'],\n },\n ],\n },\n {\n name: 'Reprises sur dépréciations, provisions et transferts de charges exceptionnelles',\n total: 0,\n accounts: ['787', '797'],\n },\n ],\n },\n {\n name: 'Total des charges exceptionnelles',\n total: 0,\n key: 'totalExceptionalExpenses',\n fields: [\n {\n name: 'Sur opérations de gestion',\n total: 0,\n accounts: ['671', '672'],\n },\n {\n name: 'Sur opérations en capital',\n total: 0,\n fields: [{\n name: 'Valeurs comptables des éléments immobilisés et financiers cédés',\n total: 0,\n accounts: ['675'],\n },\n {\n name: 'Autre',\n total: 0,\n accounts: ['678'],\n },\n ],\n },\n {\n name: 'Dotations aux amortissements, dépréciations et provisions',\n total: 0,\n fields: [\n {\n name: 'Dotations aux provisions réglementées',\n accounts: ['6872', '6873', '6874'],\n total: 0,\n },\n {\n name: 'Dotations aux amortissements, dépréciations et autres provisions',\n accounts: ['6871', '6875', '6876'],\n total: 0,\n },\n ],\n },\n ],\n },\n {\n name: 'Résultat exceptionnel',\n total: 0,\n calculation: true,\n calculationAdd: ['totalExceptionalProducts'],\n calculationSubtract: ['totalExceptionalExpenses'],\n key: 'exceptionalResult',\n },\n {\n name: 'Impôt sur les bénéfices',\n total: 0,\n key: 'incomeTax',\n accounts: ['695'],\n },\n {\n name: 'Résultat de l\\'exercice',\n total: 0,\n calculation: true,\n calculationAdd: ['totalOperatingIncome', 'totalFinancialProducts', 'totalExceptionalProducts'],\n calculationSubtract: ['totalOperatingExpenses', 'totalFinancialExpenses', 'totalExceptionalExpenses', 'incomeTax'],\n key: 'resultOfExercise',\n },\n];"]}
@@ -0,0 +1,5 @@
1
+ export declare enum RegisterCategory {
2
+ COMMERCIAL_ARTISAN_SERVICES = 1,
3
+ LIBERAL_JOB_SERVICES = 5
4
+ }
5
+ //# sourceMappingURL=RegisterCategory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RegisterCategory.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/RegisterCategory.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,2BAA2B,IAAI;IAC/B,oBAAoB,IAAI;CACzB"}
@@ -0,0 +1,6 @@
1
+ export var RegisterCategory;
2
+ (function (RegisterCategory) {
3
+ RegisterCategory[RegisterCategory["COMMERCIAL_ARTISAN_SERVICES"] = 1] = "COMMERCIAL_ARTISAN_SERVICES";
4
+ RegisterCategory[RegisterCategory["LIBERAL_JOB_SERVICES"] = 5] = "LIBERAL_JOB_SERVICES";
5
+ })(RegisterCategory || (RegisterCategory = {}));
6
+ //# sourceMappingURL=RegisterCategory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RegisterCategory.js","sourceRoot":"","sources":["../../../ts/types/Enum/RegisterCategory.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,qGAA+B,CAAA;IAC/B,uFAAwB,CAAA;AAC1B,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B","sourcesContent":["export enum RegisterCategory {\n COMMERCIAL_ARTISAN_SERVICES = 1,\n LIBERAL_JOB_SERVICES = 5,\n}"]}
@@ -4,5 +4,6 @@ export declare class UpdateAccountSociety {
4
4
  name?: string;
5
5
  isHidden?: boolean;
6
6
  idVat?: number | null;
7
+ idRegisterCategorie?: number;
7
8
  }
8
9
  //# sourceMappingURL=UpdateAccountSociety.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateAccountSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/UpdateAccountSociety.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAE/B,EAAE,EAAE,MAAM,CAAC;IAGX,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB"}
1
+ {"version":3,"file":"UpdateAccountSociety.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/UpdateAccountSociety.ts"],"names":[],"mappings":"AAEA,qBAAa,oBAAoB;IAE/B,EAAE,EAAE,MAAM,CAAC;IAGX,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,IAAI,CAAC,EAAE,MAAM,CAAC;IAGd,QAAQ,CAAC,EAAE,OAAO,CAAC;IAGnB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAGtB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
@@ -26,4 +26,8 @@ __decorate([
26
26
  ApiPropertyOptional(),
27
27
  __metadata("design:type", Object)
28
28
  ], UpdateAccountSociety.prototype, "idVat", void 0);
29
+ __decorate([
30
+ ApiPropertyOptional(),
31
+ __metadata("design:type", Number)
32
+ ], UpdateAccountSociety.prototype, "idRegisterCategorie", void 0);
29
33
  //# sourceMappingURL=UpdateAccountSociety.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UpdateAccountSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/UpdateAccountSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;CAehC;AAbC;IADC,WAAW,EAAE;;gDACH;AAGX;IADC,mBAAmB,EAAE;;oDACN;AAGhB;IADC,mBAAmB,EAAE;;kDACR;AAMd;IADC,mBAAmB,EAAE;;mDACA","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateAccountSociety {\n @ApiProperty()\n id: number;\n\n @ApiPropertyOptional()\n number?: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n // @ApiPropertyOptional() // value toujours à false lorsque ce décorateur est actif\n isHidden?: boolean;\n\n @ApiPropertyOptional()\n idVat?: number | null;\n}\n"]}
1
+ {"version":3,"file":"UpdateAccountSociety.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/account/UpdateAccountSociety.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,oBAAoB;CAkBhC;AAhBC;IADC,WAAW,EAAE;;gDACH;AAGX;IADC,mBAAmB,EAAE;;oDACN;AAGhB;IADC,mBAAmB,EAAE;;kDACR;AAMd;IADC,mBAAmB,EAAE;;mDACA;AAGtB;IADC,mBAAmB,EAAE;;iEACO","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class UpdateAccountSociety {\n @ApiProperty()\n id: number;\n\n @ApiPropertyOptional()\n number?: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n // @ApiPropertyOptional() // value toujours à false lorsque ce décorateur est actif\n isHidden?: boolean;\n\n @ApiPropertyOptional()\n idVat?: number | null;\n\n @ApiPropertyOptional()\n idRegisterCategorie?: number;\n}\n"]}
@@ -0,0 +1,7 @@
1
+ export declare class ReadFreelanceTurnover {
2
+ sales: number;
3
+ services: number;
4
+ others: number;
5
+ totalTurnover: number;
6
+ }
7
+ //# sourceMappingURL=ReadFreelanceTurnover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadFreelanceTurnover.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheet/ReadFreelanceTurnover.ts"],"names":[],"mappings":"AAAA,qBAAa,qBAAqB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,3 @@
1
+ export class ReadFreelanceTurnover {
2
+ }
3
+ //# sourceMappingURL=ReadFreelanceTurnover.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReadFreelanceTurnover.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheet/ReadFreelanceTurnover.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,qBAAqB;CAKjC","sourcesContent":["export class ReadFreelanceTurnover {\n sales: number;\n services: number;\n others: number;\n totalTurnover: number;\n}"]}
@@ -2,7 +2,7 @@ export declare class CreateIncomeAllocation {
2
2
  amount: number;
3
3
  idExercice: number;
4
4
  idFile?: number;
5
- dateValue: string;
5
+ dateValue?: string | undefined;
6
6
  debitReport: number;
7
7
  creditReport: number;
8
8
  statutoryReserve: number;
@@ -1 +1 @@
1
- {"version":3,"file":"CreateIncomeAllocation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAEjC,MAAM,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,MAAM,CAAC;IAGnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,EAAE,MAAM,CAAC;IAGlB,WAAW,EAAE,MAAM,CAAC;IAGpB,YAAY,EAAE,MAAM,CAAC;IAGrB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,YAAY,EAAE,MAAM,CAAC;IAGrB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,kBAAkB,EAAE,MAAM,CAAC;IAG3B,eAAe,EAAE,MAAM,CAAC;IAGxB,aAAa,EAAE,MAAM,CAAC;IAGtB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
1
+ {"version":3,"file":"CreateIncomeAllocation.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts"],"names":[],"mappings":"AAEA,qBAAa,sBAAsB;IAEjC,MAAM,EAAE,MAAM,CAAC;IAGf,UAAU,EAAE,MAAM,CAAC;IAGnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAG/B,WAAW,EAAE,MAAM,CAAC;IAGpB,YAAY,EAAE,MAAM,CAAC;IAGrB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,YAAY,EAAE,MAAM,CAAC;IAGrB,gBAAgB,EAAE,MAAM,CAAC;IAGzB,kBAAkB,EAAE,MAAM,CAAC;IAG3B,eAAe,EAAE,MAAM,CAAC;IAGxB,aAAa,EAAE,MAAM,CAAC;IAGtB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
@@ -23,8 +23,8 @@ __decorate([
23
23
  __metadata("design:type", Number)
24
24
  ], CreateIncomeAllocation.prototype, "idFile", void 0);
25
25
  __decorate([
26
- ApiProperty(),
27
- __metadata("design:type", String)
26
+ ApiPropertyOptional(),
27
+ __metadata("design:type", Object)
28
28
  ], CreateIncomeAllocation.prototype, "dateValue", void 0);
29
29
  __decorate([
30
30
  ApiProperty(),
@@ -1 +1 @@
1
- {"version":3,"file":"CreateIncomeAllocation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,sBAAsB;CAuClC;AArCC;IADC,WAAW,EAAE;;sDACC;AAGf;IADC,WAAW,EAAE;;0DACK;AAGnB;IADC,mBAAmB,EAAE;;sDACN;AAGhB;IADC,WAAW,EAAE;;yDACI;AAGlB;IADC,WAAW,EAAE;;2DACM;AAGpB;IADC,WAAW,EAAE;;4DACO;AAGrB;IADC,WAAW,EAAE;;gEACW;AAGzB;IADC,WAAW,EAAE;;4DACO;AAGrB;IADC,WAAW,EAAE;;gEACW;AAGzB;IADC,WAAW,EAAE;;kEACa;AAG3B;IADC,WAAW,EAAE;;+DACU;AAGxB;IADC,WAAW,EAAE;;6DACQ;AAGtB;IADC,WAAW,EAAE;;wDACG","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateIncomeAllocation {\n @ApiProperty()\n amount: number;\n\n @ApiProperty()\n idExercice: number;\n\n @ApiPropertyOptional()\n idFile?: number;\n\n @ApiProperty()\n dateValue: string;\n\n @ApiProperty()\n debitReport: number;\n\n @ApiProperty()\n creditReport: number;\n\n @ApiProperty()\n statutoryReserve: number;\n\n @ApiProperty()\n legalReserve: number;\n\n @ApiProperty()\n regulatedReserve: number;\n\n @ApiProperty()\n unavailableReserve: number;\n\n @ApiProperty()\n optionalReserve: number;\n\n @ApiProperty()\n levyOnReserve: number;\n\n @ApiProperty()\n dividend: number;\n}\n"]}
1
+ {"version":3,"file":"CreateIncomeAllocation.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAErE,MAAM,OAAO,sBAAsB;CAuClC;AArCC;IADC,WAAW,EAAE;;sDACC;AAGf;IADC,WAAW,EAAE;;0DACK;AAGnB;IADC,mBAAmB,EAAE;;sDACN;AAGhB;IADC,mBAAmB,EAAE;;yDACS;AAG/B;IADC,WAAW,EAAE;;2DACM;AAGpB;IADC,WAAW,EAAE;;4DACO;AAGrB;IADC,WAAW,EAAE;;gEACW;AAGzB;IADC,WAAW,EAAE;;4DACO;AAGrB;IADC,WAAW,EAAE;;gEACW;AAGzB;IADC,WAAW,EAAE;;kEACa;AAG3B;IADC,WAAW,EAAE;;+DACU;AAGxB;IADC,WAAW,EAAE;;6DACQ;AAGtB;IADC,WAAW,EAAE;;wDACG","sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateIncomeAllocation {\n @ApiProperty()\n amount: number;\n\n @ApiProperty()\n idExercice: number;\n\n @ApiPropertyOptional()\n idFile?: number;\n\n @ApiPropertyOptional()\n dateValue?: string | undefined;\n\n @ApiProperty()\n debitReport: number;\n\n @ApiProperty()\n creditReport: number;\n\n @ApiProperty()\n statutoryReserve: number;\n\n @ApiProperty()\n legalReserve: number;\n\n @ApiProperty()\n regulatedReserve: number;\n\n @ApiProperty()\n unavailableReserve: number;\n\n @ApiProperty()\n optionalReserve: number;\n\n @ApiProperty()\n levyOnReserve: number;\n\n @ApiProperty()\n dividend: number;\n}\n"]}
@@ -332,6 +332,7 @@ export * from './Enum/Gescom';
332
332
  export * from './Enum/TypeIncomeAllocation';
333
333
  export * from './Enum/AccountingFileType';
334
334
  export * from './Enum/FileType';
335
+ export * from './Enum/RegisterCategory';
335
336
  export * from './Enum/FieldSocietyStat';
336
337
  export * from './Enum/Prestation';
337
338
  export * from './Enum/Supervision';
@@ -361,6 +362,7 @@ export * from './Interface/api/user/CreateUser';
361
362
  export * from './Interface/api/user/QueryUserSmsConfirmation';
362
363
  export * from './Interface/api/user/Permissions';
363
364
  export * from './Interface/api/account/ReadAccounts';
365
+ export * from './Interface/api/balanceSheet/ReadFreelanceTurnover';
364
366
  export * from './Interface/api/simulationColors/ReadSimulationColors';
365
367
  export * from './Interface/api/survey/QuerySurveys';
366
368
  export * from './Interface/api/file/TFile';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../ts/types/index.ts"],"names":[],"mappings":"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"}
package/es/types/index.js CHANGED
@@ -335,6 +335,7 @@ export * from './Enum/Gescom';
335
335
  export * from './Enum/TypeIncomeAllocation';
336
336
  export * from './Enum/AccountingFileType';
337
337
  export * from './Enum/FileType';
338
+ export * from './Enum/RegisterCategory';
338
339
  export * from './Enum/FieldSocietyStat';
339
340
  export * from './Enum/Prestation';
340
341
  export * from './Enum/Supervision';
@@ -365,6 +366,7 @@ export * from './Interface/api/user/CreateUser';
365
366
  export * from './Interface/api/user/QueryUserSmsConfirmation';
366
367
  export * from './Interface/api/user/Permissions';
367
368
  export * from './Interface/api/account/ReadAccounts';
369
+ export * from './Interface/api/balanceSheet/ReadFreelanceTurnover';
368
370
  export * from './Interface/api/simulationColors/ReadSimulationColors';
369
371
  export * from './Interface/api/survey/QuerySurveys';
370
372
  export * from './Interface/api/file/TFile';