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.
Files changed (46) hide show
  1. package/dist/accounting/counter-sales/auto-sales-receipt-pdf.service.d.ts +4 -4
  2. package/dist/accounting/counter-sales/sales-receipt-pdf.service.d.ts +4 -4
  3. package/dist/accounting/credit-note/credit-note-pdf.service.d.ts +4 -4
  4. package/dist/accounting/debit-note/debit-note-pdf.service.d.ts +4 -4
  5. package/dist/accounting/invoice/hc-inv-pdf.service.d.ts +4 -6
  6. package/dist/accounting/invoice/hc-inv-pdf.service.js +3 -3
  7. package/dist/accounting/invoice/inv-pdf.service.d.ts +4 -4
  8. package/dist/accounting/invoice/invoice-landscape-pdf.service.d.ts +4 -4
  9. package/dist/accounting/invoice/invoice-letterhead-pdf.service.d.ts +4 -4
  10. package/dist/accounting/invoice/reports/pdf/analysis-pdf.service.d.ts +4 -4
  11. package/dist/accounting/invoice/reports/pdf/category-wise-item-pdf.service.d.ts +4 -4
  12. package/dist/accounting/invoice/reports/pdf/cust-wise-sales-details-pdf.service.d.ts +4 -4
  13. package/dist/accounting/invoice/reports/pdf/cust-wise-sales-summary-pdf.service.d.ts +4 -4
  14. package/dist/accounting/invoice/reports/pdf/item-wise-doctor-sale-pdf.service.d.ts +4 -4
  15. package/dist/accounting/invoice/reports/pdf/item-wise-sales-pdf.service.d.ts +4 -4
  16. package/dist/accounting/invoice/reports/pdf/manf-wise-sales-pdf.service.d.ts +4 -4
  17. package/dist/accounting/invoice/reports/pdf/operator-wise-details-pdf.service.d.ts +4 -4
  18. package/dist/accounting/invoice/reports/pdf/operator-wise-summary-pdf.d.ts +4 -4
  19. package/dist/accounting/invoice/reports/pdf/sales-by-service-pdf.service.d.ts +4 -4
  20. package/dist/accounting/invoice/reports/pdf/scheduled-drug-pdf.service.d.ts +4 -4
  21. package/dist/accounting/invoice/reports/pdf/scheduled-drug-summary-pdf.service.d.ts +4 -4
  22. package/dist/accounting/invoice/shared-inv-pdf.service.d.ts +4 -4
  23. package/dist/accounting/payment-receive/payment-pdf.service.d.ts +4 -4
  24. package/dist/accounting/payment-receive/reports/pdf/customer-balances-pdf.service.d.ts +4 -4
  25. package/dist/accounting/payment-receive/reports/pdf/payment-report-pdf.service.d.ts +4 -4
  26. package/dist/gst/pdf/hsn-summary-pdf.d.ts +4 -4
  27. package/dist/inventory/items/issue-parts-pdf.service.d.ts +4 -4
  28. package/dist/inventory/items/reports/pdf/item-wise-mout-details-pdf.d.ts +4 -4
  29. package/dist/inventory/items/reports/pdf/item-wise-mout-summary-pdf.d.ts +4 -4
  30. package/dist/purchases/payment-made/reports/pdf/vendor-balances-pdf.service.d.ts +4 -4
  31. package/dist/purchases/vendor-debit-note/vendor-debit-note-pdf.service.d.ts +4 -4
  32. package/dist/sales/delivery-challan/dc-landscape-pdf.service.d.ts +4 -4
  33. package/dist/sales/delivery-challan/dc-landscape-without-price-pdf.service.d.ts +4 -4
  34. package/dist/sales/delivery-challan/dc-without-price-pdf.service.d.ts +4 -4
  35. package/dist/sales/delivery-challan/delivery-challan-pdf.service.d.ts +4 -4
  36. package/dist/sales/sales/pack-ship-pdf.service.d.ts +4 -4
  37. package/dist/sales/sales/sales-pdf.service.d.ts +4 -4
  38. package/dist/services/reports/pdf/insurance-expire-pdf.service.d.ts +4 -4
  39. package/dist/services/reports/pdf/next-service-date-pdf.service.d.ts +4 -4
  40. package/dist/services/reports/pdf/repair-orders-pdf.service.d.ts +4 -4
  41. package/dist/services/ro-pdf.service.d.ts +16 -16
  42. package/dist/services/separate-wo-print.service.d.ts +4 -4
  43. package/dist/services/technician-pdf.service.d.ts +4 -4
  44. package/dist/shared/shared-pdf.service.d.ts +28 -12
  45. package/dist/shared/shared-pdf.service.js +9 -10
  46. package/package.json +1 -1
@@ -2286,14 +2286,13 @@ class SharedPDFService {
2286
2286
  }
2287
2287
  static CompanyName(CName) {
2288
2288
  return {
2289
- style: 'forCompany',
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: ['Authorized Signature'], width: 'auto'
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, 5, 0, 5],
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: '9'
2527
+ fontSize: 9
2529
2528
  },
2530
2529
  forCompany1: {
2531
2530
  margin: [0, 5, 15, 0],
2532
- fontSize: '9'
2531
+ fontSize: 9
2533
2532
  },
2534
2533
  Rupees: {
2535
2534
  margin: [0, 40, 0, 0],
2536
- fontSize: '10',
2535
+ fontSize: 10,
2537
2536
  },
2538
2537
  Signature: {
2539
2538
  margin: [0, 40, 50, 0],
2540
2539
  alignment: 'right',
2541
- fontSize: '10'
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, 30, 0, 5]
2552
+ margin: [0, 20, 0, 5]
2554
2553
  },
2555
2554
  Sign1: {
2556
2555
  fontSize: this.BodySize,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.4.74",
3
+ "version": "1.4.76",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",