shareneus 1.7.311 → 1.7.313
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/appointments/consultations/consultation-fee-receipt.service.js +1 -1
- package/dist/appointments/consultations/consultation-full-pdf.service.js +1 -1
- package/dist/appointments/consultations/consultation-letterhead-pdf.service.js +1 -1
- package/dist/appointments/consultations/consultation-pdf.service.js +1 -1
- package/dist/shared/shared-pdf.service.js +14 -14
- package/package.json +1 -1
- package/src/appointments/consultations/consultation-fee-receipt.service.ts +1 -1
- package/src/appointments/consultations/consultation-full-pdf.service.ts +1 -1
- package/src/appointments/consultations/consultation-letterhead-pdf.service.ts +1 -1
- package/src/appointments/consultations/consultation-pdf.service.ts +1 -1
- package/src/shared/shared-pdf.service.ts +14 -14
|
@@ -119,7 +119,7 @@ class ConsultationFeeReceiptPrintService {
|
|
|
119
119
|
};
|
|
120
120
|
}
|
|
121
121
|
else {
|
|
122
|
-
return { columns: [shared_pdf_service_1.SharedPDFService.GetImage(Image, Entity.
|
|
122
|
+
return { columns: [shared_pdf_service_1.SharedPDFService.GetImage(Image, Entity.Header.ShowLogo), { stack: [{ text: (_f = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _f === void 0 ? void 0 : _f.Name, fontSize: 12, bold: true, alignment: 'right' },
|
|
123
123
|
{ text: (_g = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _g === void 0 ? void 0 : _g.Intro1, fontSize: 9, alignment: 'right' },
|
|
124
124
|
{ text: (_h = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _h === void 0 ? void 0 : _h.Intro2, fontSize: 9, alignment: 'right' },
|
|
125
125
|
{ text: (_j = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _j === void 0 ? void 0 : _j.Intro3, fontSize: 9, alignment: 'right' },
|
|
@@ -109,7 +109,7 @@ class ConsultationFullPrintService {
|
|
|
109
109
|
};
|
|
110
110
|
}
|
|
111
111
|
else {
|
|
112
|
-
return { columns: [shared_pdf_service_1.SharedPDFService.GetImage(Image, Entity.
|
|
112
|
+
return { columns: [shared_pdf_service_1.SharedPDFService.GetImage(Image, Entity.Header.ShowLogo), { stack: [{ text: ((_g = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _g === void 0 ? void 0 : _g.Sltn) + ' ' + ((_h = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _h === void 0 ? void 0 : _h.Name), fontSize: 15, bold: true, alignment: 'right' },
|
|
113
113
|
{ text: (_j = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _j === void 0 ? void 0 : _j.Intro1, fontSize: 9, alignment: 'right' },
|
|
114
114
|
{ text: (_k = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _k === void 0 ? void 0 : _k.Intro2, fontSize: 9, alignment: 'right' },
|
|
115
115
|
{ text: (_l = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _l === void 0 ? void 0 : _l.Intro3, fontSize: 9, alignment: 'right' },
|
|
@@ -262,7 +262,7 @@ class ConsultationLetterHeadPDFService {
|
|
|
262
262
|
}
|
|
263
263
|
else {
|
|
264
264
|
return {
|
|
265
|
-
columns: [shared_pdf_service_1.SharedPDFService.GetImage(Image, Entity.
|
|
265
|
+
columns: [shared_pdf_service_1.SharedPDFService.GetImage(Image, Entity.Header.ShowLogo), {
|
|
266
266
|
stack: [{ text: ((_g = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _g === void 0 ? void 0 : _g.Sltn) + ' ' + ((_h = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _h === void 0 ? void 0 : _h.Name), fontSize: 15, alignment: 'right', bold: true },
|
|
267
267
|
{ text: (_j = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _j === void 0 ? void 0 : _j.Intro1, fontSize: 9, alignment: 'right' },
|
|
268
268
|
{ text: (_k = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _k === void 0 ? void 0 : _k.Intro2, fontSize: 9, alignment: 'right' },
|
|
@@ -246,7 +246,7 @@ class ConsultationPDFService {
|
|
|
246
246
|
}
|
|
247
247
|
else {
|
|
248
248
|
return {
|
|
249
|
-
columns: [shared_pdf_service_1.SharedPDFService.GetImage(Image, Entity.
|
|
249
|
+
columns: [shared_pdf_service_1.SharedPDFService.GetImage(Image, Entity.Header.ShowLogo), {
|
|
250
250
|
stack: [{ text: ((_g = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _g === void 0 ? void 0 : _g.Sltn) + ' ' + ((_h = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _h === void 0 ? void 0 : _h.Name), fontSize: 15, alignment: 'right', bold: true },
|
|
251
251
|
{ text: (_j = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _j === void 0 ? void 0 : _j.Intro1, fontSize: 9, alignment: 'right' },
|
|
252
252
|
{ text: (_k = CnstData === null || CnstData === void 0 ? void 0 : CnstData.Doc) === null || _k === void 0 ? void 0 : _k.Intro2, fontSize: 9, alignment: 'right' },
|
|
@@ -13,7 +13,7 @@ class SharedPDFService {
|
|
|
13
13
|
static MainHeading(CName, Entity, Image, HColor, CopyName) {
|
|
14
14
|
let headerstyle;
|
|
15
15
|
let MainHeaderStyle = this.GetMainHeaderStyleForLeftAlignHeader(CName);
|
|
16
|
-
if (Entity.Header ===
|
|
16
|
+
if (Entity.Header.Position === 'Center') {
|
|
17
17
|
headerstyle = 'header';
|
|
18
18
|
}
|
|
19
19
|
else {
|
|
@@ -24,8 +24,8 @@ class SharedPDFService {
|
|
|
24
24
|
static HeaderAlignmentBasedOnCondition(CName, Image, HColor, headerstyle, MainHeaderStyle, Entity, CopyName) {
|
|
25
25
|
let HeaderDetails = [];
|
|
26
26
|
// HeaderDetails.push({ text: 'Original', color: 'grey', alignment: 'right' });
|
|
27
|
-
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.
|
|
28
|
-
if (Entity.Header ===
|
|
27
|
+
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
28
|
+
if (Entity.Header.Position === 'Center') {
|
|
29
29
|
HeaderDetails.push({ text: '' + CName + '', style: [headerstyle, MainHeaderStyle], color: HColor, alignment: this.GetLeftMArgin(CName) });
|
|
30
30
|
}
|
|
31
31
|
else {
|
|
@@ -49,7 +49,7 @@ class SharedPDFService {
|
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
static GetMainHeader(Entity, Image, AColor, HColor, text) {
|
|
52
|
-
if (Entity.Header ===
|
|
52
|
+
if (Entity.Header.Position === 'Center') {
|
|
53
53
|
return {
|
|
54
54
|
columns: this.GetAddresDetailsAndLogo(Entity, Image, AColor, HColor, text)
|
|
55
55
|
};
|
|
@@ -81,8 +81,8 @@ class SharedPDFService {
|
|
|
81
81
|
static ConsultHeaderAlignmentBasedOnCondition(CName, Image, HColor, headerstyle, MainHeaderStyle, Entity, CopyName) {
|
|
82
82
|
let HeaderDetails = [];
|
|
83
83
|
// HeaderDetails.push({ text: 'Original', color: 'grey', alignment: 'right' });
|
|
84
|
-
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.
|
|
85
|
-
// if (Entity.Header ===
|
|
84
|
+
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
85
|
+
// if (Entity.Header.Position === 'Center') {
|
|
86
86
|
// HeaderDetails.push({ text: '' + CName + '', style: [headerstyle, MainHeaderStyle], color: HColor, alignment: this.GetLeftMArgin(CName) })
|
|
87
87
|
// } else {
|
|
88
88
|
HeaderDetails.push({ text: '' + CName + '', style: [headerstyle, MainHeaderStyle], color: HColor, alignment: 'left', margin: [10, 0, 0, 0] });
|
|
@@ -108,7 +108,7 @@ class SharedPDFService {
|
|
|
108
108
|
]
|
|
109
109
|
}
|
|
110
110
|
];
|
|
111
|
-
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.
|
|
111
|
+
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
112
112
|
Details[0].stack[1].columns.unshift({
|
|
113
113
|
width: 290,
|
|
114
114
|
margin: [10, 0, 0, 5],
|
|
@@ -162,7 +162,7 @@ class SharedPDFService {
|
|
|
162
162
|
]
|
|
163
163
|
}
|
|
164
164
|
];
|
|
165
|
-
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.
|
|
165
|
+
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
166
166
|
Details[0].stack[1].columns.unshift({
|
|
167
167
|
width: 290,
|
|
168
168
|
margin: [10, 0, 0, 5],
|
|
@@ -207,7 +207,7 @@ class SharedPDFService {
|
|
|
207
207
|
]
|
|
208
208
|
}
|
|
209
209
|
];
|
|
210
|
-
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.
|
|
210
|
+
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
211
211
|
// Details.unshift({ text: '', width: 120 });
|
|
212
212
|
if (Entity.CName.length < 28) {
|
|
213
213
|
Details[0].stack[0].columns.push({ text: '', width: 150 });
|
|
@@ -227,7 +227,7 @@ class SharedPDFService {
|
|
|
227
227
|
}
|
|
228
228
|
static GetHeader(Entity, HColor) {
|
|
229
229
|
let headerstyle;
|
|
230
|
-
if (Entity.Header ===
|
|
230
|
+
if (Entity.Header.Position === 'Center') {
|
|
231
231
|
headerstyle = 'ws_adrs_center';
|
|
232
232
|
}
|
|
233
233
|
else {
|
|
@@ -442,7 +442,7 @@ class SharedPDFService {
|
|
|
442
442
|
}
|
|
443
443
|
}
|
|
444
444
|
static GetNewMainHeader(Entity, Image, AColor, HColor, text, orientation = 'portrait') {
|
|
445
|
-
if (Entity.Header ===
|
|
445
|
+
if (Entity.Header.Position === 'Center') {
|
|
446
446
|
return {
|
|
447
447
|
columns: this.GetNewAddresDetailsAndLogo(Entity, Image, AColor, HColor, text, orientation)
|
|
448
448
|
};
|
|
@@ -467,7 +467,7 @@ class SharedPDFService {
|
|
|
467
467
|
]
|
|
468
468
|
}
|
|
469
469
|
];
|
|
470
|
-
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.
|
|
470
|
+
if (!tr_utils_1.TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
471
471
|
Details[0].stack[1].columns.unshift({
|
|
472
472
|
width: headerWidth,
|
|
473
473
|
margin: [10, 0, 0, 5],
|
|
@@ -523,7 +523,7 @@ class SharedPDFService {
|
|
|
523
523
|
}
|
|
524
524
|
extras.forEach((row) => centerStack.push(row));
|
|
525
525
|
let Details = [
|
|
526
|
-
!tr_utils_1.TrUtils.IsNull(Image) && Entity.
|
|
526
|
+
!tr_utils_1.TrUtils.IsNull(Image) && Entity.Header.ShowLogo ? { image: Image, width: logoWidth, height: logoHeight } : { text: '', width: logoWidth },
|
|
527
527
|
{ width: '*', stack: centerStack },
|
|
528
528
|
{ text: '', width: logoWidth }
|
|
529
529
|
];
|
|
@@ -2419,7 +2419,7 @@ class SharedPDFService {
|
|
|
2419
2419
|
}
|
|
2420
2420
|
static FooterContent(CnstData) {
|
|
2421
2421
|
var _a, _b;
|
|
2422
|
-
if (CnstData.Entity.Header ===
|
|
2422
|
+
if (CnstData.Entity.Header.Position === 'Left') {
|
|
2423
2423
|
if (!tr_utils_1.TrUtils.IsEmpty(CnstData.Entity.FootText)) {
|
|
2424
2424
|
return {
|
|
2425
2425
|
table: {
|
package/package.json
CHANGED
|
@@ -126,7 +126,7 @@ export class ConsultationFeeReceiptPrintService {
|
|
|
126
126
|
{ text: 'Registration ID- '+CnstData?.Doc?.CounReg, fontSize: 9, alignment: 'right',marginBottom:5 }], width: '40%'}]
|
|
127
127
|
};
|
|
128
128
|
} else {
|
|
129
|
-
return { columns: [SharedPDFService.GetImage(Image,Entity.
|
|
129
|
+
return { columns: [SharedPDFService.GetImage(Image,Entity.Header.ShowLogo), {stack:[{ text: CnstData?.Doc?.Name, fontSize: 12, bold:true, alignment: 'right' },
|
|
130
130
|
{ text: CnstData?.Doc?.Intro1, fontSize: 9, alignment: 'right' },
|
|
131
131
|
{ text: CnstData?.Doc?.Intro2, fontSize: 9, alignment: 'right' },
|
|
132
132
|
{ text: CnstData?.Doc?.Intro3, fontSize: 9, alignment: 'right' },
|
|
@@ -113,7 +113,7 @@ export class ConsultationFullPrintService {
|
|
|
113
113
|
]
|
|
114
114
|
};
|
|
115
115
|
} else {
|
|
116
|
-
return { columns: [SharedPDFService.GetImage(Image,Entity.
|
|
116
|
+
return { columns: [SharedPDFService.GetImage(Image,Entity.Header.ShowLogo), {stack:[{ text: CnstData?.Doc?.Sltn+' '+CnstData?.Doc?.Name, fontSize: 15, bold:true, alignment: 'right' },
|
|
117
117
|
{ text: CnstData?.Doc?.Intro1, fontSize: 9, alignment: 'right' },
|
|
118
118
|
{ text: CnstData?.Doc?.Intro2, fontSize: 9, alignment: 'right' },
|
|
119
119
|
{ text: CnstData?.Doc?.Intro3, fontSize: 9, alignment: 'right' },
|
|
@@ -265,7 +265,7 @@ export class ConsultationLetterHeadPDFService {
|
|
|
265
265
|
};
|
|
266
266
|
} else {
|
|
267
267
|
return {
|
|
268
|
-
columns: [SharedPDFService.GetImage(Image, Entity.
|
|
268
|
+
columns: [SharedPDFService.GetImage(Image, Entity.Header.ShowLogo), {
|
|
269
269
|
stack: [{ text: CnstData?.Doc?.Sltn + ' ' + CnstData?.Doc?.Name, fontSize: 15, alignment: 'right', bold: true },
|
|
270
270
|
{ text: CnstData?.Doc?.Intro1, fontSize: 9, alignment: 'right' },
|
|
271
271
|
{ text: CnstData?.Doc?.Intro2, fontSize: 9, alignment: 'right' },
|
|
@@ -244,7 +244,7 @@ export class ConsultationPDFService {
|
|
|
244
244
|
};
|
|
245
245
|
} else {
|
|
246
246
|
return {
|
|
247
|
-
columns: [SharedPDFService.GetImage(Image, Entity.
|
|
247
|
+
columns: [SharedPDFService.GetImage(Image, Entity.Header.ShowLogo), {
|
|
248
248
|
stack: [{ text: CnstData?.Doc?.Sltn + ' ' + CnstData?.Doc?.Name, fontSize: 15, alignment: 'right', bold: true },
|
|
249
249
|
{ text: CnstData?.Doc?.Intro1, fontSize: 9, alignment: 'right' },
|
|
250
250
|
{ text: CnstData?.Doc?.Intro2, fontSize: 9, alignment: 'right' },
|
|
@@ -18,7 +18,7 @@ export class SharedPDFService {
|
|
|
18
18
|
static MainHeading(CName: any, Entity: any, Image: any, HColor: any, CopyName: any) {
|
|
19
19
|
let headerstyle: string;
|
|
20
20
|
let MainHeaderStyle: any = this.GetMainHeaderStyleForLeftAlignHeader(CName);
|
|
21
|
-
if (Entity.Header ===
|
|
21
|
+
if (Entity.Header.Position === 'Center') {
|
|
22
22
|
headerstyle = 'header';
|
|
23
23
|
} else {
|
|
24
24
|
headerstyle = 'temp2header';
|
|
@@ -29,8 +29,8 @@ export class SharedPDFService {
|
|
|
29
29
|
static HeaderAlignmentBasedOnCondition(CName: any, Image: any, HColor: any, headerstyle: any, MainHeaderStyle: any, Entity: any, CopyName: any) {
|
|
30
30
|
let HeaderDetails: any = [];
|
|
31
31
|
// HeaderDetails.push({ text: 'Original', color: 'grey', alignment: 'right' });
|
|
32
|
-
if (!TrUtils.IsNull(Image) && Entity.
|
|
33
|
-
if (Entity.Header ===
|
|
32
|
+
if (!TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
33
|
+
if (Entity.Header.Position === 'Center') {
|
|
34
34
|
HeaderDetails.push({ text: '' + CName + '', style: [headerstyle, MainHeaderStyle], color: HColor, alignment: this.GetLeftMArgin(CName) })
|
|
35
35
|
} else {
|
|
36
36
|
HeaderDetails.push({ text: '' + CName + '', style: [headerstyle, MainHeaderStyle], color: HColor, alignment: 'left', margin: [10, 0, 0, 0] })
|
|
@@ -55,7 +55,7 @@ export class SharedPDFService {
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
static GetMainHeader(Entity: any, Image: any, AColor: any, HColor: any, text: any) {
|
|
58
|
-
if (Entity.Header ===
|
|
58
|
+
if (Entity.Header.Position === 'Center') {
|
|
59
59
|
return {
|
|
60
60
|
columns: this.GetAddresDetailsAndLogo(Entity, Image, AColor, HColor, text)
|
|
61
61
|
};
|
|
@@ -90,8 +90,8 @@ export class SharedPDFService {
|
|
|
90
90
|
static ConsultHeaderAlignmentBasedOnCondition(CName: any, Image: any, HColor: any, headerstyle: any, MainHeaderStyle: any, Entity: any, CopyName: any) {
|
|
91
91
|
let HeaderDetails: any = [];
|
|
92
92
|
// HeaderDetails.push({ text: 'Original', color: 'grey', alignment: 'right' });
|
|
93
|
-
if (!TrUtils.IsNull(Image) && Entity.
|
|
94
|
-
// if (Entity.Header ===
|
|
93
|
+
if (!TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
94
|
+
// if (Entity.Header.Position === 'Center') {
|
|
95
95
|
// HeaderDetails.push({ text: '' + CName + '', style: [headerstyle, MainHeaderStyle], color: HColor, alignment: this.GetLeftMArgin(CName) })
|
|
96
96
|
// } else {
|
|
97
97
|
HeaderDetails.push({ text: '' + CName + '', style: [headerstyle, MainHeaderStyle], color: HColor, alignment: 'left', margin: [10, 0, 0, 0] })
|
|
@@ -115,7 +115,7 @@ export class SharedPDFService {
|
|
|
115
115
|
}
|
|
116
116
|
]
|
|
117
117
|
}];
|
|
118
|
-
if (!TrUtils.IsNull(Image) && Entity.
|
|
118
|
+
if (!TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
119
119
|
Details[0].stack[1].columns.unshift({
|
|
120
120
|
width: 290,
|
|
121
121
|
margin: [10, 0, 0, 5],
|
|
@@ -169,7 +169,7 @@ export class SharedPDFService {
|
|
|
169
169
|
}
|
|
170
170
|
]
|
|
171
171
|
}];
|
|
172
|
-
if (!TrUtils.IsNull(Image) && Entity.
|
|
172
|
+
if (!TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
173
173
|
Details[0].stack[1].columns.unshift({
|
|
174
174
|
width: 290,
|
|
175
175
|
margin: [10, 0, 0, 5],
|
|
@@ -215,7 +215,7 @@ export class SharedPDFService {
|
|
|
215
215
|
]
|
|
216
216
|
}
|
|
217
217
|
]
|
|
218
|
-
if (!TrUtils.IsNull(Image) && Entity.
|
|
218
|
+
if (!TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
219
219
|
// Details.unshift({ text: '', width: 120 });
|
|
220
220
|
if (Entity.CName.length < 28) {
|
|
221
221
|
Details[0].stack[0].columns.push({ text: '', width: 150 });
|
|
@@ -236,7 +236,7 @@ export class SharedPDFService {
|
|
|
236
236
|
|
|
237
237
|
static GetHeader(Entity: any, HColor: string) {
|
|
238
238
|
let headerstyle: string;
|
|
239
|
-
if (Entity.Header ===
|
|
239
|
+
if (Entity.Header.Position === 'Center') {
|
|
240
240
|
headerstyle = 'ws_adrs_center';
|
|
241
241
|
} else {
|
|
242
242
|
headerstyle = 'ws_adrs_left';
|
|
@@ -468,7 +468,7 @@ export class SharedPDFService {
|
|
|
468
468
|
|
|
469
469
|
}
|
|
470
470
|
static GetNewMainHeader(Entity: any, Image: any, AColor: any, HColor: any, text: any, orientation: 'portrait' | 'landscape' = 'portrait') {
|
|
471
|
-
if (Entity.Header ===
|
|
471
|
+
if (Entity.Header.Position === 'Center') {
|
|
472
472
|
return {
|
|
473
473
|
columns: this.GetNewAddresDetailsAndLogo(Entity, Image, AColor, HColor, text, orientation)
|
|
474
474
|
};
|
|
@@ -492,7 +492,7 @@ export class SharedPDFService {
|
|
|
492
492
|
}
|
|
493
493
|
]
|
|
494
494
|
}];
|
|
495
|
-
if (!TrUtils.IsNull(Image) && Entity.
|
|
495
|
+
if (!TrUtils.IsNull(Image) && Entity.Header.ShowLogo) {
|
|
496
496
|
Details[0].stack[1].columns.unshift({
|
|
497
497
|
width: headerWidth,
|
|
498
498
|
margin: [10, 0, 0, 5],
|
|
@@ -554,7 +554,7 @@ export class SharedPDFService {
|
|
|
554
554
|
extras.forEach((row: any) => centerStack.push(row));
|
|
555
555
|
|
|
556
556
|
let Details: any = [
|
|
557
|
-
!TrUtils.IsNull(Image) && Entity.
|
|
557
|
+
!TrUtils.IsNull(Image) && Entity.Header.ShowLogo ? { image: Image, width: logoWidth, height: logoHeight } : { text: '', width: logoWidth },
|
|
558
558
|
{ width: '*', stack: centerStack },
|
|
559
559
|
{ text: '', width: logoWidth }
|
|
560
560
|
];
|
|
@@ -2562,7 +2562,7 @@ export class SharedPDFService {
|
|
|
2562
2562
|
}
|
|
2563
2563
|
|
|
2564
2564
|
static FooterContent(CnstData: any) {
|
|
2565
|
-
if (CnstData.Entity.Header ===
|
|
2565
|
+
if (CnstData.Entity.Header.Position === 'Left') {
|
|
2566
2566
|
if (!TrUtils.IsEmpty(CnstData.Entity.FootText)) {
|
|
2567
2567
|
return {
|
|
2568
2568
|
|