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
|
@@ -2286,14 +2286,13 @@ class SharedPDFService {
|
|
|
2286
2286
|
}
|
|
2287
2287
|
static CompanyName(CName) {
|
|
2288
2288
|
return {
|
|
2289
|
-
|
|
2290
|
-
text: ['For ', { text: CName, bold: 'true' }],
|
|
2289
|
+
text: [{ text: 'For ', fontSize: 10 }, { text: CName, bold: 'true', fontSize: 10 }],
|
|
2291
2290
|
};
|
|
2292
2291
|
}
|
|
2293
2292
|
static Authorizedsignature() {
|
|
2294
2293
|
return {
|
|
2295
2294
|
style: 'Sign',
|
|
2296
|
-
text: ['
|
|
2295
|
+
text: ['Authorised Signatory'], width: 'auto'
|
|
2297
2296
|
};
|
|
2298
2297
|
}
|
|
2299
2298
|
static Accountantsignature() {
|
|
@@ -2312,7 +2311,7 @@ class SharedPDFService {
|
|
|
2312
2311
|
static PatientSignature() {
|
|
2313
2312
|
return {
|
|
2314
2313
|
style: 'Sign',
|
|
2315
|
-
text: ['Patient Signature'], width: '*'
|
|
2314
|
+
text: ['Patient / Guardian Signature'], width: '*'
|
|
2316
2315
|
};
|
|
2317
2316
|
}
|
|
2318
2317
|
static SurveyorSignature(For, Type) {
|
|
@@ -2465,7 +2464,7 @@ class SharedPDFService {
|
|
|
2465
2464
|
},
|
|
2466
2465
|
textcust: {
|
|
2467
2466
|
fontSize: this.BodySize,
|
|
2468
|
-
margin: [0,
|
|
2467
|
+
margin: [0, 2, 0, 2],
|
|
2469
2468
|
},
|
|
2470
2469
|
column: {
|
|
2471
2470
|
margin: [15, 0, 0, 0]
|
|
@@ -2525,20 +2524,20 @@ class SharedPDFService {
|
|
|
2525
2524
|
},
|
|
2526
2525
|
forCompany: {
|
|
2527
2526
|
margin: [0, 10, 30, 0],
|
|
2528
|
-
fontSize:
|
|
2527
|
+
fontSize: 9
|
|
2529
2528
|
},
|
|
2530
2529
|
forCompany1: {
|
|
2531
2530
|
margin: [0, 5, 15, 0],
|
|
2532
|
-
fontSize:
|
|
2531
|
+
fontSize: 9
|
|
2533
2532
|
},
|
|
2534
2533
|
Rupees: {
|
|
2535
2534
|
margin: [0, 40, 0, 0],
|
|
2536
|
-
fontSize:
|
|
2535
|
+
fontSize: 10,
|
|
2537
2536
|
},
|
|
2538
2537
|
Signature: {
|
|
2539
2538
|
margin: [0, 40, 50, 0],
|
|
2540
2539
|
alignment: 'right',
|
|
2541
|
-
fontSize:
|
|
2540
|
+
fontSize: 10
|
|
2542
2541
|
},
|
|
2543
2542
|
withApp: {
|
|
2544
2543
|
alignment: 'center',
|
|
@@ -2550,7 +2549,7 @@ class SharedPDFService {
|
|
|
2550
2549
|
},
|
|
2551
2550
|
Sign: {
|
|
2552
2551
|
fontSize: this.BodySize,
|
|
2553
|
-
margin: [0,
|
|
2552
|
+
margin: [0, 20, 0, 5]
|
|
2554
2553
|
},
|
|
2555
2554
|
Sign1: {
|
|
2556
2555
|
fontSize: this.BodySize,
|