shareneus 1.4.39 → 1.4.41

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 (90) hide show
  1. package/dist/{sales → accounting/invoice}/reports/excel/analysis-excel.service.js +2 -2
  2. package/dist/{sales → accounting/invoice}/reports/excel/category-wise-item-excel.service.js +2 -2
  3. package/dist/{sales → accounting/invoice}/reports/excel/cust-wise-sales-details.js +2 -2
  4. package/dist/{sales → accounting/invoice}/reports/excel/cust-wise-sales-summary-excel.service.js +2 -2
  5. package/dist/{excel-files → accounting/invoice/reports/excel}/invoice-wise-excel.service.js +1 -1
  6. package/dist/{sales → accounting/invoice}/reports/excel/item-wise-doctor-sale-excel.service.js +2 -2
  7. package/dist/{sales → accounting/invoice}/reports/excel/items-wise-sales-excel.service.js +2 -2
  8. package/dist/{sales → accounting/invoice}/reports/excel/manf-wise-sales-excel.service.js +2 -2
  9. package/dist/{sales → accounting/invoice}/reports/excel/operator-wise-details.js +2 -2
  10. package/dist/{sales → accounting/invoice}/reports/excel/operator-wise-summary.js +2 -2
  11. package/dist/{sales → accounting/invoice}/reports/excel/sa-wise-labor-sales-excel.service.js +2 -2
  12. package/dist/{sales → accounting/invoice}/reports/excel/sa-wise-part-sales-excel.service.js +2 -2
  13. package/dist/{sales → accounting/invoice}/reports/excel/sale-summary-excel.service.js +1 -1
  14. package/dist/{excel-files → accounting/invoice/reports/excel}/sales-by-service-summary-excel.service.js +2 -2
  15. package/dist/{excel-files → accounting/invoice/reports/excel}/scheduled-drug-summary-excel.service.js +2 -2
  16. package/dist/{excel-files → accounting/invoice/reports/excel}/scheduled-drugs-excel.service.js +2 -2
  17. package/dist/{sales → accounting/invoice}/reports/pdf/analysis-pdf.service.js +3 -3
  18. package/dist/{sales → accounting/invoice}/reports/pdf/category-wise-item-pdf.service.js +2 -2
  19. package/dist/{sales → accounting/invoice}/reports/pdf/cust-wise-sales-details-pdf.service.js +3 -3
  20. package/dist/{sales → accounting/invoice}/reports/pdf/cust-wise-sales-summary-pdf.service.js +2 -2
  21. package/dist/{sales → accounting/invoice}/reports/pdf/item-wise-doctor-sale-pdf.service.js +2 -2
  22. package/dist/{sales → accounting/invoice}/reports/pdf/item-wise-sales-pdf.service.js +2 -2
  23. package/dist/{sales → accounting/invoice}/reports/pdf/manf-wise-sales-pdf.service.js +2 -2
  24. package/dist/{sales → accounting/invoice}/reports/pdf/operator-wise-details-pdf.service.js +3 -3
  25. package/dist/{sales → accounting/invoice}/reports/pdf/operator-wise-summary-pdf.js +2 -2
  26. package/dist/{sales → accounting/invoice}/reports/pdf/sales-by-service-pdf.service.js +2 -2
  27. package/dist/{sales → accounting/invoice}/reports/pdf/scheduled-drug-pdf.service.js +3 -3
  28. package/dist/{sales → accounting/invoice}/reports/pdf/scheduled-drug-summary-pdf.service.js +2 -2
  29. package/dist/{excel-files → accounting/payment-receive/reports/excel}/cust-balance-excel.service.js +1 -1
  30. package/dist/{excel-files → accounting/payment-receive/reports/excel}/payment-receive-excel.service.js +2 -2
  31. package/dist/index.d.ts +42 -42
  32. package/dist/index.js +42 -42
  33. package/dist/inventory/items/item-price-for-pricelist.js +0 -4
  34. package/dist/{excel-files → inventory/items/reports/excel}/expiring-drugs-excel.service.js +2 -2
  35. package/dist/{excel-files → inventory/items/reports/excel}/spares-issue-excel.service.js +1 -1
  36. package/dist/{excel-files → inventory/items/reports/excel}/stock-excel.service.js +1 -1
  37. package/dist/{excel-files → purchases/payment-made/reports/excel}/payments-made-excel.service.js +2 -2
  38. package/dist/{excel-files → purchases/payment-made/reports/excel}/ven-balance-excel.service.js +1 -1
  39. package/dist/{excel-files → services/reports/excel}/insurance-expire-excel.service.js +2 -2
  40. package/dist/{excel-files → services/reports/excel}/next-service-date-excel.service.js +2 -2
  41. package/dist/{excel-files → services/reports/excel}/repair-orders-excel.service.js +2 -2
  42. package/dist/services/reports/{insurance-expire-pdf.service.js → pdf/insurance-expire-pdf.service.js} +2 -2
  43. package/dist/services/{next-service-date-pdf.service.js → reports/pdf/next-service-date-pdf.service.js} +2 -2
  44. package/dist/services/reports/{repair-orders-pdf.service.js → pdf/repair-orders-pdf.service.js} +3 -3
  45. package/package.json +1 -1
  46. package/dist/services/shared-inv-pdf.service.d.ts +0 -303
  47. package/dist/services/shared-inv-pdf.service.js +0 -763
  48. /package/dist/{sales → accounting/invoice}/reports/excel/analysis-excel.service.d.ts +0 -0
  49. /package/dist/{sales → accounting/invoice}/reports/excel/category-wise-item-excel.service.d.ts +0 -0
  50. /package/dist/{sales → accounting/invoice}/reports/excel/cust-wise-sales-details.d.ts +0 -0
  51. /package/dist/{sales → accounting/invoice}/reports/excel/cust-wise-sales-summary-excel.service.d.ts +0 -0
  52. /package/dist/{excel-files → accounting/invoice/reports/excel}/invoice-wise-excel.service.d.ts +0 -0
  53. /package/dist/{sales → accounting/invoice}/reports/excel/item-wise-doctor-sale-excel.service.d.ts +0 -0
  54. /package/dist/{sales → accounting/invoice}/reports/excel/items-wise-sales-excel.service.d.ts +0 -0
  55. /package/dist/{sales → accounting/invoice}/reports/excel/manf-wise-sales-excel.service.d.ts +0 -0
  56. /package/dist/{sales → accounting/invoice}/reports/excel/operator-wise-details.d.ts +0 -0
  57. /package/dist/{sales → accounting/invoice}/reports/excel/operator-wise-summary.d.ts +0 -0
  58. /package/dist/{sales → accounting/invoice}/reports/excel/sa-wise-labor-sales-excel.service.d.ts +0 -0
  59. /package/dist/{sales → accounting/invoice}/reports/excel/sa-wise-part-sales-excel.service.d.ts +0 -0
  60. /package/dist/{sales → accounting/invoice}/reports/excel/sale-summary-excel.service.d.ts +0 -0
  61. /package/dist/{excel-files → accounting/invoice/reports/excel}/sales-by-service-details-excel.service.d.ts +0 -0
  62. /package/dist/{excel-files → accounting/invoice/reports/excel}/sales-by-service-details-excel.service.js +0 -0
  63. /package/dist/{excel-files → accounting/invoice/reports/excel}/sales-by-service-summary-excel.service.d.ts +0 -0
  64. /package/dist/{excel-files → accounting/invoice/reports/excel}/scheduled-drug-summary-excel.service.d.ts +0 -0
  65. /package/dist/{excel-files → accounting/invoice/reports/excel}/scheduled-drugs-excel.service.d.ts +0 -0
  66. /package/dist/{sales → accounting/invoice}/reports/pdf/analysis-pdf.service.d.ts +0 -0
  67. /package/dist/{sales → accounting/invoice}/reports/pdf/category-wise-item-pdf.service.d.ts +0 -0
  68. /package/dist/{sales → accounting/invoice}/reports/pdf/cust-wise-sales-details-pdf.service.d.ts +0 -0
  69. /package/dist/{sales → accounting/invoice}/reports/pdf/cust-wise-sales-summary-pdf.service.d.ts +0 -0
  70. /package/dist/{sales → accounting/invoice}/reports/pdf/item-wise-doctor-sale-pdf.service.d.ts +0 -0
  71. /package/dist/{sales → accounting/invoice}/reports/pdf/item-wise-sales-pdf.service.d.ts +0 -0
  72. /package/dist/{sales → accounting/invoice}/reports/pdf/manf-wise-sales-pdf.service.d.ts +0 -0
  73. /package/dist/{sales → accounting/invoice}/reports/pdf/operator-wise-details-pdf.service.d.ts +0 -0
  74. /package/dist/{sales → accounting/invoice}/reports/pdf/operator-wise-summary-pdf.d.ts +0 -0
  75. /package/dist/{sales → accounting/invoice}/reports/pdf/sales-by-service-pdf.service.d.ts +0 -0
  76. /package/dist/{sales → accounting/invoice}/reports/pdf/scheduled-drug-pdf.service.d.ts +0 -0
  77. /package/dist/{sales → accounting/invoice}/reports/pdf/scheduled-drug-summary-pdf.service.d.ts +0 -0
  78. /package/dist/{excel-files → accounting/payment-receive/reports/excel}/cust-balance-excel.service.d.ts +0 -0
  79. /package/dist/{excel-files → accounting/payment-receive/reports/excel}/payment-receive-excel.service.d.ts +0 -0
  80. /package/dist/{excel-files → inventory/items/reports/excel}/expiring-drugs-excel.service.d.ts +0 -0
  81. /package/dist/{excel-files → inventory/items/reports/excel}/spares-issue-excel.service.d.ts +0 -0
  82. /package/dist/{excel-files → inventory/items/reports/excel}/stock-excel.service.d.ts +0 -0
  83. /package/dist/{excel-files → purchases/payment-made/reports/excel}/payments-made-excel.service.d.ts +0 -0
  84. /package/dist/{excel-files → purchases/payment-made/reports/excel}/ven-balance-excel.service.d.ts +0 -0
  85. /package/dist/{excel-files → services/reports/excel}/insurance-expire-excel.service.d.ts +0 -0
  86. /package/dist/{excel-files → services/reports/excel}/next-service-date-excel.service.d.ts +0 -0
  87. /package/dist/{excel-files → services/reports/excel}/repair-orders-excel.service.d.ts +0 -0
  88. /package/dist/services/reports/{insurance-expire-pdf.service.d.ts → pdf/insurance-expire-pdf.service.d.ts} +0 -0
  89. /package/dist/services/{next-service-date-pdf.service.d.ts → reports/pdf/next-service-date-pdf.service.d.ts} +0 -0
  90. /package/dist/services/reports/{repair-orders-pdf.service.d.ts → pdf/repair-orders-pdf.service.d.ts} +0 -0
