@silexpert/core 1.2.15 → 1.2.16
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/dist/cjs/api/resources/Checklist.d.ts +2 -1
- package/dist/cjs/api/resources/Checklist.d.ts.map +1 -1
- package/dist/cjs/api/resources/Checklist.js +3 -0
- package/dist/cjs/api/resources/Checklist.js.map +1 -1
- package/dist/cjs/api/resources/Society.d.ts +2 -2
- package/dist/cjs/api/resources/Society.d.ts.map +1 -1
- package/dist/cjs/api/resources/Society.js +4 -4
- package/dist/cjs/api/resources/Society.js.map +1 -1
- package/dist/cjs/api/resources/TimeRecorder.d.ts +3 -2
- package/dist/cjs/api/resources/TimeRecorder.d.ts.map +1 -1
- package/dist/cjs/api/resources/TimeRecorder.js +3 -0
- package/dist/cjs/api/resources/TimeRecorder.js.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BalanceSheet.js +0 -1
- package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/PaymentRecovery/Create.d.ts +1 -1
- package/dist/cjs/types/Interface/api/PaymentRecovery/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/PaymentRecovery/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Query.d.ts +7 -0
- package/dist/cjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js +32 -1
- package/dist/cjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.d.ts +37 -29
- package/dist/cjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.js +89 -31
- package/dist/cjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.js.map +1 -1
- package/dist/cjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts +46 -29
- package/dist/cjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.js.map +1 -1
- package/dist/cjs/types/Interface/api/society/QueryUnpaid.d.ts +1 -0
- package/dist/cjs/types/Interface/api/society/QueryUnpaid.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/society/QueryUnpaid.js +7 -0
- package/dist/cjs/types/Interface/api/society/QueryUnpaid.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/CreateRecorder.d.ts +15 -0
- package/dist/cjs/types/Interface/api/timeRecorder/CreateRecorder.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/timeRecorder/CreateRecorder.js +82 -0
- package/dist/cjs/types/Interface/api/timeRecorder/CreateRecorder.js.map +1 -0
- package/dist/cjs/types/Interface/api/timeRecorder/Query.d.ts +3 -0
- package/dist/cjs/types/Interface/api/timeRecorder/Query.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/Query.js +9 -1
- package/dist/cjs/types/Interface/api/timeRecorder/Query.js.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/UpdateRecorder.d.ts +1 -0
- package/dist/cjs/types/Interface/api/timeRecorder/UpdateRecorder.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/timeRecorder/UpdateRecorder.js +7 -0
- package/dist/cjs/types/Interface/api/timeRecorder/UpdateRecorder.js.map +1 -1
- package/dist/cjs/types/index.d.ts +1 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +1 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/documents.js +1 -1
- package/dist/cjs/utils/documents.js.map +1 -1
- package/dist/mjs/api/resources/Checklist.d.ts +2 -1
- package/dist/mjs/api/resources/Checklist.d.ts.map +1 -1
- package/dist/mjs/api/resources/Checklist.js +6 -0
- package/dist/mjs/api/resources/Checklist.js.map +1 -1
- package/dist/mjs/api/resources/Society.d.ts +2 -2
- package/dist/mjs/api/resources/Society.d.ts.map +1 -1
- package/dist/mjs/api/resources/Society.js +4 -4
- package/dist/mjs/api/resources/Society.js.map +1 -1
- package/dist/mjs/api/resources/TimeRecorder.d.ts +3 -2
- package/dist/mjs/api/resources/TimeRecorder.d.ts.map +1 -1
- package/dist/mjs/api/resources/TimeRecorder.js +3 -0
- package/dist/mjs/api/resources/TimeRecorder.js.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BalanceSheet.js +0 -1
- package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/api/PaymentRecovery/Create.d.ts +1 -1
- package/dist/mjs/types/Interface/api/PaymentRecovery/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/PaymentRecovery/Create.js.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Query.d.ts +7 -0
- package/dist/mjs/types/Interface/api/checklist/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/checklist/Query.js +36 -1
- package/dist/mjs/types/Interface/api/checklist/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.d.ts +37 -29
- package/dist/mjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.js +101 -35
- package/dist/mjs/types/Interface/api/previsionalForm/CreatePrevisionalForm.js.map +1 -1
- package/dist/mjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts +46 -29
- package/dist/mjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/previsionalForm/PrevisionalFormPayload.js.map +1 -1
- package/dist/mjs/types/Interface/api/society/QueryUnpaid.d.ts +1 -0
- package/dist/mjs/types/Interface/api/society/QueryUnpaid.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/society/QueryUnpaid.js +8 -0
- package/dist/mjs/types/Interface/api/society/QueryUnpaid.js.map +1 -1
- package/dist/mjs/types/Interface/api/timeRecorder/CreateRecorder.d.ts +15 -0
- package/dist/mjs/types/Interface/api/timeRecorder/CreateRecorder.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/timeRecorder/CreateRecorder.js +89 -0
- package/dist/mjs/types/Interface/api/timeRecorder/CreateRecorder.js.map +1 -0
- package/dist/mjs/types/Interface/api/timeRecorder/Query.d.ts +3 -0
- package/dist/mjs/types/Interface/api/timeRecorder/Query.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/timeRecorder/Query.js +8 -0
- package/dist/mjs/types/Interface/api/timeRecorder/Query.js.map +1 -1
- package/dist/mjs/types/Interface/api/timeRecorder/UpdateRecorder.d.ts +1 -0
- package/dist/mjs/types/Interface/api/timeRecorder/UpdateRecorder.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/timeRecorder/UpdateRecorder.js +8 -0
- package/dist/mjs/types/Interface/api/timeRecorder/UpdateRecorder.js.map +1 -1
- package/dist/mjs/types/index.d.ts +1 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +1 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/documents.js +1 -1
- package/dist/mjs/utils/documents.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Checklist.ts +8 -1
- package/ts/api/resources/Society.ts +4 -4
- package/ts/api/resources/TimeRecorder.ts +7 -2
- package/ts/types/Enum/BalanceSheet.ts +0 -1
- package/ts/types/Interface/api/PaymentRecovery/Create.ts +1 -1
- package/ts/types/Interface/api/checklist/Query.ts +26 -0
- package/ts/types/Interface/api/previsionalForm/CreatePrevisionalForm.ts +88 -32
- package/ts/types/Interface/api/previsionalForm/PrevisionalFormPayload.ts +50 -30
- package/ts/types/Interface/api/society/QueryUnpaid.ts +6 -0
- package/ts/types/Interface/api/timeRecorder/CreateRecorder.ts +59 -0
- package/ts/types/Interface/api/timeRecorder/Query.ts +6 -0
- package/ts/types/Interface/api/timeRecorder/UpdateRecorder.ts +6 -0
- package/ts/types/index.ts +1 -0
- package/ts/utils/documents.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/checklist/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"Query.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/checklist/Query.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qDAKyB;AACzB,6CAAqE;AACrE,sFAA2E;AAC3E,+DAAgE;AAGhE,kDAAwD;AAExD,MAAa,oBAAoB;CAqBhC;AArBD,oDAqBC;AAjBG;IAHD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACO;AAKlB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,8BAAY,GAAE;IACd,IAAA,4BAAU,GAAE;;qDACM;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,8BAAY,GAAE;IACd,IAAA,4BAAU,GAAE;;qDACM;AAMjB;IAJD,IAAA,2BAAmB,EAAC,EAAE,WAAW,EAAE,sCAAsC,EAAE,CAAC;IAC5E,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;yDACW;AAG1B,MAAa,uBAAuB;CASnC;AATD,0DASC;AANG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,8BAAY,GAAE;;qDACA;AAKb;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;uDACI;AAGnB,MAAa,oBAAqB,SAAQ,oCAAqB;CAuC9D;AAvCD,oDAuCC;AApCG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,yBAAO,GAAE;;oDACS;AAIjB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,8BAAY,GAAE;;kDACA;AAKb;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACK;AAKhB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;0DACa;AAIxB;IAFD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;;2DACmC;AAK9C;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;mDAC6B;AAMtC;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;oEACsB;AAMhC;IAJD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;;mEACqB;AAGnC,MAAa,0BAA2B,SAAQ,oCAAqB;CAuBpE;AAvBD,gEAuBC;AAnBG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;0DACK;AAIhB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,yBAAO,GAAE;;0DACS;AAKjB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,yBAAO,GAAE;IACT,IAAA,4BAAU,GAAE;;6DACU;AAKrB;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;yDACI;AAIf;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,wBAAM,GAAE;8BACM,IAAI;+DAAC;AAGtB,MAAa,oBAAoB;CAKhC;AALD,oDAKC;AADG;IAHD,IAAA,2BAAmB,GAAE;IACrB,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAM,EAAC,iCAAiB,CAAC;;kDACC;AAG7B,MAAa,yBAAyB;CAGrC;AAHD,8DAGC;AAED,MAAa,kBAAkB;CAK9B;AALD,gDAKC;AADG;IAHD,IAAA,mBAAW,GAAE;IACb,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;qDACO;AAGtB,MAAa,oBAAoB;CAMhC;AAND,oDAMC;AADG;IAJD,IAAA,mBAAW,GAAE;IACb,IAAA,2BAAS,GAAE;IACX,IAAA,6BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;mDACK;AAGpB,MAAa,mBAAmB;CAQ/B;AARD,kDAQC;AALG;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;sDACY;AAIlB;IAFD,IAAA,mBAAW,GAAE;IACb,IAAA,uBAAK,GAAE;;uDACa","sourcesContent":["import {\n IsArray,\n IsBoolean,\n IsDate,\n IsDateString, IsEnum, IsInt, IsNumber, IsOptional, IsPositive, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\nimport { ChecklistTypeEnum } from '../../../Enum/ChecklistType';\nimport { IChecklistDetail } from '../../models/IChecklistDetail';\nimport { IChecklistType } from '../../models/IChecklistType';\nimport { RequiredQueryPaginate } from '../BasePaginate';\n\nexport class QueryGetAllDeadlines {\n @ApiProperty()\n @IsNumber()\n @IsPositive()\n idSociety: number;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n minDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n maxDate?: string;\n\n @ApiPropertyOptional({ description: 'Retrieve deadlines by exercices date' })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n byExercices?: boolean;\n}\n\nexport class QueryChecklistStatistic {\n @ApiProperty()\n @IsDateString()\n date: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idUser: number;\n}\n\nexport class QueryChecklistWallet extends RequiredQueryPaginate {\n @ApiProperty()\n @IsArray()\n idUser: number[];\n\n @ApiProperty()\n @IsDateString()\n date: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n\n @ApiPropertyOptional()\n @IsArray()\n @IsOptional()\n idVatRegimes?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n revisionRange?: { min: number; max: number; };\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n state: 'todo' | 'inProgress' | 'done';\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n shouldRetrieveRevision: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n onlyChecklistPossible: boolean;\n}\n\nexport class QueryChecklistGetPaginated extends RequiredQueryPaginate {\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n \n @ApiProperty()\n @IsArray()\n idUser: number[];\n\n @ApiPropertyOptional()\n @IsArray()\n @IsOptional()\n vatRegime?: number[];\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n state?: number;\n\n @ApiProperty()\n @IsDate()\n closingDate: Date;\n}\n\nexport class QueryGetAllQuestions {\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(ChecklistTypeEnum)\n type?: ChecklistTypeEnum;\n}\n\nexport class QueryGetAllBlockingIssues {\n questionsList: IChecklistType[];\n answers: IChecklistDetail[];\n}\n\nexport class QueryGetToComplete {\n @ApiProperty()\n @IsNumber()\n @IsPositive()\n idSociety: number;\n}\n\nexport class QueryChecklistUpdate {\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n force?: boolean;\n}\n\nexport class QueryGenerateAdvice {\n @ApiProperty()\n @IsInt()\n idSociety: number;\n\n @ApiProperty()\n @IsInt()\n idExercice: number;\n}"]}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { LegalFormTypeEnum } from '../../../Enum/LegalForm';
|
|
2
2
|
import { TaxSystem } from '../../../Enum/TaxSystem';
|
|
3
|
-
import { NumberFiscalYears, PrevisionalFormActivity, PrevisionalFormPayload } from '../../..';
|
|
3
|
+
import { LoanInformation, NumberFiscalYears, OptionNumberFiscalYears, PrevisionalFormActivity, PrevisionalFormPayload } from '../../..';
|
|
4
4
|
export declare class NumberFiscalYearsValidation implements NumberFiscalYears {
|
|
5
5
|
n: number;
|
|
6
6
|
n1: number;
|
|
7
7
|
n2: number;
|
|
8
|
+
vat?: number;
|
|
8
9
|
}
|
|
9
10
|
export declare class CreatePrevisionalFormData implements PrevisionalFormPayload {
|
|
10
11
|
/**
|
|
@@ -17,48 +18,49 @@ export declare class CreatePrevisionalFormData implements PrevisionalFormPayload
|
|
|
17
18
|
/**
|
|
18
19
|
* Investissement
|
|
19
20
|
*/
|
|
20
|
-
computerHardware: NumberFiscalYearsValidation
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
21
|
+
computerHardware: Required<NumberFiscalYearsValidation>;
|
|
22
|
+
utilityVehicle: Required<NumberFiscalYearsValidation>;
|
|
23
|
+
personalVehicle: Required<NumberFiscalYearsValidation>;
|
|
24
|
+
toolsEquipment: Required<NumberFiscalYearsValidation>;
|
|
25
|
+
software: Required<NumberFiscalYearsValidation>;
|
|
26
|
+
website: Required<NumberFiscalYearsValidation>;
|
|
27
|
+
businessAssets: Required<NumberFiscalYearsValidation>;
|
|
28
|
+
immobilizedSecurities: Required<NumberFiscalYearsValidation>;
|
|
29
|
+
deposit: Required<NumberFiscalYearsValidation>;
|
|
28
30
|
/**
|
|
29
31
|
* Financement
|
|
30
32
|
*/
|
|
31
33
|
socialCapital: NumberFiscalYearsValidation;
|
|
32
34
|
accountContribution: NumberFiscalYearsValidation;
|
|
33
|
-
|
|
35
|
+
loans: LoanInformation[];
|
|
34
36
|
/**
|
|
35
37
|
* Chiffres d’affaires et charge liées à l’activité
|
|
36
38
|
*/
|
|
37
|
-
turnover: NumberFiscalYearsValidation;
|
|
38
|
-
outsourcing: NumberFiscalYearsValidation;
|
|
39
|
-
merchandisePurchase:
|
|
39
|
+
turnover: Required<NumberFiscalYearsValidation>[];
|
|
40
|
+
outsourcing: Required<NumberFiscalYearsValidation>[];
|
|
41
|
+
merchandisePurchase: OptionNumberFiscalYears[];
|
|
40
42
|
/**
|
|
41
43
|
* Consommables
|
|
42
44
|
*/
|
|
43
|
-
packaging: NumberFiscalYearsValidation
|
|
44
|
-
utilities: NumberFiscalYearsValidation
|
|
45
|
-
fuel: NumberFiscalYearsValidation
|
|
46
|
-
equipmentAndSupplies: NumberFiscalYearsValidation
|
|
47
|
-
administrativeSupplies: NumberFiscalYearsValidation
|
|
45
|
+
packaging: Required<NumberFiscalYearsValidation>;
|
|
46
|
+
utilities: Required<NumberFiscalYearsValidation>;
|
|
47
|
+
fuel: Required<NumberFiscalYearsValidation>;
|
|
48
|
+
equipmentAndSupplies: Required<NumberFiscalYearsValidation>;
|
|
49
|
+
administrativeSupplies: Required<NumberFiscalYearsValidation>;
|
|
48
50
|
/**
|
|
49
51
|
* Autes charges liées à l’activité
|
|
50
52
|
*/
|
|
51
|
-
realEstateRental: NumberFiscalYearsValidation
|
|
52
|
-
otherRental: NumberFiscalYearsValidation
|
|
53
|
-
maintenanceAndRepair: NumberFiscalYearsValidation
|
|
54
|
-
insuranceAndProfessionalLiability: NumberFiscalYearsValidation
|
|
55
|
-
accountingFees: NumberFiscalYearsValidation
|
|
56
|
-
otherFees: NumberFiscalYearsValidation
|
|
57
|
-
advertising: NumberFiscalYearsValidation
|
|
58
|
-
kilometricAllowances: NumberFiscalYearsValidation
|
|
59
|
-
otherTravelExpenses: NumberFiscalYearsValidation
|
|
60
|
-
telephonyInternetNetworks: NumberFiscalYearsValidation
|
|
61
|
-
bankFees: NumberFiscalYearsValidation
|
|
53
|
+
realEstateRental: Required<NumberFiscalYearsValidation>;
|
|
54
|
+
otherRental: Required<NumberFiscalYearsValidation>;
|
|
55
|
+
maintenanceAndRepair: Required<NumberFiscalYearsValidation>;
|
|
56
|
+
insuranceAndProfessionalLiability: Required<NumberFiscalYearsValidation>;
|
|
57
|
+
accountingFees: Required<NumberFiscalYearsValidation>;
|
|
58
|
+
otherFees: Required<NumberFiscalYearsValidation>;
|
|
59
|
+
advertising: Required<NumberFiscalYearsValidation>;
|
|
60
|
+
kilometricAllowances: Required<NumberFiscalYearsValidation>;
|
|
61
|
+
otherTravelExpenses: Required<NumberFiscalYearsValidation>;
|
|
62
|
+
telephonyInternetNetworks: Required<NumberFiscalYearsValidation>;
|
|
63
|
+
bankFees: Required<NumberFiscalYearsValidation>;
|
|
62
64
|
/**
|
|
63
65
|
* Social et rémunération
|
|
64
66
|
*/
|
|
@@ -68,6 +70,12 @@ export declare class CreatePrevisionalFormData implements PrevisionalFormPayload
|
|
|
68
70
|
employee3GrossSalary: NumberFiscalYearsValidation;
|
|
69
71
|
remunerationPresident: NumberFiscalYearsValidation;
|
|
70
72
|
remunerationManager: NumberFiscalYearsValidation;
|
|
73
|
+
/**
|
|
74
|
+
* Impôts
|
|
75
|
+
*/
|
|
76
|
+
cfe: NumberFiscalYears | undefined;
|
|
77
|
+
tvs: NumberFiscalYears | undefined;
|
|
78
|
+
otherTaxes: NumberFiscalYears | undefined;
|
|
71
79
|
}
|
|
72
80
|
export declare class CreatePrevisionalForm {
|
|
73
81
|
idSociety: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreatePrevisionalForm.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/previsionalForm/CreatePrevisionalForm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"CreatePrevisionalForm.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/previsionalForm/CreatePrevisionalForm.ts"],"names":[],"mappings":"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"}
|
|
@@ -34,6 +34,12 @@ __decorate([
|
|
|
34
34
|
(0, class_validator_1.IsNumber)(),
|
|
35
35
|
__metadata("design:type", Number)
|
|
36
36
|
], NumberFiscalYearsValidation.prototype, "n2", void 0);
|
|
37
|
+
__decorate([
|
|
38
|
+
(0, utils_1.ApiPropertyOptional)(),
|
|
39
|
+
(0, class_validator_1.IsOptional)(),
|
|
40
|
+
(0, class_validator_1.IsNumber)(),
|
|
41
|
+
__metadata("design:type", Number)
|
|
42
|
+
], NumberFiscalYearsValidation.prototype, "vat", void 0);
|
|
37
43
|
class CreatePrevisionalFormData {
|
|
38
44
|
}
|
|
39
45
|
exports.CreatePrevisionalFormData = CreatePrevisionalFormData;
|
|
@@ -55,128 +61,162 @@ __decorate([
|
|
|
55
61
|
], CreatePrevisionalFormData.prototype, "idTaxSystem", void 0);
|
|
56
62
|
__decorate([
|
|
57
63
|
(0, utils_1.ApiProperty)(),
|
|
58
|
-
(0, class_validator_1.
|
|
64
|
+
(0, class_validator_1.IsEnum)(__1.PrevisionalFormActivity),
|
|
59
65
|
__metadata("design:type", Number)
|
|
60
66
|
], CreatePrevisionalFormData.prototype, "activity", void 0);
|
|
61
67
|
__decorate([
|
|
62
68
|
(0, utils_1.ApiProperty)(),
|
|
63
|
-
|
|
69
|
+
(0, class_validator_1.ValidateNested)(),
|
|
70
|
+
__metadata("design:type", Object)
|
|
64
71
|
], CreatePrevisionalFormData.prototype, "computerHardware", void 0);
|
|
65
72
|
__decorate([
|
|
66
73
|
(0, utils_1.ApiProperty)(),
|
|
67
|
-
|
|
68
|
-
|
|
74
|
+
(0, class_validator_1.ValidateNested)(),
|
|
75
|
+
__metadata("design:type", Object)
|
|
76
|
+
], CreatePrevisionalFormData.prototype, "utilityVehicle", void 0);
|
|
69
77
|
__decorate([
|
|
70
78
|
(0, utils_1.ApiProperty)(),
|
|
71
|
-
|
|
79
|
+
(0, class_validator_1.ValidateNested)(),
|
|
80
|
+
__metadata("design:type", Object)
|
|
81
|
+
], CreatePrevisionalFormData.prototype, "personalVehicle", void 0);
|
|
82
|
+
__decorate([
|
|
83
|
+
(0, utils_1.ApiProperty)(),
|
|
84
|
+
(0, class_validator_1.ValidateNested)(),
|
|
85
|
+
__metadata("design:type", Object)
|
|
72
86
|
], CreatePrevisionalFormData.prototype, "toolsEquipment", void 0);
|
|
73
87
|
__decorate([
|
|
74
88
|
(0, utils_1.ApiProperty)(),
|
|
75
|
-
|
|
89
|
+
(0, class_validator_1.ValidateNested)(),
|
|
90
|
+
__metadata("design:type", Object)
|
|
76
91
|
], CreatePrevisionalFormData.prototype, "software", void 0);
|
|
77
92
|
__decorate([
|
|
78
93
|
(0, utils_1.ApiProperty)(),
|
|
79
|
-
|
|
94
|
+
(0, class_validator_1.ValidateNested)(),
|
|
95
|
+
__metadata("design:type", Object)
|
|
80
96
|
], CreatePrevisionalFormData.prototype, "website", void 0);
|
|
81
97
|
__decorate([
|
|
82
98
|
(0, utils_1.ApiProperty)(),
|
|
83
|
-
|
|
99
|
+
(0, class_validator_1.ValidateNested)(),
|
|
100
|
+
__metadata("design:type", Object)
|
|
84
101
|
], CreatePrevisionalFormData.prototype, "businessAssets", void 0);
|
|
85
102
|
__decorate([
|
|
86
103
|
(0, utils_1.ApiProperty)(),
|
|
87
|
-
|
|
104
|
+
(0, class_validator_1.ValidateNested)(),
|
|
105
|
+
__metadata("design:type", Object)
|
|
88
106
|
], CreatePrevisionalFormData.prototype, "immobilizedSecurities", void 0);
|
|
89
107
|
__decorate([
|
|
90
108
|
(0, utils_1.ApiProperty)(),
|
|
91
|
-
|
|
109
|
+
(0, class_validator_1.ValidateNested)(),
|
|
110
|
+
__metadata("design:type", Object)
|
|
92
111
|
], CreatePrevisionalFormData.prototype, "deposit", void 0);
|
|
93
112
|
__decorate([
|
|
94
113
|
(0, utils_1.ApiProperty)(),
|
|
114
|
+
(0, class_validator_1.ValidateNested)(),
|
|
95
115
|
__metadata("design:type", NumberFiscalYearsValidation)
|
|
96
116
|
], CreatePrevisionalFormData.prototype, "socialCapital", void 0);
|
|
97
117
|
__decorate([
|
|
98
118
|
(0, utils_1.ApiProperty)(),
|
|
119
|
+
(0, class_validator_1.ValidateNested)(),
|
|
99
120
|
__metadata("design:type", NumberFiscalYearsValidation)
|
|
100
121
|
], CreatePrevisionalFormData.prototype, "accountContribution", void 0);
|
|
101
122
|
__decorate([
|
|
102
123
|
(0, utils_1.ApiProperty)(),
|
|
103
|
-
|
|
104
|
-
|
|
124
|
+
(0, class_validator_1.IsArray)(),
|
|
125
|
+
__metadata("design:type", Array)
|
|
126
|
+
], CreatePrevisionalFormData.prototype, "loans", void 0);
|
|
105
127
|
__decorate([
|
|
106
128
|
(0, utils_1.ApiProperty)(),
|
|
107
|
-
|
|
129
|
+
(0, class_validator_1.ValidateNested)(),
|
|
130
|
+
__metadata("design:type", Array)
|
|
108
131
|
], CreatePrevisionalFormData.prototype, "turnover", void 0);
|
|
109
132
|
__decorate([
|
|
110
133
|
(0, utils_1.ApiProperty)(),
|
|
111
|
-
|
|
134
|
+
(0, class_validator_1.ValidateNested)(),
|
|
135
|
+
__metadata("design:type", Array)
|
|
112
136
|
], CreatePrevisionalFormData.prototype, "outsourcing", void 0);
|
|
113
137
|
__decorate([
|
|
114
138
|
(0, utils_1.ApiProperty)(),
|
|
115
|
-
__metadata("design:type",
|
|
139
|
+
__metadata("design:type", Array)
|
|
116
140
|
], CreatePrevisionalFormData.prototype, "merchandisePurchase", void 0);
|
|
117
141
|
__decorate([
|
|
118
142
|
(0, utils_1.ApiProperty)(),
|
|
119
|
-
|
|
143
|
+
(0, class_validator_1.ValidateNested)(),
|
|
144
|
+
__metadata("design:type", Object)
|
|
120
145
|
], CreatePrevisionalFormData.prototype, "packaging", void 0);
|
|
121
146
|
__decorate([
|
|
122
147
|
(0, utils_1.ApiProperty)(),
|
|
123
|
-
|
|
148
|
+
(0, class_validator_1.ValidateNested)(),
|
|
149
|
+
__metadata("design:type", Object)
|
|
124
150
|
], CreatePrevisionalFormData.prototype, "utilities", void 0);
|
|
125
151
|
__decorate([
|
|
126
152
|
(0, utils_1.ApiProperty)(),
|
|
127
|
-
|
|
153
|
+
(0, class_validator_1.ValidateNested)(),
|
|
154
|
+
__metadata("design:type", Object)
|
|
128
155
|
], CreatePrevisionalFormData.prototype, "fuel", void 0);
|
|
129
156
|
__decorate([
|
|
130
157
|
(0, utils_1.ApiProperty)(),
|
|
131
|
-
|
|
158
|
+
(0, class_validator_1.ValidateNested)(),
|
|
159
|
+
__metadata("design:type", Object)
|
|
132
160
|
], CreatePrevisionalFormData.prototype, "equipmentAndSupplies", void 0);
|
|
133
161
|
__decorate([
|
|
134
162
|
(0, utils_1.ApiProperty)(),
|
|
135
|
-
|
|
163
|
+
(0, class_validator_1.ValidateNested)(),
|
|
164
|
+
__metadata("design:type", Object)
|
|
136
165
|
], CreatePrevisionalFormData.prototype, "administrativeSupplies", void 0);
|
|
137
166
|
__decorate([
|
|
138
167
|
(0, utils_1.ApiProperty)(),
|
|
139
|
-
|
|
168
|
+
(0, class_validator_1.ValidateNested)(),
|
|
169
|
+
__metadata("design:type", Object)
|
|
140
170
|
], CreatePrevisionalFormData.prototype, "realEstateRental", void 0);
|
|
141
171
|
__decorate([
|
|
142
172
|
(0, utils_1.ApiProperty)(),
|
|
143
|
-
|
|
173
|
+
(0, class_validator_1.ValidateNested)(),
|
|
174
|
+
__metadata("design:type", Object)
|
|
144
175
|
], CreatePrevisionalFormData.prototype, "otherRental", void 0);
|
|
145
176
|
__decorate([
|
|
146
177
|
(0, utils_1.ApiProperty)(),
|
|
147
|
-
|
|
178
|
+
(0, class_validator_1.ValidateNested)(),
|
|
179
|
+
__metadata("design:type", Object)
|
|
148
180
|
], CreatePrevisionalFormData.prototype, "maintenanceAndRepair", void 0);
|
|
149
181
|
__decorate([
|
|
150
182
|
(0, utils_1.ApiProperty)(),
|
|
151
|
-
|
|
183
|
+
(0, class_validator_1.ValidateNested)(),
|
|
184
|
+
__metadata("design:type", Object)
|
|
152
185
|
], CreatePrevisionalFormData.prototype, "insuranceAndProfessionalLiability", void 0);
|
|
153
186
|
__decorate([
|
|
154
187
|
(0, utils_1.ApiProperty)(),
|
|
155
|
-
|
|
188
|
+
(0, class_validator_1.ValidateNested)(),
|
|
189
|
+
__metadata("design:type", Object)
|
|
156
190
|
], CreatePrevisionalFormData.prototype, "accountingFees", void 0);
|
|
157
191
|
__decorate([
|
|
158
192
|
(0, utils_1.ApiProperty)(),
|
|
159
|
-
|
|
193
|
+
(0, class_validator_1.ValidateNested)(),
|
|
194
|
+
__metadata("design:type", Object)
|
|
160
195
|
], CreatePrevisionalFormData.prototype, "otherFees", void 0);
|
|
161
196
|
__decorate([
|
|
162
197
|
(0, utils_1.ApiProperty)(),
|
|
163
|
-
|
|
198
|
+
(0, class_validator_1.ValidateNested)(),
|
|
199
|
+
__metadata("design:type", Object)
|
|
164
200
|
], CreatePrevisionalFormData.prototype, "advertising", void 0);
|
|
165
201
|
__decorate([
|
|
166
202
|
(0, utils_1.ApiProperty)(),
|
|
167
|
-
|
|
203
|
+
(0, class_validator_1.ValidateNested)(),
|
|
204
|
+
__metadata("design:type", Object)
|
|
168
205
|
], CreatePrevisionalFormData.prototype, "kilometricAllowances", void 0);
|
|
169
206
|
__decorate([
|
|
170
207
|
(0, utils_1.ApiProperty)(),
|
|
171
|
-
|
|
208
|
+
(0, class_validator_1.ValidateNested)(),
|
|
209
|
+
__metadata("design:type", Object)
|
|
172
210
|
], CreatePrevisionalFormData.prototype, "otherTravelExpenses", void 0);
|
|
173
211
|
__decorate([
|
|
174
212
|
(0, utils_1.ApiProperty)(),
|
|
175
|
-
|
|
213
|
+
(0, class_validator_1.ValidateNested)(),
|
|
214
|
+
__metadata("design:type", Object)
|
|
176
215
|
], CreatePrevisionalFormData.prototype, "telephonyInternetNetworks", void 0);
|
|
177
216
|
__decorate([
|
|
178
217
|
(0, utils_1.ApiProperty)(),
|
|
179
|
-
|
|
218
|
+
(0, class_validator_1.ValidateNested)(),
|
|
219
|
+
__metadata("design:type", Object)
|
|
180
220
|
], CreatePrevisionalFormData.prototype, "bankFees", void 0);
|
|
181
221
|
__decorate([
|
|
182
222
|
(0, utils_1.ApiProperty)(),
|
|
@@ -184,24 +224,41 @@ __decorate([
|
|
|
184
224
|
], CreatePrevisionalFormData.prototype, "isACREBeneficiary", void 0);
|
|
185
225
|
__decorate([
|
|
186
226
|
(0, utils_1.ApiProperty)(),
|
|
227
|
+
(0, class_validator_1.ValidateNested)(),
|
|
187
228
|
__metadata("design:type", NumberFiscalYearsValidation)
|
|
188
229
|
], CreatePrevisionalFormData.prototype, "employee1GrossSalary", void 0);
|
|
189
230
|
__decorate([
|
|
190
231
|
(0, utils_1.ApiProperty)(),
|
|
232
|
+
(0, class_validator_1.ValidateNested)(),
|
|
191
233
|
__metadata("design:type", NumberFiscalYearsValidation)
|
|
192
234
|
], CreatePrevisionalFormData.prototype, "employee2GrossSalary", void 0);
|
|
193
235
|
__decorate([
|
|
194
236
|
(0, utils_1.ApiProperty)(),
|
|
237
|
+
(0, class_validator_1.ValidateNested)(),
|
|
195
238
|
__metadata("design:type", NumberFiscalYearsValidation)
|
|
196
239
|
], CreatePrevisionalFormData.prototype, "employee3GrossSalary", void 0);
|
|
197
240
|
__decorate([
|
|
198
241
|
(0, utils_1.ApiProperty)(),
|
|
242
|
+
(0, class_validator_1.ValidateNested)(),
|
|
199
243
|
__metadata("design:type", NumberFiscalYearsValidation)
|
|
200
244
|
], CreatePrevisionalFormData.prototype, "remunerationPresident", void 0);
|
|
201
245
|
__decorate([
|
|
202
246
|
(0, utils_1.ApiProperty)(),
|
|
247
|
+
(0, class_validator_1.ValidateNested)(),
|
|
203
248
|
__metadata("design:type", NumberFiscalYearsValidation)
|
|
204
249
|
], CreatePrevisionalFormData.prototype, "remunerationManager", void 0);
|
|
250
|
+
__decorate([
|
|
251
|
+
(0, utils_1.ApiProperty)(),
|
|
252
|
+
__metadata("design:type", Object)
|
|
253
|
+
], CreatePrevisionalFormData.prototype, "cfe", void 0);
|
|
254
|
+
__decorate([
|
|
255
|
+
(0, utils_1.ApiProperty)(),
|
|
256
|
+
__metadata("design:type", Object)
|
|
257
|
+
], CreatePrevisionalFormData.prototype, "tvs", void 0);
|
|
258
|
+
__decorate([
|
|
259
|
+
(0, utils_1.ApiProperty)(),
|
|
260
|
+
__metadata("design:type", Object)
|
|
261
|
+
], CreatePrevisionalFormData.prototype, "otherTaxes", void 0);
|
|
205
262
|
class CreatePrevisionalForm {
|
|
206
263
|
}
|
|
207
264
|
exports.CreatePrevisionalForm = CreatePrevisionalForm;
|
|
@@ -212,6 +269,7 @@ __decorate([
|
|
|
212
269
|
], CreatePrevisionalForm.prototype, "idSociety", void 0);
|
|
213
270
|
__decorate([
|
|
214
271
|
(0, utils_1.ApiProperty)(),
|
|
272
|
+
(0, class_validator_1.ValidateNested)(),
|
|
215
273
|
__metadata("design:type", CreatePrevisionalFormData)
|
|
216
274
|
], CreatePrevisionalForm.prototype, "payload", void 0);
|
|
217
275
|
//# sourceMappingURL=CreatePrevisionalForm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreatePrevisionalForm.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/previsionalForm/CreatePrevisionalForm.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uDAA4D;AAC5D,uDAAoD;AACpD,
|
|
1
|
+
{"version":3,"file":"CreatePrevisionalForm.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/previsionalForm/CreatePrevisionalForm.ts"],"names":[],"mappings":"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","sourcesContent":["import { LegalFormTypeEnum } from '../../../Enum/LegalForm';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { LoanInformation, NumberFiscalYears, OptionNumberFiscalYears, PrevisionalFormActivity, PrevisionalFormPayload } from '../../..';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { IsNumber, IsBoolean, IsEnum, IsOptional, ValidateNested, IsArray } from 'class-validator';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class NumberFiscalYearsValidation implements NumberFiscalYears {\n @ApiProperty()\n @IsNumber()\n n: number;\n\n @ApiProperty()\n @IsNumber()\n n1: number;\n\n @ApiProperty()\n @IsNumber()\n n2: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n vat?: number;\n}\n\nexport class CreatePrevisionalFormData implements PrevisionalFormPayload {\n /**\n * Description de la société\n */\n @ApiProperty()\n @IsBoolean()\n @ToBoolean()\n isCompanyCreation: boolean;\n\n @ApiProperty()\n @IsEnum(LegalFormTypeEnum)\n idLegalForm: LegalFormTypeEnum;\n\n @ApiProperty()\n @IsEnum(TaxSystem)\n idTaxSystem: TaxSystem;\n\n @ApiProperty()\n @IsEnum(PrevisionalFormActivity)\n activity: PrevisionalFormActivity;\n\n /**\n * Investissement\n */\n @ApiProperty()\n @ValidateNested()\n computerHardware: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n utilityVehicle: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n personalVehicle: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n toolsEquipment: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n software: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n website: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n businessAssets: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n immobilizedSecurities: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n deposit: Required<NumberFiscalYearsValidation>;\n\n /**\n * Financement\n */\n @ApiProperty()\n @ValidateNested()\n socialCapital: NumberFiscalYearsValidation;\n\n @ApiProperty()\n @ValidateNested()\n accountContribution: NumberFiscalYearsValidation;\n\n @ApiProperty()\n @IsArray()\n loans: LoanInformation[];\n\n /**\n * Chiffres d’affaires et charge liées à l’activité\n */\n @ApiProperty()\n @ValidateNested()\n turnover: Required<NumberFiscalYearsValidation>[];\n\n @ApiProperty()\n @ValidateNested()\n outsourcing: Required<NumberFiscalYearsValidation>[];\n\n @ApiProperty()\n merchandisePurchase: OptionNumberFiscalYears[];\n\n /**\n * Consommables\n */\n @ApiProperty()\n @ValidateNested()\n packaging: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n utilities: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n fuel: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n equipmentAndSupplies: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n administrativeSupplies: Required<NumberFiscalYearsValidation>;\n\n /**\n * Autes charges liées à l’activité\n */\n @ApiProperty()\n @ValidateNested()\n realEstateRental: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n otherRental: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n maintenanceAndRepair: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n insuranceAndProfessionalLiability: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n accountingFees: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n otherFees: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n advertising: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n kilometricAllowances: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n otherTravelExpenses: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n telephonyInternetNetworks: Required<NumberFiscalYearsValidation>;\n\n @ApiProperty()\n @ValidateNested()\n bankFees: Required<NumberFiscalYearsValidation>;\n\n /**\n * Social et rémunération\n */\n @ApiProperty()\n isACREBeneficiary: boolean;\n\n @ApiProperty()\n @ValidateNested()\n employee1GrossSalary: NumberFiscalYearsValidation;\n\n @ApiProperty()\n @ValidateNested()\n employee2GrossSalary: NumberFiscalYearsValidation;\n\n @ApiProperty()\n @ValidateNested()\n employee3GrossSalary: NumberFiscalYearsValidation;\n\n @ApiProperty()\n @ValidateNested()\n remunerationPresident: NumberFiscalYearsValidation;\n\n @ApiProperty()\n @ValidateNested()\n remunerationManager: NumberFiscalYearsValidation;\n\n /**\n * Impôts\n */\n @ApiProperty()\n cfe: NumberFiscalYears | undefined;\n\n @ApiProperty()\n tvs: NumberFiscalYears | undefined;\n\n @ApiProperty()\n otherTaxes: NumberFiscalYears | undefined;\n}\n\nexport class CreatePrevisionalForm {\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @ValidateNested()\n payload: CreatePrevisionalFormData;\n}"]}
|
|
@@ -5,6 +5,17 @@ export interface NumberFiscalYears {
|
|
|
5
5
|
n: number;
|
|
6
6
|
n1: number;
|
|
7
7
|
n2: number;
|
|
8
|
+
vat?: number;
|
|
9
|
+
}
|
|
10
|
+
export interface LoanInformation {
|
|
11
|
+
year: 'n' | 'n1' | 'n2';
|
|
12
|
+
amount: number;
|
|
13
|
+
duration: number;
|
|
14
|
+
rate: number;
|
|
15
|
+
payment: number;
|
|
16
|
+
}
|
|
17
|
+
export interface OptionNumberFiscalYears extends Required<NumberFiscalYears> {
|
|
18
|
+
isMarginRate?: boolean;
|
|
8
19
|
}
|
|
9
20
|
export interface CompanyDescription {
|
|
10
21
|
isCompanyCreation: boolean;
|
|
@@ -13,46 +24,52 @@ export interface CompanyDescription {
|
|
|
13
24
|
activity: PrevisionalFormActivity;
|
|
14
25
|
}
|
|
15
26
|
export interface Investment {
|
|
16
|
-
computerHardware: NumberFiscalYears
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
27
|
+
computerHardware: Required<NumberFiscalYears>;
|
|
28
|
+
utilityVehicle: Required<NumberFiscalYears>;
|
|
29
|
+
personalVehicle: Required<NumberFiscalYears>;
|
|
30
|
+
toolsEquipment: Required<NumberFiscalYears>;
|
|
31
|
+
software: Required<NumberFiscalYears>;
|
|
32
|
+
website: Required<NumberFiscalYears>;
|
|
33
|
+
businessAssets: Required<NumberFiscalYears>;
|
|
34
|
+
immobilizedSecurities: Required<NumberFiscalYears>;
|
|
35
|
+
deposit: Required<NumberFiscalYears>;
|
|
24
36
|
}
|
|
25
37
|
export interface Financing {
|
|
26
38
|
socialCapital: NumberFiscalYears;
|
|
27
39
|
accountContribution: NumberFiscalYears;
|
|
28
|
-
|
|
40
|
+
loans: LoanInformation[];
|
|
29
41
|
}
|
|
30
42
|
export interface Turnover {
|
|
31
|
-
turnover: NumberFiscalYears;
|
|
43
|
+
turnover: Required<NumberFiscalYears>[];
|
|
44
|
+
merchandisePurchase: OptionNumberFiscalYears[];
|
|
32
45
|
}
|
|
33
46
|
export interface Charges {
|
|
34
|
-
outsourcing: NumberFiscalYears;
|
|
35
|
-
|
|
47
|
+
outsourcing: Required<NumberFiscalYears>[];
|
|
48
|
+
}
|
|
49
|
+
export interface Taxes {
|
|
50
|
+
cfe: NumberFiscalYears | undefined;
|
|
51
|
+
tvs: NumberFiscalYears | undefined;
|
|
52
|
+
otherTaxes: NumberFiscalYears | undefined;
|
|
36
53
|
}
|
|
37
54
|
export interface Consumables {
|
|
38
|
-
packaging: NumberFiscalYears
|
|
39
|
-
utilities: NumberFiscalYears
|
|
40
|
-
fuel: NumberFiscalYears
|
|
41
|
-
equipmentAndSupplies: NumberFiscalYears
|
|
42
|
-
administrativeSupplies: NumberFiscalYears
|
|
55
|
+
packaging: Required<NumberFiscalYears>;
|
|
56
|
+
utilities: Required<NumberFiscalYears>;
|
|
57
|
+
fuel: Required<NumberFiscalYears>;
|
|
58
|
+
equipmentAndSupplies: Required<NumberFiscalYears>;
|
|
59
|
+
administrativeSupplies: Required<NumberFiscalYears>;
|
|
43
60
|
}
|
|
44
61
|
export interface OtherCharges {
|
|
45
|
-
realEstateRental: NumberFiscalYears
|
|
46
|
-
otherRental: NumberFiscalYears
|
|
47
|
-
maintenanceAndRepair: NumberFiscalYears
|
|
48
|
-
insuranceAndProfessionalLiability: NumberFiscalYears
|
|
49
|
-
accountingFees: NumberFiscalYears
|
|
50
|
-
otherFees: NumberFiscalYears
|
|
51
|
-
advertising: NumberFiscalYears
|
|
52
|
-
kilometricAllowances: NumberFiscalYears
|
|
53
|
-
otherTravelExpenses: NumberFiscalYears
|
|
54
|
-
telephonyInternetNetworks: NumberFiscalYears
|
|
55
|
-
bankFees: NumberFiscalYears
|
|
62
|
+
realEstateRental: Required<NumberFiscalYears>;
|
|
63
|
+
otherRental: Required<NumberFiscalYears>;
|
|
64
|
+
maintenanceAndRepair: Required<NumberFiscalYears>;
|
|
65
|
+
insuranceAndProfessionalLiability: Required<NumberFiscalYears>;
|
|
66
|
+
accountingFees: Required<NumberFiscalYears>;
|
|
67
|
+
otherFees: Required<NumberFiscalYears>;
|
|
68
|
+
advertising: Required<NumberFiscalYears>;
|
|
69
|
+
kilometricAllowances: Required<NumberFiscalYears>;
|
|
70
|
+
otherTravelExpenses: Required<NumberFiscalYears>;
|
|
71
|
+
telephonyInternetNetworks: Required<NumberFiscalYears>;
|
|
72
|
+
bankFees: Required<NumberFiscalYears>;
|
|
56
73
|
}
|
|
57
74
|
export interface SocialAndRemuneration {
|
|
58
75
|
isACREBeneficiary: boolean;
|
|
@@ -62,6 +79,6 @@ export interface SocialAndRemuneration {
|
|
|
62
79
|
remunerationPresident: NumberFiscalYears;
|
|
63
80
|
remunerationManager: NumberFiscalYears;
|
|
64
81
|
}
|
|
65
|
-
export interface PrevisionalFormPayload extends CompanyDescription, Investment, Financing, Turnover, Charges, Consumables, OtherCharges, SocialAndRemuneration {
|
|
82
|
+
export interface PrevisionalFormPayload extends CompanyDescription, Investment, Financing, Turnover, Charges, Taxes, Consumables, OtherCharges, SocialAndRemuneration {
|
|
66
83
|
}
|
|
67
84
|
//# sourceMappingURL=PrevisionalFormPayload.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrevisionalFormPayload.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/previsionalForm/PrevisionalFormPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD,MAAM,WAAW,iBAAiB;IAChC,CAAC,EAAE,MAAM,CAAC;IACV,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"PrevisionalFormPayload.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/previsionalForm/PrevisionalFormPayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,+BAA+B,CAAC;AACxE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAEpD,MAAM,WAAW,iBAAiB;IAChC,CAAC,EAAE,MAAM,CAAC;IACV,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,GAAG,GAAG,IAAI,GAAG,IAAI,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB;AAGD,MAAM,WAAW,uBAAwB,SAAQ,QAAQ,CAAC,iBAAiB,CAAC;IAC1E,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,kBAAkB;IACjC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,iBAAiB,CAAC;IAC/B,WAAW,EAAE,SAAS,CAAC;IACvB,QAAQ,EAAE,uBAAuB,CAAC;CACnC;AAED,MAAM,WAAW,UAAU;IACzB,gBAAgB,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAC9C,cAAc,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAC5C,eAAe,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAC7C,cAAc,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAC5C,QAAQ,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACtC,OAAO,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACrC,cAAc,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAC5C,qBAAqB,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACnD,OAAO,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;CACtC;AAED,MAAM,WAAW,SAAS;IACxB,aAAa,EAAE,iBAAiB,CAAC;IACjC,mBAAmB,EAAE,iBAAiB,CAAC;IACvC,KAAK,EAAE,eAAe,EAAE,CAAC;CAC1B;AAED,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,QAAQ,CAAC,iBAAiB,CAAC,EAAE,CAAC;IACxC,mBAAmB,EAAE,uBAAuB,EAAE,CAAC;CAChD;AAED,MAAM,WAAW,OAAO;IACtB,WAAW,EAAE,QAAQ,CAAC,iBAAiB,CAAC,EAAE,CAAC;CAC5C;AAED,MAAM,WAAW,KAAK;IACpB,GAAG,EAAE,iBAAiB,GAAG,SAAS,CAAC;IACnC,GAAG,EAAE,iBAAiB,GAAG,SAAS,CAAC;IACnC,UAAU,EAAE,iBAAiB,GAAG,SAAS,CAAC;CAC3C;AAED,MAAM,WAAW,WAAW;IAC1B,SAAS,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACvC,SAAS,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACvC,IAAI,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAClC,oBAAoB,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAClD,sBAAsB,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;CACrD;AAED,MAAM,WAAW,YAAY;IAC3B,gBAAgB,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAC9C,WAAW,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACzC,oBAAoB,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAClD,iCAAiC,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAC/D,cAAc,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAC5C,SAAS,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACvC,WAAW,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACzC,oBAAoB,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IAClD,mBAAmB,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACjD,yBAAyB,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;IACvD,QAAQ,EAAE,QAAQ,CAAC,iBAAiB,CAAC,CAAC;CACvC;AAED,MAAM,WAAW,qBAAqB;IACpC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,oBAAoB,EAAE,iBAAiB,CAAC;IACxC,oBAAoB,EAAE,iBAAiB,CAAC;IACxC,oBAAoB,EAAE,iBAAiB,CAAC;IACxC,qBAAqB,EAAE,iBAAiB,CAAC;IACzC,mBAAmB,EAAE,iBAAiB,CAAC;CACxC;AAED,MAAM,WAAW,sBAAuB,SAAQ,kBAAkB,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,qBAAqB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PrevisionalFormPayload.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/previsionalForm/PrevisionalFormPayload.ts"],"names":[],"mappings":"","sourcesContent":["import { LegalFormTypeEnum } from '../../../Enum/LegalForm';\nimport { PrevisionalFormActivity } from '../../../Enum/PrevisionalForm';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\n\nexport interface NumberFiscalYears {\n n: number;\n n1: number;\n n2: number;\n}\n\nexport interface CompanyDescription {\n isCompanyCreation: boolean; // Est-ce une création ?\n idLegalForm: LegalFormTypeEnum; // Statut Juridique\n idTaxSystem: TaxSystem; // Régime d'imposition prévu\n activity: PrevisionalFormActivity; // Quelle est l'activité de la société ?\n
|
|
1
|
+
{"version":3,"file":"PrevisionalFormPayload.js","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/previsionalForm/PrevisionalFormPayload.ts"],"names":[],"mappings":"","sourcesContent":["import { LegalFormTypeEnum } from '../../../Enum/LegalForm';\nimport { PrevisionalFormActivity } from '../../../Enum/PrevisionalForm';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\n\nexport interface NumberFiscalYears {\n n: number;\n n1: number;\n n2: number;\n vat?: number;\n}\n\nexport interface LoanInformation {\n year: 'n' | 'n1' | 'n2';\n amount: number;\n duration: number;\n rate: number;\n payment: number;\n}\n\n\nexport interface OptionNumberFiscalYears extends Required<NumberFiscalYears> {\n isMarginRate?: boolean;\n}\n\nexport interface CompanyDescription {\n isCompanyCreation: boolean; // Est-ce une création ?\n idLegalForm: LegalFormTypeEnum; // Statut Juridique\n idTaxSystem: TaxSystem; // Régime d'imposition prévu\n activity: PrevisionalFormActivity; // Quelle est l'activité de la société ?\n}\n\nexport interface Investment {\n computerHardware: Required<NumberFiscalYears>; // Matériel informatique\n utilityVehicle: Required<NumberFiscalYears>; // Véhicule utilitaire\n personalVehicle: Required<NumberFiscalYears>; // Véhicule particulier\n toolsEquipment: Required<NumberFiscalYears>; // Outillage, matériel\n software: Required<NumberFiscalYears>; // Logiciel\n website: Required<NumberFiscalYears>; // Site internet\n businessAssets: Required<NumberFiscalYears>; // Fonds de commerce\n immobilizedSecurities: Required<NumberFiscalYears>; // Titres immobilisés\n deposit: Required<NumberFiscalYears>; // Caution\n}\n\nexport interface Financing {\n socialCapital: NumberFiscalYears; // Augmentation social\n accountContribution: NumberFiscalYears; // Apport en compte courant d'associé\n loans: LoanInformation[]; // Emprunt bancaire\n}\n\nexport interface Turnover {\n turnover: Required<NumberFiscalYears>[]; // Ventes de marchandises / Ventes de matières premières / Ventes de prestations de services\n merchandisePurchase: OptionNumberFiscalYears[]; // Achats de marchandises / matières premières\n}\n\nexport interface Charges {\n outsourcing: Required<NumberFiscalYears>[]; // Sous-traitance prévue\n}\n\nexport interface Taxes {\n cfe: NumberFiscalYears | undefined; // CFE\n tvs: NumberFiscalYears | undefined; // TVS\n otherTaxes: NumberFiscalYears | undefined; // Autres impôts\n}\n\nexport interface Consumables {\n packaging: Required<NumberFiscalYears>; // Emballages\n utilities: Required<NumberFiscalYears>; // Eau, électricité, gaz\n fuel: Required<NumberFiscalYears>; // Carburant\n equipmentAndSupplies: Required<NumberFiscalYears>; // Petit équipement et matériel\n administrativeSupplies: Required<NumberFiscalYears>; // Fournitures administratives\n}\n\nexport interface OtherCharges {\n realEstateRental: Required<NumberFiscalYears>; // Location immobilière\n otherRental: Required<NumberFiscalYears>; // Autres locations et crédit bail\n maintenanceAndRepair: Required<NumberFiscalYears>; // Entretien et réparation\n insuranceAndProfessionalLiability: Required<NumberFiscalYears>; // Assurances et RC Pro\n accountingFees: Required<NumberFiscalYears>; // Honoraires comptables\n otherFees: Required<NumberFiscalYears>; // Autres frais de gestion\n advertising: Required<NumberFiscalYears>; // Publicité\n kilometricAllowances: Required<NumberFiscalYears>; // Indemnités kilométriques\n otherTravelExpenses: Required<NumberFiscalYears>; // Autres frais de déplacement\n telephonyInternetNetworks: Required<NumberFiscalYears>; // Téléphonie, interne, réseaux\n bankFees: Required<NumberFiscalYears>; // Frais bancaires\n}\n\nexport interface SocialAndRemuneration {\n isACREBeneficiary: boolean; // Bénéficiaire de l'ACRE\n employee1GrossSalary: NumberFiscalYears; // Salaire brut employé 1\n employee2GrossSalary: NumberFiscalYears; // Salaire brut employé 2\n employee3GrossSalary: NumberFiscalYears; // Salaire brut employé 3\n remunerationPresident: NumberFiscalYears; // Rémunération brut président\n remunerationManager: NumberFiscalYears; // Rémunération gérant\n}\n\nexport interface PrevisionalFormPayload extends CompanyDescription, Investment, Financing, Turnover, Charges, Taxes, Consumables, OtherCharges, SocialAndRemuneration {}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryUnpaid.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/society/QueryUnpaid.ts"],"names":[],"mappings":"AAIA,qBAAa,kBAAkB;IAI3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAMlB,YAAY,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"QueryUnpaid.d.ts","sourceRoot":"","sources":["../../../../../../ts/types/Interface/api/society/QueryUnpaid.ts"],"names":[],"mappings":"AAIA,qBAAa,kBAAkB;IAI3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAKhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAMlB,YAAY,CAAC,EAAE,OAAO,CAAC;IAMvB,aAAa,CAAC,EAAE,OAAO,CAAC;IAKxB,YAAY,CAAC,EAAE,MAAM,CAAC;IAKtB,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAKhC,KAAK,CAAC,EAAE,MAAM,CAAC;IAKf,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB"}
|