@silexpert/core 1.2.35 → 1.2.37
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/Report.d.ts +2 -1
- package/dist/cjs/api/resources/Report.d.ts.map +1 -1
- package/dist/cjs/api/resources/Report.js +12 -0
- package/dist/cjs/api/resources/Report.js.map +1 -1
- package/dist/cjs/types/Enum/IssueType.d.ts +53 -0
- package/dist/cjs/types/Enum/IssueType.d.ts.map +1 -0
- package/dist/cjs/types/Enum/IssueType.js +72 -0
- package/dist/cjs/types/Enum/IssueType.js.map +1 -0
- package/dist/cjs/types/Enum/KilometricAllowanceScale.d.ts.map +1 -1
- package/dist/cjs/types/Enum/KilometricAllowanceScale.js +124 -5
- package/dist/cjs/types/Enum/KilometricAllowanceScale.js.map +1 -1
- package/dist/cjs/types/Enum/MailAuto.d.ts +2 -1
- package/dist/cjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/cjs/types/Enum/MailAuto.js +4 -15
- package/dist/cjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts +2 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +57 -26
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Enum/ReportType.d.ts +35 -76
- package/dist/cjs/types/Enum/ReportType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/ReportType.js +72 -20
- package/dist/cjs/types/Enum/ReportType.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.d.ts +2 -0
- package/dist/cjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/report/CreateReport.js +35 -0
- package/dist/cjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/cjs/types/Interface/api/report/ExternalReport.d.ts +9 -0
- package/dist/cjs/types/Interface/api/report/ExternalReport.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/report/ExternalReport.js +48 -0
- package/dist/cjs/types/Interface/api/report/ExternalReport.js.map +1 -0
- package/dist/cjs/types/Interface/models/IFile.d.ts +2 -1
- package/dist/cjs/types/Interface/models/IFile.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IFile.js.map +1 -1
- package/dist/cjs/types/Interface/models/IReport.d.ts +13 -3
- package/dist/cjs/types/Interface/models/IReport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IReport.js.map +1 -1
- package/dist/cjs/types/Interface/models/ITicketSupport.d.ts +27 -2
- package/dist/cjs/types/Interface/models/ITicketSupport.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ITicketSupport.js.map +1 -1
- package/dist/cjs/types/index.d.ts +3 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +3 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/internationalization/choices.js +2 -2
- package/dist/cjs/utils/commercialManagement/internationalization/choices.js.map +1 -1
- package/dist/cjs/utils/commercialManagement/templates/common.js +6 -6
- package/dist/cjs/utils/commercialManagement/templates/common.js.map +1 -1
- package/dist/mjs/api/resources/Report.d.ts +2 -1
- package/dist/mjs/api/resources/Report.d.ts.map +1 -1
- package/dist/mjs/api/resources/Report.js +12 -0
- package/dist/mjs/api/resources/Report.js.map +1 -1
- package/dist/mjs/types/Enum/IssueType.d.ts +53 -0
- package/dist/mjs/types/Enum/IssueType.d.ts.map +1 -0
- package/dist/mjs/types/Enum/IssueType.js +69 -0
- package/dist/mjs/types/Enum/IssueType.js.map +1 -0
- package/dist/mjs/types/Enum/KilometricAllowanceScale.d.ts.map +1 -1
- package/dist/mjs/types/Enum/KilometricAllowanceScale.js +124 -5
- package/dist/mjs/types/Enum/KilometricAllowanceScale.js.map +1 -1
- package/dist/mjs/types/Enum/MailAuto.d.ts +2 -1
- package/dist/mjs/types/Enum/MailAuto.d.ts.map +1 -1
- package/dist/mjs/types/Enum/MailAuto.js +4 -15
- package/dist/mjs/types/Enum/MailAuto.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts +2 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +57 -26
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Enum/ReportType.d.ts +35 -76
- package/dist/mjs/types/Enum/ReportType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/ReportType.js +71 -19
- package/dist/mjs/types/Enum/ReportType.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/CreateReport.d.ts +2 -0
- package/dist/mjs/types/Interface/api/report/CreateReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/report/CreateReport.js +37 -0
- package/dist/mjs/types/Interface/api/report/CreateReport.js.map +1 -1
- package/dist/mjs/types/Interface/api/report/ExternalReport.d.ts +9 -0
- package/dist/mjs/types/Interface/api/report/ExternalReport.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/report/ExternalReport.js +49 -0
- package/dist/mjs/types/Interface/api/report/ExternalReport.js.map +1 -0
- package/dist/mjs/types/Interface/models/IFile.d.ts +2 -1
- package/dist/mjs/types/Interface/models/IFile.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IFile.js.map +1 -1
- package/dist/mjs/types/Interface/models/IReport.d.ts +13 -3
- package/dist/mjs/types/Interface/models/IReport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IReport.js.map +1 -1
- package/dist/mjs/types/Interface/models/ITicketSupport.d.ts +27 -2
- package/dist/mjs/types/Interface/models/ITicketSupport.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ITicketSupport.js.map +1 -1
- package/dist/mjs/types/index.d.ts +3 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +3 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/commercialManagement/internationalization/choices.js +2 -2
- package/dist/mjs/utils/commercialManagement/internationalization/choices.js.map +1 -1
- package/dist/mjs/utils/commercialManagement/templates/common.js +6 -6
- package/dist/mjs/utils/commercialManagement/templates/common.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Report.ts +16 -1
- package/ts/types/Enum/IssueType.ts +85 -0
- package/ts/types/Enum/KilometricAllowanceScale.ts +130 -12
- package/ts/types/Enum/MailAuto.ts +4 -15
- package/ts/types/Enum/PrestationType.ts +60 -29
- package/ts/types/Enum/ReportType.ts +86 -21
- package/ts/types/Interface/api/report/CreateReport.ts +48 -15
- package/ts/types/Interface/api/report/ExternalReport.ts +30 -0
- package/ts/types/Interface/models/IFile.ts +2 -1
- package/ts/types/Interface/models/IReport.ts +13 -3
- package/ts/types/Interface/models/ITicketSupport.ts +31 -2
- package/ts/types/index.ts +5 -4
- package/ts/utils/commercialManagement/internationalization/choices.ts +2 -2
- package/ts/utils/commercialManagement/templates/common.ts +6 -6
|
@@ -1,50 +1,83 @@
|
|
|
1
|
+
import { IsInt, IsOptional, IsString } from 'class-validator';
|
|
1
2
|
import { IReport } from '../../..';
|
|
2
3
|
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
4
|
import { TFile } from '../file/TFile';
|
|
4
5
|
|
|
5
6
|
export class CreateReport implements IReport {
|
|
6
7
|
@ApiPropertyOptional()
|
|
7
|
-
|
|
8
|
+
@IsOptional()
|
|
9
|
+
@IsInt()
|
|
10
|
+
idReportType?: number;
|
|
8
11
|
|
|
9
12
|
@ApiPropertyOptional()
|
|
10
|
-
|
|
13
|
+
@IsOptional()
|
|
14
|
+
@IsInt()
|
|
15
|
+
idSociety?: number;
|
|
16
|
+
|
|
17
|
+
@ApiPropertyOptional()
|
|
18
|
+
@IsOptional()
|
|
19
|
+
@IsInt()
|
|
20
|
+
idFile?: number;
|
|
11
21
|
|
|
12
22
|
@ApiProperty()
|
|
13
|
-
|
|
23
|
+
@IsInt()
|
|
24
|
+
idUser: number;
|
|
14
25
|
|
|
15
26
|
@ApiPropertyOptional()
|
|
16
|
-
|
|
27
|
+
@IsOptional()
|
|
28
|
+
@IsInt()
|
|
29
|
+
idServiceConcerned?: number;
|
|
17
30
|
|
|
18
31
|
@ApiProperty()
|
|
19
|
-
|
|
32
|
+
@IsString()
|
|
33
|
+
comment: string;
|
|
34
|
+
|
|
35
|
+
@ApiPropertyOptional()
|
|
36
|
+
@IsOptional()
|
|
37
|
+
@IsString()
|
|
38
|
+
search?: string;
|
|
20
39
|
|
|
21
40
|
@ApiPropertyOptional()
|
|
22
|
-
|
|
41
|
+
@IsOptional()
|
|
42
|
+
declareSoupcons?: boolean;
|
|
23
43
|
|
|
24
44
|
@ApiPropertyOptional()
|
|
25
|
-
|
|
45
|
+
@IsOptional()
|
|
46
|
+
@IsInt()
|
|
47
|
+
state?: number;
|
|
26
48
|
|
|
27
49
|
@ApiPropertyOptional()
|
|
28
|
-
|
|
50
|
+
@IsOptional()
|
|
51
|
+
informerjlb?: boolean;
|
|
29
52
|
|
|
30
53
|
@ApiPropertyOptional()
|
|
31
|
-
|
|
54
|
+
@IsOptional()
|
|
55
|
+
@IsInt()
|
|
56
|
+
ressenti?: number;
|
|
32
57
|
|
|
33
58
|
@ApiPropertyOptional()
|
|
34
|
-
|
|
59
|
+
@IsOptional()
|
|
60
|
+
@IsInt()
|
|
61
|
+
action?: number;
|
|
35
62
|
|
|
36
63
|
@ApiPropertyOptional()
|
|
37
|
-
|
|
64
|
+
@IsOptional()
|
|
65
|
+
processed?: boolean;
|
|
38
66
|
|
|
39
67
|
@ApiPropertyOptional()
|
|
40
|
-
|
|
68
|
+
@IsOptional()
|
|
69
|
+
letterDate?: Date;
|
|
41
70
|
|
|
42
71
|
@ApiPropertyOptional()
|
|
43
|
-
|
|
72
|
+
@IsOptional()
|
|
73
|
+
receivedFile?: TFile;
|
|
44
74
|
|
|
45
75
|
@ApiPropertyOptional()
|
|
46
|
-
|
|
76
|
+
@IsOptional()
|
|
77
|
+
responseFile?: TFile;
|
|
47
78
|
|
|
48
79
|
@ApiPropertyOptional()
|
|
49
|
-
|
|
80
|
+
@IsOptional()
|
|
81
|
+
@IsString()
|
|
82
|
+
token?: string;
|
|
50
83
|
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { IsEnum, IsInt, IsNumber, IsOptional, IsString } from 'class-validator';
|
|
2
|
+
import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
|
|
3
|
+
import { IssueTypeEnum } from '../../../Enum/IssueType';
|
|
4
|
+
import { ReportTypeEnum } from '../../../Enum/ReportType';
|
|
5
|
+
import { TFile } from '../file/TFile';
|
|
6
|
+
|
|
7
|
+
export class CreateExternalReport {
|
|
8
|
+
@ApiPropertyOptional()
|
|
9
|
+
@IsOptional()
|
|
10
|
+
@IsInt()
|
|
11
|
+
@IsEnum(IssueTypeEnum)
|
|
12
|
+
idIssueType?: number;
|
|
13
|
+
|
|
14
|
+
@ApiPropertyOptional()
|
|
15
|
+
@IsOptional()
|
|
16
|
+
@IsInt()
|
|
17
|
+
@IsEnum(ReportTypeEnum)
|
|
18
|
+
idReportType?: number;
|
|
19
|
+
|
|
20
|
+
@ApiProperty()
|
|
21
|
+
@IsNumber()
|
|
22
|
+
idSociety: number;
|
|
23
|
+
|
|
24
|
+
@ApiProperty()
|
|
25
|
+
@IsString()
|
|
26
|
+
comment: string;
|
|
27
|
+
|
|
28
|
+
@ApiPropertyOptional()
|
|
29
|
+
file?: TFile;
|
|
30
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IAttachmentFile } from './IAttachmentFile';
|
|
2
2
|
import { IFolderFile } from './IFolderFile';
|
|
3
3
|
import { IFileType } from './IFileType';
|
|
4
|
-
import { ICommercialMail, IEstimateInvoice, IMail, IMailAttachment, ISociety } from '../..';
|
|
4
|
+
import { ICommercialMail, IEstimateInvoice, IMail, IMailAttachment, IReport, ISociety } from '../..';
|
|
5
5
|
import { IPaymentRecovery } from './IPaymentRecovery';
|
|
6
6
|
|
|
7
7
|
// files
|
|
@@ -25,4 +25,5 @@ export interface IFile {
|
|
|
25
25
|
mailAttachment?: IMailAttachment | null;
|
|
26
26
|
paymentRecovery?: IPaymentRecovery | null;
|
|
27
27
|
estimateInvoice?: IEstimateInvoice | null;
|
|
28
|
+
report?: IReport | null;
|
|
28
29
|
}
|
|
@@ -1,14 +1,20 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ReportTypeEnum } from '../../Enum/ReportType';
|
|
2
|
+
import { ICalendarEvent } from './ICalendarEvent';
|
|
3
|
+
import { IComment } from './IComment';
|
|
4
|
+
import { ICustomerAcceptance } from './ICustomerAcceptance';
|
|
5
|
+
import { IFile } from './IFile';
|
|
6
|
+
import { ILetter } from './ILetter';
|
|
2
7
|
import { ISociety } from './ISociety';
|
|
3
8
|
|
|
4
9
|
// report
|
|
5
10
|
export interface IReport {
|
|
6
11
|
id?: number;
|
|
7
12
|
idSociety?: number | null;
|
|
8
|
-
idReportType?:
|
|
13
|
+
idReportType?: ReportTypeEnum | null;
|
|
9
14
|
idCalendarEvent?: number;
|
|
10
15
|
idServiceConcerned?: number | null;
|
|
11
16
|
idService?: number | null;
|
|
17
|
+
idFile?: number | null;
|
|
12
18
|
idLetterType?: number | null;
|
|
13
19
|
declareSoupcons?: boolean | null;
|
|
14
20
|
token?: string | null;
|
|
@@ -24,6 +30,10 @@ export interface IReport {
|
|
|
24
30
|
updatedAt?: Date | null;
|
|
25
31
|
|
|
26
32
|
// Associations
|
|
27
|
-
reportType?: IReportType;
|
|
28
33
|
society?: ISociety;
|
|
34
|
+
file?: IFile;
|
|
35
|
+
calendarEvent?: ICalendarEvent;
|
|
36
|
+
comments?: IComment[];
|
|
37
|
+
customerAcceptance?: ICustomerAcceptance;
|
|
38
|
+
letter?: ILetter;
|
|
29
39
|
}
|
|
@@ -1,10 +1,39 @@
|
|
|
1
|
+
import { IssueTypeEnum } from '../../Enum/IssueType';
|
|
2
|
+
import { IFile } from './IFile';
|
|
3
|
+
import { ISociety } from './ISociety';
|
|
4
|
+
import { IUser } from './IUser';
|
|
5
|
+
|
|
1
6
|
// ticketSupport
|
|
2
7
|
export interface ITicketSupport {
|
|
3
8
|
id?: number;
|
|
4
9
|
title: string;
|
|
5
10
|
message: string;
|
|
6
|
-
|
|
7
|
-
|
|
11
|
+
url?: string | null;
|
|
12
|
+
idIssueType: IssueTypeEnum;
|
|
13
|
+
idSociety: number;
|
|
14
|
+
idUser: number;
|
|
15
|
+
idUserWithSameProblem?: number;
|
|
16
|
+
idUserConstatation?: number;
|
|
17
|
+
dateChangeConstatation?: Date;
|
|
18
|
+
idUserState?: number;
|
|
19
|
+
dateChangeState?: Date;
|
|
20
|
+
idFile?: number;
|
|
21
|
+
idFile2?: number;
|
|
22
|
+
tool: number;
|
|
23
|
+
reproduce?: boolean;
|
|
24
|
+
isUrgent?: boolean;
|
|
25
|
+
constatation?: number;
|
|
26
|
+
state?: number;
|
|
27
|
+
dateRdvProgram?: Date;
|
|
8
28
|
createdAt?: Date | null;
|
|
9
29
|
updatedAt?: Date | null;
|
|
30
|
+
|
|
31
|
+
// Associations
|
|
32
|
+
society?: ISociety;
|
|
33
|
+
user?: IUser;
|
|
34
|
+
userWithSameProblem?: IUser;
|
|
35
|
+
userConstatation?: IUser;
|
|
36
|
+
file?: IFile;
|
|
37
|
+
file2?: IFile;
|
|
38
|
+
|
|
10
39
|
}
|
package/ts/types/index.ts
CHANGED
|
@@ -342,7 +342,6 @@ export * from './Interface/models/ISaleEmail';
|
|
|
342
342
|
export * from './Interface/models/IGeneralConditionOfSale';
|
|
343
343
|
export * from './Interface/models/ISaleDocumentTemplate';
|
|
344
344
|
|
|
345
|
-
|
|
346
345
|
// Schemas
|
|
347
346
|
export * from './Interface/schemas/IRegistrationDetail';
|
|
348
347
|
export * from './Interface/schemas/ITransactionHistory';
|
|
@@ -404,6 +403,7 @@ export * from './Enum/SurveyType';
|
|
|
404
403
|
export * from './Enum/SurveyTypeDatas';
|
|
405
404
|
export * from './Enum/PaymentMethod';
|
|
406
405
|
export * from './Enum/ReportType';
|
|
406
|
+
export * from './Enum/IssueType';
|
|
407
407
|
export * from './Enum/AdjustmentType';
|
|
408
408
|
export * from './Enum/ReportState';
|
|
409
409
|
export * from './Enum/Proceding';
|
|
@@ -565,6 +565,7 @@ export * from './Enum/Pdf2PicLocalType';
|
|
|
565
565
|
export * from './Enum/DocumentForHumanResourceType';
|
|
566
566
|
export * from './Enum/ReasonCancelSignatureRequest';
|
|
567
567
|
export * from './Enum/QualificationLead';
|
|
568
|
+
export * from './Enum/Template';
|
|
568
569
|
|
|
569
570
|
// Interfaces API
|
|
570
571
|
export * from './Interface/api/exercice/ReadExercice';
|
|
@@ -882,6 +883,7 @@ export * from './Interface/api/humanResourceLibrary/QueryPaginatedHumanResourceL
|
|
|
882
883
|
export * from './Interface/api/humanResourceLibrary/QueryHumanResourceLibrary';
|
|
883
884
|
export * from './Interface/api/humanResourceLibrary/CreateHumanResourceLibrary';
|
|
884
885
|
export * from './Interface/api/humanResourceLibrary/CreateUserHumanResourceLibrary';
|
|
886
|
+
export * from './Interface/api/report/ExternalReport';
|
|
885
887
|
|
|
886
888
|
export * from './Interface/api/library/QueryLibrary';
|
|
887
889
|
export * from './Interface/api/library/ReadLibraryFile';
|
|
@@ -1137,7 +1139,6 @@ export * from './Interface/api/toDoExpress/Read';
|
|
|
1137
1139
|
export * from './Interface/api/config/ConfigType';
|
|
1138
1140
|
export * from './Interface/api/card/OrganizeBalanceSheets';
|
|
1139
1141
|
|
|
1140
|
-
|
|
1141
1142
|
// Enums types
|
|
1142
1143
|
export * from './Interface/enum/Util';
|
|
1143
1144
|
export * from './Interface/enum/Date';
|
|
@@ -1165,9 +1166,9 @@ export * from './Interface/api/partners/QueryPartnerCsv';
|
|
|
1165
1166
|
export * from './Interface/api/partners/PartnerStatisticType';
|
|
1166
1167
|
export * from './Interface/api/dubiousCustomer/Create';
|
|
1167
1168
|
export * from './Interface/api/dubiousCustomer/Update';
|
|
1168
|
-
export * from './Interface/api/timeTracking/Create';
|
|
1169
|
+
export * from './Interface/api/timeTracking/Create';
|
|
1169
1170
|
export * from './Interface/api/timeTracking/Query';
|
|
1170
1171
|
export * from './Interface/api/IntermediateManagementRebate';
|
|
1171
1172
|
export * from './Interface/api/regulation/Query';
|
|
1172
1173
|
export * from './Interface/api/regulation/Read';
|
|
1173
|
-
export * from './Interface/api/regulation/Create';
|
|
1174
|
+
export * from './Interface/api/regulation/Create';
|
|
@@ -143,7 +143,7 @@ export const internationalizationChoices: InternationalizationChoicesType = {
|
|
|
143
143
|
},
|
|
144
144
|
deposit: {
|
|
145
145
|
headers: {
|
|
146
|
-
title: '
|
|
146
|
+
title: 'Facture d\'acompte',
|
|
147
147
|
expirationDate: 'Date d\'expiration',
|
|
148
148
|
termsOfPayment: 'Date limite de règlement',
|
|
149
149
|
},
|
|
@@ -157,7 +157,7 @@ export const internationalizationChoices: InternationalizationChoicesType = {
|
|
|
157
157
|
},
|
|
158
158
|
remainder: {
|
|
159
159
|
headers: {
|
|
160
|
-
title: '
|
|
160
|
+
title: 'Facture de solde',
|
|
161
161
|
dueDate: 'Date d\'échéance',
|
|
162
162
|
termsOfPayment: 'Date limite de règlement',
|
|
163
163
|
},
|
|
@@ -271,15 +271,15 @@ export class CommercialDocumentCommonHTML {
|
|
|
271
271
|
<% } %>
|
|
272
272
|
|
|
273
273
|
<% if (settings && !settings.areColumnsSeparationHidden) { %>
|
|
274
|
-
.pdf-content td { border-left: <%= settings && settings.columnSeparationThickness ? settings.columnSeparationThickness + 'px' : '2px' %> <%= settings && settings.
|
|
274
|
+
.pdf-content td { border-left: <%= settings && settings.columnSeparationThickness ? settings.columnSeparationThickness + 'px' : '2px' %> <%= settings && settings.columnSeparationType ? settings.columnSeparationType : 'solid' %> <%= settings && settings.columnSeparationColor ? settings.columnSeparationColor : '#EAEAEA' %> !important; border-right: <%= settings && settings.columnSeparationThickness ? settings.columnSeparationThickness + 'px' : '2px' %> <%= settings && settings.columnSeparationType ? settings.columnSeparationType : 'solid' %> <%= settings && settings.columnSeparationColor ? settings.columnSeparationColor : '#EAEAEA' %> !important; }
|
|
275
275
|
<% } %>
|
|
276
276
|
|
|
277
277
|
<% if (settings && !settings.areExternalBordersHidden) { %>
|
|
278
|
-
.pdf-content table.commercial-table-preview { border: <%= settings && settings.
|
|
279
|
-
.pdf-content table.commercial-table-preview tr:last-child td { border-bottom: <%= settings && settings.
|
|
280
|
-
.pdf-content table.commercial-table-preview thead td { border-top: <%= settings && settings.
|
|
281
|
-
.pdf-content table.commercial-table-preview td:first-child { border-left: <%= settings && settings.
|
|
282
|
-
.pdf-content table.commercial-table-preview td:last-child { border-right: <%= settings && settings.
|
|
278
|
+
.pdf-content table.commercial-table-preview { border: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }
|
|
279
|
+
.pdf-content table.commercial-table-preview tr:last-child td { border-bottom: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }
|
|
280
|
+
.pdf-content table.commercial-table-preview thead td { border-top: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }
|
|
281
|
+
.pdf-content table.commercial-table-preview td:first-child { border-left: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }
|
|
282
|
+
.pdf-content table.commercial-table-preview td:last-child { border-right: <%= settings && settings.externalBorderThickness ? settings.externalBorderThickness + 'px' : '2px' %> <%= settings && settings.externalBorderType ? settings.externalBorderType : 'solid' %> <%= settings && settings.externalBorderColor ? settings.externalBorderColor : '#EAEAEA' %> !important; }
|
|
283
283
|
<% } %>
|
|
284
284
|
|
|
285
285
|
<% if (settings && settings.areLinesSeparationHidden) { %>
|