package/dist/index.js CHANGED
@@ -3,17 +3,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DebitNotePdfService = exports.DCWithoutPricePdfService = exports.DCLandscapeWithoutPricePdfService = exports.DCLandscapePdfService = exports.CustomerBalancesService = exports.SalesByCustomerPDFService = exports.CustWiseSalesDetailsService = exports.CreditNoteTotalsService = exports.CreditNotePdfService = exports.ConsultationPDFService = exports.ConsultationFullPrintService = exports.ConsultationFeeReceiptPrintService = exports.CNPrintService = exports.ChecklistsPDFService = exports.CheckListPrintService = exports.CategoryWiseItemPDFService = exports.SalesReceiptprintService = exports.AppointmentTotalsService = exports.AnalysisPDFService = exports.VenBalanceXlsxFileService = exports.TallySalesImportXlsxFileService = exports.StockXlsxFileService = exports.IssueSparesXlsxFileService = exports.ScheduledDrugXlsxFileService = exports.ScheduledDrugSummaryXlsxFileService = exports.SalesByServiceSummaryXlsxFileService = exports.SummaryXlsxFileService = exports.ServiceAdvisorWisePartXlsxFileService = exports.ServiceAdvisorWiseLaborXlsxFileService = exports.RepairOrdersXlsxFileService = exports.PaymentsMadeXlsxFileService = exports.PaymentReceiveXlsxFileService = exports.OperatorWiseSummaryXlsxFileService = exports.OperatorWiseDetailsXlsxFileService = exports.ManfWiseSalesXlsxFileService = exports.ItemsWiseSalesXlsxFileService = exports.ItemWiseMOSummaryXlsxFileService = exports.ItemWiseMODetailsXlsxFileService = exports.ItemWiseDoctorSaleXlsxFileService = exports.InvoicesWiseXlsxFileService = exports.InsuranceExpireXlsxFileService = exports.GSTR2ExcelService = exports.GSTR1ExcelService = exports.GSTROXlsxFileService = exports.ExpiringDrugsXlsxFileService = exports.SalesByCustomerXlsxFileService = exports.CustWiseSalesXlsxFileService = exports.CustBalanceXlsxFileService = exports.CategoryWiseItemXlsxFileService = exports.AnalysisXlsxFileService = void 0;
4
4
  exports.SharedPDFService = exports.SharedInvoiceprintService = exports.WOPrintService = exports.ScheduledDrugSummaryPDFService = exports.ScheduledDrugPDFService = exports.SalesTotalsService = exports.SaleReceiptPrintService = exports.SalesReceiptpdfService = exports.SalesPrintService = exports.SalesPdfService = exports.SalesByServiceSummaryPDF = exports.ROTotalsService = exports.ROPrintService = exports.RoprintService = exports.RepairOrdersReportsPDFService = exports.ReorderPointPDFService = exports.ReceiptPrintService = exports.PurchaseOrderPDFService = exports.PurchaseOrderTotalsService = exports.PurchaseOrderPrintService = exports.PosReceiptPrintService = exports.POTotalsService = exports.PaymentsReportPDFService = exports.ReceiptPDFService = exports.PackShipPrintService = exports.PackShipPDFService = exports.OperatorWiseSalesSummaryPDF = exports.OperatorWiseSalesDetailsPDF = exports.MaterialOutprintService = exports.MeetingPdfService = exports.ManfWiseSalesService = exports.ItemWiseSalesPDFService = exports.ItemWiseMOSummaryPDF = exports.ItemWiseMODetailsPDF = exports.ItemWiseDoctorSalePDFService = exports.ItemDetaisPdf = exports.IssuePartsprintService = exports.InvoiceTotalsService = exports.InvoiceLandscapePdfService = exports.InvPrintService = exports.InvoiceprintService = exports.InsuranceExpirePDF = exports.ExpiringDrugPDFService = exports.EstPrintService = exports.EquipmentDesignPdf = exports.DeliveryChallanTotalsService = exports.DeliveryChallanPrintService = exports.DeliveryChallanPdfService = exports.DebitNoteTotalsService = exports.DebitNotePrintService = void 0;
