@silexpert/core 1.1.109 → 1.1.112

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 (110) hide show
  1. package/es/api/resources/BalanceSheet.d.ts +2 -1
  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/api/resources/ConstitutionHistory.d.ts +7 -0
  6. package/es/api/resources/ConstitutionHistory.d.ts.map +1 -0
  7. package/es/api/resources/ConstitutionHistory.js +12 -0
  8. package/es/api/resources/ConstitutionHistory.js.map +1 -0
  9. package/es/api/resources/Society.d.ts +2 -2
  10. package/es/api/resources/Society.d.ts.map +1 -1
  11. package/es/api/resources/Society.js.map +1 -1
  12. package/es/api/resources/statistic/ExpertAccountant.d.ts +6 -0
  13. package/es/api/resources/statistic/ExpertAccountant.d.ts.map +1 -1
  14. package/es/api/resources/statistic/ExpertAccountant.js +9 -0
  15. package/es/api/resources/statistic/ExpertAccountant.js.map +1 -1
  16. package/es/api/resources.d.ts +2 -0
  17. package/es/api/resources.d.ts.map +1 -1
  18. package/es/api/resources.js +2 -0
  19. package/es/api/resources.js.map +1 -1
  20. package/es/types/Enum/BalanceSheet.d.ts +30 -19
  21. package/es/types/Enum/BalanceSheet.d.ts.map +1 -1
  22. package/es/types/Enum/BalanceSheet.js +52 -18
  23. package/es/types/Enum/BalanceSheet.js.map +1 -1
  24. package/es/types/Enum/ClientOrProspect.d.ts +9 -0
  25. package/es/types/Enum/ClientOrProspect.d.ts.map +1 -0
  26. package/es/types/Enum/ClientOrProspect.js +16 -0
  27. package/es/types/Enum/ClientOrProspect.js.map +1 -0
  28. package/es/types/Enum/MailAuto.d.ts +1 -0
  29. package/es/types/Enum/MailAuto.d.ts.map +1 -1
  30. package/es/types/Enum/MailAuto.js +1 -0
  31. package/es/types/Enum/MailAuto.js.map +1 -1
  32. package/es/types/Enum/Quality.d.ts +8 -1
  33. package/es/types/Enum/Quality.d.ts.map +1 -1
  34. package/es/types/Enum/Quality.js +61 -0
  35. package/es/types/Enum/Quality.js.map +1 -1
  36. package/es/types/Interface/api/accountingFiles/Ocr.d.ts +1 -0
  37. package/es/types/Interface/api/accountingFiles/Ocr.d.ts.map +1 -1
  38. package/es/types/Interface/api/accountingFiles/Ocr.js.map +1 -1
  39. package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts +1 -0
  40. package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts.map +1 -1
  41. package/es/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -1
  42. package/es/types/Interface/api/balanceSheet/Query.d.ts +3 -0
  43. package/es/types/Interface/api/balanceSheet/Query.d.ts.map +1 -1
  44. package/es/types/Interface/api/balanceSheet/Query.js +7 -0
  45. package/es/types/Interface/api/balanceSheet/Query.js.map +1 -1
  46. package/es/types/Interface/api/balanceSheet/Read.d.ts +5 -0
  47. package/es/types/Interface/api/balanceSheet/Read.d.ts.map +1 -1
  48. package/es/types/Interface/api/balanceSheet/Read.js.map +1 -1
  49. package/es/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.d.ts +6 -0
  50. package/es/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.d.ts.map +1 -0
  51. package/es/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.js +32 -0
  52. package/es/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.js.map +1 -0
  53. package/es/types/Interface/models/IConstitutionHistory.d.ts +9 -0
  54. package/es/types/Interface/models/IConstitutionHistory.d.ts.map +1 -0
  55. package/es/types/Interface/models/IConstitutionHistory.js +2 -0
  56. package/es/types/Interface/models/IConstitutionHistory.js.map +1 -0
  57. package/es/types/index.d.ts +3 -0
  58. package/es/types/index.d.ts.map +1 -1
  59. package/es/types/index.js +3 -0
  60. package/es/types/index.js.map +1 -1
  61. package/es/utils/vat/3310/century23.js +2 -2
  62. package/es/utils/vat/3310/century23.js.map +1 -1
  63. package/js/api/resources/BalanceSheet.js +5 -0
  64. package/js/api/resources/BalanceSheet.js.map +1 -1
  65. package/js/api/resources/ConstitutionHistory.js +19 -0
  66. package/js/api/resources/ConstitutionHistory.js.map +1 -0
  67. package/js/api/resources/Society.js.map +1 -1
  68. package/js/api/resources/statistic/ExpertAccountant.js +13 -0
  69. package/js/api/resources/statistic/ExpertAccountant.js.map +1 -1
  70. package/js/api/resources.js +3 -1
  71. package/js/api/resources.js.map +1 -1
  72. package/js/types/Enum/BalanceSheet.js +48 -19
  73. package/js/types/Enum/BalanceSheet.js.map +1 -1
  74. package/js/types/Enum/ClientOrProspect.js +18 -0
  75. package/js/types/Enum/ClientOrProspect.js.map +1 -0
  76. package/js/types/Enum/MailAuto.js +1 -0
  77. package/js/types/Enum/MailAuto.js.map +1 -1
  78. package/js/types/Enum/Quality.js +46 -0
  79. package/js/types/Enum/Quality.js.map +1 -1
  80. package/js/types/Interface/api/accountingFiles/Ocr.js.map +1 -1
  81. package/js/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -1
  82. package/js/types/Interface/api/balanceSheet/Query.js +4 -1
  83. package/js/types/Interface/api/balanceSheet/Query.js.map +1 -1
  84. package/js/types/Interface/api/balanceSheet/Read.js.map +1 -1
  85. package/js/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.js +28 -0
  86. package/js/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.js.map +1 -0
  87. package/js/types/Interface/models/IConstitutionHistory.js +6 -0
  88. package/js/types/Interface/models/IConstitutionHistory.js.map +1 -0
  89. package/js/types/index.js +30 -0
  90. package/js/types/index.js.map +1 -1
  91. package/js/utils/vat/3310/century23.js +2 -2
  92. package/js/utils/vat/3310/century23.js.map +1 -1
  93. package/package.json +1 -1
  94. package/ts/api/resources/BalanceSheet.ts +5 -1
  95. package/ts/api/resources/ConstitutionHistory.ts +20 -0
  96. package/ts/api/resources/Society.ts +2 -2
  97. package/ts/api/resources/statistic/ExpertAccountant.ts +13 -0
  98. package/ts/api/resources.ts +2 -0
  99. package/ts/types/Enum/BalanceSheet.ts +53 -18
  100. package/ts/types/Enum/ClientOrProspect.ts +15 -0
  101. package/ts/types/Enum/MailAuto.ts +1 -0
  102. package/ts/types/Enum/Quality.ts +63 -1
  103. package/ts/types/Interface/api/accountingFiles/Ocr.ts +1 -0
  104. package/ts/types/Interface/api/accountingFiles/OcrPayload.ts +1 -0
  105. package/ts/types/Interface/api/balanceSheet/Query.ts +6 -0
  106. package/ts/types/Interface/api/balanceSheet/Read.ts +6 -0
  107. package/ts/types/Interface/api/constitutionHistory/QueryPaginatedConstitutionHistory.ts +21 -0
  108. package/ts/types/Interface/models/IConstitutionHistory.ts +8 -0
  109. package/ts/types/index.ts +3 -0
  110. package/ts/utils/vat/3310/century23.ts +2 -2
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.ConstitutionHistory = undefined;
7
+ var _Resource = require("../Resource");
8
+ class ConstitutionHistory extends _Resource.Resource {
9
+ getPaginated(params) {
10
+ return this.axios.$get('/constitution/history/paginated', {
11
+ params
12
+ });
13
+ }
14
+ create(payload) {
15
+ return this.axios.$post('/constitution/history', payload);
16
+ }
17
+ }
18
+ exports.ConstitutionHistory = ConstitutionHistory;
19
+ //# sourceMappingURL=ConstitutionHistory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConstitutionHistory.js","names":["_Resource","require","ConstitutionHistory","Resource","getPaginated","params","axios","$get","create","payload","$post","exports"],"sources":["../../../ts/api/resources/ConstitutionHistory.ts"],"sourcesContent":["import { Resource } from '../Resource';\nimport {\n IConstitutionHistory,\n BasePaginate,\n QueryPaginatedConstitutionHistory,\n} from '../../types';\n\nexport class ConstitutionHistory extends Resource {\n getPaginated(\n params: QueryPaginatedConstitutionHistory,\n ): Promise<BasePaginate<IConstitutionHistory>> {\n return this.axios.$get('/constitution/history/paginated', {\n params,\n });\n }\n\n create(payload: ConstitutionHistory): Promise<IConstitutionHistory> {\n return this.axios.$post('/constitution/history', payload);\n }\n}\n"],"mappings":";;;;;;AAAA,IAAAA,SAAA,GAAAC,OAAA;AAOM,MAAOC,mBAAoB,SAAQC,kBAAQ;EAC/CC,YAAYA,CACVC,MAAyC;IAEzC,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,iCAAiC,EAAE;MACxDF;KACD,CAAC;EACJ;EAEAG,MAAMA,CAACC,OAA4B;IACjC,OAAO,IAAI,CAACH,KAAK,CAACI,KAAK,CAAC,uBAAuB,EAAED,OAAO,CAAC;EAC3D;;AACDE,OAAA,CAZYT,mBAAoB,GAApBA,mBAAoB"}
@@ -1 +1 @@
1
- {"version":3,"file":"Society.js","names":["_Resource","require","Society","Resource","get","params","axios","$get","getPaginated","cancelToken","Object","assign","getInvoiceEmail","createInvoiceEmail","data","$post","updateInvoiceEmail","$put","createSociety","fromSubscription","isCreatedInApp","updateSociety","id","update","payload","patch","archive","society","archiveDate","Date","getDataSociety","synchronize","autoImportationTransactions","importBalanceBankAccount","idSociety","idBankAccount","listUserSociety","getAccountant","deleteUser","idUser","$delete","createUserToSocietyWithPermission","updateUserToSocietyWithPermission","delete","getAllMissingInformations","getOwner","exports"],"sources":["../../../ts/api/resources/Society.ts"],"sourcesContent":["import { CancelToken } from 'axios';\nimport { Resource } from '../Resource';\nimport {\n CreateInvoiceMail,\n UpdateInvoiceMail,\n IMailSociety,\n ISociety,\n LegalFormSiren,\n GetDataSociety,\n CreateSociety,\n CreateSynchronization,\n UpdateSociety,\n CreateBudgetBalanceBankAccount,\n IUser,\n ListUserSociety,\n CreateUserToSocietyWithPermission,\n UpdateUserToSocietyWithPermission,\n ReadSocietyUsers,\n QuerySociety,\n UpdateSocietyPayload,\n QueryPaginatedSociety,\n ReadInvalidFieldState,\n} from '../../types';\n\nexport class Society extends Resource {\n public get(params: QuerySociety): Promise<Society> {\n return this.axios.$get('/society', { params });\n }\n\n public getPaginated(params: QueryPaginatedSociety, cancelToken?: CancelToken): Promise<Society[]> {\n return this.axios.$get('/society/paginated', {\n ...(cancelToken ? { cancelToken } : {}),\n params,\n });\n }\n\n getInvoiceEmail(): Promise<IMailSociety | Error> {\n return this.axios.$get('/society/invoiceEmail');\n }\n\n createInvoiceEmail(data: CreateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$post('/society/invoiceEmail', data);\n }\n\n updateInvoiceEmail(data: UpdateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$put('/society/invoiceEmail', data);\n }\n createSociety(data: CreateSociety, fromSubscription: boolean | string, isCreatedInApp: boolean): Promise<ISociety> {\n return this.axios.$post(`/society/create?fromSubscription=${fromSubscription}&isCreatedInApp=${isCreatedInApp}`, data);\n }\n updateSociety(id: number, data: UpdateSociety): Promise<ISociety> {\n return this.axios.$put(`/society/${id}/updateSociety`, data);\n }\n\n update(id: number, payload: UpdateSocietyPayload): Promise<ISociety> {\n return this.axios.patch(`/society/${id}`, payload);\n }\n\n archive(id: number): Promise<ISociety> {\n const payload: UpdateSocietyPayload = { society: { archive: true, archiveDate: new Date() } };\n return this.axios.patch(`/society/${id}`, payload);\n }\n\n // this endpoint is used to fetch from extern api for legalForm\n getDataSociety(params: GetDataSociety): Promise<LegalFormSiren[]> {\n return this.axios.$get('/society/dataSociety', { params });\n }\n synchronize(id: number, params: CreateSynchronization): Promise<string> {\n return this.axios.$post(`/society/${id}/synchronize`, params);\n }\n autoImportationTransactions(): Promise<void> {\n return this.axios.$post('/society/bankAccount/autoImportationTransactions');\n }\n importBalanceBankAccount(idSociety: number, idBankAccount: number, params: CreateBudgetBalanceBankAccount): Promise<number> {\n return this.axios.$post(`/society/${idSociety}/bankAccount/${idBankAccount}/importBalance`, params);\n }\n listUserSociety(idSociety: number, params: ListUserSociety):Promise<ReadSocietyUsers> {\n return this.axios.$get(`/society/${idSociety}/users`, { params });\n }\n getAccountant(): Promise<IUser | null> {\n return this.axios.$get('/society/accountant');\n }\n deleteUser(idSociety: number, idUser: number): Promise<true> {\n return this.axios.$delete(`/society/${idSociety}/user/${idUser}`);\n }\n createUserToSocietyWithPermission(idSociety: number, data: CreateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$post(`/society/${idSociety}/userToSocietyWithPermission`, data);\n }\n updateUserToSocietyWithPermission(idSociety: number, id: number, data: UpdateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$put(`/society/${idSociety}/userToSocietyWithPermission/${id}`, data);\n }\n delete(id: number): Promise<number> {\n return this.axios.$delete(`/society/${id}`);\n }\n getAllMissingInformations(id: number): Promise<ReadInvalidFieldState[]> {\n return this.axios.$get(`/society/${id}/informations-statements`);\n }\n\n getOwner(id: number): Promise<IUser> {\n return this.axios.$get(`/societies/${id}/owner`);\n }\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"Society.js","names":["_Resource","require","Society","Resource","get","params","axios","$get","getPaginated","cancelToken","Object","assign","getInvoiceEmail","createInvoiceEmail","data","$post","updateInvoiceEmail","$put","createSociety","fromSubscription","isCreatedInApp","updateSociety","id","update","payload","patch","archive","society","archiveDate","Date","getDataSociety","synchronize","autoImportationTransactions","importBalanceBankAccount","idSociety","idBankAccount","listUserSociety","getAccountant","deleteUser","idUser","$delete","createUserToSocietyWithPermission","updateUserToSocietyWithPermission","delete","getAllMissingInformations","getOwner","exports"],"sources":["../../../ts/api/resources/Society.ts"],"sourcesContent":["import { CancelToken } from 'axios';\nimport { Resource } from '../Resource';\nimport {\n CreateInvoiceMail,\n UpdateInvoiceMail,\n IMailSociety,\n ISociety,\n LegalFormSiren,\n GetDataSociety,\n CreateSociety,\n CreateSynchronization,\n UpdateSociety,\n CreateBudgetBalanceBankAccount,\n IUser,\n ListUserSociety,\n CreateUserToSocietyWithPermission,\n UpdateUserToSocietyWithPermission,\n ReadSocietyUsers,\n QuerySociety,\n UpdateSocietyPayload,\n QueryPaginatedSociety,\n ReadInvalidFieldState,\n} from '../../types';\n\nexport class Society extends Resource {\n public get(params: QuerySociety): Promise<ISociety> {\n return this.axios.$get('/society', { params });\n }\n\n public getPaginated(params: QueryPaginatedSociety, cancelToken?: CancelToken): Promise<ISociety[]> {\n return this.axios.$get('/society/paginated', {\n ...(cancelToken ? { cancelToken } : {}),\n params,\n });\n }\n\n getInvoiceEmail(): Promise<IMailSociety | Error> {\n return this.axios.$get('/society/invoiceEmail');\n }\n\n createInvoiceEmail(data: CreateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$post('/society/invoiceEmail', data);\n }\n\n updateInvoiceEmail(data: UpdateInvoiceMail): Promise<IMailSociety | Error> {\n return this.axios.$put('/society/invoiceEmail', data);\n }\n createSociety(data: CreateSociety, fromSubscription: boolean | string, isCreatedInApp: boolean): Promise<ISociety> {\n return this.axios.$post(`/society/create?fromSubscription=${fromSubscription}&isCreatedInApp=${isCreatedInApp}`, data);\n }\n updateSociety(id: number, data: UpdateSociety): Promise<ISociety> {\n return this.axios.$put(`/society/${id}/updateSociety`, data);\n }\n\n update(id: number, payload: UpdateSocietyPayload): Promise<ISociety> {\n return this.axios.patch(`/society/${id}`, payload);\n }\n\n archive(id: number): Promise<ISociety> {\n const payload: UpdateSocietyPayload = { society: { archive: true, archiveDate: new Date() } };\n return this.axios.patch(`/society/${id}`, payload);\n }\n\n // this endpoint is used to fetch from extern api for legalForm\n getDataSociety(params: GetDataSociety): Promise<LegalFormSiren[]> {\n return this.axios.$get('/society/dataSociety', { params });\n }\n synchronize(id: number, params: CreateSynchronization): Promise<string> {\n return this.axios.$post(`/society/${id}/synchronize`, params);\n }\n autoImportationTransactions(): Promise<void> {\n return this.axios.$post('/society/bankAccount/autoImportationTransactions');\n }\n importBalanceBankAccount(idSociety: number, idBankAccount: number, params: CreateBudgetBalanceBankAccount): Promise<number> {\n return this.axios.$post(`/society/${idSociety}/bankAccount/${idBankAccount}/importBalance`, params);\n }\n listUserSociety(idSociety: number, params: ListUserSociety):Promise<ReadSocietyUsers> {\n return this.axios.$get(`/society/${idSociety}/users`, { params });\n }\n getAccountant(): Promise<IUser | null> {\n return this.axios.$get('/society/accountant');\n }\n deleteUser(idSociety: number, idUser: number): Promise<true> {\n return this.axios.$delete(`/society/${idSociety}/user/${idUser}`);\n }\n createUserToSocietyWithPermission(idSociety: number, data: CreateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$post(`/society/${idSociety}/userToSocietyWithPermission`, data);\n }\n updateUserToSocietyWithPermission(idSociety: number, id: number, data: UpdateUserToSocietyWithPermission): Promise<IUser> {\n return this.axios.$put(`/society/${idSociety}/userToSocietyWithPermission/${id}`, data);\n }\n delete(id: number): Promise<number> {\n return this.axios.$delete(`/society/${id}`);\n }\n getAllMissingInformations(id: number): Promise<ReadInvalidFieldState[]> {\n return this.axios.$get(`/society/${id}/informations-statements`);\n }\n\n getOwner(id: number): Promise<IUser> {\n return this.axios.$get(`/societies/${id}/owner`);\n }\n}\n"],"mappings":"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"}
@@ -20,6 +20,19 @@ class StatisticExpertAccountant extends _Resource.Resource {
20
20
  params
21
21
  });
22
22
  }
23
+ /**
24
+ * Retourne les statistiques de production pour un ou plusieurs expert comptable
25
+ * @param {QueryGetExpertAccountant} payload
26
+ * @returns {JSON}
27
+ */
28
+ getMonthProduction(payload) {
29
+ const params = Object.assign(Object.assign({}, payload), {
30
+ type: _types.StatisticType.EXPERT_ACCOUNTANT_PRODUCTION
31
+ });
32
+ return this.axios.$get('/statistic-expert-accountant/month-production', {
33
+ params
34
+ });
35
+ }
23
36
  /**
24
37
  * Retourne les statistiques de relation client pour un expert comptable
25
38
  * @param {QueryGetExpertAccountant} payload
@@ -1 +1 @@
1
- {"version":3,"file":"ExpertAccountant.js","names":["_Resource","require","_types","StatisticExpertAccountant","Resource","getProduction","payload","params","Object","assign","type","StatisticType","EXPERT_ACCOUNTANT_PRODUCTION","axios","$get","getCustomerRelation","EXPERT_ACCOUNTANT_CUSTOMER_RELATION","getCustomerRelationWallet","EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET","getLAB","EXPERT_ACCOUNTANT_LAB","exports"],"sources":["../../../../ts/api/resources/statistic/ExpertAccountant.ts"],"sourcesContent":["import { Resource } from '../../Resource';\nimport { QueryGetExpertAccountant, StatisticType } from '../../../types';\n\nexport class StatisticExpertAccountant extends Resource {\n /**\n * Retourne les statistiques de production pour un ou plusieurs expert comptable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getProduction(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_PRODUCTION,\n };\n return this.axios.$get('/statistic-expert-accountant/production', { params });\n }\n\n /**\n * Retourne les statistiques de relation client pour un expert comptable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getCustomerRelation(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_CUSTOMER_RELATION,\n };\n return this.axios.$get('/statistic-expert-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de portefeuille pour un expert comptable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getCustomerRelationWallet(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET,\n };\n return this.axios.$get('/statistic-expert-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de LAB pour un expert comtable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getLAB(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_LAB,\n };\n return this.axios.$get('/statistic-expert-accountant', { params });\n }\n}"],"mappings":";;;;;;AAAA,IAAAA,SAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AAEM,MAAOE,yBAA0B,SAAQC,kBAAQ;EACrD;;;;;EAKOC,aAAaA,CAACC,OAAiC;IACpD,MAAMC,MAAM,GAAAC,MAAA,CAAAC,MAAA,CAAAD,MAAA,CAAAC,MAAA,KACPH,OAAO;MACVI,IAAI,EAAEC,oBAAa,CAACC;IAA4B,EACjD;IACD,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,yCAAyC,EAAE;MAAEP;IAAM,CAAE,CAAC;EAC/E;EAEA;;;;;EAKOQ,mBAAmBA,CAACT,OAAiC;IAC1D,MAAMC,MAAM,GAAAC,MAAA,CAAAC,MAAA,CAAAD,MAAA,CAAAC,MAAA,KACPH,OAAO;MACVI,IAAI,EAAEC,oBAAa,CAACK;IAAmC,EACxD;IACD,OAAO,IAAI,CAACH,KAAK,CAACC,IAAI,CAAC,8BAA8B,EAAE;MAAEP;IAAM,CAAE,CAAC;EACpE;EAEA;;;;;EAKOU,yBAAyBA,CAACX,OAAiC;IAChE,MAAMC,MAAM,GAAAC,MAAA,CAAAC,MAAA,CAAAD,MAAA,CAAAC,MAAA,KACPH,OAAO;MACVI,IAAI,EAAEC,oBAAa,CAACO;IAA0C,EAC/D;IACD,OAAO,IAAI,CAACL,KAAK,CAACC,IAAI,CAAC,8BAA8B,EAAE;MAAEP;IAAM,CAAE,CAAC;EACpE;EAEA;;;;;EAKOY,MAAMA,CAACb,OAAiC;IAC7C,MAAMC,MAAM,GAAAC,MAAA,CAAAC,MAAA,CAAAD,MAAA,CAAAC,MAAA,KACPH,OAAO;MACVI,IAAI,EAAEC,oBAAa,CAACS;IAAqB,EAC1C;IACD,OAAO,IAAI,CAACP,KAAK,CAACC,IAAI,CAAC,8BAA8B,EAAE;MAAEP;IAAM,CAAE,CAAC;EACpE;;AACDc,OAAA,CApDYlB,yBAA0B,GAA1BA,yBAA0B"}
1
+ {"version":3,"file":"ExpertAccountant.js","names":["_Resource","require","_types","StatisticExpertAccountant","Resource","getProduction","payload","params","Object","assign","type","StatisticType","EXPERT_ACCOUNTANT_PRODUCTION","axios","$get","getMonthProduction","getCustomerRelation","EXPERT_ACCOUNTANT_CUSTOMER_RELATION","getCustomerRelationWallet","EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET","getLAB","EXPERT_ACCOUNTANT_LAB","exports"],"sources":["../../../../ts/api/resources/statistic/ExpertAccountant.ts"],"sourcesContent":["import { Resource } from '../../Resource';\nimport { QueryGetExpertAccountant, StatisticType } from '../../../types';\n\nexport class StatisticExpertAccountant extends Resource {\n /**\n * Retourne les statistiques de production pour un ou plusieurs expert comptable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getProduction(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_PRODUCTION,\n };\n return this.axios.$get('/statistic-expert-accountant/production', { params });\n }\n\n /**\n * Retourne les statistiques de production pour un ou plusieurs expert comptable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getMonthProduction(payload: QueryGetExpertAccountant): Promise<number> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_PRODUCTION,\n };\n return this.axios.$get('/statistic-expert-accountant/month-production', { params });\n }\n\n /**\n * Retourne les statistiques de relation client pour un expert comptable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getCustomerRelation(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_CUSTOMER_RELATION,\n };\n return this.axios.$get('/statistic-expert-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de portefeuille pour un expert comptable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getCustomerRelationWallet(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET,\n };\n return this.axios.$get('/statistic-expert-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de LAB pour un expert comtable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getLAB(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_LAB,\n };\n return this.axios.$get('/statistic-expert-accountant', { params });\n }\n}"],"mappings":";;;;;;AAAA,IAAAA,SAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AAEM,MAAOE,yBAA0B,SAAQC,kBAAQ;EACrD;;;;;EAKOC,aAAaA,CAACC,OAAiC;IACpD,MAAMC,MAAM,GAAAC,MAAA,CAAAC,MAAA,CAAAD,MAAA,CAAAC,MAAA,KACPH,OAAO;MACVI,IAAI,EAAEC,oBAAa,CAACC;IAA4B,EACjD;IACD,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,yCAAyC,EAAE;MAAEP;IAAM,CAAE,CAAC;EAC/E;EAEA;;;;;EAKOQ,kBAAkBA,CAACT,OAAiC;IACzD,MAAMC,MAAM,GAAAC,MAAA,CAAAC,MAAA,CAAAD,MAAA,CAAAC,MAAA,KACPH,OAAO;MACVI,IAAI,EAAEC,oBAAa,CAACC;IAA4B,EACjD;IACD,OAAO,IAAI,CAACC,KAAK,CAACC,IAAI,CAAC,+CAA+C,EAAE;MAAEP;IAAM,CAAE,CAAC;EACrF;EAEA;;;;;EAKOS,mBAAmBA,CAACV,OAAiC;IAC1D,MAAMC,MAAM,GAAAC,MAAA,CAAAC,MAAA,CAAAD,MAAA,CAAAC,MAAA,KACPH,OAAO;MACVI,IAAI,EAAEC,oBAAa,CAACM;IAAmC,EACxD;IACD,OAAO,IAAI,CAACJ,KAAK,CAACC,IAAI,CAAC,8BAA8B,EAAE;MAAEP;IAAM,CAAE,CAAC;EACpE;EAEA;;;;;EAKOW,yBAAyBA,CAACZ,OAAiC;IAChE,MAAMC,MAAM,GAAAC,MAAA,CAAAC,MAAA,CAAAD,MAAA,CAAAC,MAAA,KACPH,OAAO;MACVI,IAAI,EAAEC,oBAAa,CAACQ;IAA0C,EAC/D;IACD,OAAO,IAAI,CAACN,KAAK,CAACC,IAAI,CAAC,8BAA8B,EAAE;MAAEP;IAAM,CAAE,CAAC;EACpE;EAEA;;;;;EAKOa,MAAMA,CAACd,OAAiC;IAC7C,MAAMC,MAAM,GAAAC,MAAA,CAAAC,MAAA,CAAAD,MAAA,CAAAC,MAAA,KACPH,OAAO;MACVI,IAAI,EAAEC,oBAAa,CAACU;IAAqB,EAC1C;IACD,OAAO,IAAI,CAACR,KAAK,CAACC,IAAI,CAAC,8BAA8B,EAAE;MAAEP;IAAM,CAAE,CAAC;EACpE;;AACDe,OAAA,CAjEYnB,yBAA0B,GAA1BA,yBAA0B"}
@@ -137,6 +137,7 @@ var _VisualizedInformation = require("./resources/VisualizedInformation");
137
137
  var _Fusion = require("./resources/Fusion");
138
138
  var _LeadsToPartners = require("./resources/LeadsToPartners");
139
139
  var _ChangeLog = require("./resources/ChangeLog");
140
+ var _ConstitutionHistory = require("./resources/ConstitutionHistory");
140
141
  const resources = exports.resources = {
141
142
  simulation: _Simulation.Simulation,
142
143
  budgetInsight: _BudgetInsight.BudgetInsight,
@@ -270,6 +271,7 @@ const resources = exports.resources = {
270
271
  visualizedInformation: _VisualizedInformation.VisualizedInformation,
271
272
  fusion: _Fusion.Fusion,
272
273
  leadsToPartners: _LeadsToPartners.LeadsToPartners,
273
- changeLog: _ChangeLog.ChangeLog
274
+ changeLog: _ChangeLog.ChangeLog,
275
+ constitutionHistory: _ConstitutionHistory.ConstitutionHistory
274
276
  };
275
277
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","names":["_Country","require","_Simulation","_PaymentExpectationCustomer","_Payment","_Immobilization","_AccountType","_Transaction","_Account","_Sponsorship","_User","_Survey","_Report","_Letter","_FirstStep","_Society","_Partner","_GeneralLedger","_FecFile","_IncomeStatement","_BalanceSheet","_BalanceSheetModule","_Cerfa","_Subscription","_Authenticate","_Search","_SalariesFile","_Shine","_PromoCode","_Stocks","_Loan","_SocietyPromoCode","_Dashboard","_ZTicket","_IncomeAllocation","_CustomerProviderOperation","_Step","_RevisionGuide","_Library","_TaxDeadline","_ExerciceNote","_Connector","_PartneredAccountant","_Tax","_QuotesAccount","_Registration","_Journal","_Product","_MealExpense","_InternalInvoicing","_BalanceSheetQuestion","_ExerciceQuestion","_VatControl","_Provision","_AccountingIncome","_AccountingFiles","_BankStatement","_shareCapital","_Closing","_MachineLearning","_WorkingSchedule","_Revision","_Vehicle","_KilometricAllowance","_Vat","_Qonto","_AffectedPatrimony","_BankAccount","_BudgetInsight","_Log","_Exercice","_Mail","_Regulate","_Employee","_SheetMonthSchedule","_NafCode","_Checklist","_Lettering","_Notification","_Mobile","_Task","_SocietyEvent","_Comment","_NotificationSetting","_cx","_BankList","_ThirdParty","_Alert","_CalendarEvent","_TimeRecorder","_CustomerActivity","_CommercialSetting","_Invoice","_CommercialDocument","_Connection","_Reminder","_Recurrence","_Stripe","_FIle","_SocietyConfig","_LegalNotice","_Accountant","_ExpertAccountant","_Wallet","_PaymentExpectation","_Direction","_TerminationList","_SlowDetection","_Sources","_Commercial","_Facturation","_Inpi","_prestation","_TextMessage","_SocietyConfigBalanceSheet","_SignFile","_Rule","_VatRegimeHistory","_Acceptance","_Rating","_Quotation","_Prestations","_CustomerSuccess","_UnpaidCallHistory","_CommercialImport","_Team","_CashAndExpense","_Archive","_AccountsSectors","_BusinessSector","_VisualizedInformation","_Fusion","_LeadsToPartners","_ChangeLog","resources","exports","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","commercial","Commercial","facturation","Facturation","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vat","Vat","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","regulate","Regulate","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","statisticCustomerSuccess","StatisticCustomerSuccess","paymentExpectation","PaymentExpectation","terminationList","TerminationList","slowDetection","SlowDetection","inpi","Inpi","prestation","Prestation","vatRegimeHistory","VatRegimeHistory","sources","Sources","textMessage","TextMessage","societyConfigBalanceSheet","SocietyConfigBalanceSheet","signFile","SignFile","rule","Rule","rating","Rating","acceptance","Acceptance","quotation","Quotation","prestations","Prestations","unpaidCallHistory","UnpaidCallHistory","commercialImport","CommercialImport","team","Team","cashAndExpense","CashAndExpense","archive","Archive","accountsSector","AccountsSector","businessSector","BusinessSector","visualizedInformation","VisualizedInformation","fusion","Fusion","leadsToPartners","LeadsToPartners","changeLog","ChangeLog"],"sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { Vat } from './resources/Vat';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\nimport { StatisticCustomerSuccess } from './resources/statistic/CustomerSuccess';\nimport { UnpaidCallHistory } from './resources/UnpaidCallHistory';\nimport { CommercialImport } from './resources/CommercialImport';\nimport { Team } from './resources/Team';\nimport { CashAndExpense } from './resources/CashAndExpense';\nimport { Archive } from './resources/Archive';\nimport { AccountsSector } from './resources/AccountsSectors';\nimport { BusinessSector } from './resources/BusinessSector';\nimport { VisualizedInformation } from './resources/VisualizedInformation';\nimport { Fusion } from './resources/Fusion';\nimport { LeadsToPartners } from './resources/LeadsToPartners';\nimport { ChangeLog } from './resources/ChangeLog';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vat: Vat,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n statisticCustomerSuccess: StatisticCustomerSuccess,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n unpaidCallHistory: UnpaidCallHistory,\n commercialImport: CommercialImport,\n team: Team,\n cashAndExpense: CashAndExpense,\n archive: Archive,\n accountsSector: AccountsSector,\n businessSector: BusinessSector,\n visualizedInformation: VisualizedInformation,\n fusion: Fusion,\n leadsToPartners: LeadsToPartners,\n changeLog: ChangeLog,\n};"],"mappings":"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"}
1
+ {"version":3,"file":"resources.js","names":["_Country","require","_Simulation","_PaymentExpectationCustomer","_Payment","_Immobilization","_AccountType","_Transaction","_Account","_Sponsorship","_User","_Survey","_Report","_Letter","_FirstStep","_Society","_Partner","_GeneralLedger","_FecFile","_IncomeStatement","_BalanceSheet","_BalanceSheetModule","_Cerfa","_Subscription","_Authenticate","_Search","_SalariesFile","_Shine","_PromoCode","_Stocks","_Loan","_SocietyPromoCode","_Dashboard","_ZTicket","_IncomeAllocation","_CustomerProviderOperation","_Step","_RevisionGuide","_Library","_TaxDeadline","_ExerciceNote","_Connector","_PartneredAccountant","_Tax","_QuotesAccount","_Registration","_Journal","_Product","_MealExpense","_InternalInvoicing","_BalanceSheetQuestion","_ExerciceQuestion","_VatControl","_Provision","_AccountingIncome","_AccountingFiles","_BankStatement","_shareCapital","_Closing","_MachineLearning","_WorkingSchedule","_Revision","_Vehicle","_KilometricAllowance","_Vat","_Qonto","_AffectedPatrimony","_BankAccount","_BudgetInsight","_Log","_Exercice","_Mail","_Regulate","_Employee","_SheetMonthSchedule","_NafCode","_Checklist","_Lettering","_Notification","_Mobile","_Task","_SocietyEvent","_Comment","_NotificationSetting","_cx","_BankList","_ThirdParty","_Alert","_CalendarEvent","_TimeRecorder","_CustomerActivity","_CommercialSetting","_Invoice","_CommercialDocument","_Connection","_Reminder","_Recurrence","_Stripe","_FIle","_SocietyConfig","_LegalNotice","_Accountant","_ExpertAccountant","_Wallet","_PaymentExpectation","_Direction","_TerminationList","_SlowDetection","_Sources","_Commercial","_Facturation","_Inpi","_prestation","_TextMessage","_SocietyConfigBalanceSheet","_SignFile","_Rule","_VatRegimeHistory","_Acceptance","_Rating","_Quotation","_Prestations","_CustomerSuccess","_UnpaidCallHistory","_CommercialImport","_Team","_CashAndExpense","_Archive","_AccountsSectors","_BusinessSector","_VisualizedInformation","_Fusion","_LeadsToPartners","_ChangeLog","_ConstitutionHistory","resources","exports","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","commercial","Commercial","facturation","Facturation","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vat","Vat","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","regulate","Regulate","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","statisticCustomerSuccess","StatisticCustomerSuccess","paymentExpectation","PaymentExpectation","terminationList","TerminationList","slowDetection","SlowDetection","inpi","Inpi","prestation","Prestation","vatRegimeHistory","VatRegimeHistory","sources","Sources","textMessage","TextMessage","societyConfigBalanceSheet","SocietyConfigBalanceSheet","signFile","SignFile","rule","Rule","rating","Rating","acceptance","Acceptance","quotation","Quotation","prestations","Prestations","unpaidCallHistory","UnpaidCallHistory","commercialImport","CommercialImport","team","Team","cashAndExpense","CashAndExpense","archive","Archive","accountsSector","AccountsSector","businessSector","BusinessSector","visualizedInformation","VisualizedInformation","fusion","Fusion","leadsToPartners","LeadsToPartners","changeLog","ChangeLog","constitutionHistory","ConstitutionHistory"],"sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { Vat } from './resources/Vat';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Regulate } from './resources/Regulate';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { TerminationList } from './resources/TerminationList';\nimport { SlowDetection } from './resources/SlowDetection';\nimport { Sources } from './resources/Sources';\nimport { Commercial } from './resources/Commercial';\nimport { Facturation } from './resources/Facturation';\nimport { Inpi } from './resources/Inpi';\nimport { Prestation } from './resources/prestation';\nimport { TextMessage } from './resources/TextMessage';\nimport { SocietyConfigBalanceSheet } from './resources/SocietyConfigBalanceSheet';\nimport { SignFile } from './resources/SignFile';\nimport { Rule } from './resources/Rule';\nimport { VatRegimeHistory } from './resources/VatRegimeHistory';\nimport { Acceptance } from './resources/Acceptance';\nimport { Rating } from './resources/Rating';\nimport { Quotation } from './resources/Quotation';\nimport { Prestations } from './resources/Prestations';\nimport { StatisticCustomerSuccess } from './resources/statistic/CustomerSuccess';\nimport { UnpaidCallHistory } from './resources/UnpaidCallHistory';\nimport { CommercialImport } from './resources/CommercialImport';\nimport { Team } from './resources/Team';\nimport { CashAndExpense } from './resources/CashAndExpense';\nimport { Archive } from './resources/Archive';\nimport { AccountsSector } from './resources/AccountsSectors';\nimport { BusinessSector } from './resources/BusinessSector';\nimport { VisualizedInformation } from './resources/VisualizedInformation';\nimport { Fusion } from './resources/Fusion';\nimport { LeadsToPartners } from './resources/LeadsToPartners';\nimport { ChangeLog } from './resources/ChangeLog';\nimport { ConstitutionHistory } from './resources/ConstitutionHistory';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n commercial: Commercial,\n facturation: Facturation,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vat: Vat,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n regulate: Regulate,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n statisticCustomerSuccess: StatisticCustomerSuccess,\n paymentExpectation: PaymentExpectation,\n terminationList: TerminationList,\n slowDetection: SlowDetection,\n inpi: Inpi,\n prestation: Prestation,\n vatRegimeHistory: VatRegimeHistory,\n sources: Sources,\n textMessage: TextMessage,\n societyConfigBalanceSheet: SocietyConfigBalanceSheet,\n signFile: SignFile,\n rule: Rule,\n rating: Rating,\n acceptance: Acceptance,\n quotation: Quotation,\n prestations: Prestations,\n unpaidCallHistory: UnpaidCallHistory,\n commercialImport: CommercialImport,\n team: Team,\n cashAndExpense: CashAndExpense,\n archive: Archive,\n accountsSector: AccountsSector,\n businessSector: BusinessSector,\n visualizedInformation: VisualizedInformation,\n fusion: Fusion,\n leadsToPartners: LeadsToPartners,\n changeLog: ChangeLog,\n constitutionHistory: ConstitutionHistory,\n};"],"mappings":"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"}
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.BALANCE_SHEET_LIST_PASSIVE_DETAILS = exports.BALANCE_SHEET_LIST_PASSIVE = exports.BALANCE_SHEET_LIST_ACTIVE = exports.BalanceSheetDetails = exports.BalanceSheetState = undefined;
6
+ exports.BALANCE_SHEET_LIST_PASSIVE_DETAILS = exports.BALANCE_SHEET_LIST_PASSIVE = exports.BALANCE_SHEET_LIST_ACTIVE = exports.ForecastBalanceSheetDetails = exports.BalanceSheetDetails = exports.BalanceSheetState = undefined;
7
7
  var _ThirdPartyType = require("./ThirdPartyType");
8
8
  var _Util = require("./Util");
9
9
  var BalanceSheetState = exports.BalanceSheetState = undefined;
@@ -33,33 +33,37 @@ var BalanceSheetState = exports.BalanceSheetState = undefined;
33
33
  BalanceSheetState[BalanceSheetState["REFUSED_BY_SIE_DEFAULT"] = 22] = "REFUSED_BY_SIE_DEFAULT";
34
34
  BalanceSheetState[BalanceSheetState["FIX_IN_PROGRESS"] = 23] = "FIX_IN_PROGRESS";
35
35
  BalanceSheetState[BalanceSheetState["ACCEPTED_BY_SIE_IN_STATE"] = 24] = "ACCEPTED_BY_SIE_IN_STATE";
36
+ BalanceSheetState[BalanceSheetState["SENDING_QUESTIONNAIRE"] = 25] = "SENDING_QUESTIONNAIRE";
37
+ BalanceSheetState[BalanceSheetState["COMPLETE_QUESTIONNAIRE"] = 26] = "COMPLETE_QUESTIONNAIRE";
38
+ BalanceSheetState[BalanceSheetState["PROCESSING_ITEMS_IN_PROGRESS"] = 27] = "PROCESSING_ITEMS_IN_PROGRESS";
39
+ BalanceSheetState[BalanceSheetState["ABANDONED_FORECAST"] = 28] = "ABANDONED_FORECAST";
36
40
  })(BalanceSheetState || (exports.BalanceSheetState = BalanceSheetState = {}));
37
41
  const BalanceSheetDetails = exports.BalanceSheetDetails = [{
38
42
  value: BalanceSheetState.TO_DO,
39
43
  text: 'À faire',
40
44
  color: 'grey',
41
45
  textColor: 'grey--text',
42
- forRoles: [['front_office'], ['front_office_express'], ['expert'], ['customer_success'], ['facturation']]
46
+ forRoles: [['front_office'], ['expert'], ['customer_success'], ['facturation']]
43
47
  }, {
44
48
  text: 'En cours de prod.',
45
49
  value: BalanceSheetState.IN_PRODUCING,
46
50
  alias: 'ENC',
47
51
  color: 'grey',
48
52
  textColor: 'grey--text ',
49
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
53
+ forRoles: [['front_office'], ['expert']]
50
54
  }, {
51
55
  text: 'Att. retour client',
52
56
  value: BalanceSheetState.WAITING_CLIENT,
53
57
  alias: 'ARC',
54
58
  color: 'cyan',
55
59
  textColor: 'cyan--text',
56
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
60
+ forRoles: [['front_office'], ['expert']]
57
61
  }, {
58
62
  text: 'À réviser',
59
63
  value: BalanceSheetState.TO_REVISE,
60
64
  color: 'purple lighten-2',
61
65
  textColor: 'purple--text',
62
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
66
+ forRoles: [['front_office'], ['expert']]
63
67
  }, {
64
68
  text: 'À revoir',
65
69
  value: BalanceSheetState.TO_CORRECT,
@@ -72,7 +76,7 @@ const BalanceSheetDetails = exports.BalanceSheetDetails = [{
72
76
  value: BalanceSheetState.TO_SUPERVISE,
73
77
  color: 'teal',
74
78
  textColor: 'teal--text',
75
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
79
+ forRoles: [['front_office'], ['expert']]
76
80
  }, {
77
81
  text: 'À envoyer au client',
78
82
  value: BalanceSheetState.TO_SEND,
@@ -84,44 +88,44 @@ const BalanceSheetDetails = exports.BalanceSheetDetails = [{
84
88
  value: BalanceSheetState.SENDED_TO_CLIENT,
85
89
  color: 'blue',
86
90
  textColor: 'blue--text',
87
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
91
+ forRoles: [['front_office'], ['expert']]
88
92
  }, {
89
93
  text: 'Accepté par le client',
90
94
  value: BalanceSheetState.ACCEPTED_BY_CLIENT,
91
95
  color: 'blue darken-2',
92
96
  textColor: 'blue--text ',
93
97
  alias: 'APC',
94
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
98
+ forRoles: [['front_office'], ['expert']]
95
99
  }, {
96
100
  text: 'Refusé par le client',
97
101
  value: BalanceSheetState.REFUSED_BY_CLIENT,
98
102
  color: 'red darken-3',
99
103
  textColor: 'error--text text--darken-2',
100
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
104
+ forRoles: [['front_office'], ['expert']]
101
105
  }, {
102
106
  text: 'Envoyé au SIE',
103
107
  value: BalanceSheetState.SENDED_TO_SIE,
104
108
  color: 'blue darken-4',
105
109
  textColor: 'blue--text',
106
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
110
+ forRoles: [['front_office'], ['expert']]
107
111
  }, {
108
112
  value: BalanceSheetState.ACCEPTED_BY_SIE,
109
113
  text: 'Accepté au SIE',
110
114
  color: 'green darken-1',
111
115
  textColor: 'green--text',
112
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
116
+ forRoles: [['front_office'], ['expert']]
113
117
  }, {
114
118
  text: 'Refus SIE',
115
119
  value: BalanceSheetState.REFUSED_BY_SIE,
116
120
  color: 'red darken-3',
117
121
  textColor: 'green--text ',
118
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
122
+ forRoles: [['front_office'], ['expert']]
119
123
  }, {
120
124
  text: 'Envoi provisoire SIE',
121
125
  value: BalanceSheetState.SENDED_PROVISIONALLY_TO_SIE,
122
126
  color: 'green darken-4',
123
127
  textColor: 'green--text ',
124
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
128
+ forRoles: [['front_office'], ['expert']]
125
129
  }, {
126
130
  value: BalanceSheetState.NOT_SUBJECT_TO,
127
131
  text: 'N/A',
@@ -152,37 +156,62 @@ const BalanceSheetDetails = exports.BalanceSheetDetails = [{
152
156
  value: BalanceSheetState.ACCEPTED_BY_CLIENT_DEFAULT,
153
157
  color: 'green darken-2',
154
158
  textColor: 'green--text',
155
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
159
+ forRoles: [['front_office'], ['expert']]
156
160
  }, {
157
161
  text: 'Accepté SIE par défaut',
158
162
  value: BalanceSheetState.ACCEPTED_BY_SIE_DEFAULT,
159
163
  color: 'green darken-2',
160
164
  colorText: 'green--text',
161
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
165
+ forRoles: [['front_office'], ['expert']]
162
166
  }, {
163
167
  text: 'Envoyé SIE par défaut',
164
168
  value: BalanceSheetState.SENDED_TO_SIE_DEFAULT,
165
169
  color: 'blue lighten-3',
166
170
  textColor: 'blue--text text--lighten-3',
167
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
171
+ forRoles: [['front_office'], ['expert']]
168
172
  }, {
169
173
  text: 'Refus SIE par défaut',
170
174
  value: BalanceSheetState.REFUSED_BY_SIE_DEFAULT,
171
175
  color: 'error darken-2',
172
176
  colorText: 'error--text text--darken-2',
173
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
177
+ forRoles: [['front_office'], ['expert']]
174
178
  }, {
175
179
  text: 'Correctif en cours',
176
180
  value: BalanceSheetState.FIX_IN_PROGRESS,
177
181
  color: 'blue darken-4',
178
182
  textColor: 'blue--text',
179
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
183
+ forRoles: [['front_office'], ['expert']]
180
184
  }, {
181
185
  text: 'Accepté SIE en l\'état',
182
186
  value: BalanceSheetState.ACCEPTED_BY_SIE_IN_STATE,
183
187
  color: 'green darken-3',
184
188
  colorText: 'green--text',
185
- forRoles: [['front_office'], ['front_office_express'], ['expert']]
189
+ forRoles: [['front_office'], ['expert']]
190
+ }];
191
+ const ForecastBalanceSheetDetails = exports.ForecastBalanceSheetDetails = [{
192
+ text: 'Envoi du questionnaire',
193
+ value: BalanceSheetState.SENDING_QUESTIONNAIRE,
194
+ color: 'green darken-3',
195
+ colorText: 'green--text',
196
+ forRoles: [['front_office'], ['expert']]
197
+ }, {
198
+ text: 'Questionnaire complet',
199
+ value: BalanceSheetState.COMPLETE_QUESTIONNAIRE,
200
+ color: 'green darken-3',
201
+ colorText: 'green--text',
202
+ forRoles: [['front_office'], ['expert']]
203
+ }, {
204
+ text: 'Traitement éléments en cours',
205
+ value: BalanceSheetState.PROCESSING_ITEMS_IN_PROGRESS,
206
+ color: 'green darken-3',
207
+ colorText: 'green--text',
208
+ forRoles: [['front_office'], ['expert']]
209
+ }, {
210
+ text: 'Prévisionnel abandonné',
211
+ value: BalanceSheetState.ABANDONED_FORECAST,
212
+ color: 'green darken-3',
213
+ colorText: 'green--text',
214
+ forRoles: [['front_office'], ['expert']]
186
215
  }];
187
216
  const BALANCE_SHEET_LIST_ACTIVE = exports.BALANCE_SHEET_LIST_ACTIVE = [{
188
217
  name: 'Capital souscrit - non appelé',