@silexpert/core 0.4.27 → 0.4.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/api/resources/Immobilization.d.ts +4 -0
- package/es/api/resources/Immobilization.d.ts.map +1 -1
- package/es/api/resources/Immobilization.js +3 -0
- package/es/api/resources/Immobilization.js.map +1 -1
- package/es/api/resources/Loan.d.ts +11 -0
- package/es/api/resources/Loan.d.ts.map +1 -0
- package/es/api/resources/Loan.js +13 -0
- package/es/api/resources/Loan.js.map +1 -0
- package/es/api/resources/PromoCode.d.ts +9 -0
- package/es/api/resources/PromoCode.d.ts.map +1 -0
- package/es/api/resources/PromoCode.js +16 -0
- package/es/api/resources/PromoCode.js.map +1 -0
- package/es/api/resources/Society.d.ts +2 -1
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +3 -0
- package/es/api/resources/Society.js.map +1 -1
- package/es/api/resources/SocietyPromoCode.d.ts +8 -0
- package/es/api/resources/SocietyPromoCode.d.ts.map +1 -0
- package/es/api/resources/SocietyPromoCode.js +13 -0
- package/es/api/resources/SocietyPromoCode.js.map +1 -0
- package/es/api/resources/Stocks.d.ts +11 -0
- package/es/api/resources/Stocks.d.ts.map +1 -0
- package/es/api/resources/Stocks.js +22 -0
- package/es/api/resources/Stocks.js.map +1 -0
- package/es/api/resources.d.ts +8 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +8 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Activity.d.ts +7 -0
- package/es/types/Enum/Activity.d.ts.map +1 -0
- package/es/types/Enum/Activity.js +8 -0
- package/es/types/Enum/Activity.js.map +1 -0
- package/es/types/Enum/CerfaType.d.ts +15 -0
- package/es/types/Enum/CerfaType.d.ts.map +1 -0
- package/es/types/Enum/CerfaType.js +15 -0
- package/es/types/Enum/CerfaType.js.map +1 -0
- package/es/types/Enum/FiscalRegime.d.ts +6 -0
- package/es/types/Enum/FiscalRegime.d.ts.map +1 -0
- package/es/types/Enum/FiscalRegime.js +7 -0
- package/es/types/Enum/FiscalRegime.js.map +1 -0
- package/es/types/Enum/GlobalRegime.d.ts +30 -0
- package/es/types/Enum/GlobalRegime.d.ts.map +1 -0
- package/es/types/Enum/GlobalRegime.js +412 -0
- package/es/types/Enum/GlobalRegime.js.map +1 -0
- package/es/types/Enum/ImmobilizationType.d.ts +46 -0
- package/es/types/Enum/ImmobilizationType.d.ts.map +1 -1
- package/es/types/Enum/ImmobilizationType.js +47 -1
- package/es/types/Enum/ImmobilizationType.js.map +1 -1
- package/es/types/Enum/ProfitsType.d.ts +5 -0
- package/es/types/Enum/ProfitsType.d.ts.map +1 -0
- package/es/types/Enum/ProfitsType.js +6 -0
- package/es/types/Enum/ProfitsType.js.map +1 -0
- package/es/types/Enum/StockType.d.ts +15 -55
- package/es/types/Enum/StockType.d.ts.map +1 -1
- package/es/types/Enum/StockType.js +24 -0
- package/es/types/Enum/StockType.js.map +1 -1
- package/es/types/Enum/TaxSystem.d.ts +6 -0
- package/es/types/Enum/TaxSystem.d.ts.map +1 -0
- package/es/types/Enum/TaxSystem.js +7 -0
- package/es/types/Enum/TaxSystem.js.map +1 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts +5 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.d.ts.map +1 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +22 -0
- package/es/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
- package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts +7 -1
- package/es/types/Interface/api/immobilization/CreateImmobilization.d.ts.map +1 -1
- package/es/types/Interface/api/immobilization/CreateImmobilization.js +19 -1
- package/es/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -1
- package/es/types/Interface/api/loan/CreateLoan.d.ts +10 -0
- package/es/types/Interface/api/loan/CreateLoan.d.ts.map +1 -0
- package/es/types/Interface/api/loan/CreateLoan.js +41 -0
- package/es/types/Interface/api/loan/CreateLoan.js.map +1 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts +12 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.d.ts.map +1 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.js +49 -0
- package/es/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts +12 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.d.ts.map +1 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.js +49 -0
- package/es/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts +3 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +12 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.d.ts +5 -0
- package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.d.ts.map +1 -0
- package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +21 -0
- package/es/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -0
- package/es/types/Interface/api/stock/StockEntries.d.ts +20 -0
- package/es/types/Interface/api/stock/StockEntries.d.ts.map +1 -0
- package/es/types/Interface/api/stock/StockEntries.js +114 -0
- package/es/types/Interface/api/stock/StockEntries.js.map +1 -0
- package/es/types/Interface/api/stock/Stocks.d.ts +14 -0
- package/es/types/Interface/api/stock/Stocks.d.ts.map +1 -0
- package/es/types/Interface/api/stock/Stocks.js +2 -0
- package/es/types/Interface/api/stock/Stocks.js.map +1 -0
- package/es/types/Interface/api/stock/StocksDepreciationInterface.d.ts +8 -0
- package/es/types/Interface/api/stock/StocksDepreciationInterface.d.ts.map +1 -0
- package/es/types/Interface/api/stock/StocksDepreciationInterface.js +2 -0
- package/es/types/Interface/api/stock/StocksDepreciationInterface.js.map +1 -0
- package/es/types/Interface/api/stock/StocksType.d.ts +7 -0
- package/es/types/Interface/api/stock/StocksType.d.ts.map +1 -0
- package/es/types/Interface/api/stock/StocksType.js +2 -0
- package/es/types/Interface/api/stock/StocksType.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +2 -0
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +2 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.d.ts +11 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -0
- package/es/types/Interface/models/IBalanceSheetModule.js +2 -0
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -0
- package/es/types/Interface/models/ICustomerTva.d.ts +2 -0
- package/es/types/Interface/models/ICustomerTva.d.ts.map +1 -1
- package/es/types/Interface/models/ICustomerTva.js.map +1 -1
- package/es/types/Interface/models/IExerciceComment.d.ts +13 -0
- package/es/types/Interface/models/IExerciceComment.d.ts.map +1 -0
- package/es/types/Interface/models/IExerciceComment.js +2 -0
- package/es/types/Interface/models/IExerciceComment.js.map +1 -0
- package/es/types/Interface/models/IExerciceDetail.d.ts +2 -0
- package/es/types/Interface/models/IExerciceDetail.d.ts.map +1 -1
- package/es/types/Interface/models/IExerciceDetail.js.map +1 -1
- package/es/types/Interface/models/IImmobilization.d.ts +3 -0
- package/es/types/Interface/models/IImmobilization.d.ts.map +1 -1
- package/es/types/Interface/models/IImmobilization.js.map +1 -1
- package/es/types/Interface/models/ILoan.d.ts +18 -0
- package/es/types/Interface/models/ILoan.d.ts.map +1 -0
- package/es/types/Interface/models/ILoan.js +2 -0
- package/es/types/Interface/models/ILoan.js.map +1 -0
- package/es/types/Interface/models/IPromoCode.d.ts +15 -0
- package/es/types/Interface/models/IPromoCode.d.ts.map +1 -0
- package/es/types/Interface/models/IPromoCode.js +2 -0
- package/es/types/Interface/models/IPromoCode.js.map +1 -0
- package/es/types/Interface/models/IRefund.d.ts +3 -3
- package/es/types/Interface/models/IRefund.d.ts.map +1 -1
- package/es/types/Interface/models/IRefund.js.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.d.ts +5 -1
- package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
- package/es/types/Interface/models/ISocietyPromoCode.d.ts +8 -0
- package/es/types/Interface/models/ISocietyPromoCode.d.ts.map +1 -0
- package/es/types/Interface/models/ISocietyPromoCode.js +2 -0
- package/es/types/Interface/models/ISocietyPromoCode.js.map +1 -0
- package/es/types/Interface/models/IStock.d.ts +11 -0
- package/es/types/Interface/models/IStock.d.ts.map +1 -0
- package/es/types/Interface/models/IStock.js +2 -0
- package/es/types/Interface/models/IStock.js.map +1 -0
- package/es/types/Interface/models/IUser.d.ts +1 -0
- package/es/types/Interface/models/IUser.d.ts.map +1 -1
- package/es/types/Interface/models/IUser.js.map +1 -1
- package/es/types/index.d.ts +19 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +21 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Immobilization.js +4 -0
- package/js/api/resources/Immobilization.js.map +1 -1
- package/js/api/resources/Loan.js +26 -0
- package/js/api/resources/Loan.js.map +1 -0
- package/js/api/resources/PromoCode.js +30 -0
- package/js/api/resources/PromoCode.js.map +1 -0
- package/js/api/resources/Society.js +4 -0
- package/js/api/resources/Society.js.map +1 -1
- package/js/api/resources/SocietyPromoCode.js +26 -0
- package/js/api/resources/SocietyPromoCode.js.map +1 -0
- package/js/api/resources/Stocks.js +44 -0
- package/js/api/resources/Stocks.js.map +1 -0
- package/js/api/resources.js +13 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Activity.js +14 -0
- package/js/types/Enum/Activity.js.map +1 -0
- package/js/types/Enum/CerfaType.js +20 -0
- package/js/types/Enum/CerfaType.js.map +1 -0
- package/js/types/Enum/FiscalRegime.js +13 -0
- package/js/types/Enum/FiscalRegime.js.map +1 -0
- package/js/types/Enum/GlobalRegime.js +376 -0
- package/js/types/Enum/GlobalRegime.js.map +1 -0
- package/js/types/Enum/ImmobilizationType.js +85 -37
- package/js/types/Enum/ImmobilizationType.js.map +1 -1
- package/js/types/Enum/ProfitsType.js +12 -0
- package/js/types/Enum/ProfitsType.js.map +1 -0
- package/js/types/Enum/StockType.js +25 -1
- package/js/types/Enum/StockType.js.map +1 -1
- package/js/types/Enum/TaxSystem.js +13 -0
- package/js/types/Enum/TaxSystem.js.map +1 -0
- package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js +31 -0
- package/js/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.js.map +1 -0
- package/js/types/Interface/api/immobilization/CreateImmobilization.js +17 -1
- package/js/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -1
- package/js/types/Interface/api/loan/CreateLoan.js +39 -0
- package/js/types/Interface/api/loan/CreateLoan.js.map +1 -0
- package/js/types/Interface/api/promoCode/CreatePromoCode.js +43 -0
- package/js/types/Interface/api/promoCode/CreatePromoCode.js.map +1 -0
- package/js/types/Interface/api/promoCode/UpdatePromoCode.js +43 -0
- package/js/types/Interface/api/promoCode/UpdatePromoCode.js.map +1 -0
- package/js/types/Interface/api/society/UpdateSociety.js +6 -0
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js +29 -0
- package/js/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.js.map +1 -0
- package/js/types/Interface/api/stock/StockEntries.js +98 -0
- package/js/types/Interface/api/stock/StockEntries.js.map +1 -0
- package/js/types/Interface/api/stock/Stocks.js +6 -0
- package/js/types/Interface/api/stock/Stocks.js.map +1 -0
- package/js/types/Interface/api/stock/StocksDepreciationInterface.js +6 -0
- package/js/types/Interface/api/stock/StocksDepreciationInterface.js.map +1 -0
- package/js/types/Interface/api/stock/StocksType.js +6 -0
- package/js/types/Interface/api/stock/StocksType.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +3 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/Interface/models/IBalanceSheetModule.js +6 -0
- package/js/types/Interface/models/IBalanceSheetModule.js.map +1 -0
- package/js/types/Interface/models/IExerciceComment.js +6 -0
- package/js/types/Interface/models/IExerciceComment.js.map +1 -0
- package/js/types/Interface/models/ILoan.js +6 -0
- package/js/types/Interface/models/ILoan.js.map +1 -0
- package/js/types/Interface/models/IPromoCode.js +6 -0
- package/js/types/Interface/models/IPromoCode.js.map +1 -0
- package/js/types/Interface/models/ISocietyPromoCode.js +6 -0
- package/js/types/Interface/models/ISocietyPromoCode.js.map +1 -0
- package/js/types/Interface/models/IStock.js +6 -0
- package/js/types/Interface/models/IStock.js.map +1 -0
- package/js/types/index.js +228 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Immobilization.ts +4 -0
- package/ts/api/resources/Loan.ts +17 -0
- package/ts/api/resources/PromoCode.ts +20 -0
- package/ts/api/resources/Society.ts +4 -0
- package/ts/api/resources/SocietyPromoCode.ts +16 -0
- package/ts/api/resources/Stocks.ts +28 -0
- package/ts/api/resources.ts +8 -0
- package/ts/types/Enum/Activity.ts +6 -0
- package/ts/types/Enum/CerfaType.ts +14 -0
- package/ts/types/Enum/FiscalRegime.ts +5 -0
- package/ts/types/Enum/GlobalRegime.ts +441 -0
- package/ts/types/Enum/ImmobilizationType.ts +51 -4
- package/ts/types/Enum/ProfitsType.ts +4 -0
- package/ts/types/Enum/StockType.ts +31 -2
- package/ts/types/Enum/TaxSystem.ts +5 -0
- package/ts/types/Interface/api/balanceBankAccount/CreateBudgetBalanceBankAccount.ts +10 -0
- package/ts/types/Interface/api/immobilization/CreateImmobilization.ts +16 -2
- package/ts/types/Interface/api/loan/CreateLoan.ts +24 -0
- package/ts/types/Interface/api/promoCode/CreatePromoCode.ts +30 -0
- package/ts/types/Interface/api/promoCode/UpdatePromoCode.ts +30 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +9 -0
- package/ts/types/Interface/api/societyPromoCode/CreateSocietyPromoCode.ts +9 -0
- package/ts/types/Interface/api/stock/StockEntries.ts +115 -0
- package/ts/types/Interface/api/stock/Stocks.ts +14 -0
- package/ts/types/Interface/api/stock/StocksDepreciationInterface.ts +8 -0
- package/ts/types/Interface/api/stock/StocksType.ts +6 -0
- package/ts/types/Interface/models/IApiError.ts +2 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +11 -0
- package/ts/types/Interface/models/ICustomerTva.ts +2 -0
- package/ts/types/Interface/models/IExerciceComment.ts +16 -0
- package/ts/types/Interface/models/IExerciceDetail.ts +2 -0
- package/ts/types/Interface/models/IImmobilization.ts +3 -0
- package/ts/types/Interface/models/ILoan.ts +20 -0
- package/ts/types/Interface/models/IPromoCode.ts +14 -0
- package/ts/types/Interface/models/IRefund.ts +3 -3
- package/ts/types/Interface/models/ISocietyDetail.ts +5 -1
- package/ts/types/Interface/models/ISocietyPromoCode.ts +7 -0
- package/ts/types/Interface/models/IStock.ts +10 -0
- package/ts/types/Interface/models/IUser.ts +1 -0
- package/ts/types/index.ts +21 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/api/resources/SocietyPromoCode.ts"],"names":[],"mappings":";;;;;;;AACA;;AAEM,MAAO,gBAAP,SAAgC,kBAAhC,CAAwC;AAC5C,EAAA,GAAG,CAAC,EAAD,EAAW;AACZ,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,YAAY,EAAE,YAA9B,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,OAAD,EAAgC;AACpC,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,oBAAjB,EAAuC,OAAvC,CAAP;AACD;;AAED,EAAA,MAAM,CAAC,EAAD,EAAW;AACf,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,YAAY,EAAE,YAAjC,CAAP;AACD;;AAX2C;;QAAjC,gB,GAAA,gB","sourcesContent":["import { ISocietyPromoCode, CreateSocietyPromoCode } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class SocietyPromoCode extends Resource {\n get(id: number): Promise<ISocietyPromoCode> {\n return this.axios.$get(`/society/${id}/promoCode`);\n }\n\n create(payload: CreateSocietyPromoCode): Promise<ISocietyPromoCode> {\n return this.axios.$post('/society/promoCode', payload);\n }\n\n delete(id: number): Promise<void> {\n return this.axios.$delete(`/society/${id}/promoCode`);\n }\n}"],"sourceRoot":"","file":"SocietyPromoCode.js"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.Stocks = undefined;
|
|
7
|
+
|
|
8
|
+
var _Resource = require("../Resource");
|
|
9
|
+
|
|
10
|
+
class Stocks extends _Resource.Resource {
|
|
11
|
+
createStocks(idSociety, payload) {
|
|
12
|
+
return this.axios.$post(`/stocks/${idSociety}/entries`, payload);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
createFile(idSociety, file) {
|
|
16
|
+
return this.axios.$post(`/stocks/${idSociety}/files`, file, {
|
|
17
|
+
headers: {
|
|
18
|
+
'Content-Type': 'multipart/form-data'
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
getStocks(idSociety, idExercice) {
|
|
24
|
+
return this.axios.$get(`/stocks/${idSociety}/entries/${idExercice}`);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
getFiles(idSociety) {
|
|
28
|
+
return this.axios.$get(`/stocks/${idSociety}/files`);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
downloadFile(idSociety, token) {
|
|
32
|
+
return this.axios.$get(`/stocks/${idSociety}/files/${token}`, {
|
|
33
|
+
responseType: 'blob'
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
deleteFile(idSociety, idFile) {
|
|
38
|
+
return this.axios.$delete(`/stocks/${idSociety}/files/${idFile}`);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
exports.Stocks = Stocks;
|
|
44
|
+
//# sourceMappingURL=Stocks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/api/resources/Stocks.ts"],"names":[],"mappings":";;;;;;;AAAA;;AAGM,MAAO,MAAP,SAAsB,kBAAtB,CAA8B;AAClC,EAAA,YAAY,CAAC,SAAD,EAAoB,OAApB,EAAyC;AACnD,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,WAAW,SAAS,UAArC,EAAiD,OAAjD,CAAP;AACD;;AAED,EAAA,UAAU,CAAC,SAAD,EAAoB,IAApB,EAA+B;AACvC,WAAO,KAAK,KAAL,CAAW,KAAX,CAAiB,WAAW,SAAS,QAArC,EAA+C,IAA/C,EAAqD;AAAE,MAAA,OAAO,EAAE;AAAE,wBAAgB;AAAlB;AAAX,KAArD,CAAP;AACD;;AAED,EAAA,SAAS,CAAC,SAAD,EAAoB,UAApB,EAAsC;AAC7C,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,WAAW,SAAS,YAAY,UAAU,EAA1D,CAAP;AACD;;AAED,EAAA,QAAQ,CAAC,SAAD,EAAkB;AACxB,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,WAAW,SAAS,QAApC,CAAP;AACD;;AAED,EAAA,YAAY,CAAC,SAAD,EAAoB,KAApB,EAAiC;AAC3C,WAAO,KAAK,KAAL,CAAW,IAAX,CAAgB,WAAW,SAAS,UAAU,KAAK,EAAnD,EAAuD;AAAE,MAAA,YAAY,EAAE;AAAhB,KAAvD,CAAP;AACD;;AAED,EAAA,UAAU,CAAC,SAAD,EAAoB,MAApB,EAAkC;AAC1C,WAAO,KAAK,KAAL,CAAW,OAAX,CAAmB,WAAW,SAAS,UAAU,MAAM,EAAvD,CAAP;AACD;;AAvBiC;;QAAvB,M,GAAA,M","sourcesContent":["import { Resource } from '../Resource';\nimport { StockEntries, TFile } from '../../types';\n\nexport class Stocks extends Resource {\n createStocks(idSociety: number, payload: StockEntries): Promise<any> {\n return this.axios.$post(`/stocks/${idSociety}/entries`, payload);\n }\n\n createFile(idSociety: number, file: TFile): Promise<any> {\n return this.axios.$post(`/stocks/${idSociety}/files`, file, { headers: { 'Content-Type': 'multipart/form-data' } });\n }\n\n getStocks(idSociety: number, idExercice: number): Promise<any> {\n return this.axios.$get(`/stocks/${idSociety}/entries/${idExercice}`);\n }\n\n getFiles(idSociety: number): Promise<any> {\n return this.axios.$get(`/stocks/${idSociety}/files`);\n }\n\n downloadFile(idSociety: number, token: string): Promise<any> {\n return this.axios.$get(`/stocks/${idSociety}/files/${token}`, { responseType: 'blob' });\n }\n\n deleteFile(idSociety: number, idFile: number): Promise<any> {\n return this.axios.$delete(`/stocks/${idSociety}/files/${idFile}`);\n }\n}"],"sourceRoot":"","file":"Stocks.js"}
|
package/js/api/resources.js
CHANGED
|
@@ -57,6 +57,14 @@ var _SalariesFile = require("./resources/SalariesFile");
|
|
|
57
57
|
|
|
58
58
|
var _Shine = require("./resources/Shine");
|
|
59
59
|
|
|
60
|
+
var _PromoCode = require("./resources/PromoCode");
|
|
61
|
+
|
|
62
|
+
var _Stocks = require("./resources/Stocks");
|
|
63
|
+
|
|
64
|
+
var _Loan = require("./resources/Loan");
|
|
65
|
+
|
|
66
|
+
var _SocietyPromoCode = require("./resources/SocietyPromoCode");
|
|
67
|
+
|
|
60
68
|
const resources = exports.resources = {
|
|
61
69
|
simulation: _Simulation.Simulation,
|
|
62
70
|
country: _Country.Country,
|
|
@@ -83,6 +91,10 @@ const resources = exports.resources = {
|
|
|
83
91
|
search: _Search.Search,
|
|
84
92
|
subscription: _Subscription.Subscription,
|
|
85
93
|
salariesFile: _SalariesFile.SalariesFile,
|
|
86
|
-
shine: _Shine.Shine
|
|
94
|
+
shine: _Shine.Shine,
|
|
95
|
+
promoCode: _PromoCode.PromoCode,
|
|
96
|
+
stocks: _Stocks.Stocks,
|
|
97
|
+
loan: _Loan.Loan,
|
|
98
|
+
societyPromoCode: _SocietyPromoCode.SocietyPromoCode
|
|
87
99
|
};
|
|
88
100
|
//# sourceMappingURL=resources.js.map
|
package/js/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,EAAA,UAAU,EAAE,sBADW;AAEvB,EAAA,OAAO,EAAE,gBAFc;AAGvB,EAAA,0BAA0B,EAAE,sDAHL;AAIvB,EAAA,cAAc,EAAE,8BAJO;AAKvB,EAAA,WAAW,EAAE,wBALU;AAMvB,EAAA,WAAW,EAAE,wBANU;AAOvB,EAAA,OAAO,EAAE,gBAPc;AAQvB,EAAA,WAAW,EAAE,wBARU;AASvB,EAAA,IAAI,EAAE,UATiB;AAUvB,EAAA,MAAM,EAAE,cAVe;AAWvB,EAAA,MAAM,EAAE,cAXe;AAYvB,EAAA,MAAM,EAAE,cAZe;AAavB,EAAA,SAAS,EAAE,oBAbY;AAcvB,EAAA,OAAO,EAAE,gBAdc;AAevB,EAAA,OAAO,EAAE,gBAfc;AAgBvB,EAAA,aAAa,EAAE,4BAhBQ;AAiBvB,EAAA,OAAO,EAAE,gBAjBc;AAkBvB,EAAA,eAAe,EAAE,gCAlBM;AAmBvB,EAAA,YAAY,EAAE,0BAnBS;AAoBvB,EAAA,KAAK,EAAE,YApBgB;AAqBvB,EAAA,SAAS,EAAE,oBArBY;AAsBvB,EAAA,YAAY,EAAE,0BAtBS;AAuBvB,EAAA,MAAM,EAAE,cAvBe;AAwBvB,EAAA,YAAY,EAAE,0BAxBS;AAyBvB,EAAA,YAAY,EAAE,0BAzBS;AA0BvB,EAAA,KAAK,EAAE;
|
|
1
|
+
{"version":3,"sources":["../../ts/api/resources.ts"],"names":[],"mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AAEO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,EAAA,UAAU,EAAE,sBADW;AAEvB,EAAA,OAAO,EAAE,gBAFc;AAGvB,EAAA,0BAA0B,EAAE,sDAHL;AAIvB,EAAA,cAAc,EAAE,8BAJO;AAKvB,EAAA,WAAW,EAAE,wBALU;AAMvB,EAAA,WAAW,EAAE,wBANU;AAOvB,EAAA,OAAO,EAAE,gBAPc;AAQvB,EAAA,WAAW,EAAE,wBARU;AASvB,EAAA,IAAI,EAAE,UATiB;AAUvB,EAAA,MAAM,EAAE,cAVe;AAWvB,EAAA,MAAM,EAAE,cAXe;AAYvB,EAAA,MAAM,EAAE,cAZe;AAavB,EAAA,SAAS,EAAE,oBAbY;AAcvB,EAAA,OAAO,EAAE,gBAdc;AAevB,EAAA,OAAO,EAAE,gBAfc;AAgBvB,EAAA,aAAa,EAAE,4BAhBQ;AAiBvB,EAAA,OAAO,EAAE,gBAjBc;AAkBvB,EAAA,eAAe,EAAE,gCAlBM;AAmBvB,EAAA,YAAY,EAAE,0BAnBS;AAoBvB,EAAA,KAAK,EAAE,YApBgB;AAqBvB,EAAA,SAAS,EAAE,oBArBY;AAsBvB,EAAA,YAAY,EAAE,0BAtBS;AAuBvB,EAAA,MAAM,EAAE,cAvBe;AAwBvB,EAAA,YAAY,EAAE,0BAxBS;AAyBvB,EAAA,YAAY,EAAE,0BAzBS;AA0BvB,EAAA,KAAK,EAAE,YA1BgB;AA2BvB,EAAA,SAAS,EAAE,oBA3BY;AA4BvB,EAAA,MAAM,EAAE,cA5Be;AA6BvB,EAAA,IAAI,EAAE,UA7BiB;AA8BvB,EAAA,gBAAgB,EAAE;AA9BK,CAAlB","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\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 { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\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';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\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 balanceSheet: BalanceSheet,\n cerfa: Cerfa,\n legalForm: LegalForm,\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 societyPromoCode: SocietyPromoCode,\n};\n"],"sourceRoot":"","file":"resources.js"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var Activity = exports.Activity = undefined;
|
|
7
|
+
|
|
8
|
+
(function (Activity) {
|
|
9
|
+
Activity[Activity["PRESTA_SERVICE"] = 1] = "PRESTA_SERVICE";
|
|
10
|
+
Activity[Activity["COMMERCANT"] = 2] = "COMMERCANT";
|
|
11
|
+
Activity[Activity["PROF_LIB"] = 3] = "PROF_LIB";
|
|
12
|
+
Activity[Activity["AUTRES"] = 4] = "AUTRES";
|
|
13
|
+
})(Activity || (exports.Activity = Activity = {}));
|
|
14
|
+
//# sourceMappingURL=Activity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/Activity.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,QAKX,WALW,QAKX,YALD;;AAAA,CAAA,UAAY,QAAZ,EAAoB;AAClB,EAAA,QAAA,CAAA,QAAA,CAAA,gBAAA,CAAA,GAAA,CAAA,CAAA,GAAA,gBAAA;AACA,EAAA,QAAA,CAAA,QAAA,CAAA,YAAA,CAAA,GAAA,CAAA,CAAA,GAAA,YAAA;AACA,EAAA,QAAA,CAAA,QAAA,CAAA,UAAA,CAAA,GAAA,CAAA,CAAA,GAAA,UAAA;AACA,EAAA,QAAA,CAAA,QAAA,CAAA,QAAA,CAAA,GAAA,CAAA,CAAA,GAAA,QAAA;AACD,CALD,EAAY,QAAQ,aAAR,QAAQ,GAAR,QAAQ,GAAA,EAAA,CAApB","sourcesContent":["export enum Activity {\n PRESTA_SERVICE = 1,\n COMMERCANT = 2,\n PROF_LIB = 3,\n AUTRES = 4,\n}"],"sourceRoot":"","file":"Activity.js"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
const CerfaType = exports.CerfaType = {
|
|
7
|
+
3310: 1,
|
|
8
|
+
3514: 2,
|
|
9
|
+
3517: 3,
|
|
10
|
+
2031: 4,
|
|
11
|
+
2033: 5,
|
|
12
|
+
2035: 6,
|
|
13
|
+
'2042_C_Pro': 7,
|
|
14
|
+
2044: 8,
|
|
15
|
+
2050: 9,
|
|
16
|
+
2065: 10,
|
|
17
|
+
2070: 11,
|
|
18
|
+
2072: 12
|
|
19
|
+
};
|
|
20
|
+
//# sourceMappingURL=CerfaType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/CerfaType.ts"],"names":[],"mappings":";;;;;AAAO,MAAM,SAAS,WAAT,SAAS,GAAG;AACvB,QAAM,CADiB;AAEvB,QAAM,CAFiB;AAGvB,QAAM,CAHiB;AAIvB,QAAM,CAJiB;AAKvB,QAAM,CALiB;AAMvB,QAAM,CANiB;AAOvB,gBAAc,CAPS;AAQvB,QAAM,CARiB;AASvB,QAAM,CATiB;AAUvB,QAAM,EAViB;AAWvB,QAAM,EAXiB;AAYvB,QAAM;AAZiB,CAAlB","sourcesContent":["export const CerfaType = {\n 3310: 1,\n 3514: 2,\n 3517: 3,\n 2031: 4,\n 2033: 5,\n 2035: 6,\n '2042_C_Pro': 7,\n 2044: 8,\n 2050: 9,\n 2065: 10,\n 2070: 11,\n 2072: 12,\n};"],"sourceRoot":"","file":"CerfaType.js"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var FiscalRegime = exports.FiscalRegime = undefined;
|
|
7
|
+
|
|
8
|
+
(function (FiscalRegime) {
|
|
9
|
+
FiscalRegime[FiscalRegime["RS"] = 1] = "RS";
|
|
10
|
+
FiscalRegime[FiscalRegime["RN"] = 2] = "RN";
|
|
11
|
+
FiscalRegime[FiscalRegime["NA"] = 3] = "NA";
|
|
12
|
+
})(FiscalRegime || (exports.FiscalRegime = FiscalRegime = {}));
|
|
13
|
+
//# sourceMappingURL=FiscalRegime.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/FiscalRegime.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,YAIX,WAJW,YAIX,YAJD;;AAAA,CAAA,UAAY,YAAZ,EAAwB;AACtB,EAAA,YAAA,CAAA,YAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACA,EAAA,YAAA,CAAA,YAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACA,EAAA,YAAA,CAAA,YAAA,CAAA,IAAA,CAAA,GAAA,CAAA,CAAA,GAAA,IAAA;AACD,CAJD,EAAY,YAAY,aAAZ,YAAY,GAAZ,YAAY,GAAA,EAAA,CAAxB","sourcesContent":["export enum FiscalRegime {\n RS = 1,\n RN = 2,\n NA = 3,\n}"],"sourceRoot":"","file":"FiscalRegime.js"}
|
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.GlobalRegime = undefined;
|
|
7
|
+
|
|
8
|
+
var _Activity = require("./Activity");
|
|
9
|
+
|
|
10
|
+
var _CerfaType = require("./CerfaType");
|
|
11
|
+
|
|
12
|
+
var _FiscalRegime = require("./FiscalRegime");
|
|
13
|
+
|
|
14
|
+
var _LegalForm = require("./LegalForm");
|
|
15
|
+
|
|
16
|
+
var _ProfitsType = require("./ProfitsType");
|
|
17
|
+
|
|
18
|
+
var _TaxSystem = require("./TaxSystem");
|
|
19
|
+
|
|
20
|
+
const GlobalRegime = exports.GlobalRegime = {
|
|
21
|
+
ENTREPRISE_INDIVIDUELLE: {
|
|
22
|
+
name: 'Entreprise Individuelle',
|
|
23
|
+
id: 1,
|
|
24
|
+
idLegalForms: [_LegalForm.LegalForm.EI.id],
|
|
25
|
+
choices: [{
|
|
26
|
+
name: 'Artisan - commerçant (BIC - IR - 2031)',
|
|
27
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
28
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
29
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
30
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
31
|
+
declaration: _CerfaType.CerfaType[2031]
|
|
32
|
+
}, {
|
|
33
|
+
name: 'Presta de services (BIC - IR - 2031)',
|
|
34
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
35
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
36
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
37
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
38
|
+
declaration: _CerfaType.CerfaType[2031]
|
|
39
|
+
}, {
|
|
40
|
+
name: 'Profession libérale (BNC - IR - 2035)',
|
|
41
|
+
idActivity: _Activity.Activity.PROF_LIB,
|
|
42
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
43
|
+
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
44
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
45
|
+
declaration: _CerfaType.CerfaType[2035]
|
|
46
|
+
}]
|
|
47
|
+
},
|
|
48
|
+
EIRL: {
|
|
49
|
+
name: 'EIRL',
|
|
50
|
+
id: 2,
|
|
51
|
+
idLegalForms: [_LegalForm.LegalForm.EIRL.id],
|
|
52
|
+
choices: [{
|
|
53
|
+
name: 'Artisan - commerçant (BIC - IR - 2031)',
|
|
54
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
55
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
56
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
57
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
58
|
+
declaration: _CerfaType.CerfaType[2031]
|
|
59
|
+
}, {
|
|
60
|
+
name: 'Profession libérale (BNC - IR - 2035)',
|
|
61
|
+
idActivity: _Activity.Activity.PROF_LIB,
|
|
62
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
63
|
+
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
64
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
65
|
+
declaration: _CerfaType.CerfaType[2035]
|
|
66
|
+
}, {
|
|
67
|
+
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
68
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
69
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
70
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
71
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
72
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
73
|
+
annexe: _CerfaType.CerfaType[2033]
|
|
74
|
+
}, {
|
|
75
|
+
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
76
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
77
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
78
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
79
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
80
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
81
|
+
annexe: _CerfaType.CerfaType[2050]
|
|
82
|
+
}, {
|
|
83
|
+
name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',
|
|
84
|
+
idActivity: _Activity.Activity.PROF_LIB,
|
|
85
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
86
|
+
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
87
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
88
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
89
|
+
annexe: _CerfaType.CerfaType[2033]
|
|
90
|
+
}, {
|
|
91
|
+
name: 'Profession libérale (BNC - IS - 2065 & 2050)',
|
|
92
|
+
idActivity: _Activity.Activity.PROF_LIB,
|
|
93
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
94
|
+
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
95
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
96
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
97
|
+
annexe: _CerfaType.CerfaType[2050]
|
|
98
|
+
}]
|
|
99
|
+
},
|
|
100
|
+
AUTO_MICRO_ENTREPRENEUR: {
|
|
101
|
+
name: 'Auto-entrepreneur / micro-entreprise',
|
|
102
|
+
id: 3,
|
|
103
|
+
idLegalForms: [_LegalForm.LegalForm.AUTO_ENTREPRENEUR.id],
|
|
104
|
+
choices: [{
|
|
105
|
+
name: 'Activité négoce (achat/revente de marchandises) et prestation d\'hébergement (Micro-BIC - 2042-C-Pro)',
|
|
106
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
107
|
+
idTaxSystem: _TaxSystem.TaxSystem.NA,
|
|
108
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
109
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
110
|
+
declaration: _CerfaType.CerfaType['2042_C_Pro']
|
|
111
|
+
}, {
|
|
112
|
+
name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',
|
|
113
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
114
|
+
idTaxSystem: _TaxSystem.TaxSystem.NA,
|
|
115
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
116
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
117
|
+
declaration: _CerfaType.CerfaType['2042_C_Pro']
|
|
118
|
+
}, {
|
|
119
|
+
name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',
|
|
120
|
+
idActivity: _Activity.Activity.PROF_LIB,
|
|
121
|
+
idTaxSystem: _TaxSystem.TaxSystem.NA,
|
|
122
|
+
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
123
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
124
|
+
declaration: _CerfaType.CerfaType['2042_C_Pro']
|
|
125
|
+
}]
|
|
126
|
+
},
|
|
127
|
+
ASSOCIATION: {
|
|
128
|
+
name: 'Association',
|
|
129
|
+
id: 4,
|
|
130
|
+
idLegalForms: [_LegalForm.LegalForm.ASSOCIATION.id],
|
|
131
|
+
choices: [{
|
|
132
|
+
name: 'Non fiscalisée si revenus de capitaux (2070)',
|
|
133
|
+
idActivity: _Activity.Activity.AUTRES,
|
|
134
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
135
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
136
|
+
declaration: _CerfaType.CerfaType[2070]
|
|
137
|
+
}, {
|
|
138
|
+
name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
139
|
+
idActivity: _Activity.Activity.AUTRES,
|
|
140
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
141
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
142
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
143
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
144
|
+
annexe: _CerfaType.CerfaType[2033]
|
|
145
|
+
}, {
|
|
146
|
+
name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',
|
|
147
|
+
idActivity: _Activity.Activity.AUTRES,
|
|
148
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
149
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
150
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
151
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
152
|
+
annexe: _CerfaType.CerfaType[2050]
|
|
153
|
+
}]
|
|
154
|
+
},
|
|
155
|
+
EURL_SARL: {
|
|
156
|
+
name: 'EURL / SARL',
|
|
157
|
+
id: 5,
|
|
158
|
+
idLegalForms: [_LegalForm.LegalForm.EURL.id, _LegalForm.LegalForm.SARL.id],
|
|
159
|
+
choices: [{
|
|
160
|
+
name: 'Artisan - commerçant (BIC - IR - 2031)',
|
|
161
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
162
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
163
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
164
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
165
|
+
declaration: _CerfaType.CerfaType[2031]
|
|
166
|
+
}, {
|
|
167
|
+
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',
|
|
168
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
169
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
170
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
171
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
172
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
173
|
+
annexe: _CerfaType.CerfaType[2033]
|
|
174
|
+
}, {
|
|
175
|
+
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
176
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
177
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
178
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
179
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
180
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
181
|
+
annexe: _CerfaType.CerfaType[2050]
|
|
182
|
+
}, {
|
|
183
|
+
name: 'Presta de services (BIC - IR - 2031)',
|
|
184
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
185
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
186
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
187
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
188
|
+
declaration: _CerfaType.CerfaType[2031]
|
|
189
|
+
}, {
|
|
190
|
+
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
191
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
192
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
193
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
194
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
195
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
196
|
+
annexe: _CerfaType.CerfaType[2033]
|
|
197
|
+
}, {
|
|
198
|
+
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
199
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
200
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
201
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
202
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
203
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
204
|
+
annexe: _CerfaType.CerfaType[2050]
|
|
205
|
+
}]
|
|
206
|
+
},
|
|
207
|
+
SAS_SASU: {
|
|
208
|
+
name: 'SAS / SASU',
|
|
209
|
+
id: 6,
|
|
210
|
+
idLegalForms: [_LegalForm.LegalForm.SAS.id, _LegalForm.LegalForm.SASU.id],
|
|
211
|
+
choices: [{
|
|
212
|
+
name: 'Artisan - commerçant (BIC - IR - 2031)',
|
|
213
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
214
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
215
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
216
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
217
|
+
declaration: _CerfaType.CerfaType[2031]
|
|
218
|
+
}, {
|
|
219
|
+
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
220
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
221
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
222
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
223
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
224
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
225
|
+
annexe: _CerfaType.CerfaType[2033]
|
|
226
|
+
}, {
|
|
227
|
+
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
228
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
229
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
230
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
231
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
232
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
233
|
+
annexe: _CerfaType.CerfaType[2050]
|
|
234
|
+
}, {
|
|
235
|
+
name: 'Presta de services (BIC - IR - 2031)',
|
|
236
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
237
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
238
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
239
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
240
|
+
declaration: _CerfaType.CerfaType[2031]
|
|
241
|
+
}, {
|
|
242
|
+
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
243
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
244
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
245
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
246
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
247
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
248
|
+
annexe: _CerfaType.CerfaType[2033]
|
|
249
|
+
}, {
|
|
250
|
+
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
251
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
252
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
253
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
254
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
255
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
256
|
+
annexe: _CerfaType.CerfaType[2050]
|
|
257
|
+
}]
|
|
258
|
+
},
|
|
259
|
+
SA: {
|
|
260
|
+
name: 'SA',
|
|
261
|
+
id: 7,
|
|
262
|
+
idLegalForms: [_LegalForm.LegalForm.SA.id],
|
|
263
|
+
choices: [{
|
|
264
|
+
name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
265
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
266
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
267
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
268
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
269
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
270
|
+
annexe: _CerfaType.CerfaType[2033]
|
|
271
|
+
}, {
|
|
272
|
+
name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',
|
|
273
|
+
idActivity: _Activity.Activity.COMMERCANT,
|
|
274
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
275
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
276
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
277
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
278
|
+
annexe: _CerfaType.CerfaType[2050]
|
|
279
|
+
}, {
|
|
280
|
+
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
281
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
282
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
283
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
284
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
285
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
286
|
+
annexe: _CerfaType.CerfaType[2033]
|
|
287
|
+
}, {
|
|
288
|
+
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
289
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
290
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
291
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
292
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
293
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
294
|
+
annexe: _CerfaType.CerfaType[2050]
|
|
295
|
+
}]
|
|
296
|
+
},
|
|
297
|
+
SCI: {
|
|
298
|
+
name: 'SCI',
|
|
299
|
+
id: 8,
|
|
300
|
+
idLegalForms: [_LegalForm.LegalForm.SCI.id],
|
|
301
|
+
choices: [{
|
|
302
|
+
name: 'Presta de services (BNC - IR - 2044)',
|
|
303
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
304
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
305
|
+
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
306
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
307
|
+
declaration: _CerfaType.CerfaType[2044]
|
|
308
|
+
}, {
|
|
309
|
+
name: 'Presta de services (BNC - IS - 2072)',
|
|
310
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
311
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
312
|
+
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
313
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
314
|
+
declaration: _CerfaType.CerfaType[2072]
|
|
315
|
+
}]
|
|
316
|
+
},
|
|
317
|
+
SCP: {
|
|
318
|
+
name: 'SCP',
|
|
319
|
+
id: 9,
|
|
320
|
+
idLegalForms: [_LegalForm.LegalForm.SCP.id],
|
|
321
|
+
choices: [{
|
|
322
|
+
name: 'Presta de services (BNC - IR - 2035)',
|
|
323
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
324
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
325
|
+
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
326
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
327
|
+
declaration: _CerfaType.CerfaType[2035]
|
|
328
|
+
}, {
|
|
329
|
+
name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
330
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
331
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
332
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
333
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
334
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
335
|
+
annexe: _CerfaType.CerfaType[2033]
|
|
336
|
+
}, {
|
|
337
|
+
name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',
|
|
338
|
+
idActivity: _Activity.Activity.PRESTA_SERVICE,
|
|
339
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
340
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
341
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
342
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
343
|
+
annexe: _CerfaType.CerfaType[2050]
|
|
344
|
+
}]
|
|
345
|
+
},
|
|
346
|
+
SELARL: {
|
|
347
|
+
name: 'SELARL',
|
|
348
|
+
id: 10,
|
|
349
|
+
idLegalForms: [_LegalForm.LegalForm.SELARL.id],
|
|
350
|
+
choices: [{
|
|
351
|
+
name: 'Profession libérale (BNC - IR - 2035)',
|
|
352
|
+
idActivity: _Activity.Activity.PROF_LIB,
|
|
353
|
+
idTaxSystem: _TaxSystem.TaxSystem.IR,
|
|
354
|
+
profitsType: _ProfitsType.ProfitsType.BNC,
|
|
355
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.NA,
|
|
356
|
+
declaration: _CerfaType.CerfaType[2035]
|
|
357
|
+
}, {
|
|
358
|
+
name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',
|
|
359
|
+
idActivity: _Activity.Activity.PROF_LIB,
|
|
360
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
361
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
362
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RS,
|
|
363
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
364
|
+
annexe: _CerfaType.CerfaType[2033]
|
|
365
|
+
}, {
|
|
366
|
+
name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',
|
|
367
|
+
idActivity: _Activity.Activity.PROF_LIB,
|
|
368
|
+
idTaxSystem: _TaxSystem.TaxSystem.IS,
|
|
369
|
+
profitsType: _ProfitsType.ProfitsType.BIC,
|
|
370
|
+
idFiscalRegime: _FiscalRegime.FiscalRegime.RN,
|
|
371
|
+
declaration: _CerfaType.CerfaType[2065],
|
|
372
|
+
annexe: _CerfaType.CerfaType[2050]
|
|
373
|
+
}]
|
|
374
|
+
}
|
|
375
|
+
};
|
|
376
|
+
//# sourceMappingURL=GlobalRegime.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../ts/types/Enum/GlobalRegime.ts"],"names":[],"mappings":"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","sourcesContent":["import { Activity } from './Activity';\nimport { CerfaType } from './CerfaType';\nimport { FiscalRegime } from './FiscalRegime';\nimport { LegalForm } from './LegalForm';\nimport { ProfitsType } from './ProfitsType';\nimport { TaxSystem } from './TaxSystem';\n\n/** this enum is about all the choices by legalForm for a society a declaration. All choices return multiple informations:\n * idActivity: the activity of the society (1: Prestataire de services, 2: Commerçant, 3: Profession libérale, 4: Autres)\n * idTaxSystem: the taxSystem of the society (1: IS, 2:IR, 3: N/A)\n * profitsType: the type of profits of the society (1: BIC, 2:BNC)\n * realFiscalRegime: The FiscalRegime of the society (1: RS, 2: RN, 3:NA)\n */\n\nexport type GlobalRegimeTypeChoicesContent = {\n name: string;\n idActivity: Activity,\n idTaxSystem: TaxSystem;\n profitsType?: ProfitsType;\n idFiscalRegime: FiscalRegime;\n declaration: number;\n annexe?: number\n};\n\nexport type GlobalRegimeTypeContent = {\n name: string;\n id: number;\n idLegalForms: number[];\n choices: GlobalRegimeTypeChoicesContent[]\n};\n\nexport type GlobalRegimeType = {\n [key: string]: GlobalRegimeTypeContent\n};\n\nexport const GlobalRegime: GlobalRegimeType = {\n ENTREPRISE_INDIVIDUELLE: {\n name: 'Entreprise Individuelle',\n id: 1,\n idLegalForms: [LegalForm.EI.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n ],\n },\n EIRL: {\n name: 'EIRL',\n id: 2,\n idLegalForms: [LegalForm.EIRL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Profession libérale (BNC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Profession libérale (BNC - IS - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n AUTO_MICRO_ENTREPRENEUR: {\n name: 'Auto-entrepreneur / micro-entreprise',\n id: 3,\n idLegalForms: [LegalForm.AUTO_ENTREPRENEUR.id],\n choices: [\n {\n name: 'Activité négoce (achat/revente de marchandises) et prestation d\\'hébergement (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n {\n name: 'Presta de services commerciales ou artisanales (Micro-BIC - 2042-C-Pro)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n {\n name: 'Profession libérale (Micro-BNC - 2042-C-Pro)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.NA,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType['2042_C_Pro'],\n },\n ],\n },\n ASSOCIATION: {\n name: 'Association',\n id: 4,\n idLegalForms: [LegalForm.ASSOCIATION.id],\n choices: [\n {\n name: 'Non fiscalisée si revenus de capitaux (2070)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2070],\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Fiscalisée (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.AUTRES,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n EURL_SARL: {\n name: 'EURL / SARL',\n id: 5,\n idLegalForms: [LegalForm.EURL.id, LegalForm.SARL.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 && 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SAS_SASU: {\n name: 'SAS / SASU',\n id: 6,\n idLegalForms: [LegalForm.SAS.id, LegalForm.SASU.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IR - 2031)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services (BIC - IR - 2031)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2031],\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SA: {\n name: 'SA',\n id: 7,\n idLegalForms: [LegalForm.SA.id],\n choices: [\n {\n name: 'Artisan - commerçant (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Artisan - commerçant (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.COMMERCANT,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SCI: {\n name: 'SCI',\n id: 8,\n idLegalForms: [LegalForm.SCI.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2044)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2044],\n },\n {\n name: 'Presta de services (BNC - IS - 2072)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2072],\n },\n ],\n },\n SCP: {\n name: 'SCP',\n id: 9,\n idLegalForms: [LegalForm.SCP.id],\n choices: [\n {\n name: 'Presta de services (BNC - IR - 2035)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'Presta de services (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Presta de services (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PRESTA_SERVICE,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n SELARL: {\n name: 'SELARL',\n id: 10,\n idLegalForms: [LegalForm.SELARL.id],\n choices: [\n {\n name: 'Profession libérale (BNC - IR - 2035)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IR,\n profitsType: ProfitsType.BNC,\n idFiscalRegime: FiscalRegime.NA,\n declaration: CerfaType[2035],\n },\n {\n name: 'Profession libérale (BIC - IS - Réel simplifié - 2065 & 2033)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RS,\n declaration: CerfaType[2065],\n annexe: CerfaType[2033],\n },\n {\n name: 'Profession libérale (BIC - IS - Réel normal - 2065 & 2050)',\n idActivity: Activity.PROF_LIB,\n idTaxSystem: TaxSystem.IS,\n profitsType: ProfitsType.BIC,\n idFiscalRegime: FiscalRegime.RN,\n declaration: CerfaType[2065],\n annexe: CerfaType[2050],\n },\n ],\n },\n};"],"sourceRoot":"","file":"GlobalRegime.js"}
|