5
5
  exports.IsNull = exports.IsNotNull = exports.CalcItemFinalSalePrice = exports.GetItemPriceForPriceList = exports.ItemBarCodeLabelPdf = exports.NextServiceDatePDFService = exports.NextServiceDateXlsxFileService = exports.ConsultationLetterHeadPDFService = exports.InvoiceLetterheadPdfService = exports.HCInvoiceprintService = exports.InvoicePortraitPrintService = exports.MyDate = exports.TrUtils = exports.VendorDebitNoteTotalsService = exports.VendorDebitNotePrintService = exports.VendorDebitNotePdfService = exports.VendorCreditNoteTotalsService = exports.VendorCreditNotePrintService = exports.VendorCreditNotePDFService = exports.VendorBalancesService = exports.TransferOrderPrintService = exports.TechnicianPrintService = exports.TechnicianpdfService = exports.TaskReportsPDfService = exports.TaskPDfService = exports.PrintSharedService = void 0;
6
- var analysis_excel_service_1 = require("./sales/reports/excel/analysis-excel.service");
6
+ var analysis_excel_service_1 = require("./accounting/invoice/reports/excel/analysis-excel.service");
7
7
  Object.defineProperty(exports, "AnalysisXlsxFileService", { enumerable: true, get: function () { return analysis_excel_service_1.AnalysisXlsxFileService; } });
8
- var category_wise_item_excel_service_1 = require("./sales/reports/excel/category-wise-item-excel.service");
8
+ var category_wise_item_excel_service_1 = require("./accounting/invoice/reports/excel/category-wise-item-excel.service");
9
9
  Object.defineProperty(exports, "CategoryWiseItemXlsxFileService", { enumerable: true, get: function () { return category_wise_item_excel_service_1.CategoryWiseItemXlsxFileService; } });
10
- var cust_balance_excel_service_1 = require("./excel-files/cust-balance-excel.service");
10
+ var cust_balance_excel_service_1 = require("./accounting/payment-receive/reports/excel/cust-balance-excel.service");
11
11
  Object.defineProperty(exports, "CustBalanceXlsxFileService", { enumerable: true, get: function () { return cust_balance_excel_service_1.CustBalanceXlsxFileService; } });
12
- var cust_wise_sales_details_1 = require("./sales/reports/excel/cust-wise-sales-details");
12
+ var cust_wise_sales_details_1 = require("./accounting/invoice/reports/excel/cust-wise-sales-details");
13
13
  Object.defineProperty(exports, "CustWiseSalesXlsxFileService", { enumerable: true, get: function () { return cust_wise_sales_details_1.CustWiseSalesXlsxFileService; } });
14
- var cust_wise_sales_summary_excel_service_1 = require("./sales/reports/excel/cust-wise-sales-summary-excel.service");
14
+ var cust_wise_sales_summary_excel_service_1 = require("./accounting/invoice/reports/excel/cust-wise-sales-summary-excel.service");
15
15
  Object.defineProperty(exports, "SalesByCustomerXlsxFileService", { enumerable: true, get: function () { return cust_wise_sales_summary_excel_service_1.SalesByCustomerXlsxFileService; } });
16
- var expiring_drugs_excel_service_1 = require("./excel-files/expiring-drugs-excel.service");
16
+ var expiring_drugs_excel_service_1 = require("./inventory/items/reports/excel/expiring-drugs-excel.service");
17
17
  Object.defineProperty(exports, "ExpiringDrugsXlsxFileService", { enumerable: true, get: function () { return expiring_drugs_excel_service_1.ExpiringDrugsXlsxFileService; } });
18
18
  var GSTR_RO_excel_service_1 = require("./gst/excel/GSTR-RO-excel.service");
19
19
  Object.defineProperty(exports, "GSTROXlsxFileService", { enumerable: true, get: function () { return GSTR_RO_excel_service_1.GSTROXlsxFileService; } });
@@ -21,57 +21,57 @@ var GSTR1_excel_service_1 = require("./gst/excel/GSTR1-excel.service");
21
21
  Object.defineProperty(exports, "GSTR1ExcelService", { enumerable: true, get: function () { return GSTR1_excel_service_1.GSTR1ExcelService; } });
22
22
  var GSTR2_excel_service_1 = require("./gst/excel/GSTR2-excel.service");
23
23
  Object.defineProperty(exports, "GSTR2ExcelService", { enumerable: true, get: function () { return GSTR2_excel_service_1.GSTR2ExcelService; } });
