shareneus 1.4.75 → 1.4.77
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 +36 -15
- package/dist/shared/shared-pdf.service.js +16 -18
- 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;
|
|
@@ -499,7 +499,6 @@ export declare class SharedPDFService {
|
|
|
499
499
|
}[];
|
|
500
500
|
})[];
|
|
501
501
|
})[];
|
|
502
|
-
marginLeft: number;
|
|
503
502
|
};
|
|
504
503
|
static GrandTotal1(RecordData: any, LaborAfterGST: any, PartsAfterGST: any, OverAllRecordDiscount: any, totalTax: any, For: any, OverAllRecordTotal: any, Rounded: any, GrandTotal: any, Adj: any, Consolidate: any, STotal: any, moreDiscDetails: boolean): {
|
|
505
504
|
style: string[];
|
|
@@ -596,9 +595,15 @@ export declare class SharedPDFService {
|
|
|
596
595
|
marginBottom: number;
|
|
597
596
|
table: {
|
|
598
597
|
widths: string[];
|
|
599
|
-
body: {
|
|
598
|
+
body: ({
|
|
600
599
|
text: string;
|
|
601
|
-
|
|
600
|
+
marginLeft: number;
|
|
601
|
+
marginRight?: undefined;
|
|
602
|
+
} | {
|
|
603
|
+
text: string;
|
|
604
|
+
marginRight: number;
|
|
605
|
+
marginLeft?: undefined;
|
|
606
|
+
})[][];
|
|
602
607
|
};
|
|
603
608
|
layout: {
|
|
604
609
|
hLineColor: (i: any, node: any) => "white" | "gray";
|
|
@@ -657,10 +662,14 @@ export declare class SharedPDFService {
|
|
|
657
662
|
columns: {
|
|
658
663
|
stack: ({
|
|
659
664
|
text: {
|
|
660
|
-
|
|
661
|
-
|
|
665
|
+
text: ({
|
|
666
|
+
text: string;
|
|
667
|
+
fontSize: number;
|
|
668
|
+
bold?: undefined;
|
|
669
|
+
} | {
|
|
662
670
|
text: any;
|
|
663
671
|
bold: string;
|
|
672
|
+
fontSize: number;
|
|
664
673
|
})[];
|
|
665
674
|
};
|
|
666
675
|
alignment: string;
|
|
@@ -676,10 +685,14 @@ export declare class SharedPDFService {
|
|
|
676
685
|
columns: {
|
|
677
686
|
stack: ({
|
|
678
687
|
text: {
|
|
679
|
-
|
|
680
|
-
|
|
688
|
+
text: ({
|
|
689
|
+
text: string;
|
|
690
|
+
fontSize: number;
|
|
691
|
+
bold?: undefined;
|
|
692
|
+
} | {
|
|
681
693
|
text: any;
|
|
682
694
|
bold: string;
|
|
695
|
+
fontSize: number;
|
|
683
696
|
})[];
|
|
684
697
|
};
|
|
685
698
|
alignment: string;
|
|
@@ -695,10 +708,14 @@ export declare class SharedPDFService {
|
|
|
695
708
|
columns: {
|
|
696
709
|
stack: ({
|
|
697
710
|
text: {
|
|
698
|
-
|
|
699
|
-
|
|
711
|
+
text: ({
|
|
712
|
+
text: string;
|
|
713
|
+
fontSize: number;
|
|
714
|
+
bold?: undefined;
|
|
715
|
+
} | {
|
|
700
716
|
text: any;
|
|
701
717
|
bold: string;
|
|
718
|
+
fontSize: number;
|
|
702
719
|
})[];
|
|
703
720
|
};
|
|
704
721
|
alignment: string;
|
|
@@ -712,10 +729,14 @@ export declare class SharedPDFService {
|
|
|
712
729
|
};
|
|
713
730
|
static SparesSignature(CounterSale: boolean): any;
|
|
714
731
|
static CompanyName(CName: any): {
|
|
715
|
-
|
|
716
|
-
|
|
732
|
+
text: ({
|
|
733
|
+
text: string;
|
|
734
|
+
fontSize: number;
|
|
735
|
+
bold?: undefined;
|
|
736
|
+
} | {
|
|
717
737
|
text: any;
|
|
718
738
|
bold: string;
|
|
739
|
+
fontSize: number;
|
|
719
740
|
})[];
|
|
720
741
|
};
|
|
721
742
|
static Authorizedsignature(): {
|
|
@@ -888,20 +909,20 @@ export declare class SharedPDFService {
|
|
|
888
909
|
};
|
|
889
910
|
forCompany: {
|
|
890
911
|
margin: number[];
|
|
891
|
-
fontSize:
|
|
912
|
+
fontSize: number;
|
|
892
913
|
};
|
|
893
914
|
forCompany1: {
|
|
894
915
|
margin: number[];
|
|
895
|
-
fontSize:
|
|
916
|
+
fontSize: number;
|
|
896
917
|
};
|
|
897
918
|
Rupees: {
|
|
898
919
|
margin: number[];
|
|
899
|
-
fontSize:
|
|
920
|
+
fontSize: number;
|
|
900
921
|
};
|
|
901
922
|
Signature: {
|
|
902
923
|
margin: number[];
|
|
903
924
|
alignment: string;
|
|
904
|
-
fontSize:
|
|
925
|
+
fontSize: number;
|
|
905
926
|
};
|
|
906
927
|
withApp: {
|
|
907
928
|
alignment: string;
|