@silexpert/core 0.4.108 → 0.4.110
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/CHANGELOG.md +68 -0
- package/es/api/resources/AccountingFiles.d.ts +6 -0
- package/es/api/resources/AccountingFiles.d.ts.map +1 -0
- package/es/api/resources/AccountingFiles.js +14 -0
- package/es/api/resources/AccountingFiles.js.map +1 -0
- package/es/api/resources/InternalInvoicing.d.ts +6 -0
- package/es/api/resources/InternalInvoicing.d.ts.map +1 -0
- package/es/api/resources/InternalInvoicing.js +7 -0
- package/es/api/resources/InternalInvoicing.js.map +1 -0
- package/es/api/resources/Journal.d.ts +7 -0
- package/es/api/resources/Journal.d.ts.map +1 -0
- package/es/api/resources/Journal.js +10 -0
- package/es/api/resources/Journal.js.map +1 -0
- package/es/api/resources/MealExpense.d.ts +33 -0
- package/es/api/resources/MealExpense.d.ts.map +1 -0
- package/es/api/resources/MealExpense.js +37 -0
- package/es/api/resources/MealExpense.js.map +1 -0
- package/es/api/resources/Product.d.ts +3 -0
- package/es/api/resources/Product.d.ts.map +1 -1
- package/es/api/resources/Product.js +10 -0
- package/es/api/resources/Product.js.map +1 -1
- package/es/api/resources/Registration.d.ts +6 -0
- package/es/api/resources/Registration.d.ts.map +1 -0
- package/es/api/resources/Registration.js +7 -0
- package/es/api/resources/Registration.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/AccountingFileType.d.ts +2 -1
- package/es/types/Enum/AccountingFileType.d.ts.map +1 -1
- package/es/types/Enum/AccountingFileType.js +1 -0
- package/es/types/Enum/AccountingFileType.js.map +1 -1
- package/es/types/Enum/CerfaType.d.ts +14 -14
- package/es/types/Enum/CerfaType.d.ts.map +1 -1
- package/es/types/Enum/CerfaType.js +15 -14
- package/es/types/Enum/CerfaType.js.map +1 -1
- package/es/types/Enum/Ged.d.ts +1 -0
- package/es/types/Enum/Ged.d.ts.map +1 -1
- package/es/types/Enum/Ged.js +1 -1
- package/es/types/Enum/Ged.js.map +1 -1
- package/es/types/Enum/GlobalRegime.js +61 -61
- package/es/types/Enum/GlobalRegime.js.map +1 -1
- package/es/types/Enum/MealExpenseTresholds.d.ts +8 -0
- package/es/types/Enum/MealExpenseTresholds.d.ts.map +1 -0
- package/es/types/Enum/MealExpenseTresholds.js +11 -0
- package/es/types/Enum/MealExpenseTresholds.js.map +1 -0
- package/es/types/Enum/MimeType.d.ts +24 -0
- package/es/types/Enum/MimeType.d.ts.map +1 -0
- package/es/types/Enum/MimeType.js +24 -0
- package/es/types/Enum/MimeType.js.map +1 -0
- package/es/types/Enum/PaymentMethod.d.ts +63 -0
- package/es/types/Enum/PaymentMethod.d.ts.map +1 -0
- package/es/types/Enum/PaymentMethod.js +63 -0
- package/es/types/Enum/PaymentMethod.js.map +1 -0
- package/es/types/Enum/ProductType.d.ts +6 -4
- package/es/types/Enum/ProductType.d.ts.map +1 -1
- package/es/types/Enum/ProductType.js +14 -6
- package/es/types/Enum/ProductType.js.map +1 -1
- package/es/types/Enum/Vat.d.ts +9 -0
- package/es/types/Enum/Vat.d.ts.map +1 -1
- package/es/types/Enum/Vat.js +9 -0
- package/es/types/Enum/Vat.js.map +1 -1
- package/es/types/Interface/api/accountingFiles/Ocr.d.ts +14 -0
- package/es/types/Interface/api/accountingFiles/Ocr.d.ts.map +1 -0
- package/es/types/Interface/api/accountingFiles/Ocr.js +2 -0
- package/es/types/Interface/api/accountingFiles/Ocr.js.map +1 -0
- package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts +15 -0
- package/es/types/Interface/api/accountingFiles/OcrPayload.d.ts.map +1 -0
- package/es/types/Interface/api/accountingFiles/OcrPayload.js +2 -0
- package/es/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -0
- package/es/types/Interface/api/accountingFiles/OcrValue.d.ts +14 -0
- package/es/types/Interface/api/accountingFiles/OcrValue.d.ts.map +1 -0
- package/es/types/Interface/api/accountingFiles/OcrValue.js +2 -0
- package/es/types/Interface/api/accountingFiles/OcrValue.js.map +1 -0
- package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +7 -0
- package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -0
- package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js +32 -0
- package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -0
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.d.ts +7 -0
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.d.ts.map +1 -0
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js +3 -0
- package/es/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +7 -0
- package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +1 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +7 -0
- package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/api/exercice/CreateExercice.d.ts +16 -0
- package/es/types/Interface/api/exercice/CreateExercice.d.ts.map +1 -0
- package/es/types/Interface/api/exercice/CreateExercice.js +101 -0
- package/es/types/Interface/api/exercice/CreateExercice.js.map +1 -0
- package/es/types/Interface/api/exercice/QueryExercice.d.ts +7 -0
- package/es/types/Interface/api/exercice/QueryExercice.d.ts.map +1 -0
- package/es/types/Interface/api/exercice/QueryExercice.js +39 -0
- package/es/types/Interface/api/exercice/QueryExercice.js.map +1 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts +5 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.d.ts.map +1 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +21 -0
- package/es/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
- package/es/types/Interface/api/journal/Journals.d.ts +44 -0
- package/es/types/Interface/api/journal/Journals.d.ts.map +1 -0
- package/es/types/Interface/api/journal/Journals.js +13 -0
- package/es/types/Interface/api/journal/Journals.js.map +1 -0
- package/es/types/Interface/api/journal/QueryJournal.d.ts +6 -0
- package/es/types/Interface/api/journal/QueryJournal.d.ts.map +1 -0
- package/es/types/Interface/api/journal/QueryJournal.js +28 -0
- package/es/types/Interface/api/journal/QueryJournal.js.map +1 -0
- package/es/types/Interface/api/mealExpense/CreateMealExpense.d.ts +4 -0
- package/es/types/Interface/api/mealExpense/CreateMealExpense.d.ts.map +1 -0
- package/es/types/Interface/api/mealExpense/CreateMealExpense.js +25 -0
- package/es/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -0
- package/es/types/Interface/api/mealExpense/ReadMealExpense.d.ts +8 -0
- package/es/types/Interface/api/mealExpense/ReadMealExpense.d.ts.map +1 -0
- package/es/types/Interface/api/mealExpense/ReadMealExpense.js +3 -0
- package/es/types/Interface/api/mealExpense/ReadMealExpense.js.map +1 -0
- package/es/types/Interface/api/product/CreateProduct.d.ts.map +1 -1
- package/es/types/Interface/api/product/CreateProduct.js +3 -2
- package/es/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/es/types/Interface/api/product/QueryProduct.d.ts.map +1 -1
- package/es/types/Interface/api/product/QueryProduct.js +4 -2
- package/es/types/Interface/api/product/QueryProduct.js.map +1 -1
- package/es/types/Interface/api/registration/CreateRegistration.d.ts +6 -0
- package/es/types/Interface/api/registration/CreateRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/CreateRegistration.js +25 -0
- package/es/types/Interface/api/registration/CreateRegistration.js.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts +3 -0
- package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -0
- package/es/types/Interface/api/registration/ReadRegistration.js +2 -0
- package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +2 -1
- 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 +1 -0
- package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
- package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
- package/es/types/Interface/models/IExercice.d.ts +8 -8
- package/es/types/Interface/models/IExercice.d.ts.map +1 -1
- package/es/types/Interface/models/IExercice.js.map +1 -1
- package/es/types/Interface/models/IGedFile.d.ts +10 -10
- package/es/types/Interface/models/IGedFile.d.ts.map +1 -1
- package/es/types/Interface/models/IGedFile.js.map +1 -1
- package/es/types/Interface/models/IPayment.d.ts +19 -15
- package/es/types/Interface/models/IPayment.d.ts.map +1 -1
- package/es/types/Interface/models/IPayment.js.map +1 -1
- package/es/types/Interface/models/IRegistration.d.ts +21 -0
- package/es/types/Interface/models/IRegistration.d.ts.map +1 -0
- package/es/types/Interface/models/IRegistration.js +2 -0
- package/es/types/Interface/models/IRegistration.js.map +1 -0
- package/es/types/Interface/models/ISociety.d.ts +1 -0
- package/es/types/Interface/models/ISociety.d.ts.map +1 -1
- package/es/types/Interface/models/ISociety.js.map +1 -1
- package/es/types/index.d.ts +17 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +17 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/validators/formattedDateString.validator.d.ts +3 -0
- package/es/utils/validators/formattedDateString.validator.d.ts.map +1 -0
- package/es/utils/validators/formattedDateString.validator.js +19 -0
- package/es/utils/validators/formattedDateString.validator.js.map +1 -0
- package/js/api/resources/AccountingFiles.js +29 -0
- package/js/api/resources/AccountingFiles.js.map +1 -0
- package/js/api/resources/InternalInvoicing.js +18 -0
- package/js/api/resources/InternalInvoicing.js.map +1 -0
- package/js/api/resources/Journal.js +21 -0
- package/js/api/resources/Journal.js.map +1 -0
- package/js/api/resources/MealExpense.js +52 -0
- package/js/api/resources/MealExpense.js.map +1 -0
- package/js/api/resources/Product.js +12 -0
- package/js/api/resources/Product.js.map +1 -1
- package/js/api/resources/Registration.js +18 -0
- package/js/api/resources/Registration.js.map +1 -0
- package/js/api/resources.js +13 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/AccountingFileType.js +1 -0
- package/js/types/Enum/AccountingFileType.js.map +1 -1
- package/js/types/Enum/CerfaType.js +16 -14
- package/js/types/Enum/CerfaType.js.map +1 -1
- package/js/types/Enum/Ged.js +2 -2
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/GlobalRegime.js +61 -61
- package/js/types/Enum/GlobalRegime.js.map +1 -1
- package/js/types/Enum/MealExpenseTresholds.js +16 -0
- package/js/types/Enum/MealExpenseTresholds.js.map +1 -0
- package/js/types/Enum/MimeType.js +29 -0
- package/js/types/Enum/MimeType.js.map +1 -0
- package/js/types/Enum/PaymentMethod.js +68 -0
- package/js/types/Enum/PaymentMethod.js.map +1 -0
- package/js/types/Enum/ProductType.js +14 -7
- package/js/types/Enum/ProductType.js.map +1 -1
- package/js/types/Enum/Vat.js +18 -9
- package/js/types/Enum/Vat.js.map +1 -1
- package/js/types/Interface/api/accountingFiles/Ocr.js +6 -0
- package/js/types/Interface/api/accountingFiles/Ocr.js.map +1 -0
- package/js/types/Interface/api/accountingFiles/OcrPayload.js +6 -0
- package/js/types/Interface/api/accountingFiles/OcrPayload.js.map +1 -0
- package/js/types/Interface/api/accountingFiles/OcrValue.js +6 -0
- package/js/types/Interface/api/accountingFiles/OcrValue.js.map +1 -0
- package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js +35 -0
- package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -0
- package/js/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js +10 -0
- package/js/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.js.map +1 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +2 -0
- package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +2 -0
- package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
- package/js/types/Interface/api/exercice/CreateExercice.js +55 -0
- package/js/types/Interface/api/exercice/CreateExercice.js.map +1 -0
- package/js/types/Interface/api/exercice/QueryExercice.js +37 -0
- package/js/types/Interface/api/exercice/QueryExercice.js.map +1 -0
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js +29 -0
- package/js/types/Interface/api/internalInvoicing/CreateInternalInvoicing.js.map +1 -0
- package/js/types/Interface/api/journal/Journals.js +30 -0
- package/js/types/Interface/api/journal/Journals.js.map +1 -0
- package/js/types/Interface/api/journal/QueryJournal.js +33 -0
- package/js/types/Interface/api/journal/QueryJournal.js.map +1 -0
- package/js/types/Interface/api/mealExpense/CreateMealExpense.js +33 -0
- package/js/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -0
- package/js/types/Interface/api/mealExpense/ReadMealExpense.js +10 -0
- package/js/types/Interface/api/mealExpense/ReadMealExpense.js.map +1 -0
- package/js/types/Interface/api/product/CreateProduct.js +1 -1
- package/js/types/Interface/api/product/CreateProduct.js.map +1 -1
- package/js/types/Interface/api/product/QueryProduct.js +3 -1
- package/js/types/Interface/api/product/QueryProduct.js.map +1 -1
- package/js/types/Interface/api/registration/CreateRegistration.js +35 -0
- package/js/types/Interface/api/registration/CreateRegistration.js.map +1 -0
- package/js/types/Interface/api/registration/ReadRegistration.js +6 -0
- package/js/types/Interface/api/registration/ReadRegistration.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/IRegistration.js +6 -0
- package/js/types/Interface/models/IRegistration.js.map +1 -0
- package/js/types/index.js +204 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/validators/formattedDateString.validator.js +29 -0
- package/js/utils/validators/formattedDateString.validator.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/AccountingFiles.ts +18 -0
- package/ts/api/resources/InternalInvoicing.ts +10 -0
- package/ts/api/resources/Journal.ts +11 -0
- package/ts/api/resources/MealExpense.ts +41 -0
- package/ts/api/resources/Product.ts +12 -0
- package/ts/api/resources/Registration.ts +8 -0
- package/ts/api/resources.ts +8 -0
- package/ts/types/Enum/AccountingFileType.ts +1 -0
- package/ts/types/Enum/CerfaType.ts +14 -14
- package/ts/types/Enum/Ged.ts +1 -1
- package/ts/types/Enum/GlobalRegime.ts +61 -61
- package/ts/types/Enum/MealExpenseTresholds.ts +17 -0
- package/ts/types/Enum/MimeType.ts +23 -0
- package/ts/types/Enum/PaymentMethod.ts +62 -0
- package/ts/types/Enum/ProductType.ts +21 -5
- package/ts/types/Enum/Vat.ts +9 -0
- package/ts/types/Interface/api/accountingFiles/Ocr.ts +13 -0
- package/ts/types/Interface/api/accountingFiles/OcrPayload.ts +15 -0
- package/ts/types/Interface/api/accountingFiles/OcrValue.ts +13 -0
- package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +18 -0
- package/ts/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.ts +6 -0
- package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +6 -0
- package/ts/types/Interface/api/exercice/CreateExercice.ts +80 -0
- package/ts/types/Interface/api/exercice/QueryExercice.ts +25 -0
- package/ts/types/Interface/api/internalInvoicing/CreateInternalInvoicing.ts +9 -0
- package/ts/types/Interface/api/journal/Journals.ts +48 -0
- package/ts/types/Interface/api/journal/QueryJournal.ts +15 -0
- package/ts/types/Interface/api/mealExpense/CreateMealExpense.ts +16 -0
- package/ts/types/Interface/api/mealExpense/ReadMealExpense.ts +8 -0
- package/ts/types/Interface/api/product/CreateProduct.ts +2 -2
- package/ts/types/Interface/api/product/QueryProduct.ts +6 -2
- package/ts/types/Interface/api/registration/CreateRegistration.ts +13 -0
- package/ts/types/Interface/api/registration/ReadRegistration.ts +3 -0
- package/ts/types/Interface/models/IApiError.ts +2 -0
- package/ts/types/Interface/models/IBalanceSheetModule.ts +1 -0
- package/ts/types/Interface/models/IExercice.ts +8 -8
- package/ts/types/Interface/models/IGedFile.ts +10 -10
- package/ts/types/Interface/models/IPayment.ts +19 -15
- package/ts/types/Interface/models/IRegistration.ts +23 -0
- package/ts/types/Interface/models/ISociety.ts +1 -0
- package/ts/types/index.ts +18 -1
- package/ts/utils/validators/formattedDateString.validator.ts +24 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaymentMethod.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/PaymentMethod.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DzB,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
export const PaymentMethod = {
|
|
2
|
+
DIRECT_DEBIT: {
|
|
3
|
+
id: 1,
|
|
4
|
+
name: 'Prélèvement',
|
|
5
|
+
isSpecial: 0,
|
|
6
|
+
isOverdue: 0,
|
|
7
|
+
},
|
|
8
|
+
BANK_TRANSFER: {
|
|
9
|
+
id: 2,
|
|
10
|
+
name: 'Virement',
|
|
11
|
+
isSpecial: 0,
|
|
12
|
+
isOverdue: 0,
|
|
13
|
+
},
|
|
14
|
+
BANK_CARD: {
|
|
15
|
+
id: 3,
|
|
16
|
+
name: 'CB',
|
|
17
|
+
isSpecial: 0,
|
|
18
|
+
isOverdue: 0,
|
|
19
|
+
},
|
|
20
|
+
BANK_CHECK: {
|
|
21
|
+
id: 4,
|
|
22
|
+
name: 'Chèque',
|
|
23
|
+
isSpecial: 0,
|
|
24
|
+
isOverdue: 0,
|
|
25
|
+
},
|
|
26
|
+
DIRECT_DEBIT_REJECTION_1: {
|
|
27
|
+
id: 5,
|
|
28
|
+
name: 'Rejet de prélèvement 1',
|
|
29
|
+
isSpecial: 1,
|
|
30
|
+
isOverdue: 1,
|
|
31
|
+
},
|
|
32
|
+
DIRECT_DEBIT_REJECTION_2: {
|
|
33
|
+
id: 6,
|
|
34
|
+
name: 'Rejet de prélèvement 2',
|
|
35
|
+
isSpecial: 1,
|
|
36
|
+
isOverdue: 1,
|
|
37
|
+
},
|
|
38
|
+
VARIOUS_UNPAID: {
|
|
39
|
+
id: 7,
|
|
40
|
+
name: 'Impayés divers',
|
|
41
|
+
isSpecial: 1,
|
|
42
|
+
isOverdue: 1,
|
|
43
|
+
},
|
|
44
|
+
STRIPE_ECB: {
|
|
45
|
+
id: 8,
|
|
46
|
+
name: 'Stripe (ECB)',
|
|
47
|
+
isSpecial: 0,
|
|
48
|
+
isOverdue: 0,
|
|
49
|
+
},
|
|
50
|
+
STRIPE_WI: {
|
|
51
|
+
id: 9,
|
|
52
|
+
name: 'Stripe (WI)',
|
|
53
|
+
isSpecial: 0,
|
|
54
|
+
isOverdue: 0,
|
|
55
|
+
},
|
|
56
|
+
CASH: {
|
|
57
|
+
id: 10,
|
|
58
|
+
name: 'Espèces',
|
|
59
|
+
isSpecial: 0,
|
|
60
|
+
isOverdue: 0,
|
|
61
|
+
},
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=PaymentMethod.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaymentMethod.js","sourceRoot":"","sources":["../../../ts/types/Enum/PaymentMethod.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,YAAY,EAAE;QACZ,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,aAAa;QACnB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,aAAa,EAAE;QACb,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,SAAS,EAAE;QACT,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,IAAI;QACV,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,UAAU,EAAE;QACV,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,wBAAwB,EAAE;QACxB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,wBAAwB;QAC9B,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,wBAAwB,EAAE;QACxB,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,wBAAwB;QAC9B,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,cAAc,EAAE;QACd,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,gBAAgB;QACtB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,UAAU,EAAE;QACV,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,cAAc;QACpB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,SAAS,EAAE;QACT,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,aAAa;QACnB,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,EAAE;QACN,IAAI,EAAE,SAAS;QACf,SAAS,EAAE,CAAC;QACZ,SAAS,EAAE,CAAC;KACb;CACF,CAAC","sourcesContent":["export const PaymentMethod = {\n DIRECT_DEBIT: {\n id: 1,\n name: 'Prélèvement',\n isSpecial: 0,\n isOverdue: 0,\n },\n BANK_TRANSFER: {\n id: 2,\n name: 'Virement',\n isSpecial: 0,\n isOverdue: 0,\n },\n BANK_CARD: {\n id: 3,\n name: 'CB',\n isSpecial: 0,\n isOverdue: 0,\n },\n BANK_CHECK: {\n id: 4,\n name: 'Chèque',\n isSpecial: 0,\n isOverdue: 0,\n },\n DIRECT_DEBIT_REJECTION_1: {\n id: 5,\n name: 'Rejet de prélèvement 1',\n isSpecial: 1,\n isOverdue: 1,\n },\n DIRECT_DEBIT_REJECTION_2: {\n id: 6,\n name: 'Rejet de prélèvement 2',\n isSpecial: 1,\n isOverdue: 1,\n },\n VARIOUS_UNPAID: {\n id: 7,\n name: 'Impayés divers',\n isSpecial: 1,\n isOverdue: 1,\n },\n STRIPE_ECB: {\n id: 8,\n name: 'Stripe (ECB)',\n isSpecial: 0,\n isOverdue: 0,\n },\n STRIPE_WI: {\n id: 9,\n name: 'Stripe (WI)',\n isSpecial: 0,\n isOverdue: 0,\n },\n CASH: {\n id: 10,\n name: 'Espèces',\n isSpecial: 0,\n isOverdue: 0,\n },\n};"]}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
export interface IProductType {
|
|
2
|
+
[key: string]: {
|
|
3
|
+
id: number;
|
|
4
|
+
name: string;
|
|
5
|
+
};
|
|
5
6
|
}
|
|
7
|
+
export declare const ProductType: IProductType;
|
|
6
8
|
//# sourceMappingURL=ProductType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"ProductType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC3B,CAAC,GAAG,EAAE,MAAM,GAAG;QACb,EAAE,EAAE,MAAM,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;KACd,CAAA;CACF;AAED,eAAO,MAAM,WAAW,EAAE,YAazB,CAAC"}
|
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
export const ProductType = {
|
|
2
|
+
PRODUCT: {
|
|
3
|
+
id: 1,
|
|
4
|
+
name: 'Produit',
|
|
5
|
+
},
|
|
6
|
+
SERVICE: {
|
|
7
|
+
id: 2,
|
|
8
|
+
name: 'Service',
|
|
9
|
+
},
|
|
10
|
+
GOODS: {
|
|
11
|
+
id: 3,
|
|
12
|
+
name: 'Marchandise',
|
|
13
|
+
},
|
|
14
|
+
};
|
|
7
15
|
//# sourceMappingURL=ProductType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProductType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ProductType.js","sourceRoot":"","sources":["../../../ts/types/Enum/ProductType.ts"],"names":[],"mappings":"AAOA,MAAM,CAAC,MAAM,WAAW,GAAiB;IACvC,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,SAAS;KAChB;IACD,OAAO,EAAE;QACP,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,SAAS;KAChB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,IAAI,EAAE,aAAa;KACpB;CACF,CAAC","sourcesContent":["export interface IProductType {\n [key: string]: {\n id: number,\n name: string,\n }\n}\n\nexport const ProductType: IProductType = {\n PRODUCT: {\n id: 1,\n name: 'Produit',\n },\n SERVICE: {\n id: 2,\n name: 'Service',\n },\n GOODS: {\n id: 3,\n name: 'Marchandise',\n },\n};\n"]}
|
package/es/types/Enum/Vat.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export declare const Vat: {
|
|
|
8
8
|
collected: number;
|
|
9
9
|
deductible: number;
|
|
10
10
|
immobilization: number;
|
|
11
|
+
roundPercentage: number[];
|
|
11
12
|
};
|
|
12
13
|
TX_5_5: {
|
|
13
14
|
id: number;
|
|
@@ -18,6 +19,7 @@ export declare const Vat: {
|
|
|
18
19
|
collected: number;
|
|
19
20
|
deductible: number;
|
|
20
21
|
immobilization: number;
|
|
22
|
+
roundPercentage: number[];
|
|
21
23
|
};
|
|
22
24
|
TX_10: {
|
|
23
25
|
id: number;
|
|
@@ -28,6 +30,7 @@ export declare const Vat: {
|
|
|
28
30
|
collected: number;
|
|
29
31
|
deductible: number;
|
|
30
32
|
immobilization: number;
|
|
33
|
+
roundPercentage: number[];
|
|
31
34
|
};
|
|
32
35
|
TX_20: {
|
|
33
36
|
id: number;
|
|
@@ -38,6 +41,7 @@ export declare const Vat: {
|
|
|
38
41
|
collected: number;
|
|
39
42
|
deductible: number;
|
|
40
43
|
immobilization: number;
|
|
44
|
+
roundPercentage: number[];
|
|
41
45
|
};
|
|
42
46
|
TX_2_1: {
|
|
43
47
|
id: number;
|
|
@@ -48,6 +52,7 @@ export declare const Vat: {
|
|
|
48
52
|
collected: number;
|
|
49
53
|
deductible: number;
|
|
50
54
|
immobilization: number;
|
|
55
|
+
roundPercentage: number[];
|
|
51
56
|
};
|
|
52
57
|
TX_8_5: {
|
|
53
58
|
id: number;
|
|
@@ -58,6 +63,7 @@ export declare const Vat: {
|
|
|
58
63
|
collected: number;
|
|
59
64
|
deductible: number;
|
|
60
65
|
immobilization: number;
|
|
66
|
+
roundPercentage: number[];
|
|
61
67
|
};
|
|
62
68
|
MARGE: {
|
|
63
69
|
id: number;
|
|
@@ -68,6 +74,7 @@ export declare const Vat: {
|
|
|
68
74
|
collected: number;
|
|
69
75
|
deductible: number;
|
|
70
76
|
immobilization: null;
|
|
77
|
+
roundPercentage: never[];
|
|
71
78
|
};
|
|
72
79
|
INTRACOM: {
|
|
73
80
|
id: number;
|
|
@@ -78,6 +85,7 @@ export declare const Vat: {
|
|
|
78
85
|
collected: number;
|
|
79
86
|
deductible: number;
|
|
80
87
|
immobilization: number;
|
|
88
|
+
roundPercentage: never[];
|
|
81
89
|
};
|
|
82
90
|
MANUAL: {
|
|
83
91
|
id: number;
|
|
@@ -88,6 +96,7 @@ export declare const Vat: {
|
|
|
88
96
|
collected: number;
|
|
89
97
|
deductible: number;
|
|
90
98
|
immobilization: null;
|
|
99
|
+
roundPercentage: never[];
|
|
91
100
|
};
|
|
92
101
|
};
|
|
93
102
|
//# sourceMappingURL=Vat.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Vat.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"Vat.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6Gf,CAAC"}
|
package/es/types/Enum/Vat.js
CHANGED
|
@@ -9,6 +9,7 @@ export const Vat = {
|
|
|
9
9
|
collected: 212,
|
|
10
10
|
deductible: 221,
|
|
11
11
|
immobilization: 19,
|
|
12
|
+
roundPercentage: [0],
|
|
12
13
|
},
|
|
13
14
|
TX_5_5: {
|
|
14
15
|
id: 2,
|
|
@@ -20,6 +21,7 @@ export const Vat = {
|
|
|
20
21
|
collected: 209,
|
|
21
22
|
deductible: 4,
|
|
22
23
|
immobilization: 10,
|
|
24
|
+
roundPercentage: [5, 6],
|
|
23
25
|
},
|
|
24
26
|
TX_10: {
|
|
25
27
|
id: 3,
|
|
@@ -31,6 +33,7 @@ export const Vat = {
|
|
|
31
33
|
collected: 210,
|
|
32
34
|
deductible: 5,
|
|
33
35
|
immobilization: 11,
|
|
36
|
+
roundPercentage: [10, 11],
|
|
34
37
|
},
|
|
35
38
|
TX_20: {
|
|
36
39
|
id: 4,
|
|
@@ -42,6 +45,7 @@ export const Vat = {
|
|
|
42
45
|
collected: 211,
|
|
43
46
|
deductible: 6,
|
|
44
47
|
immobilization: 12,
|
|
48
|
+
roundPercentage: [19, 20, 21],
|
|
45
49
|
},
|
|
46
50
|
TX_2_1: {
|
|
47
51
|
id: 6,
|
|
@@ -53,6 +57,7 @@ export const Vat = {
|
|
|
53
57
|
collected: 222,
|
|
54
58
|
deductible: 7,
|
|
55
59
|
immobilization: 13,
|
|
60
|
+
roundPercentage: [2, 3],
|
|
56
61
|
},
|
|
57
62
|
TX_8_5: {
|
|
58
63
|
id: 7,
|
|
@@ -64,6 +69,7 @@ export const Vat = {
|
|
|
64
69
|
collected: 345,
|
|
65
70
|
deductible: 8,
|
|
66
71
|
immobilization: 15,
|
|
72
|
+
roundPercentage: [8, 9],
|
|
67
73
|
},
|
|
68
74
|
MARGE: {
|
|
69
75
|
id: 8,
|
|
@@ -75,6 +81,7 @@ export const Vat = {
|
|
|
75
81
|
collected: 211,
|
|
76
82
|
deductible: 9,
|
|
77
83
|
immobilization: null,
|
|
84
|
+
roundPercentage: [],
|
|
78
85
|
},
|
|
79
86
|
INTRACOM: {
|
|
80
87
|
id: 9,
|
|
@@ -86,6 +93,7 @@ export const Vat = {
|
|
|
86
93
|
collected: 207,
|
|
87
94
|
deductible: 208,
|
|
88
95
|
immobilization: 208,
|
|
96
|
+
roundPercentage: [],
|
|
89
97
|
},
|
|
90
98
|
MANUAL: {
|
|
91
99
|
id: 11,
|
|
@@ -97,6 +105,7 @@ export const Vat = {
|
|
|
97
105
|
collected: 0,
|
|
98
106
|
deductible: 0,
|
|
99
107
|
immobilization: null,
|
|
108
|
+
roundPercentage: [],
|
|
100
109
|
},
|
|
101
110
|
};
|
|
102
111
|
//# sourceMappingURL=Vat.js.map
|
package/es/types/Enum/Vat.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Vat.js","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,GAAG,GAAG;IACjB,YAAY,EAAE;QACZ,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,CAAC;QACR,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,GAAG;QACf,cAAc,EAAE,EAAE;
|
|
1
|
+
{"version":3,"file":"Vat.js","sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,GAAG,GAAG;IACjB,YAAY,EAAE;QACZ,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,CAAC;QACR,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,GAAG;QACf,cAAc,EAAE,EAAE;QAClB,eAAe,EAAE,CAAC,CAAC,CAAC;KACrB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,GAAG;QACV,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;QAClB,eAAe,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;KACxB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,EAAE;QACT,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,SAAS;QACf,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;QAClB,eAAe,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC;KAC1B;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,EAAE;QACT,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,SAAS;QACf,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;QAClB,eAAe,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC;KAC9B;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,GAAG;QACV,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;QAClB,eAAe,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;KACxB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,GAAG;QACV,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,UAAU;QAChB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,EAAE;QAClB,eAAe,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;KACxB;IACD,KAAK,EAAE;QACL,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,CAAC;QACR,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,WAAW;QACjB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,IAAI;QACpB,eAAe,EAAE,EAAE;KACpB;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,CAAC;QACL,iEAAiE;QACjE,KAAK,EAAE,CAAC;QACR,KAAK,EAAE,EAAE;QACT,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,cAAc;QACpB,SAAS,EAAE,GAAG;QACd,UAAU,EAAE,GAAG;QACf,cAAc,EAAE,GAAG;QACnB,eAAe,EAAE,EAAE;KACpB;IACD,MAAM,EAAE;QACN,EAAE,EAAE,EAAE;QACN,iEAAiE;QACjE,KAAK,EAAE,EAAE;QACT,KAAK,EAAE,CAAC;QACR,YAAY,EAAE,CAAC;QACf,IAAI,EAAE,cAAc;QACpB,SAAS,EAAE,CAAC;QACZ,UAAU,EAAE,CAAC;QACb,cAAc,EAAE,IAAI;QACpB,eAAe,EAAE,EAAE;KACpB;CACF,CAAC","sourcesContent":["export const Vat = {\n WITHOUT_TAXE: {\n id: 1,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 1,\n value: 0,\n displayOrder: 6,\n name: 'Hors-Taxe',\n collected: 212,\n deductible: 221,\n immobilization: 19,\n roundPercentage: [0],\n },\n TX_5_5: {\n id: 2,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 2,\n value: 5.5,\n displayOrder: 4,\n name: 'TVA 5.5%',\n collected: 209,\n deductible: 4,\n immobilization: 10,\n roundPercentage: [5, 6],\n },\n TX_10: {\n id: 3,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 3,\n value: 10,\n displayOrder: 2,\n name: 'TVA 10%',\n collected: 210,\n deductible: 5,\n immobilization: 11,\n roundPercentage: [10, 11],\n },\n TX_20: {\n id: 4,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 4,\n value: 20,\n displayOrder: 1,\n name: 'TVA 20%',\n collected: 211,\n deductible: 6,\n immobilization: 12,\n roundPercentage: [19, 20, 21],\n },\n TX_2_1: {\n id: 6,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 6,\n value: 2.1,\n displayOrder: 5,\n name: 'TVA 2.1%',\n collected: 222,\n deductible: 7,\n immobilization: 13,\n roundPercentage: [2, 3],\n },\n TX_8_5: {\n id: 7,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 7,\n value: 8.5,\n displayOrder: 3,\n name: 'TVA 8.5%',\n collected: 345,\n deductible: 8,\n immobilization: 15,\n roundPercentage: [8, 9],\n },\n MARGE: {\n id: 8,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 8,\n value: 0,\n displayOrder: 9,\n name: 'Sur Marge',\n collected: 211,\n deductible: 9,\n immobilization: null,\n roundPercentage: [],\n },\n INTRACOM: {\n id: 9,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 9,\n value: 20,\n displayOrder: 7,\n name: 'TVA intracom',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n },\n MANUAL: {\n id: 11,\n // TODO We should remove idTva when GET vat is remove from api v1\n idTva: 11,\n value: 0,\n displayOrder: 8,\n name: 'TVA manuelle',\n collected: 0,\n deductible: 0,\n immobilization: null,\n roundPercentage: [],\n },\n};"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface IOcr {
|
|
2
|
+
Invoice_Number: number | any;
|
|
3
|
+
Invoice_Date: Date | any;
|
|
4
|
+
date: Date | any;
|
|
5
|
+
TTC: number | any;
|
|
6
|
+
ttc: number | any;
|
|
7
|
+
TVA: number | any;
|
|
8
|
+
tva: number | any;
|
|
9
|
+
HT: number | any;
|
|
10
|
+
ht: number | any;
|
|
11
|
+
Vendor: string | any;
|
|
12
|
+
vendor_name: string | any;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=Ocr.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ocr.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingFiles/Ocr.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,IAAI;IACnB,cAAc,EAAE,MAAM,GAAG,GAAG,CAAC;IAC7B,YAAY,EAAE,IAAI,GAAG,GAAG,CAAC;IACzB,IAAI,EAAE,IAAI,GAAG,GAAG,CAAC;IACjB,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IAClB,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IAClB,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IAClB,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IAClB,EAAE,EAAE,MAAM,GAAG,GAAG,CAAC;IACjB,EAAE,EAAE,MAAM,GAAG,GAAG,CAAC;IACjB,MAAM,EAAE,MAAM,GAAG,GAAG,CAAC;IACrB,WAAW,EAAE,MAAM,GAAG,GAAG,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Ocr.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingFiles/Ocr.ts"],"names":[],"mappings":"","sourcesContent":["export interface IOcr {\n Invoice_Number: number | any;\n Invoice_Date: Date | any;\n date: Date | any;\n TTC: number | any;\n ttc: number | any;\n TVA: number | any;\n tva: number | any;\n HT: number | any;\n ht: number | any;\n Vendor: string | any;\n vendor_name: string | any;\n}"]}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface IOcrPayload extends Partial<IOcrPayloadOptionnal> {
|
|
2
|
+
invoiceNumber: string;
|
|
3
|
+
dateValue: Date;
|
|
4
|
+
totalAmount: number;
|
|
5
|
+
vatAmount: number;
|
|
6
|
+
subAmount: number;
|
|
7
|
+
merchantName: string;
|
|
8
|
+
}
|
|
9
|
+
export interface IOcrPayloadOptionnal {
|
|
10
|
+
idEngagementAccountingFile: number | null;
|
|
11
|
+
idAccountingTransaction: number;
|
|
12
|
+
idSociety: number;
|
|
13
|
+
idFile: number;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=OcrPayload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OcrPayload.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingFiles/OcrPayload.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAY,SAAQ,OAAO,CAAC,oBAAoB,CAAC;IAChE,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,oBAAoB;IACnC,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,uBAAuB,EAAE,MAAM,CAAC;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OcrPayload.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingFiles/OcrPayload.ts"],"names":[],"mappings":"","sourcesContent":["export interface IOcrPayload extends Partial<IOcrPayloadOptionnal> {\n invoiceNumber: string;\n dateValue: Date;\n totalAmount: number;\n vatAmount: number;\n subAmount: number;\n merchantName: string;\n}\n\nexport interface IOcrPayloadOptionnal {\n idEngagementAccountingFile: number | null;\n idAccountingTransaction: number;\n idSociety: number;\n idFile: number;\n}"]}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface IOcrValue {
|
|
2
|
+
invoiceNumber: number | null;
|
|
3
|
+
invoiceDate: Date | null;
|
|
4
|
+
receiptsDate: Date | null;
|
|
5
|
+
invoicesTotalAmount: number | null;
|
|
6
|
+
receiptsTotalAmount: number | null;
|
|
7
|
+
invoicesVatAmount: number | null;
|
|
8
|
+
receiptsVatAmount: number | null;
|
|
9
|
+
invoicesSubAmount: number | null;
|
|
10
|
+
receiptsSubAmount: number | null;
|
|
11
|
+
invoicesMerchantName: string | null;
|
|
12
|
+
receiptsMerchantName: string | null;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=OcrValue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OcrValue.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingFiles/OcrValue.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;CACrC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OcrValue.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingFiles/OcrValue.ts"],"names":[],"mappings":"","sourcesContent":["export interface IOcrValue {\n invoiceNumber: number | null;\n invoiceDate: Date | null;\n receiptsDate: Date | null;\n invoicesTotalAmount: number | null;\n receiptsTotalAmount: number | null;\n invoicesVatAmount: number | null;\n receiptsVatAmount: number | null;\n invoicesSubAmount: number | null;\n receiptsSubAmount: number | null;\n invoicesMerchantName: string | null;\n receiptsMerchantName: string | null;\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queryAccountingFiles.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts"],"names":[],"mappings":"AAGA,qBAAa,oBAAoB;IAE/B,gBAAgB,EAAE,MAAM,CAAC;IAIzB,KAAK,EAAE,OAAO,CAAC;IAIf,UAAU,EAAE,OAAO,CAAC;IAGpB,KAAK,EAAE,IAAI,EAAE,CAAC;CACf"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty } from '../../../../utils';
|
|
11
|
+
import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
|
|
12
|
+
export class QueryAccountingFiles {
|
|
13
|
+
}
|
|
14
|
+
__decorate([
|
|
15
|
+
ApiProperty(),
|
|
16
|
+
__metadata("design:type", Number)
|
|
17
|
+
], QueryAccountingFiles.prototype, "idAccountingType", void 0);
|
|
18
|
+
__decorate([
|
|
19
|
+
ApiProperty(),
|
|
20
|
+
ToBoolean(),
|
|
21
|
+
__metadata("design:type", Boolean)
|
|
22
|
+
], QueryAccountingFiles.prototype, "split", void 0);
|
|
23
|
+
__decorate([
|
|
24
|
+
ApiProperty(),
|
|
25
|
+
ToBoolean(),
|
|
26
|
+
__metadata("design:type", Boolean)
|
|
27
|
+
], QueryAccountingFiles.prototype, "isPayPerso", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
ApiProperty(),
|
|
30
|
+
__metadata("design:type", Array)
|
|
31
|
+
], QueryAccountingFiles.prototype, "files", void 0);
|
|
32
|
+
//# sourceMappingURL=queryAccountingFiles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"queryAccountingFiles.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,oBAAoB;CAchC;AAZC;IADC,WAAW,EAAE;;8DACW;AAIzB;IAFC,WAAW,EAAE;IACb,SAAS,EAAE;;mDACG;AAIf;IAFC,WAAW,EAAE;IACb,SAAS,EAAE;;wDACQ;AAGpB;IADC,WAAW,EAAE;;mDACA","sourcesContent":["import { ApiProperty } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryAccountingFiles {\n @ApiProperty()\n idAccountingType: number;\n\n @ApiProperty()\n @ToBoolean()\n split: boolean;\n\n @ApiProperty()\n @ToBoolean()\n isPayPerso: boolean;\n\n @ApiProperty()\n files: File[];\n}"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadBalanceSheetTransaction.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.ts"],"names":[],"mappings":"AAAA,qBAAa,2BAA2B;IACtC,uBAAuB,EAAE,MAAM,CAAC;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,IAAI,CAAC;IACX,qBAAqB,EAAE,MAAM,CAAC;CAC/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReadBalanceSheetTransaction.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheet/ReadBalanceSheetTransaction.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,2BAA2B;CAKvC","sourcesContent":["export class ReadBalanceSheetTransaction {\n idAccountingTransaction: number;\n label: string;\n date: Date;\n totalPriceTaxIncluded: number;\n}"]}
|
|
@@ -10,6 +10,7 @@ export declare class CreateBalanceSheetModuleForm {
|
|
|
10
10
|
hasProviderInvoiceNotReceived?: boolean | null;
|
|
11
11
|
hasManualEntryToDeclare?: boolean | null;
|
|
12
12
|
hasLaundryFees?: boolean | null;
|
|
13
|
+
hasMealExpenses?: boolean | null;
|
|
13
14
|
idExercice: number;
|
|
14
15
|
}
|
|
15
16
|
//# sourceMappingURL=CreateBalanceSheetModule.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAEvC,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"CreateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAEvC,SAAS,CAAC,EAAE,OAAO,CAAC;IAGpB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,YAAY,CAAC,EAAE,OAAO,CAAC;IAGvB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAM/C,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMhC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGjC,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -62,6 +62,13 @@ __decorate([
|
|
|
62
62
|
IsOptional(),
|
|
63
63
|
__metadata("design:type", Object)
|
|
64
64
|
], CreateBalanceSheetModuleForm.prototype, "hasLaundryFees", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
ApiPropertyOptional(),
|
|
67
|
+
IsBoolean(),
|
|
68
|
+
ToBoolean(),
|
|
69
|
+
IsOptional(),
|
|
70
|
+
__metadata("design:type", Object)
|
|
71
|
+
], CreateBalanceSheetModuleForm.prototype, "hasMealExpenses", void 0);
|
|
65
72
|
__decorate([
|
|
66
73
|
ApiProperty(),
|
|
67
74
|
__metadata("design:type", Number)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;
|
|
1
|
+
{"version":3,"file":"CreateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;CAmDxC;AAjDC;IADC,mBAAmB,EAAE;;+DACF;AAGpB;IADC,mBAAmB,EAAE;;mEACE;AAMxB;IADC,mBAAmB,EAAE;;kEACC;AAGvB;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;iFACuB;AAG7C;IADC,mBAAmB,EAAE;;8EACoB;AAG1C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;mFACyB;AAM/C;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6EAC4B;AAMzC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;oEACmB;AAMhC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;qEACoB;AAGjC;IADC,WAAW,EAAE;;gEACK","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory?: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n salariesFile?: boolean;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasLaundryFees?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasMealExpenses?: boolean | null;\n\n @ApiProperty()\n idExercice: number;\n}"]}
|
|
@@ -10,6 +10,7 @@ export declare class UpdateBalanceSheetModuleForm {
|
|
|
10
10
|
salariesFile?: boolean;
|
|
11
11
|
hasManualEntryToDeclare?: boolean | null;
|
|
12
12
|
hasLaundryFees?: boolean | null;
|
|
13
|
+
hasMealExpenses?: boolean | null;
|
|
13
14
|
idExercice?: number;
|
|
14
15
|
}
|
|
15
16
|
//# sourceMappingURL=UpdateBalanceSheetModule.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAEvC,SAAS,EAAE,OAAO,CAAC;IAGnB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,YAAY,CAAC,EAAE,OAAO,CAAC;IAMvB,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"UpdateBalanceSheetModule.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":"AAIA,qBAAa,4BAA4B;IAEvC,SAAS,EAAE,OAAO,CAAC;IAGnB,aAAa,CAAC,EAAE,OAAO,CAAC;IAMxB,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,2BAA2B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG7C,wBAAwB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG1C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,0BAA0B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG5C,6BAA6B,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAG/C,YAAY,CAAC,EAAE,OAAO,CAAC;IAMvB,uBAAuB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMzC,cAAc,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAMhC,eAAe,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAGjC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
@@ -62,6 +62,13 @@ __decorate([
|
|
|
62
62
|
IsOptional(),
|
|
63
63
|
__metadata("design:type", Object)
|
|
64
64
|
], UpdateBalanceSheetModuleForm.prototype, "hasLaundryFees", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
ApiPropertyOptional(),
|
|
67
|
+
IsBoolean(),
|
|
68
|
+
ToBoolean(),
|
|
69
|
+
IsOptional(),
|
|
70
|
+
__metadata("design:type", Object)
|
|
71
|
+
], UpdateBalanceSheetModuleForm.prototype, "hasMealExpenses", void 0);
|
|
65
72
|
__decorate([
|
|
66
73
|
ApiPropertyOptional(),
|
|
67
74
|
__metadata("design:type", Number)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpdateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;
|
|
1
|
+
{"version":3,"file":"UpdateBalanceSheetModule.js","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,gDAAgD,CAAC;AAE3E,MAAM,OAAO,4BAA4B;CAmDxC;AAjDC;IADC,mBAAmB,EAAE;;+DACH;AAGnB;IADC,mBAAmB,EAAE;;mEACE;AAMxB;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;iFACuB;AAG7C;IADC,mBAAmB,EAAE;;8EACoB;AAG1C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;gFACsB;AAG5C;IADC,mBAAmB,EAAE;;mFACyB;AAG/C;IADC,mBAAmB,EAAE;;kEACC;AAMvB;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;6EAC4B;AAMzC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;oEACmB;AAMhC;IAJC,mBAAmB,EAAE;IACrB,SAAS,EAAE;IACX,SAAS,EAAE;IACX,UAAU,EAAE;;qEACoB;AAGjC;IADC,mBAAmB,EAAE;;gEACF","sourcesContent":["import { IsBoolean, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class UpdateBalanceSheetModuleForm {\n @ApiPropertyOptional()\n inventory: boolean;\n\n @ApiPropertyOptional()\n loanToDeclare?: boolean;\n\n // @ApiPropertyOptional()\n // deadlinerecoveryImmobilization: boolean;\n\n @ApiPropertyOptional()\n hasCustomerInvoiceToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerAssetToEstablish?: boolean | null;\n\n @ApiPropertyOptional()\n hasCustomerPrepaidIncome?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderPrepaidReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderAssetToReceived?: boolean | null;\n\n @ApiPropertyOptional()\n hasProviderInvoiceNotReceived?: boolean | null;\n\n @ApiPropertyOptional()\n salariesFile?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasManualEntryToDeclare?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasLaundryFees?: boolean | null;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n hasMealExpenses?: boolean | null;\n\n @ApiPropertyOptional()\n idExercice?: number;\n}"]}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare class CreateExercice {
|
|
2
|
+
startDate: Date;
|
|
3
|
+
endDate: Date;
|
|
4
|
+
isBack?: boolean;
|
|
5
|
+
close?: boolean;
|
|
6
|
+
allAnnote?: boolean;
|
|
7
|
+
current?: boolean;
|
|
8
|
+
withApproval?: boolean;
|
|
9
|
+
reviewGuide?: boolean;
|
|
10
|
+
summaryNote?: boolean;
|
|
11
|
+
receiptJeDeclare?: boolean;
|
|
12
|
+
annualFolderEdition?: boolean;
|
|
13
|
+
processClossingExercice?: boolean;
|
|
14
|
+
idSociety: number;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=CreateExercice.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateExercice.d.ts","sourceRoot":"","sources":["../../../../../ts/types/Interface/api/exercice/CreateExercice.ts"],"names":[],"mappings":"AAMA,qBAAa,cAAc;IAGzB,SAAS,EAAE,IAAI,CAAC;IAIhB,OAAO,EAAE,IAAI,CAAC;IAMd,MAAM,CAAC,EAAE,OAAO,CAAC;IAMjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAMhB,SAAS,CAAC,EAAE,OAAO,CAAC;IAMpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAMlB,YAAY,CAAC,EAAE,OAAO,CAAC;IAMvB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,WAAW,CAAC,EAAE,OAAO,CAAC;IAMtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAM3B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAM9B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAKlC,SAAS,EAAE,MAAM,CAAC;CACnB"}
|