24
- var insurance_expire_excel_service_1 = require("./excel-files/insurance-expire-excel.service");
24
+ var insurance_expire_excel_service_1 = require("./services/reports/excel/insurance-expire-excel.service");
25
25
  Object.defineProperty(exports, "InsuranceExpireXlsxFileService", { enumerable: true, get: function () { return insurance_expire_excel_service_1.InsuranceExpireXlsxFileService; } });
26
- var invoice_wise_excel_service_1 = require("./excel-files/invoice-wise-excel.service");
26
+ var invoice_wise_excel_service_1 = require("./accounting/invoice/reports/excel/invoice-wise-excel.service");
27
27
  Object.defineProperty(exports, "InvoicesWiseXlsxFileService", { enumerable: true, get: function () { return invoice_wise_excel_service_1.InvoicesWiseXlsxFileService; } });
28
- var item_wise_doctor_sale_excel_service_1 = require("./sales/reports/excel/item-wise-doctor-sale-excel.service");
28
+ var item_wise_doctor_sale_excel_service_1 = require("./accounting/invoice/reports/excel/item-wise-doctor-sale-excel.service");
29
29
  Object.defineProperty(exports, "ItemWiseDoctorSaleXlsxFileService", { enumerable: true, get: function () { return item_wise_doctor_sale_excel_service_1.ItemWiseDoctorSaleXlsxFileService; } });
30
30
  var item_wise_mout_details_1 = require("./inventory/items/reports/excel/item-wise-mout-details");
31
31
  Object.defineProperty(exports, "ItemWiseMODetailsXlsxFileService", { enumerable: true, get: function () { return item_wise_mout_details_1.ItemWiseMODetailsXlsxFileService; } });
32
32
  var item_wise_mout_summary_1 = require("./inventory/items/reports/excel/item-wise-mout-summary");
33
33
  Object.defineProperty(exports, "ItemWiseMOSummaryXlsxFileService", { enumerable: true, get: function () { return item_wise_mout_summary_1.ItemWiseMOSummaryXlsxFileService; } });
34
- var items_wise_sales_excel_service_1 = require("./sales/reports/excel/items-wise-sales-excel.service");
34
+ var items_wise_sales_excel_service_1 = require("./accounting/invoice/reports/excel/items-wise-sales-excel.service");
35
35
  Object.defineProperty(exports, "ItemsWiseSalesXlsxFileService", { enumerable: true, get: function () { return items_wise_sales_excel_service_1.ItemsWiseSalesXlsxFileService; } });
36
- var manf_wise_sales_excel_service_1 = require("./sales/reports/excel/manf-wise-sales-excel.service");
36
+ var manf_wise_sales_excel_service_1 = require("./accounting/invoice/reports/excel/manf-wise-sales-excel.service");
37
37
  Object.defineProperty(exports, "ManfWiseSalesXlsxFileService", { enumerable: true, get: function () { return manf_wise_sales_excel_service_1.ManfWiseSalesXlsxFileService; } });
38
- var operator_wise_details_1 = require("./sales/reports/excel/operator-wise-details");
38
+ var operator_wise_details_1 = require("./accounting/invoice/reports/excel/operator-wise-details");
39
39
  Object.defineProperty(exports, "OperatorWiseDetailsXlsxFileService", { enumerable: true, get: function () { return operator_wise_details_1.OperatorWiseDetailsXlsxFileService; } });
40
- var operator_wise_summary_1 = require("./sales/reports/excel/operator-wise-summary");
40
+ var operator_wise_summary_1 = require("./accounting/invoice/reports/excel/operator-wise-summary");
41
41
  Object.defineProperty(exports, "OperatorWiseSummaryXlsxFileService", { enumerable: true, get: function () { return operator_wise_summary_1.OperatorWiseSummaryXlsxFileService; } });
42
- var payment_receive_excel_service_1 = require("./excel-files/payment-receive-excel.service");
42
+ var payment_receive_excel_service_1 = require("./accounting/payment-receive/reports/excel/payment-receive-excel.service");
43
43
  Object.defineProperty(exports, "PaymentReceiveXlsxFileService", { enumerable: true, get: function () { return payment_receive_excel_service_1.PaymentReceiveXlsxFileService; } });
44
- var payments_made_excel_service_1 = require("./excel-files/payments-made-excel.service");
44
+ var payments_made_excel_service_1 = require("./purchases/payment-made/reports/excel/payments-made-excel.service");
45
45
  Object.defineProperty(exports, "PaymentsMadeXlsxFileService", { enumerable: true, get: function () { return payments_made_excel_service_1.PaymentsMadeXlsxFileService; } });
46
- var repair_orders_excel_service_1 = require("./excel-files/repair-orders-excel.service");
46
+ var repair_orders_excel_service_1 = require("./services/reports/excel/repair-orders-excel.service");
47
47
  Object.defineProperty(exports, "RepairOrdersXlsxFileService", { enumerable: true, get: function () { return repair_orders_excel_service_1.RepairOrdersXlsxFileService; } });
48
- var sa_wise_labor_sales_excel_service_1 = require("./sales/reports/excel/sa-wise-labor-sales-excel.service");
48
+ var sa_wise_labor_sales_excel_service_1 = require("./accounting/invoice/reports/excel/sa-wise-labor-sales-excel.service");
49
49
  Object.defineProperty(exports, "ServiceAdvisorWiseLaborXlsxFileService", { enumerable: true, get: function () { return sa_wise_labor_sales_excel_service_1.ServiceAdvisorWiseLaborXlsxFileService; } });
50
- var sa_wise_part_sales_excel_service_1 = require("./sales/reports/excel/sa-wise-part-sales-excel.service");
50
+ var sa_wise_part_sales_excel_service_1 = require("./accounting/invoice/reports/excel/sa-wise-part-sales-excel.service");
51
51
  Object.defineProperty(exports, "ServiceAdvisorWisePartXlsxFileService", { enumerable: true, get: function () { return sa_wise_part_sales_excel_service_1.ServiceAdvisorWisePartXlsxFileService; } });
52
- var sale_summary_excel_service_1 = require("./sales/reports/excel/sale-summary-excel.service");
52
+ var sale_summary_excel_service_1 = require("./accounting/invoice/reports/excel/sale-summary-excel.service");
53
53
  Object.defineProperty(exports, "SummaryXlsxFileService", { enumerable: true, get: function () { return sale_summary_excel_service_1.SummaryXlsxFileService; } });
54
- var sales_by_service_summary_excel_service_1 = require("./excel-files/sales-by-service-summary-excel.service");
54
+ var sales_by_service_summary_excel_service_1 = require("./accounting/invoice/reports/excel/sales-by-service-summary-excel.service");
55
55
  Object.defineProperty(exports, "SalesByServiceSummaryXlsxFileService", { enumerable: true, get: function () { return sales_by_service_summary_excel_service_1.SalesByServiceSummaryXlsxFileService; } });
