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
|
-
|
|
103
|
+
// SharedPDFService.GetDisplayTable(),
|
|
104
104
|
];
|
|
105
105
|
return headerDetails;
|
|
106
106
|
}
|
|
@@ -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()] }
|