shareneus 1.4.74 → 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
|
@@ -163,20 +163,20 @@ export declare class SalesReceiptprintService {
|
|
|
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 SalesReceiptpdfService {
|
|
|
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 CreditNotePdfService {
|
|
|
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 DebitNotePdfService {
|
|
|
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;
|
|
@@ -168,20 +168,20 @@ export declare class HCInvoiceprintService {
|
|
|
168
168
|
};
|
|
169
169
|
forCompany: {
|
|
170
170
|
margin: number[];
|
|
171
|
-
fontSize:
|
|
171
|
+
fontSize: number;
|
|
172
172
|
};
|
|
173
173
|
forCompany1: {
|
|
174
174
|
margin: number[];
|
|
175
|
-
fontSize:
|
|
175
|
+
fontSize: number;
|
|
176
176
|
};
|
|
177
177
|
Rupees: {
|
|
178
178
|
margin: number[];
|
|
179
|
-
fontSize:
|
|
179
|
+
fontSize: number;
|
|
180
180
|
};
|
|
181
181
|
Signature: {
|
|
182
182
|
margin: number[];
|
|
183
183
|
alignment: string;
|
|
184
|
-
fontSize:
|
|
184
|
+
fontSize: number;
|
|
185
185
|
};
|
|
186
186
|
withApp: {
|
|
187
187
|
alignment: string;
|
|
@@ -330,10 +330,8 @@ export declare class HCInvoiceprintService {
|
|
|
330
330
|
text: string;
|
|
331
331
|
fontSize: number;
|
|
332
332
|
width: number;
|
|
333
|
-
bold?: undefined;
|
|
334
333
|
} | {
|
|
335
334
|
text: string;
|
|
336
|
-
bold: boolean;
|
|
337
335
|
fontSize: number;
|
|
338
336
|
width: string;
|
|
339
337
|
})[];
|
|
@@ -793,8 +793,8 @@ class HCInvoiceprintService {
|
|
|
793
793
|
marginBottom: 5,
|
|
794
794
|
table: {
|
|
795
795
|
widths: ['*', 'auto'],
|
|
796
|
-
body: [[{ text: 'Paid : ' + tr_utils_1.TrUtils.FixPriceValue(Paid, DecimalsNumber) },
|
|
797
|
-
{ text: 'Due : ' + tr_utils_1.TrUtils.FixPriceValue(Due, DecimalsNumber) }]]
|
|
796
|
+
body: [[{ text: 'Paid : ' + tr_utils_1.TrUtils.FixPriceValue(Paid, DecimalsNumber), marginLeft: 30 },
|
|
797
|
+
{ text: 'Due : ' + tr_utils_1.TrUtils.FixPriceValue(Due, DecimalsNumber), marginRight: 30 }]]
|
|
798
798
|
},
|
|
799
799
|
layout: shared_pdf_service_1.SharedPDFService.LayOutLineStyle(),
|
|
800
800
|
};
|
|
@@ -806,7 +806,7 @@ class HCInvoiceprintService {
|
|
|
806
806
|
static GetNumberInWords(TotalAmount) {
|
|
807
807
|
var rupee = shared_pdf_service_1.SharedPDFService.convertNumberToWords(TotalAmount);
|
|
808
808
|
// console.log('rupee', rupee);
|
|
809
|
-
return { columns: [{ text: 'In Words :', fontSize: 7, width: 35 }, { text: rupee,
|
|
809
|
+
return { columns: [{ text: 'In Words :', fontSize: 7, width: 35 }, { text: rupee, fontSize: 7, width: '*' }] };
|
|
810
810
|
}
|
|
811
811
|
static GetCustomerDetails(ROPrintData, isOtherIndustry) {
|
|
812
812
|
let CustomerData = [
|
|
@@ -167,20 +167,20 @@ export declare class InvoiceprintService {
|
|
|
167
167
|
};
|
|
168
168
|
forCompany: {
|
|
169
169
|
margin: number[];
|
|
170
|
-
fontSize:
|
|
170
|
+
fontSize: number;
|
|
171
171
|
};
|
|
172
172
|
forCompany1: {
|
|
173
173
|
margin: number[];
|
|
174
|
-
fontSize:
|
|
174
|
+
fontSize: number;
|
|
175
175
|
};
|
|
176
176
|
Rupees: {
|
|
177
177
|
margin: number[];
|
|
178
|
-
fontSize:
|
|
178
|
+
fontSize: number;
|
|
179
179
|
};
|
|
180
180
|
Signature: {
|
|
181
181
|
margin: number[];
|
|
182
182
|
alignment: string;
|
|
183
|
-
fontSize:
|
|
183
|
+
fontSize: number;
|
|
184
184
|
};
|
|
185
185
|
withApp: {
|
|
186
186
|
alignment: string;
|
|
@@ -163,20 +163,20 @@ export declare class InvoiceLandscapePdfService {
|
|
|
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;
|
|
@@ -167,20 +167,20 @@ export declare class InvoiceLetterheadPdfService {
|
|
|
167
167
|
};
|
|
168
168
|
forCompany: {
|
|
169
169
|
margin: number[];
|
|
170
|
-
fontSize:
|
|
170
|
+
fontSize: number;
|
|
171
171
|
};
|
|
172
172
|
forCompany1: {
|
|
173
173
|
margin: number[];
|
|
174
|
-
fontSize:
|
|
174
|
+
fontSize: number;
|
|
175
175
|
};
|
|
176
176
|
Rupees: {
|
|
177
177
|
margin: number[];
|
|
178
|
-
fontSize:
|
|
178
|
+
fontSize: number;
|
|
179
179
|
};
|
|
180
180
|
Signature: {
|
|
181
181
|
margin: number[];
|
|
182
182
|
alignment: string;
|
|
183
|
-
fontSize:
|
|
183
|
+
fontSize: number;
|
|
184
184
|
};
|
|
185
185
|
withApp: {
|
|
186
186
|
alignment: string;
|
|
@@ -160,20 +160,20 @@ export declare class AnalysisPDFService {
|
|
|
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 CategoryWiseItemPDFService {
|
|
|
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 CustWiseSalesDetailsService {
|
|
|
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 SalesByCustomerPDFService {
|
|
|
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 ItemWiseDoctorSalePDFService {
|
|
|
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 ItemWiseSalesPDFService {
|
|
|
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 ManfWiseSalesService {
|
|
|
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 OperatorWiseSalesDetailsPDF {
|
|
|
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 OperatorWiseSalesSummaryPDF {
|
|
|
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 SalesByServiceSummaryPDF {
|
|
|
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 ScheduledDrugPDFService {
|
|
|
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 ScheduledDrugSummaryPDFService {
|
|
|
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 SharedInvoiceprintService {
|
|
|
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;
|
|
@@ -235,20 +235,20 @@ export declare class ReceiptPDFService {
|
|
|
235
235
|
};
|
|
236
236
|
forCompany: {
|
|
237
237
|
margin: number[];
|
|
238
|
-
fontSize:
|
|
238
|
+
fontSize: number;
|
|
239
239
|
};
|
|
240
240
|
forCompany1: {
|
|
241
241
|
margin: number[];
|
|
242
|
-
fontSize:
|
|
242
|
+
fontSize: number;
|
|
243
243
|
};
|
|
244
244
|
Rupees: {
|
|
245
245
|
margin: number[];
|
|
246
|
-
fontSize:
|
|
246
|
+
fontSize: number;
|
|
247
247
|
};
|
|
248
248
|
Signature: {
|
|
249
249
|
margin: number[];
|
|
250
250
|
alignment: string;
|
|
251
|
-
fontSize:
|
|
251
|
+
fontSize: number;
|
|
252
252
|
};
|
|
253
253
|
withApp: {
|
|
254
254
|
alignment: string;
|
|
@@ -160,20 +160,20 @@ export declare class CustomerBalancesService {
|
|
|
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 PaymentsReportPDFService {
|
|
|
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;
|