56
- var scheduled_drug_summary_excel_service_1 = require("./excel-files/scheduled-drug-summary-excel.service");
56
+ var scheduled_drug_summary_excel_service_1 = require("./accounting/invoice/reports/excel/scheduled-drug-summary-excel.service");
57
57
  Object.defineProperty(exports, "ScheduledDrugSummaryXlsxFileService", { enumerable: true, get: function () { return scheduled_drug_summary_excel_service_1.ScheduledDrugSummaryXlsxFileService; } });
58
- var scheduled_drugs_excel_service_1 = require("./excel-files/scheduled-drugs-excel.service");
58
+ var scheduled_drugs_excel_service_1 = require("./accounting/invoice/reports/excel/scheduled-drugs-excel.service");
59
59
  Object.defineProperty(exports, "ScheduledDrugXlsxFileService", { enumerable: true, get: function () { return scheduled_drugs_excel_service_1.ScheduledDrugXlsxFileService; } });
60
- var spares_issue_excel_service_1 = require("./excel-files/spares-issue-excel.service");
60
+ var spares_issue_excel_service_1 = require("./inventory/items/reports/excel/spares-issue-excel.service");
61
61
  Object.defineProperty(exports, "IssueSparesXlsxFileService", { enumerable: true, get: function () { return spares_issue_excel_service_1.IssueSparesXlsxFileService; } });
62
- var stock_excel_service_1 = require("./excel-files/stock-excel.service");
62
+ var stock_excel_service_1 = require("./inventory/items/reports/excel/stock-excel.service");
63
63
  Object.defineProperty(exports, "StockXlsxFileService", { enumerable: true, get: function () { return stock_excel_service_1.StockXlsxFileService; } });
64
64
  var tally_sales_import_service_1 = require("./gst/excel/tally-sales-import.service");
65
65
  Object.defineProperty(exports, "TallySalesImportXlsxFileService", { enumerable: true, get: function () { return tally_sales_import_service_1.TallySalesImportXlsxFileService; } });
66
- var ven_balance_excel_service_1 = require("./excel-files/ven-balance-excel.service");
66
+ var ven_balance_excel_service_1 = require("./purchases/payment-made/reports/excel/ven-balance-excel.service");
67
67
  Object.defineProperty(exports, "VenBalanceXlsxFileService", { enumerable: true, get: function () { return ven_balance_excel_service_1.VenBalanceXlsxFileService; } });
68
- var analysis_pdf_service_1 = require("./sales/reports/pdf/analysis-pdf.service");
68
+ var analysis_pdf_service_1 = require("./accounting/invoice/reports/pdf/analysis-pdf.service");
69
69
  Object.defineProperty(exports, "AnalysisPDFService", { enumerable: true, get: function () { return analysis_pdf_service_1.AnalysisPDFService; } });
70
70
  var appointment_total_service_1 = require("./appointments/appointments/appointment-total.service");
71
71
  Object.defineProperty(exports, "AppointmentTotalsService", { enumerable: true, get: function () { return appointment_total_service_1.AppointmentTotalsService; } });
72
72
  var auto_sales_receipt_pdf_service_1 = require("./accounting/counter-sales/auto-sales-receipt-pdf.service");
73
73
  Object.defineProperty(exports, "SalesReceiptprintService", { enumerable: true, get: function () { return auto_sales_receipt_pdf_service_1.SalesReceiptprintService; } });
74
- var category_wise_item_pdf_service_1 = require("./sales/reports/pdf/category-wise-item-pdf.service");
74
+ var category_wise_item_pdf_service_1 = require("./accounting/invoice/reports/pdf/category-wise-item-pdf.service");
75
75
  Object.defineProperty(exports, "CategoryWiseItemPDFService", { enumerable: true, get: function () { return category_wise_item_pdf_service_1.CategoryWiseItemPDFService; } });
76
76
  var checklist_pdf_1 = require("./services/checklist-pdf");
77
77
  Object.defineProperty(exports, "CheckListPrintService", { enumerable: true, get: function () { return checklist_pdf_1.CheckListPrintService; } });
