@silexpert/core 0.4.224 → 0.4.225
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/Account.d.ts +2 -1
- package/es/api/resources/Account.d.ts.map +1 -1
- package/es/api/resources/Account.js +3 -0
- package/es/api/resources/Account.js.map +1 -1
- package/es/api/resources/BankList.d.ts +6 -0
- package/es/api/resources/BankList.d.ts.map +1 -0
- package/es/api/resources/BankList.js +7 -0
- package/es/api/resources/BankList.js.map +1 -0
- package/es/api/resources.d.ts +4 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +4 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/Civility.d.ts +5 -0
- package/es/types/Enum/Civility.d.ts.map +1 -0
- package/es/types/Enum/Civility.js +6 -0
- package/es/types/Enum/Civility.js.map +1 -0
- 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/MailAuto.d.ts +2 -1
- package/es/types/Enum/MailAuto.d.ts.map +1 -1
- package/es/types/Enum/MailAuto.js +1 -0
- package/es/types/Enum/MailAuto.js.map +1 -1
- package/es/types/Enum/VatDeclarationType.d.ts +3 -4
- package/es/types/Enum/VatDeclarationType.d.ts.map +1 -1
- package/es/types/Enum/VatDeclarationType.js +45 -59
- package/es/types/Enum/VatDeclarationType.js.map +1 -1
- package/es/types/Interface/api/amount/FormattedAmount.d.ts +9 -0
- package/es/types/Interface/api/amount/FormattedAmount.d.ts.map +1 -0
- package/es/types/Interface/api/amount/FormattedAmount.js +2 -0
- package/es/types/Interface/api/amount/FormattedAmount.js.map +1 -0
- package/es/types/Interface/api/customerActivity/CreateCustomerActivityReport.d.ts +6 -0
- package/es/types/Interface/api/customerActivity/CreateCustomerActivityReport.d.ts.map +1 -0
- package/es/types/Interface/api/customerActivity/CreateCustomerActivityReport.js +36 -0
- package/es/types/Interface/api/customerActivity/CreateCustomerActivityReport.js.map +1 -0
- package/es/types/Interface/api/notification/CreateNotification.d.ts.map +1 -1
- package/es/types/Interface/api/notification/CreateNotification.js +3 -0
- package/es/types/Interface/api/notification/CreateNotification.js.map +1 -1
- package/es/types/Interface/api/vatDeclaration/ReadVatVariousOperations.d.ts +2 -0
- package/es/types/Interface/api/vatDeclaration/ReadVatVariousOperations.d.ts.map +1 -1
- package/es/types/Interface/api/vatDeclaration/ReadVatVariousOperations.js.map +1 -1
- package/es/types/Interface/api/vatDeclaration/ResultFormatToEntries.d.ts +1 -0
- package/es/types/Interface/api/vatDeclaration/ResultFormatToEntries.d.ts.map +1 -1
- package/es/types/Interface/api/vatDeclaration/ResultFormatToEntries.js.map +1 -1
- 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 +1 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/ISociety.d.ts +2 -1
- 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 +3 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +3 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Account.js +4 -0
- package/js/api/resources/Account.js.map +1 -1
- package/js/api/resources/BankList.js +18 -0
- package/js/api/resources/BankList.js.map +1 -0
- package/js/api/resources.js +7 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/Civility.js +12 -0
- package/js/types/Enum/Civility.js.map +1 -0
- package/js/types/Enum/Ged.js +2 -2
- package/js/types/Enum/Ged.js.map +1 -1
- package/js/types/Enum/MailAuto.js +1 -0
- package/js/types/Enum/MailAuto.js.map +1 -1
- package/js/types/Enum/VatDeclarationType.js +188 -228
- package/js/types/Enum/VatDeclarationType.js.map +1 -1
- package/js/types/Interface/api/amount/FormattedAmount.js +6 -0
- package/js/types/Interface/api/amount/FormattedAmount.js.map +1 -0
- package/js/types/Interface/api/customerActivity/CreateCustomerActivityReport.js +39 -0
- package/js/types/Interface/api/customerActivity/CreateCustomerActivityReport.js.map +1 -0
- package/js/types/Interface/api/notification/CreateNotification.js +3 -1
- package/js/types/Interface/api/notification/CreateNotification.js.map +1 -1
- package/js/types/Interface/models/IApiError.js +1 -0
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +36 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Account.ts +5 -1
- package/ts/api/resources/BankList.ts +8 -0
- package/ts/api/resources.ts +4 -0
- package/ts/types/Enum/Civility.ts +4 -0
- package/ts/types/Enum/Ged.ts +1 -1
- package/ts/types/Enum/MailAuto.ts +1 -0
- package/ts/types/Enum/VatDeclarationType.ts +46 -61
- package/ts/types/Interface/api/amount/FormattedAmount.ts +9 -0
- package/ts/types/Interface/api/customerActivity/CreateCustomerActivityReport.ts +25 -0
- package/ts/types/Interface/api/notification/CreateNotification.ts +3 -0
- package/ts/types/Interface/api/vatDeclaration/ReadVatVariousOperations.ts +2 -0
- package/ts/types/Interface/api/vatDeclaration/ResultFormatToEntries.ts +2 -1
- package/ts/types/Interface/models/IApiError.ts +1 -0
- package/ts/types/Interface/models/ISociety.ts +3 -2
- package/ts/types/index.ts +3 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.BankList = undefined;
|
|
7
|
+
|
|
8
|
+
var _Resource = require("../Resource");
|
|
9
|
+
|
|
10
|
+
class BankList extends _Resource.Resource {
|
|
11
|
+
getAll() {
|
|
12
|
+
return this.axios.$get('/bankList');
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
exports.BankList = BankList;
|
|
18
|
+
//# sourceMappingURL=BankList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BankList.js","mappings":";;;;;;;AACA;;AAEM,MAAOA,QAAP,SAAwBC,kBAAxB,CAAgC;EACpCC,MAAM;IACJ,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,WAAhB,CAAP;EACD;;AAHmC;;QAAzBJ,Q,GAAAA,Q","names":["BankList","Resource","getAll","axios","$get"],"sourceRoot":"","sources":["../../../ts/api/resources/BankList.ts"],"sourcesContent":["import { IBankList } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class BankList extends Resource {\n getAll(): Promise<IBankList[]> {\n return this.axios.$get('/bankList');\n }\n}"]}
|
package/js/api/resources.js
CHANGED
|
@@ -171,6 +171,10 @@ var _NotificationSetting = require("./resources/NotificationSetting");
|
|
|
171
171
|
|
|
172
172
|
var _cx = require("./resources/3cx");
|
|
173
173
|
|
|
174
|
+
var _BankList = require("./resources/BankList");
|
|
175
|
+
|
|
176
|
+
var _ThirdParty = require("./resources/ThirdParty");
|
|
177
|
+
|
|
174
178
|
const resources = exports.resources = {
|
|
175
179
|
simulation: _Simulation.Simulation,
|
|
176
180
|
budgetInsight: _BudgetInsight.BudgetInsight,
|
|
@@ -254,6 +258,8 @@ const resources = exports.resources = {
|
|
|
254
258
|
task: _Task.Task,
|
|
255
259
|
comment: _Comment.Comment,
|
|
256
260
|
notificationSetting: _NotificationSetting.NotificationSetting,
|
|
257
|
-
cx: _cx.Cx
|
|
261
|
+
cx: _cx.Cx,
|
|
262
|
+
bankList: _BankList.BankList,
|
|
263
|
+
thirdParty: _ThirdParty.ThirdParty
|
|
258
264
|
};
|
|
259
265
|
//# sourceMappingURL=resources.js.map
|
package/js/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","notificationSetting","NotificationSetting","cx","Cx"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { 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';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n 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 provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n notificationSetting: NotificationSetting,\n cx: Cx,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { 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';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n 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 provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n};\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var Civility = exports.Civility = undefined;
|
|
7
|
+
|
|
8
|
+
(function (Civility) {
|
|
9
|
+
Civility[Civility["MALE"] = 1] = "MALE";
|
|
10
|
+
Civility[Civility["FEMALE"] = 2] = "FEMALE";
|
|
11
|
+
})(Civility || (exports.Civility = Civility = {}));
|
|
12
|
+
//# sourceMappingURL=Civility.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Civility.js","mappings":";;;;;AAAA,IAAYA,QAGX,WAHWA,QAGX,YAHD;;AAAA,WAAYA,QAAZ,EAAoB;EAClBA;EACAA;AACD,CAHD,EAAYA,QAAQ,aAARA,QAAQ,GAARA,QAAQ,MAApB","names":["Civility"],"sourceRoot":"","sources":["../../../ts/types/Enum/Civility.ts"],"sourcesContent":["export enum Civility {\n MALE = 1,\n FEMALE = 2,\n}"]}
|
package/js/types/Enum/Ged.js
CHANGED
|
@@ -35,8 +35,8 @@ var GedFolder = exports.GedFolder = undefined;
|
|
|
35
35
|
GedFolder[GedFolder["AGM"] = 19] = "AGM"; // Contracts & Leases = 20,
|
|
36
36
|
// Insurance = 22,
|
|
37
37
|
|
|
38
|
-
GedFolder[GedFolder["CABINET_INVOICES"] = 23] = "CABINET_INVOICES";
|
|
39
|
-
|
|
38
|
+
GedFolder[GedFolder["CABINET_INVOICES"] = 23] = "CABINET_INVOICES";
|
|
39
|
+
GedFolder[GedFolder["OTHER"] = 24] = "OTHER";
|
|
40
40
|
GedFolder[GedFolder["Vehicles"] = 25] = "Vehicles"; // Borrowing tables = 26,
|
|
41
41
|
// RSI & URSSAF = 27,
|
|
42
42
|
// Previous GA balance & PV = 28,
|
package/js/types/Enum/Ged.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Ged.js","mappings":";;;;;AAAA,IAAYA,WASX,WATWA,WASX,YATD;;AAAA,WAAYA,WAAZ,EAAuB;EACrBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CATD,EAAYA,WAAW,aAAXA,WAAW,GAAXA,WAAW,MAAvB;;AAWA,IAAYC,SAmCX,WAnCWA,SAmCX,YAnCD;;AAAA,WAAYA,SAAZ,EAAqB;EACnBA,0CADmB,CAEnB;EACA;EACA;EACA;EACA;EACA;;EACAA,mDARmB,CASnB;EACA;EACA;EACA;EACA;;EACAA,yCAdmB,CAenB;EACA;;EACAA
|
|
1
|
+
{"version":3,"file":"Ged.js","mappings":";;;;;AAAA,IAAYA,WASX,WATWA,WASX,YATD;;AAAA,WAAYA,WAAZ,EAAuB;EACrBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CATD,EAAYA,WAAW,aAAXA,WAAW,GAAXA,WAAW,MAAvB;;AAWA,IAAYC,SAmCX,WAnCWA,SAmCX,YAnCD;;AAAA,WAAYA,SAAZ,EAAqB;EACnBA,0CADmB,CAEnB;EACA;EACA;EACA;EACA;EACA;;EACAA,mDARmB,CASnB;EACA;EACA;EACA;EACA;;EACAA,yCAdmB,CAenB;EACA;;EACAA;EACAA;EACAA,mDAnBmB,CAoBnB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;EACAA,mDA5BmB,CA6BnB;;EACAA;EACAA,+DA/BmB,CAgCnB;;EACAA,+DAjCmB,CAkCnB;AACD,CAnCD,EAAYA,SAAS,aAATA,SAAS,GAATA,SAAS,MAArB;;AAqCA,IAAYC,WAsBX,WAtBWA,WAsBX,YAtBD;;AAAA,WAAYA,WAAZ,EAAuB;EACrBA,sDADqB,CAErB;;EACAA;EACAA,4CAJqB,CAKrB;EACA;EACA;EACA;EACA;EACA;;EACAA,iDAXqB,CAYrB;EACA;EACA;EACA;EACA;EACA;EACA;;EACAA;EACAA;EACAA;AACD,CAtBD,EAAYA,WAAW,aAAXA,WAAW,GAAXA,WAAW,MAAvB","names":["GedCategory","GedFolder","GedFileType"],"sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n KBIS = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n STATUTES = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n AGM = 19, // Annual General Meeting, PV d'AG\n // Contracts & Leases = 20,\n // Insurance = 22,\n CABINET_INVOICES = 23,\n OTHER = 24,\n Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n OUTGOING_MAIL = 36,\n BANK_STATEMENT = 37,\n // Formalism = 38,\n PENDING_POINTS = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n // 2,'Carte d\\'identité'\n KBIS = 3,\n RIB = 4,\n // 4,'RIB'\n // 5,'Mémento Fiscal'\n // 6,'SEPA'\n // 7,'Plaquette'\n // 8,'M0'\n // 9,'Dbe'\n OTHER = 10,\n // 11,'Inscription au répertoire SIRENE / Répertoire des métiers'\n // 12,'Déclaration du patrimoine affectée'\n // 13,'Déclaration des bénéficiaires effectifs'\n // 14,'Liste des souscripteurs pour connaître la répartition des actions'\n // 15,'Récépissé d’inscription de l’association en préfecture'\n // 16,'Liste des représentants de l’association'\n // 17,'Règlement intérieur',\n REVISION_GUIDE = 18,\n SUMMARY_NOTE = 19,\n BALANCESHEET_NOTE = 20,\n}\n"]}
|
|
@@ -118,5 +118,6 @@ var MailAuto = exports.MailAuto = undefined;
|
|
|
118
118
|
MailAuto[MailAuto["TASK_EXTERNAL_CALL_NOT_MAKE"] = 120] = "TASK_EXTERNAL_CALL_NOT_MAKE";
|
|
119
119
|
MailAuto[MailAuto["MISSING_ELEMENT_FOR_CHECKLIST"] = 122] = "MISSING_ELEMENT_FOR_CHECKLIST";
|
|
120
120
|
MailAuto[MailAuto["CHECKLIST_CONFIRMED"] = 123] = "CHECKLIST_CONFIRMED";
|
|
121
|
+
MailAuto[MailAuto["MONTHLY_REPORT"] = 124] = "MONTHLY_REPORT";
|
|
121
122
|
})(MailAuto || (exports.MailAuto = MailAuto = {}));
|
|
122
123
|
//# sourceMappingURL=MailAuto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MailAuto.js","mappings":";;;;;AAAA,IAAYA,
|
|
1
|
+
{"version":3,"file":"MailAuto.js","mappings":";;;;;AAAA,IAAYA,QAkHX,WAlHWA,QAkHX,YAlHD;;AAAA,WAAYA,QAAZ,EAAoB;EAClBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAlHD,EAAYA,QAAQ,aAARA,QAAQ,GAARA,QAAQ,MAApB","names":["MailAuto"],"sourceRoot":"","sources":["../../../ts/types/Enum/MailAuto.ts"],"sourcesContent":["export enum MailAuto {\n MEMENTO = 1,\n ANNOTATIONS = 2,\n BILAN = 3,\n MISSING_DOCS = 4,\n SYNC_BANK = 5,\n A_NOUVEAUX = 6,\n MISSING_INVOICES = 7,\n PHONE_RDV = 8,\n GRACEFUL_DELIVERY = 9,\n ON_BOARDING = 10,\n UNPAID = 11,\n MYCLE_ACCESS = 12,\n FIRST_TALK = 13,\n ATTRIBUTION = 14,\n NEW_ATTRIBUTION = 15,\n PAYMENT_REJECTED = 16,\n ATTESTATION_SIGNED = 17,\n ATTESTATION_PAYMENT_LINK = 18,\n PHONE_RDV_MISSED = 19,\n PHONE_SYNTHESIS = 20,\n LEGAL_FOLDER_CREATION = 21,\n JURIDICAL_PAYMENT = 22,\n RELANCE_ANNOTATION = 23,\n SUPERVISION = 24,\n PAYMENT_LATE_FOR_ACTION = 25,\n SYNCHRONIZE_FOR_ACTION = 26,\n DOCUMENTS_FOR_ACTION = 27,\n PAYMENTS_LATE_AND_NOT_SYNC_FOR_ACTION = 28,\n ANNOTATION_FOR_ACTION = 29,\n PAYMENT_LATE_AND_NOT_ANNOTED_FOR_ACTION = 30,\n MAJ_FOR_ACTION = 31,\n CONSTITUTION_EI = 32,\n CONSTITUTION_SOCIETIES = 33,\n CONSTITUTION_KBIS = 34,\n RELANCE_GRACEFUL_DELIVERY = 35,\n REPLY_GRACEFUL_DELIVERY = 36,\n ACCOUNTING_IMPLEMENTATION = 37,\n INFORM_CUSTOMER_DRG_DONE = 38,\n ASK_CERTIFICATE_NON_REMUNERATION = 39,\n UNSYNC = 40,\n NEW_CUSTOMER_SOCIAL = 41,\n JURIDICAL_KBIS = 42,\n HOME = 43,\n HOME_SYNTHESIS = 44,\n DOCUMENTS_WAITING = 45,\n DOCUMENTS_TO_SIGN = 46,\n OPINION_RECEIVED = 47,\n RESPONSE_RECAP = 48,\n RESPONSE_CALL_DIRECTLY_NOTATION_ECHEC = 49,\n RESPONSE_CALL_DIRECTLY_ECHEC = 50,\n AVIS_3_WEEKS = 51,\n SATISFACTION = 52,\n UPDATE_YOUR_ACCOUNTING = 53,\n RELANCE_CHECKUP = 54,\n RESPONDER = 55,\n NO_RESPONSE = 56,\n MEMO_RELANCE_ANNOTATION = 57,\n APPROBATION_DIVIDEND = 58,\n APPROBATION_JURIDICAL_DOCUMENTS = 59,\n APPROBATION_ACCOUNTS_DEPOSIT = 60,\n APPROBATION_ACCOUNTS_DEPOSIT_BACK = 61,\n VAT_DECLARATION = 62,\n TAKE_BACK_LETTER = 63,\n ASK_RIB = 67,\n DOCS_RECAP_CA = 68,\n THANKS_FOR_ESTIMATE = 69,\n REMIND_ESTIMATE = 70,\n LAST_REMIND_ESTIMATE = 71,\n EXPIRED_ESTIMATE = 72,\n DOCS_FOR_EXPRESS = 73,\n DOCS_FOR_EXPRESS_RELANCE = 74,\n TICKET_SUPPORT_CONSTATATION = 76,\n TICKET_SUPPORT_RESOLUTION = 77,\n SCHEDULE = 78,\n STOP_WORKING_ACCOUNTANT = 79,\n TERMINATION_FOR_MISSING_DOCUMENTS = 80,\n TERMINATION = 81,\n LAST_RELANCE_CHECK_UP = 82,\n TERMINATION_FOR_NO_CHECK_UP = 83,\n TERMINATION_FOR_LAB_REJECTION = 84,\n TERMINATION_FOR_SATISFIED_OR_REFUNDED = 85,\n DRAWDOWN_ERROR = 86,\n RECOVERY_REFUSED_BY_OLD_EXPERT = 87,\n DRAWDOWN_ERROR_AFTER_TERMINATION = 88,\n REFUND_PRESTA = 89,\n REFUND_AMOUNT = 90,\n PDF_CSV_BA = 91,\n REVIVE_ELEMENTS_FOR_CONSTITUTION = 92,\n REVIVE_TICKET = 93,\n RESOLVE_WAITING_TICKET = 94,\n RELANCE_UNPAIDS = 95,\n LAST_RELANCE_UNPAIDS = 96,\n FIRST_PREVI = 100,\n FIRST_RAPPEL_PREVI = 101,\n SECOND_RAPPEL_PREVI = 102,\n LAST_RAPPEL_PREVI = 103,\n BILAN_PREVI_FOR_CLIENT = 117,\n REPORTING_FIRST_PHONE_RDV = 105,\n REPORTING_EDITING_FIRST_PHONE_RDV = 106,\n REPORTING_PHONE_RDV_SUMMARY_J0 = 107,\n REPORTING_PHONE_RDV_BUG_FIXED_J3 = 108,\n REPORTING_PHONE_RDV_SATISFACTION_J15 = 109,\n REPORTING_PHONE_RDV_SATISFACTION_J30 = 110,\n REPORTING_PHONE_RDV_UNAVAILABLE_1_TIME = 111,\n REPORTING_PHONE_RDV_UNAVAILABLE_2_TIMES = 112,\n REPORTING_PHONE_RDV_UNAVAILABLE_3_TIMES = 113,\n REPORTING_PHONE_RDV_UNAVAILABLE_4_TIMES = 114,\n REPORTING_PHONE_RDV_UNAVAILABLE_5_TIMES = 115,\n REPORTING_PHONE_RDV_UNAVAILABLE_6_TIMES = 116,\n TASK_EXTERNAL_CALL_NOT_MAKE = 120,\n MISSING_ELEMENT_FOR_CHECKLIST = 122,\n CHECKLIST_CONFIRMED = 123,\n MONTHLY_REPORT = 124,\n}"]}
|
|
@@ -3,232 +3,192 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
fieldsToSubtract: [],
|
|
195
|
-
type: 'credit'
|
|
196
|
-
},
|
|
197
|
-
4456701: {
|
|
198
|
-
number: 445670,
|
|
199
|
-
fields: ['A100151_0'],
|
|
200
|
-
fieldsToSubtract: [],
|
|
201
|
-
type: 'credit'
|
|
202
|
-
},
|
|
203
|
-
445830: {
|
|
204
|
-
number: 445830,
|
|
205
|
-
fields: ['A100097_0'],
|
|
206
|
-
fieldsToSubtract: [],
|
|
207
|
-
type: 'debit'
|
|
208
|
-
},
|
|
209
|
-
4456702: {
|
|
210
|
-
number: 445670,
|
|
211
|
-
fields: ['A100098_0'],
|
|
212
|
-
fieldsToSubtract: [],
|
|
213
|
-
type: 'debit'
|
|
214
|
-
},
|
|
215
|
-
4458102: {
|
|
216
|
-
number: 445810,
|
|
217
|
-
fields: ['A100224_0'],
|
|
218
|
-
fieldsToSubtract: [],
|
|
219
|
-
type: 'debit'
|
|
220
|
-
},
|
|
221
|
-
445680: {
|
|
222
|
-
number: 445680,
|
|
223
|
-
fields: ['A100204_0'],
|
|
224
|
-
fieldsToSubtract: [],
|
|
225
|
-
type: 'credit'
|
|
226
|
-
},
|
|
227
|
-
445510: {
|
|
228
|
-
number: 445510,
|
|
229
|
-
fields: ['A100103_0'],
|
|
230
|
-
fieldsToSubtract: [],
|
|
231
|
-
type: 'credit'
|
|
232
|
-
}
|
|
233
|
-
};
|
|
6
|
+
exports.accountInfo3517 = exports.accountInfo3310 = undefined;
|
|
7
|
+
|
|
8
|
+
var _Vat = require("./Vat");
|
|
9
|
+
|
|
10
|
+
const accountInfo3310 = exports.accountInfo3310 = [{
|
|
11
|
+
number: 445720,
|
|
12
|
+
fields: ['ligne08Tva'],
|
|
13
|
+
fieldsToSubtract: ['ligne17'],
|
|
14
|
+
type: 'debit'
|
|
15
|
+
}, {
|
|
16
|
+
number: 445705,
|
|
17
|
+
fields: ['ligne09Tva'],
|
|
18
|
+
fieldsToSubtract: [],
|
|
19
|
+
type: 'debit'
|
|
20
|
+
}, {
|
|
21
|
+
number: 445710,
|
|
22
|
+
fields: ['ligne9BTva'],
|
|
23
|
+
fieldsToSubtract: [],
|
|
24
|
+
type: 'debit'
|
|
25
|
+
}, {
|
|
26
|
+
number: 445785,
|
|
27
|
+
fields: ['ligne10Tva'],
|
|
28
|
+
fieldsToSubtract: [],
|
|
29
|
+
type: 'debit'
|
|
30
|
+
}, {
|
|
31
|
+
number: 445721,
|
|
32
|
+
fields: ['ligne11Tva'],
|
|
33
|
+
fieldsToSubtract: [],
|
|
34
|
+
type: 'debit'
|
|
35
|
+
}, {
|
|
36
|
+
number: 445820,
|
|
37
|
+
fields: ['ligne13', 'ligne14', 'ligne15', 'ligne5B'],
|
|
38
|
+
fieldsToSubtract: [],
|
|
39
|
+
type: 'debit'
|
|
40
|
+
}, {
|
|
41
|
+
number: 445200,
|
|
42
|
+
fields: ['ligne7C', 'ligne17'],
|
|
43
|
+
fieldsToSubtract: [],
|
|
44
|
+
type: 'debit'
|
|
45
|
+
}, {
|
|
46
|
+
number: 445662,
|
|
47
|
+
fields: ['ligne7C', 'ligne17'],
|
|
48
|
+
fieldsToSubtract: [],
|
|
49
|
+
type: 'credit'
|
|
50
|
+
}, {
|
|
51
|
+
number: 445620,
|
|
52
|
+
fields: ['ligne19'],
|
|
53
|
+
fieldsToSubtract: [],
|
|
54
|
+
type: 'credit'
|
|
55
|
+
}, {
|
|
56
|
+
number: 445660,
|
|
57
|
+
fields: ['ligne20'],
|
|
58
|
+
fieldsToSubtract: ['ligne7C', 'ligne17'],
|
|
59
|
+
type: 'credit',
|
|
60
|
+
idVat: _Vat.Vat.TX_20.id
|
|
61
|
+
}, {
|
|
62
|
+
number: 445840,
|
|
63
|
+
fields: ['ligne21'],
|
|
64
|
+
fieldsToSubtract: [],
|
|
65
|
+
type: 'credit'
|
|
66
|
+
}, {
|
|
67
|
+
number: 445670,
|
|
68
|
+
fields: ['ligne22'],
|
|
69
|
+
fieldsToSubtract: [],
|
|
70
|
+
type: 'credit'
|
|
71
|
+
}, {
|
|
72
|
+
number: 445830,
|
|
73
|
+
fields: ['ligne26'],
|
|
74
|
+
fieldsToSubtract: [],
|
|
75
|
+
type: 'debit'
|
|
76
|
+
}, {
|
|
77
|
+
number: 445670,
|
|
78
|
+
fields: ['ligne27'],
|
|
79
|
+
fieldsToSubtract: [],
|
|
80
|
+
type: 'debit'
|
|
81
|
+
}, {
|
|
82
|
+
number: 445680,
|
|
83
|
+
fields: ['ligne29'],
|
|
84
|
+
fieldsToSubtract: [],
|
|
85
|
+
type: 'credit'
|
|
86
|
+
}, {
|
|
87
|
+
number: 445510,
|
|
88
|
+
fields: ['ligne32'],
|
|
89
|
+
fieldsToSubtract: [],
|
|
90
|
+
type: 'credit'
|
|
91
|
+
}];
|
|
92
|
+
const accountInfo3517 = exports.accountInfo3517 = [{
|
|
93
|
+
number: 445720,
|
|
94
|
+
fields: ['A904072_0', 'A100147_0', 'A100149_0', 'A100161_0'],
|
|
95
|
+
fieldsToSubtract: [],
|
|
96
|
+
type: 'debit'
|
|
97
|
+
}, {
|
|
98
|
+
number: 445705,
|
|
99
|
+
fields: ['A100140_0'],
|
|
100
|
+
fieldsToSubtract: [],
|
|
101
|
+
type: 'debit'
|
|
102
|
+
}, {
|
|
103
|
+
number: 445710,
|
|
104
|
+
fields: ['A904074_0'],
|
|
105
|
+
fieldsToSubtract: [],
|
|
106
|
+
type: 'debit'
|
|
107
|
+
}, {
|
|
108
|
+
number: 445785,
|
|
109
|
+
fields: ['A100168_0'],
|
|
110
|
+
fieldsToSubtract: [],
|
|
111
|
+
type: 'debit'
|
|
112
|
+
}, {
|
|
113
|
+
number: 445721,
|
|
114
|
+
fields: ['A100166_0'],
|
|
115
|
+
fieldsToSubtract: [],
|
|
116
|
+
type: 'debit'
|
|
117
|
+
}, {
|
|
118
|
+
number: 445700,
|
|
119
|
+
fields: ['A100083_0', 'A100145_0', 'A100185_0', 'A107009_0'],
|
|
120
|
+
fieldsToSubtract: [],
|
|
121
|
+
type: 'debit'
|
|
122
|
+
}, {
|
|
123
|
+
number: 445820,
|
|
124
|
+
fields: ['A100197_0', 'A100087_0', 'A905878_0'],
|
|
125
|
+
fieldsToSubtract: [],
|
|
126
|
+
type: 'debit'
|
|
127
|
+
}, {
|
|
128
|
+
number: 445200,
|
|
129
|
+
fields: ['A900775_0', 'A100150_0'],
|
|
130
|
+
fieldsToSubtract: [],
|
|
131
|
+
type: 'debit'
|
|
132
|
+
}, {
|
|
133
|
+
number: 445662,
|
|
134
|
+
fields: ['A900775_0', 'A100150_0'],
|
|
135
|
+
fieldsToSubtract: [],
|
|
136
|
+
type: 'credit'
|
|
137
|
+
}, {
|
|
138
|
+
number: 445620,
|
|
139
|
+
fields: ['A100090_0'],
|
|
140
|
+
fieldsToSubtract: [],
|
|
141
|
+
type: 'credit'
|
|
142
|
+
}, {
|
|
143
|
+
number: 445660,
|
|
144
|
+
fields: ['A100091_0', 'A100192_0'],
|
|
145
|
+
fieldsToSubtract: ['A900775_0', 'A100150_0'],
|
|
146
|
+
type: 'credit',
|
|
147
|
+
idVat: _Vat.Vat.TX_20.id
|
|
148
|
+
}, {
|
|
149
|
+
number: 445840,
|
|
150
|
+
fields: ['A100092_0'],
|
|
151
|
+
fieldsToSubtract: [],
|
|
152
|
+
type: 'credit'
|
|
153
|
+
}, {
|
|
154
|
+
number: 445820,
|
|
155
|
+
fields: ['A905879_0'],
|
|
156
|
+
fieldsToSubtract: [],
|
|
157
|
+
type: 'credit'
|
|
158
|
+
}, {
|
|
159
|
+
number: 445810,
|
|
160
|
+
fields: ['A100194_0'],
|
|
161
|
+
fieldsToSubtract: [],
|
|
162
|
+
type: 'credit'
|
|
163
|
+
}, {
|
|
164
|
+
number: 445670,
|
|
165
|
+
fields: ['A100151_0'],
|
|
166
|
+
fieldsToSubtract: [],
|
|
167
|
+
type: 'credit'
|
|
168
|
+
}, {
|
|
169
|
+
number: 445830,
|
|
170
|
+
fields: ['A100097_0'],
|
|
171
|
+
fieldsToSubtract: [],
|
|
172
|
+
type: 'debit'
|
|
173
|
+
}, {
|
|
174
|
+
number: 445670,
|
|
175
|
+
fields: ['A100098_0'],
|
|
176
|
+
fieldsToSubtract: [],
|
|
177
|
+
type: 'debit'
|
|
178
|
+
}, {
|
|
179
|
+
number: 445810,
|
|
180
|
+
fields: ['A100224_0'],
|
|
181
|
+
fieldsToSubtract: [],
|
|
182
|
+
type: 'debit'
|
|
183
|
+
}, {
|
|
184
|
+
number: 445680,
|
|
185
|
+
fields: ['A100204_0'],
|
|
186
|
+
fieldsToSubtract: [],
|
|
187
|
+
type: 'credit'
|
|
188
|
+
}, {
|
|
189
|
+
number: 445510,
|
|
190
|
+
fields: ['A100103_0'],
|
|
191
|
+
fieldsToSubtract: [],
|
|
192
|
+
type: 'credit'
|
|
193
|
+
}];
|
|
234
194
|
//# sourceMappingURL=VatDeclarationType.js.map
|