shareneus 1.6.47 → 1.6.48

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.
@@ -100,7 +100,7 @@ function CommonHeaderDetails(invoicePdfData, text, isotherIndustry, orientation
100
100
  shared_pdf_service_1.SharedPDFService.GetNewCustomerAndVehicleDetails(invoicePdfData._id, invoicePdfData.CrDate, invoicePdfData.PrDate, invoicePdfData.MOut, invoicePdfData.MIn, invoicePdfData.Product, invoicePdfData.PrintType, invoicePdfData.For, invoicePdfData.SurName, invoicePdfData.SurPhone, invoicePdfData.Type, invoicePdfData.SurEmail, invoicePdfData.InsComp, invoicePdfData.PolNo, invoicePdfData.PolType, invoicePdfData.Customer, invoicePdfData.IsProforma, invoicePdfData.Settings, invoicePdfData.Location, isotherIndustry, invoicePdfData.BL, invoicePdfData.ROCode, invoicePdfData.TypeName, invoicePdfData.AdmNo, invoicePdfData.DoS, invoicePdfData.Entity.PrCustBar, orientation),
101
101
  shared_pdf_service_1.SharedPDFService.GetOwnerDetails(invoicePdfData.Cust, invoicePdfData.Type, invoicePdfData.For),
102
102
  CustomerAndVehicleDetailsAfterLine(orientation),
103
- shared_pdf_service_1.SharedPDFService.GetDisplayTable(),
103
+ // SharedPDFService.GetDisplayTable(),
104
104
  ];
105
105
  return headerDetails;
106
106
  }
@@ -793,6 +793,7 @@ export declare class SharedPDFService {
793
793
  };
794
794
  static GetInvSignatures(CName: any, isCounterSale: boolean): {
795
795
  columns: {
796
+ marginTop: number;
796
797
  stack: ({
797
798
  text: {
798
799
  text: ({
@@ -2473,6 +2473,7 @@ class SharedPDFService {
2473
2473
  static GetInvSignatures(CName, isCounterSale) {
2474
2474
  return {
2475
2475
  columns: [{
2476
+ marginTop: 5,
2476
2477
  stack: [
2477
2478
  { text: this.CompanyName(CName), alignment: 'right' },
2478
2479
  { columns: [this.CustomerSignature(), this.SparesSignature(isCounterSale), this.Authorizedsignature()] }
@@ -804,7 +804,7 @@ class PrintSharedService {
804
804
  return [25, 210, 40, 70, 40, 40, 70];
805
805
  }
806
806
  else {
807
- return [25, 308, 40, 60, 80];
807
+ return [25, 308, 50, 65, 80];
808
808
  }
809
809
  }
810
810
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.6.47",
3
+ "version": "1.6.48",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",