@@ -89,9 +89,9 @@ var credit_note_pdf_service_1 = require("./accounting/credit-note/credit-note-pd
89
89
  Object.defineProperty(exports, "CreditNotePdfService", { enumerable: true, get: function () { return credit_note_pdf_service_1.CreditNotePdfService; } });
90
90
  var credit_note_totals_service_1 = require("./accounting/credit-note/credit-note-totals.service");
91
91
  Object.defineProperty(exports, "CreditNoteTotalsService", { enumerable: true, get: function () { return credit_note_totals_service_1.CreditNoteTotalsService; } });
92
- var cust_wise_sales_details_pdf_service_1 = require("./sales/reports/pdf/cust-wise-sales-details-pdf.service");
92
+ var cust_wise_sales_details_pdf_service_1 = require("./accounting/invoice/reports/pdf/cust-wise-sales-details-pdf.service");
93
93
  Object.defineProperty(exports, "CustWiseSalesDetailsService", { enumerable: true, get: function () { return cust_wise_sales_details_pdf_service_1.CustWiseSalesDetailsService; } });
94
- var cust_wise_sales_summary_pdf_service_1 = require("./sales/reports/pdf/cust-wise-sales-summary-pdf.service");
94
+ var cust_wise_sales_summary_pdf_service_1 = require("./accounting/invoice/reports/pdf/cust-wise-sales-summary-pdf.service");
95
95
  Object.defineProperty(exports, "SalesByCustomerPDFService", { enumerable: true, get: function () { return cust_wise_sales_summary_pdf_service_1.SalesByCustomerPDFService; } });
96
96
  var customer_balances_pdf_service_1 = require("./accounting/payment-receive/reports/pdf/customer-balances-pdf.service");
97
97
  Object.defineProperty(exports, "CustomerBalancesService", { enumerable: true, get: function () { return customer_balances_pdf_service_1.CustomerBalancesService; } });
@@ -119,7 +119,7 @@ var est_print_service_1 = require("./services/est.print-service");
119
119
  Object.defineProperty(exports, "EstPrintService", { enumerable: true, get: function () { return est_print_service_1.EstPrintService; } });
120
120
  var expiring_drugs_pdf_service_1 = require("./inventory/items/reports/pdf/expiring-drugs-pdf.service");
121
121
  Object.defineProperty(exports, "ExpiringDrugPDFService", { enumerable: true, get: function () { return expiring_drugs_pdf_service_1.ExpiringDrugPDFService; } });
122
- var insurance_expire_pdf_service_1 = require("./services/reports/insurance-expire-pdf.service");
122
+ var insurance_expire_pdf_service_1 = require("./services/reports/pdf/insurance-expire-pdf.service");
123
123
  Object.defineProperty(exports, "InsuranceExpirePDF", { enumerable: true, get: function () { return insurance_expire_pdf_service_1.InsuranceExpirePDF; } });
124
124
  var inv_pdf_service_1 = require("./accounting/invoice/inv-pdf.service");
125
125
  Object.defineProperty(exports, "InvoiceprintService", { enumerable: true, get: function () { return inv_pdf_service_1.InvoiceprintService; } });
@@ -133,23 +133,23 @@ var issue_parts_pdf_service_1 = require("./inventory/items/issue-parts-pdf.servi
133
133
  Object.defineProperty(exports, "IssuePartsprintService", { enumerable: true, get: function () { return issue_parts_pdf_service_1.IssuePartsprintService; } });
134
134
  var item_detais_pdf_1 = require("./inventory/items/item-detais-pdf");
135
135
  Object.defineProperty(exports, "ItemDetaisPdf", { enumerable: true, get: function () { return item_detais_pdf_1.ItemDetaisPdf; } });
136
- var item_wise_doctor_sale_pdf_service_1 = require("./sales/reports/pdf/item-wise-doctor-sale-pdf.service");
136
+ var item_wise_doctor_sale_pdf_service_1 = require("./accounting/invoice/reports/pdf/item-wise-doctor-sale-pdf.service");
137
137
  Object.defineProperty(exports, "ItemWiseDoctorSalePDFService", { enumerable: true, get: function () { return item_wise_doctor_sale_pdf_service_1.ItemWiseDoctorSalePDFService; } });
138
138
  var item_wise_mout_details_pdf_1 = require("./inventory/items/reports/pdf/item-wise-mout-details-pdf");
139
139
  Object.defineProperty(exports, "ItemWiseMODetailsPDF", { enumerable: true, get: function () { return item_wise_mout_details_pdf_1.ItemWiseMODetailsPDF; } });
140
140
  var item_wise_mout_summary_pdf_1 = require("./inventory/items/reports/pdf/item-wise-mout-summary-pdf");
141
141
  Object.defineProperty(exports, "ItemWiseMOSummaryPDF", { enumerable: true, get: function () { return item_wise_mout_summary_pdf_1.ItemWiseMOSummaryPDF; } });
142
- var item_wise_sales_pdf_service_1 = require("./sales/reports/pdf/item-wise-sales-pdf.service");
142
+ var item_wise_sales_pdf_service_1 = require("./accounting/invoice/reports/pdf/item-wise-sales-pdf.service");
143
143
  Object.defineProperty(exports, "ItemWiseSalesPDFService", { enumerable: true, get: function () { return item_wise_sales_pdf_service_1.ItemWiseSalesPDFService; } });
144
- var manf_wise_sales_pdf_service_1 = require("./sales/reports/pdf/manf-wise-sales-pdf.service");
144
+ var manf_wise_sales_pdf_service_1 = require("./accounting/invoice/reports/pdf/manf-wise-sales-pdf.service");
145
145
  Object.defineProperty(exports, "ManfWiseSalesService", { enumerable: true, get: function () { return manf_wise_sales_pdf_service_1.ManfWiseSalesService; } });
146
146
  var meeting_pdf_1 = require("./tasks/meetings/meeting-pdf");
147
147
  Object.defineProperty(exports, "MeetingPdfService", { enumerable: true, get: function () { return meeting_pdf_1.MeetingPdfService; } });
148
148
  var mout_pdf_service_1 = require("./inventory/material-out/mout-pdf.service");
149
149
  Object.defineProperty(exports, "MaterialOutprintService", { enumerable: true, get: function () { return mout_pdf_service_1.MaterialOutprintService; } });
150
- var operator_wise_details_pdf_service_1 = require("./sales/reports/pdf/operator-wise-details-pdf.service");
150
+ var operator_wise_details_pdf_service_1 = require("./accounting/invoice/reports/pdf/operator-wise-details-pdf.service");
151
151
  Object.defineProperty(exports, "OperatorWiseSalesDetailsPDF", { enumerable: true, get: function () { return operator_wise_details_pdf_service_1.OperatorWiseSalesDetailsPDF; } });
152
- var operator_wise_summary_pdf_1 = require("./sales/reports/pdf/operator-wise-summary-pdf");
152
+ var operator_wise_summary_pdf_1 = require("./accounting/invoice/reports/pdf/operator-wise-summary-pdf");
153
153
  Object.defineProperty(exports, "OperatorWiseSalesSummaryPDF", { enumerable: true, get: function () { return operator_wise_summary_pdf_1.OperatorWiseSalesSummaryPDF; } });
154
154
  var pack_ship_pdf_service_1 = require("./sales/sales/pack-ship-pdf.service");
155
155
  Object.defineProperty(exports, "PackShipPDFService", { enumerable: true, get: function () { return pack_ship_pdf_service_1.PackShipPDFService; } });
@@ -173,7 +173,7 @@ var receipt_print_service_1 = require("./accounting/payment-receive/receipt-prin
173
173
  Object.defineProperty(exports, "ReceiptPrintService", { enumerable: true, get: function () { return receipt_print_service_1.ReceiptPrintService; } });
174
174
  var reorder_point_pdf_service_1 = require("./inventory/items/reports/pdf/reorder-point-pdf.service");
175
175
  Object.defineProperty(exports, "ReorderPointPDFService", { enumerable: true, get: function () { return reorder_point_pdf_service_1.ReorderPointPDFService; } });
176
- var repair_orders_pdf_service_1 = require("./services/reports/repair-orders-pdf.service");
176
+ var repair_orders_pdf_service_1 = require("./services/reports/pdf/repair-orders-pdf.service");
177
177
  Object.defineProperty(exports, "RepairOrdersReportsPDFService", { enumerable: true, get: function () { return repair_orders_pdf_service_1.RepairOrdersReportsPDFService; } });
178
178
  var ro_pdf_service_1 = require("./services/ro-pdf.service");
179
179
  Object.defineProperty(exports, "RoprintService", { enumerable: true, get: function () { return ro_pdf_service_1.RoprintService; } });
@@ -181,7 +181,7 @@ var ro_print_service_1 = require("./services/ro-print-service");
181
181
  Object.defineProperty(exports, "ROPrintService", { enumerable: true, get: function () { return ro_print_service_1.ROPrintService; } });
182
182
  var ro_totals_service_1 = require("./services/ro-totals.service");
183
183
  Object.defineProperty(exports, "ROTotalsService", { enumerable: true, get: function () { return ro_totals_service_1.ROTotalsService; } });
184
- var sales_by_service_pdf_service_1 = require("./sales/reports/pdf/sales-by-service-pdf.service");
184
+ var sales_by_service_pdf_service_1 = require("./accounting/invoice/reports/pdf/sales-by-service-pdf.service");
185
185
  Object.defineProperty(exports, "SalesByServiceSummaryPDF", { enumerable: true, get: function () { return sales_by_service_pdf_service_1.SalesByServiceSummaryPDF; } });
186
186
  var sales_pdf_service_1 = require("./sales/sales/sales-pdf.service");
187
187
  Object.defineProperty(exports, "SalesPdfService", { enumerable: true, get: function () { return sales_pdf_service_1.SalesPdfService; } });
@@ -193,13 +193,13 @@ var sales_receipt_print_service_1 = require("./accounting/counter-sales/sales-re
193
193
  Object.defineProperty(exports, "SaleReceiptPrintService", { enumerable: true, get: function () { return sales_receipt_print_service_1.SaleReceiptPrintService; } });
194
194
  var sales_totals_service_1 = require("./sales/sales/sales-totals.service");
195
195
  Object.defineProperty(exports, "SalesTotalsService", { enumerable: true, get: function () { return sales_totals_service_1.SalesTotalsService; } });
196
- var scheduled_drug_pdf_service_1 = require("./sales/reports/pdf/scheduled-drug-pdf.service");
196
+ var scheduled_drug_pdf_service_1 = require("./accounting/invoice/reports/pdf/scheduled-drug-pdf.service");
197
197
  Object.defineProperty(exports, "ScheduledDrugPDFService", { enumerable: true, get: function () { return scheduled_drug_pdf_service_1.ScheduledDrugPDFService; } });
198
- var scheduled_drug_summary_pdf_service_1 = require("./sales/reports/pdf/scheduled-drug-summary-pdf.service");
198
+ var scheduled_drug_summary_pdf_service_1 = require("./accounting/invoice/reports/pdf/scheduled-drug-summary-pdf.service");
199
199
  Object.defineProperty(exports, "ScheduledDrugSummaryPDFService", { enumerable: true, get: function () { return scheduled_drug_summary_pdf_service_1.ScheduledDrugSummaryPDFService; } });
200
200
  var separate_wo_print_service_1 = require("./services/separate-wo-print.service");
201
201
  Object.defineProperty(exports, "WOPrintService", { enumerable: true, get: function () { return separate_wo_print_service_1.WOPrintService; } });
202
- var shared_inv_pdf_service_1 = require("./services/shared-inv-pdf.service");
202
+ var shared_inv_pdf_service_1 = require("./accounting/invoice/shared-inv-pdf.service");
203
203
  Object.defineProperty(exports, "SharedInvoiceprintService", { enumerable: true, get: function () { return shared_inv_pdf_service_1.SharedInvoiceprintService; } });
204
204
  var shared_pdf_service_1 = require("./shared/shared-services/shared-pdf.service");
205
205
  Object.defineProperty(exports, "SharedPDFService", { enumerable: true, get: function () { return shared_pdf_service_1.SharedPDFService; } });
@@ -241,9 +241,9 @@ var invoice_letterhead_pdf_service_1 = require("./accounting/invoice/invoice-let
241
241
  Object.defineProperty(exports, "InvoiceLetterheadPdfService", { enumerable: true, get: function () { return invoice_letterhead_pdf_service_1.InvoiceLetterheadPdfService; } });
242
242
  var consultation_letterhead_pdf_service_1 = require("./appointments/consultations/consultation-letterhead-pdf.service");
243
243
  Object.defineProperty(exports, "ConsultationLetterHeadPDFService", { enumerable: true, get: function () { return consultation_letterhead_pdf_service_1.ConsultationLetterHeadPDFService; } });
244
- var next_service_date_excel_service_1 = require("./excel-files/next-service-date-excel.service");
244
+ var next_service_date_excel_service_1 = require("./services/reports/excel/next-service-date-excel.service");
245
245
  Object.defineProperty(exports, "NextServiceDateXlsxFileService", { enumerable: true, get: function () { return next_service_date_excel_service_1.NextServiceDateXlsxFileService; } });
246
- var next_service_date_pdf_service_1 = require("./services/next-service-date-pdf.service");
246
+ var next_service_date_pdf_service_1 = require("./services/reports/pdf/next-service-date-pdf.service");
247
247
  Object.defineProperty(exports, "NextServiceDatePDFService", { enumerable: true, get: function () { return next_service_date_pdf_service_1.NextServiceDatePDFService; } });
248
248
  var item_bar_code_label_pdf_1 = require("./inventory/items/item-bar-code-label-pdf");
249
249
  Object.defineProperty(exports, "ItemBarCodeLabelPdf", { enumerable: true, get: function () { return item_bar_code_label_pdf_1.ItemBarCodeLabelPdf; } });
@@ -4,7 +4,6 @@ exports.GetItemPriceForPriceList = GetItemPriceForPriceList;
4
4
  exports.CalcItemFinalSalePrice = CalcItemFinalSalePrice;
5
5
  const math_operations_1 = require("../../shared/math-operations");
6
6
  const util_1 = require("../../shared/util");
7
- const tr_utils_1 = require("../../utils/tr-utils");
8
7
  function GetItemPriceForPriceList(item, priceList, includeMargin = false) {
9
8
  var _a, _b;
10
9
  let salePricesByPriceListId = [];
@@ -38,10 +37,8 @@ function GetItemPriceForPriceList(item, priceList, includeMargin = false) {
38
37
  batchSalePrice = item.SalePrices.filter((batch) => priceList._id.toString() == batch.PrListId.toString() && batch.BN == null);
39
38
  }
40
39
  element.MRP = element.Price;
41
- console.log("Batch Sale Price:", batchSalePrice);
42
40
  if (batchSalePrice.length > 0) {
43
41
  if ((0, util_1.IsNotNull)(batchSalePrice[0].Price) && (0, util_1.IsNotNull)(batchSalePrice[0].Disc)) {
44
- console.log("Price:", batchSalePrice[0].Price, "Discount:", batchSalePrice[0].Disc);
45
42
  element.Price = CalcItemFinalSalePrice(batchSalePrice[0].Price, batchSalePrice[0].Disc, priceList, markUp);
46
43
  }
47
44
  else if ((0, util_1.IsNotNull)(batchSalePrice[0].Price) && (0, util_1.IsNull)(batchSalePrice[0].Disc)) {
@@ -56,7 +53,6 @@ function GetItemPriceForPriceList(item, priceList, includeMargin = false) {
56
53
  }
57
54
  }
58
55
  }
59
- console.log("Item after applying price list:", tr_utils_1.TrUtils.Stringify(item));
60
56
  return item;
61
57
  }
62
58
  return CalculatePriceBasedOnPriceList(item, priceList, includeMargin);
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.ExpiringDrugsXlsxFileService = void 0;
27
27
  const XLSX = __importStar(require("xlsx"));
28
- const my_date_1 = require("../utils/my-date");
29
- const tr_utils_1 = require("../utils/tr-utils");
28
+ const my_date_1 = require("../../../../utils/my-date");
29
+ const tr_utils_1 = require("../../../../utils/tr-utils");
30
30
  class ExpiringDrugsXlsxFileService {
31
31
  static GetExpiringDrugsExcelData(MainData, isSale, searchValue, HeaderName) {
32
32
  this.wb = {};
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.IssueSparesXlsxFileService = void 0;
27
27
  const XLSX = __importStar(require("xlsx"));
28
- const tr_utils_1 = require("../utils/tr-utils");
28
+ const tr_utils_1 = require("../../../../utils/tr-utils");
29
29
  class IssueSparesXlsxFileService {
30
30
  static GetInvoiceWiseExcelData(MainData, WOTypes) {
31
31
  this.wb = {};
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.StockXlsxFileService = void 0;
27
27
  const XLSX = __importStar(require("xlsx"));
28
- const tr_utils_1 = require("../utils/tr-utils");
28
+ const tr_utils_1 = require("../../../../utils/tr-utils");
29
29
  class StockXlsxFileService {
30
30
  static GetStockInfoExcelData(MainData, isSale, isHC, HeaderName) {
31
31
  this.wb = {};
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.PaymentsMadeXlsxFileService = void 0;
27
27
  const XLSX = __importStar(require("xlsx"));
28
- const my_date_1 = require("../utils/my-date");
29
- const tr_utils_1 = require("../utils/tr-utils");
28
+ const my_date_1 = require("../../../../utils/my-date");
29
+ const tr_utils_1 = require("../../../../utils/tr-utils");
30
30
  class PaymentsMadeXlsxFileService {
31
31
  static GetPaymentsMadeDetailsExcelData(MainData, isPur, isSale, searchValue, HeaderName, ExtraFields) {
32
32
  this.wb = {};
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.VenBalanceXlsxFileService = void 0;
27
27
  const XLSX = __importStar(require("xlsx"));
28
- const tr_utils_1 = require("../utils/tr-utils");
28
+ const tr_utils_1 = require("../../../../utils/tr-utils");
29
29
  class VenBalanceXlsxFileService {
30
30
  static GetInvoiceWiseExcelData(MainData) {
31
31
  this.wb = {};
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.InsuranceExpireXlsxFileService = void 0;
27
27
  const XLSX = __importStar(require("xlsx"));
28
- const my_date_1 = require("../utils/my-date");
29
- const tr_utils_1 = require("../utils/tr-utils");
28
+ const my_date_1 = require("../../../utils/my-date");
29
+ const tr_utils_1 = require("../../../utils/tr-utils");
30
30
  class InsuranceExpireXlsxFileService {
31
31
  static GetInsuranceExpireExcelData(MainData, searchValue, HeaderName) {
32
32
  this.wb = {};
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.NextServiceDateXlsxFileService = void 0;
27
27
  const XLSX = __importStar(require("xlsx"));
28
- const my_date_1 = require("../utils/my-date");
29
- const tr_utils_1 = require("../utils/tr-utils");
28
+ const my_date_1 = require("../../../utils/my-date");
29
+ const tr_utils_1 = require("../../../utils/tr-utils");
30
30
  class NextServiceDateXlsxFileService {
31
31
  static GetNextServiceDateExcelData(MainData, searchValue, HeaderName, isDetails) {
32
32
  this.wb = {};
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.RepairOrdersXlsxFileService = void 0;
27
27
  const XLSX = __importStar(require("xlsx"));
28
- const my_date_1 = require("../utils/my-date");
29
- const tr_utils_1 = require("../utils/tr-utils");
28
+ const my_date_1 = require("../../../utils/my-date");
29
+ const tr_utils_1 = require("../../../utils/tr-utils");
30
30
  class RepairOrdersXlsxFileService {
31
31
  static GetRepairOrdersExcelData(MainData) {
32
32
  this.wb = {};
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.InsuranceExpirePDF = void 0;
4
- const shared_pdf_service_1 = require("../../shared/shared-services/shared-pdf.service");
5
- const my_date_1 = require("../../utils/my-date");
4
+ const shared_pdf_service_1 = require("../../../shared/shared-services/shared-pdf.service");
5
+ const my_date_1 = require("../../../utils/my-date");
6
6
  class InsuranceExpirePDF {
7
7
  static GetInsuranceExpirePrint(InvoicesData, CName, HeaderName, searchValue) {
8
8
  var dd = {
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.NextServiceDatePDFService = void 0;
4
- const shared_pdf_service_1 = require("../shared/shared-services/shared-pdf.service");
5
- const my_date_1 = require("../utils/my-date");
4
+ const shared_pdf_service_1 = require("../../../shared/shared-services/shared-pdf.service");
5
+ const my_date_1 = require("../../../utils/my-date");
6
6
  class NextServiceDatePDFService {
7
7
  static GetNextServiceDatePrint(InvoicesData, CName, searchValue) {
8
8
  var dd = {
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RepairOrdersReportsPDFService = void 0;
4
- const shared_pdf_service_1 = require("../../shared/shared-services/shared-pdf.service");
5
- const my_date_1 = require("../../utils/my-date");
6
- const tr_utils_1 = require("../../utils/tr-utils");
4
+ const shared_pdf_service_1 = require("../../../shared/shared-services/shared-pdf.service");
5
+ const my_date_1 = require("../../../utils/my-date");
6
+ const tr_utils_1 = require("../../../utils/tr-utils");
7
7
  class RepairOrdersReportsPDFService {
8
8
  static GetRepairOrdersReportstPrint(InvoicesData, CName, HeaerName, searchValue) {
9
9
  var dd = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.4.39",
3
+ "version": "1.4.41",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",