shareneus 1.4.75 → 1.4.76
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/accounting/counter-sales/auto-sales-receipt-pdf.service.d.ts +4 -4
- package/dist/accounting/counter-sales/sales-receipt-pdf.service.d.ts +4 -4
- package/dist/accounting/credit-note/credit-note-pdf.service.d.ts +4 -4
- package/dist/accounting/debit-note/debit-note-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/hc-inv-pdf.service.d.ts +4 -6
- package/dist/accounting/invoice/hc-inv-pdf.service.js +3 -3
- package/dist/accounting/invoice/inv-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/invoice-landscape-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/invoice-letterhead-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/analysis-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/category-wise-item-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/cust-wise-sales-details-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/cust-wise-sales-summary-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/item-wise-doctor-sale-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/item-wise-sales-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/manf-wise-sales-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/operator-wise-details-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/operator-wise-summary-pdf.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/sales-by-service-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/scheduled-drug-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/reports/pdf/scheduled-drug-summary-pdf.service.d.ts +4 -4
- package/dist/accounting/invoice/shared-inv-pdf.service.d.ts +4 -4
- package/dist/accounting/payment-receive/payment-pdf.service.d.ts +4 -4
- package/dist/accounting/payment-receive/reports/pdf/customer-balances-pdf.service.d.ts +4 -4
- package/dist/accounting/payment-receive/reports/pdf/payment-report-pdf.service.d.ts +4 -4
- package/dist/gst/pdf/hsn-summary-pdf.d.ts +4 -4
- package/dist/inventory/items/issue-parts-pdf.service.d.ts +4 -4
- package/dist/inventory/items/reports/pdf/item-wise-mout-details-pdf.d.ts +4 -4
- package/dist/inventory/items/reports/pdf/item-wise-mout-summary-pdf.d.ts +4 -4
- package/dist/purchases/payment-made/reports/pdf/vendor-balances-pdf.service.d.ts +4 -4
- package/dist/purchases/vendor-debit-note/vendor-debit-note-pdf.service.d.ts +4 -4
- package/dist/sales/delivery-challan/dc-landscape-pdf.service.d.ts +4 -4
- package/dist/sales/delivery-challan/dc-landscape-without-price-pdf.service.d.ts +4 -4
- package/dist/sales/delivery-challan/dc-without-price-pdf.service.d.ts +4 -4
- package/dist/sales/delivery-challan/delivery-challan-pdf.service.d.ts +4 -4
- package/dist/sales/sales/pack-ship-pdf.service.d.ts +4 -4
- package/dist/sales/sales/sales-pdf.service.d.ts +4 -4
- package/dist/services/reports/pdf/insurance-expire-pdf.service.d.ts +4 -4
- package/dist/services/reports/pdf/next-service-date-pdf.service.d.ts +4 -4
- package/dist/services/reports/pdf/repair-orders-pdf.service.d.ts +4 -4
- package/dist/services/ro-pdf.service.d.ts +16 -16
- package/dist/services/separate-wo-print.service.d.ts +4 -4
- package/dist/services/technician-pdf.service.d.ts +4 -4
- package/dist/shared/shared-pdf.service.d.ts +28 -12
- package/dist/shared/shared-pdf.service.js +9 -10
- package/package.json +1 -1
|
@@ -160,20 +160,20 @@ export declare class HSNSummaryPDFService {
|
|
|
160
160
|
};
|
|
161
161
|
forCompany: {
|
|
162
162
|
margin: number[];
|
|
163
|
-
fontSize:
|
|
163
|
+
fontSize: number;
|
|
164
164
|
};
|
|
165
165
|
forCompany1: {
|
|
166
166
|
margin: number[];
|
|
167
|
-
fontSize:
|
|
167
|
+
fontSize: number;
|
|
168
168
|
};
|
|
169
169
|
Rupees: {
|
|
170
170
|
margin: number[];
|
|
171
|
-
fontSize:
|
|
171
|
+
fontSize: number;
|
|
172
172
|
};
|
|
173
173
|
Signature: {
|
|
174
174
|
margin: number[];
|
|
175
175
|
alignment: string;
|
|
176
|
-
fontSize:
|
|
176
|
+
fontSize: number;
|
|
177
177
|
};
|
|
178
178
|
withApp: {
|
|
179
179
|
alignment: string;
|
|
@@ -163,20 +163,20 @@ export declare class IssuePartsprintService {
|
|
|
163
163
|
};
|
|
164
164
|
forCompany: {
|
|
165
165
|
margin: number[];
|
|
166
|
-
fontSize:
|
|
166
|
+
fontSize: number;
|
|
167
167
|
};
|
|
168
168
|
forCompany1: {
|
|
169
169
|
margin: number[];
|
|
170
|
-
fontSize:
|
|
170
|
+
fontSize: number;
|
|
171
171
|
};
|
|
172
172
|
Rupees: {
|
|
173
173
|
margin: number[];
|
|
174
|
-
fontSize:
|
|
174
|
+
fontSize: number;
|
|
175
175
|
};
|
|
176
176
|
Signature: {
|
|
177
177
|
margin: number[];
|
|
178
178
|
alignment: string;
|
|
179
|
-
fontSize:
|
|
179
|
+
fontSize: number;
|
|
180
180
|
};
|
|
181
181
|
withApp: {
|
|
182
182
|
alignment: string;
|
|
@@ -161,20 +161,20 @@ export declare class ItemWiseMODetailsPDF {
|
|
|
161
161
|
};
|
|
162
162
|
forCompany: {
|
|
163
163
|
margin: number[];
|
|
164
|
-
fontSize:
|
|
164
|
+
fontSize: number;
|
|
165
165
|
};
|
|
166
166
|
forCompany1: {
|
|
167
167
|
margin: number[];
|
|
168
|
-
fontSize:
|
|
168
|
+
fontSize: number;
|
|
169
169
|
};
|
|
170
170
|
Rupees: {
|
|
171
171
|
margin: number[];
|
|
172
|
-
fontSize:
|
|
172
|
+
fontSize: number;
|
|
173
173
|
};
|
|
174
174
|
Signature: {
|
|
175
175
|
margin: number[];
|
|
176
176
|
alignment: string;
|
|
177
|
-
fontSize:
|
|
177
|
+
fontSize: number;
|
|
178
178
|
};
|
|
179
179
|
withApp: {
|
|
180
180
|
alignment: string;
|
|
@@ -160,20 +160,20 @@ export declare class ItemWiseMOSummaryPDF {
|
|
|
160
160
|
};
|
|
161
161
|
forCompany: {
|
|
162
162
|
margin: number[];
|
|
163
|
-
fontSize:
|
|
163
|
+
fontSize: number;
|
|
164
164
|
};
|
|
165
165
|
forCompany1: {
|
|
166
166
|
margin: number[];
|
|
167
|
-
fontSize:
|
|
167
|
+
fontSize: number;
|
|
168
168
|
};
|
|
169
169
|
Rupees: {
|
|
170
170
|
margin: number[];
|
|
171
|
-
fontSize:
|
|
171
|
+
fontSize: number;
|
|
172
172
|
};
|
|
173
173
|
Signature: {
|
|
174
174
|
margin: number[];
|
|
175
175
|
alignment: string;
|
|
176
|
-
fontSize:
|
|
176
|
+
fontSize: number;
|
|
177
177
|
};
|
|
178
178
|
withApp: {
|
|
179
179
|
alignment: string;
|
|
@@ -160,20 +160,20 @@ export declare class VendorBalancesService {
|
|
|
160
160
|
};
|
|
161
161
|
forCompany: {
|
|
162
162
|
margin: number[];
|
|
163
|
-
fontSize:
|
|
163
|
+
fontSize: number;
|
|
164
164
|
};
|
|
165
165
|
forCompany1: {
|
|
166
166
|
margin: number[];
|
|
167
|
-
fontSize:
|
|
167
|
+
fontSize: number;
|
|
168
168
|
};
|
|
169
169
|
Rupees: {
|
|
170
170
|
margin: number[];
|
|
171
|
-
fontSize:
|
|
171
|
+
fontSize: number;
|
|
172
172
|
};
|
|
173
173
|
Signature: {
|
|
174
174
|
margin: number[];
|
|
175
175
|
alignment: string;
|
|
176
|
-
fontSize:
|
|
176
|
+
fontSize: number;
|
|
177
177
|
};
|
|
178
178
|
withApp: {
|
|
179
179
|
alignment: string;
|
|
@@ -162,20 +162,20 @@ export declare class VendorDebitNotePdfService {
|
|
|
162
162
|
};
|
|
163
163
|
forCompany: {
|
|
164
164
|
margin: number[];
|
|
165
|
-
fontSize:
|
|
165
|
+
fontSize: number;
|
|
166
166
|
};
|
|
167
167
|
forCompany1: {
|
|
168
168
|
margin: number[];
|
|
169
|
-
fontSize:
|
|
169
|
+
fontSize: number;
|
|
170
170
|
};
|
|
171
171
|
Rupees: {
|
|
172
172
|
margin: number[];
|
|
173
|
-
fontSize:
|
|
173
|
+
fontSize: number;
|
|
174
174
|
};
|
|
175
175
|
Signature: {
|
|
176
176
|
margin: number[];
|
|
177
177
|
alignment: string;
|
|
178
|
-
fontSize:
|
|
178
|
+
fontSize: number;
|
|
179
179
|
};
|
|
180
180
|
withApp: {
|
|
181
181
|
alignment: string;
|
|
@@ -163,20 +163,20 @@ export declare class DCLandscapePdfService {
|
|
|
163
163
|
};
|
|
164
164
|
forCompany: {
|
|
165
165
|
margin: number[];
|
|
166
|
-
fontSize:
|
|
166
|
+
fontSize: number;
|
|
167
167
|
};
|
|
168
168
|
forCompany1: {
|
|
169
169
|
margin: number[];
|
|
170
|
-
fontSize:
|
|
170
|
+
fontSize: number;
|
|
171
171
|
};
|
|
172
172
|
Rupees: {
|
|
173
173
|
margin: number[];
|
|
174
|
-
fontSize:
|
|
174
|
+
fontSize: number;
|
|
175
175
|
};
|
|
176
176
|
Signature: {
|
|
177
177
|
margin: number[];
|
|
178
178
|
alignment: string;
|
|
179
|
-
fontSize:
|
|
179
|
+
fontSize: number;
|
|
180
180
|
};
|
|
181
181
|
withApp: {
|
|
182
182
|
alignment: string;
|
|
@@ -162,20 +162,20 @@ export declare class DCLandscapeWithoutPricePdfService {
|
|
|
162
162
|
};
|
|
163
163
|
forCompany: {
|
|
164
164
|
margin: number[];
|
|
165
|
-
fontSize:
|
|
165
|
+
fontSize: number;
|
|
166
166
|
};
|
|
167
167
|
forCompany1: {
|
|
168
168
|
margin: number[];
|
|
169
|
-
fontSize:
|
|
169
|
+
fontSize: number;
|
|
170
170
|
};
|
|
171
171
|
Rupees: {
|
|
172
172
|
margin: number[];
|
|
173
|
-
fontSize:
|
|
173
|
+
fontSize: number;
|
|
174
174
|
};
|
|
175
175
|
Signature: {
|
|
176
176
|
margin: number[];
|
|
177
177
|
alignment: string;
|
|
178
|
-
fontSize:
|
|
178
|
+
fontSize: number;
|
|
179
179
|
};
|
|
180
180
|
withApp: {
|
|
181
181
|
alignment: string;
|
|
@@ -162,20 +162,20 @@ export declare class DCWithoutPricePdfService {
|
|
|
162
162
|
};
|
|
163
163
|
forCompany: {
|
|
164
164
|
margin: number[];
|
|
165
|
-
fontSize:
|
|
165
|
+
fontSize: number;
|
|
166
166
|
};
|
|
167
167
|
forCompany1: {
|
|
168
168
|
margin: number[];
|
|
169
|
-
fontSize:
|
|
169
|
+
fontSize: number;
|
|
170
170
|
};
|
|
171
171
|
Rupees: {
|
|
172
172
|
margin: number[];
|
|
173
|
-
fontSize:
|
|
173
|
+
fontSize: number;
|
|
174
174
|
};
|
|
175
175
|
Signature: {
|
|
176
176
|
margin: number[];
|
|
177
177
|
alignment: string;
|
|
178
|
-
fontSize:
|
|
178
|
+
fontSize: number;
|
|
179
179
|
};
|
|
180
180
|
withApp: {
|
|
181
181
|
alignment: string;
|
|
@@ -162,20 +162,20 @@ export declare class DeliveryChallanPdfService {
|
|
|
162
162
|
};
|
|
163
163
|
forCompany: {
|
|
164
164
|
margin: number[];
|
|
165
|
-
fontSize:
|
|
165
|
+
fontSize: number;
|
|
166
166
|
};
|
|
167
167
|
forCompany1: {
|
|
168
168
|
margin: number[];
|
|
169
|
-
fontSize:
|
|
169
|
+
fontSize: number;
|
|
170
170
|
};
|
|
171
171
|
Rupees: {
|
|
172
172
|
margin: number[];
|
|
173
|
-
fontSize:
|
|
173
|
+
fontSize: number;
|
|
174
174
|
};
|
|
175
175
|
Signature: {
|
|
176
176
|
margin: number[];
|
|
177
177
|
alignment: string;
|
|
178
|
-
fontSize:
|
|
178
|
+
fontSize: number;
|
|
179
179
|
};
|
|
180
180
|
withApp: {
|
|
181
181
|
alignment: string;
|
|
@@ -182,20 +182,20 @@ export declare class PackShipPDFService {
|
|
|
182
182
|
};
|
|
183
183
|
forCompany: {
|
|
184
184
|
margin: number[];
|
|
185
|
-
fontSize:
|
|
185
|
+
fontSize: number;
|
|
186
186
|
};
|
|
187
187
|
forCompany1: {
|
|
188
188
|
margin: number[];
|
|
189
|
-
fontSize:
|
|
189
|
+
fontSize: number;
|
|
190
190
|
};
|
|
191
191
|
Rupees: {
|
|
192
192
|
margin: number[];
|
|
193
|
-
fontSize:
|
|
193
|
+
fontSize: number;
|
|
194
194
|
};
|
|
195
195
|
Signature: {
|
|
196
196
|
margin: number[];
|
|
197
197
|
alignment: string;
|
|
198
|
-
fontSize:
|
|
198
|
+
fontSize: number;
|
|
199
199
|
};
|
|
200
200
|
withApp: {
|
|
201
201
|
alignment: string;
|
|
@@ -165,20 +165,20 @@ export declare class SalesPdfService {
|
|
|
165
165
|
};
|
|
166
166
|
forCompany: {
|
|
167
167
|
margin: number[];
|
|
168
|
-
fontSize:
|
|
168
|
+
fontSize: number;
|
|
169
169
|
};
|
|
170
170
|
forCompany1: {
|
|
171
171
|
margin: number[];
|
|
172
|
-
fontSize:
|
|
172
|
+
fontSize: number;
|
|
173
173
|
};
|
|
174
174
|
Rupees: {
|
|
175
175
|
margin: number[];
|
|
176
|
-
fontSize:
|
|
176
|
+
fontSize: number;
|
|
177
177
|
};
|
|
178
178
|
Signature: {
|
|
179
179
|
margin: number[];
|
|
180
180
|
alignment: string;
|
|
181
|
-
fontSize:
|
|
181
|
+
fontSize: number;
|
|
182
182
|
};
|
|
183
183
|
withApp: {
|
|
184
184
|
alignment: string;
|
|
@@ -160,20 +160,20 @@ export declare class InsuranceExpirePDF {
|
|
|
160
160
|
};
|
|
161
161
|
forCompany: {
|
|
162
162
|
margin: number[];
|
|
163
|
-
fontSize:
|
|
163
|
+
fontSize: number;
|
|
164
164
|
};
|
|
165
165
|
forCompany1: {
|
|
166
166
|
margin: number[];
|
|
167
|
-
fontSize:
|
|
167
|
+
fontSize: number;
|
|
168
168
|
};
|
|
169
169
|
Rupees: {
|
|
170
170
|
margin: number[];
|
|
171
|
-
fontSize:
|
|
171
|
+
fontSize: number;
|
|
172
172
|
};
|
|
173
173
|
Signature: {
|
|
174
174
|
margin: number[];
|
|
175
175
|
alignment: string;
|
|
176
|
-
fontSize:
|
|
176
|
+
fontSize: number;
|
|
177
177
|
};
|
|
178
178
|
withApp: {
|
|
179
179
|
alignment: string;
|
|
@@ -160,20 +160,20 @@ export declare class NextServiceDatePDFService {
|
|
|
160
160
|
};
|
|
161
161
|
forCompany: {
|
|
162
162
|
margin: number[];
|
|
163
|
-
fontSize:
|
|
163
|
+
fontSize: number;
|
|
164
164
|
};
|
|
165
165
|
forCompany1: {
|
|
166
166
|
margin: number[];
|
|
167
|
-
fontSize:
|
|
167
|
+
fontSize: number;
|
|
168
168
|
};
|
|
169
169
|
Rupees: {
|
|
170
170
|
margin: number[];
|
|
171
|
-
fontSize:
|
|
171
|
+
fontSize: number;
|
|
172
172
|
};
|
|
173
173
|
Signature: {
|
|
174
174
|
margin: number[];
|
|
175
175
|
alignment: string;
|
|
176
|
-
fontSize:
|
|
176
|
+
fontSize: number;
|
|
177
177
|
};
|
|
178
178
|
withApp: {
|
|
179
179
|
alignment: string;
|
|
@@ -161,20 +161,20 @@ export declare class RepairOrdersReportsPDFService {
|
|
|
161
161
|
};
|
|
162
162
|
forCompany: {
|
|
163
163
|
margin: number[];
|
|
164
|
-
fontSize:
|
|
164
|
+
fontSize: number;
|
|
165
165
|
};
|
|
166
166
|
forCompany1: {
|
|
167
167
|
margin: number[];
|
|
168
|
-
fontSize:
|
|
168
|
+
fontSize: number;
|
|
169
169
|
};
|
|
170
170
|
Rupees: {
|
|
171
171
|
margin: number[];
|
|
172
|
-
fontSize:
|
|
172
|
+
fontSize: number;
|
|
173
173
|
};
|
|
174
174
|
Signature: {
|
|
175
175
|
margin: number[];
|
|
176
176
|
alignment: string;
|
|
177
|
-
fontSize:
|
|
177
|
+
fontSize: number;
|
|
178
178
|
};
|
|
179
179
|
withApp: {
|
|
180
180
|
alignment: string;
|
|
@@ -234,20 +234,20 @@ export declare class RoprintService {
|
|
|
234
234
|
};
|
|
235
235
|
forCompany: {
|
|
236
236
|
margin: number[];
|
|
237
|
-
fontSize:
|
|
237
|
+
fontSize: number;
|
|
238
238
|
};
|
|
239
239
|
forCompany1: {
|
|
240
240
|
margin: number[];
|
|
241
|
-
fontSize:
|
|
241
|
+
fontSize: number;
|
|
242
242
|
};
|
|
243
243
|
Rupees: {
|
|
244
244
|
margin: number[];
|
|
245
|
-
fontSize:
|
|
245
|
+
fontSize: number;
|
|
246
246
|
};
|
|
247
247
|
Signature: {
|
|
248
248
|
margin: number[];
|
|
249
249
|
alignment: string;
|
|
250
|
-
fontSize:
|
|
250
|
+
fontSize: number;
|
|
251
251
|
};
|
|
252
252
|
withApp: {
|
|
253
253
|
alignment: string;
|
|
@@ -454,20 +454,20 @@ export declare class RoprintService {
|
|
|
454
454
|
};
|
|
455
455
|
forCompany: {
|
|
456
456
|
margin: number[];
|
|
457
|
-
fontSize:
|
|
457
|
+
fontSize: number;
|
|
458
458
|
};
|
|
459
459
|
forCompany1: {
|
|
460
460
|
margin: number[];
|
|
461
|
-
fontSize:
|
|
461
|
+
fontSize: number;
|
|
462
462
|
};
|
|
463
463
|
Rupees: {
|
|
464
464
|
margin: number[];
|
|
465
|
-
fontSize:
|
|
465
|
+
fontSize: number;
|
|
466
466
|
};
|
|
467
467
|
Signature: {
|
|
468
468
|
margin: number[];
|
|
469
469
|
alignment: string;
|
|
470
|
-
fontSize:
|
|
470
|
+
fontSize: number;
|
|
471
471
|
};
|
|
472
472
|
withApp: {
|
|
473
473
|
alignment: string;
|
|
@@ -663,20 +663,20 @@ export declare class RoprintService {
|
|
|
663
663
|
};
|
|
664
664
|
forCompany: {
|
|
665
665
|
margin: number[];
|
|
666
|
-
fontSize:
|
|
666
|
+
fontSize: number;
|
|
667
667
|
};
|
|
668
668
|
forCompany1: {
|
|
669
669
|
margin: number[];
|
|
670
|
-
fontSize:
|
|
670
|
+
fontSize: number;
|
|
671
671
|
};
|
|
672
672
|
Rupees: {
|
|
673
673
|
margin: number[];
|
|
674
|
-
fontSize:
|
|
674
|
+
fontSize: number;
|
|
675
675
|
};
|
|
676
676
|
Signature: {
|
|
677
677
|
margin: number[];
|
|
678
678
|
alignment: string;
|
|
679
|
-
fontSize:
|
|
679
|
+
fontSize: number;
|
|
680
680
|
};
|
|
681
681
|
withApp: {
|
|
682
682
|
alignment: string;
|
|
@@ -872,20 +872,20 @@ export declare class RoprintService {
|
|
|
872
872
|
};
|
|
873
873
|
forCompany: {
|
|
874
874
|
margin: number[];
|
|
875
|
-
fontSize:
|
|
875
|
+
fontSize: number;
|
|
876
876
|
};
|
|
877
877
|
forCompany1: {
|
|
878
878
|
margin: number[];
|
|
879
|
-
fontSize:
|
|
879
|
+
fontSize: number;
|
|
880
880
|
};
|
|
881
881
|
Rupees: {
|
|
882
882
|
margin: number[];
|
|
883
|
-
fontSize:
|
|
883
|
+
fontSize: number;
|
|
884
884
|
};
|
|
885
885
|
Signature: {
|
|
886
886
|
margin: number[];
|
|
887
887
|
alignment: string;
|
|
888
|
-
fontSize:
|
|
888
|
+
fontSize: number;
|
|
889
889
|
};
|
|
890
890
|
withApp: {
|
|
891
891
|
alignment: string;
|
|
@@ -163,20 +163,20 @@ export declare class WOPrintService {
|
|
|
163
163
|
};
|
|
164
164
|
forCompany: {
|
|
165
165
|
margin: number[];
|
|
166
|
-
fontSize:
|
|
166
|
+
fontSize: number;
|
|
167
167
|
};
|
|
168
168
|
forCompany1: {
|
|
169
169
|
margin: number[];
|
|
170
|
-
fontSize:
|
|
170
|
+
fontSize: number;
|
|
171
171
|
};
|
|
172
172
|
Rupees: {
|
|
173
173
|
margin: number[];
|
|
174
|
-
fontSize:
|
|
174
|
+
fontSize: number;
|
|
175
175
|
};
|
|
176
176
|
Signature: {
|
|
177
177
|
margin: number[];
|
|
178
178
|
alignment: string;
|
|
179
|
-
fontSize:
|
|
179
|
+
fontSize: number;
|
|
180
180
|
};
|
|
181
181
|
withApp: {
|
|
182
182
|
alignment: string;
|
|
@@ -160,20 +160,20 @@ export declare class TechnicianpdfService {
|
|
|
160
160
|
};
|
|
161
161
|
forCompany: {
|
|
162
162
|
margin: number[];
|
|
163
|
-
fontSize:
|
|
163
|
+
fontSize: number;
|
|
164
164
|
};
|
|
165
165
|
forCompany1: {
|
|
166
166
|
margin: number[];
|
|
167
|
-
fontSize:
|
|
167
|
+
fontSize: number;
|
|
168
168
|
};
|
|
169
169
|
Rupees: {
|
|
170
170
|
margin: number[];
|
|
171
|
-
fontSize:
|
|
171
|
+
fontSize: number;
|
|
172
172
|
};
|
|
173
173
|
Signature: {
|
|
174
174
|
margin: number[];
|
|
175
175
|
alignment: string;
|
|
176
|
-
fontSize:
|
|
176
|
+
fontSize: number;
|
|
177
177
|
};
|
|
178
178
|
withApp: {
|
|
179
179
|
alignment: string;
|
|
@@ -657,10 +657,14 @@ export declare class SharedPDFService {
|
|
|
657
657
|
columns: {
|
|
658
658
|
stack: ({
|
|
659
659
|
text: {
|
|
660
|
-
|
|
661
|
-
|
|
660
|
+
text: ({
|
|
661
|
+
text: string;
|
|
662
|
+
fontSize: number;
|
|
663
|
+
bold?: undefined;
|
|
664
|
+
} | {
|
|
662
665
|
text: any;
|
|
663
666
|
bold: string;
|
|
667
|
+
fontSize: number;
|
|
664
668
|
})[];
|
|
665
669
|
};
|
|
666
670
|
alignment: string;
|
|
@@ -676,10 +680,14 @@ export declare class SharedPDFService {
|
|
|
676
680
|
columns: {
|
|
677
681
|
stack: ({
|
|
678
682
|
text: {
|
|
679
|
-
|
|
680
|
-
|
|
683
|
+
text: ({
|
|
684
|
+
text: string;
|
|
685
|
+
fontSize: number;
|
|
686
|
+
bold?: undefined;
|
|
687
|
+
} | {
|
|
681
688
|
text: any;
|
|
682
689
|
bold: string;
|
|
690
|
+
fontSize: number;
|
|
683
691
|
})[];
|
|
684
692
|
};
|
|
685
693
|
alignment: string;
|
|
@@ -695,10 +703,14 @@ export declare class SharedPDFService {
|
|
|
695
703
|
columns: {
|
|
696
704
|
stack: ({
|
|
697
705
|
text: {
|
|
698
|
-
|
|
699
|
-
|
|
706
|
+
text: ({
|
|
707
|
+
text: string;
|
|
708
|
+
fontSize: number;
|
|
709
|
+
bold?: undefined;
|
|
710
|
+
} | {
|
|
700
711
|
text: any;
|
|
701
712
|
bold: string;
|
|
713
|
+
fontSize: number;
|
|
702
714
|
})[];
|
|
703
715
|
};
|
|
704
716
|
alignment: string;
|
|
@@ -712,10 +724,14 @@ export declare class SharedPDFService {
|
|
|
712
724
|
};
|
|
713
725
|
static SparesSignature(CounterSale: boolean): any;
|
|
714
726
|
static CompanyName(CName: any): {
|
|
715
|
-
|
|
716
|
-
|
|
727
|
+
text: ({
|
|
728
|
+
text: string;
|
|
729
|
+
fontSize: number;
|
|
730
|
+
bold?: undefined;
|
|
731
|
+
} | {
|
|
717
732
|
text: any;
|
|
718
733
|
bold: string;
|
|
734
|
+
fontSize: number;
|
|
719
735
|
})[];
|
|
720
736
|
};
|
|
721
737
|
static Authorizedsignature(): {
|
|
@@ -888,20 +904,20 @@ export declare class SharedPDFService {
|
|
|
888
904
|
};
|
|
889
905
|
forCompany: {
|
|
890
906
|
margin: number[];
|
|
891
|
-
fontSize:
|
|
907
|
+
fontSize: number;
|
|
892
908
|
};
|
|
893
909
|
forCompany1: {
|
|
894
910
|
margin: number[];
|
|
895
|
-
fontSize:
|
|
911
|
+
fontSize: number;
|
|
896
912
|
};
|
|
897
913
|
Rupees: {
|
|
898
914
|
margin: number[];
|
|
899
|
-
fontSize:
|
|
915
|
+
fontSize: number;
|
|
900
916
|
};
|
|
901
917
|
Signature: {
|
|
902
918
|
margin: number[];
|
|
903
919
|
alignment: string;
|
|
904
|
-
fontSize:
|
|
920
|
+
fontSize: number;
|
|
905
921
|
};
|
|
906
922
|
withApp: {
|
|
907
923
|
alignment: string;
|