shareneus 1.4.36 → 1.4.37
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 +290 -0
- package/dist/{services → accounting/counter-sales}/auto-sales-receipt-pdf.service.js +4 -4
- package/dist/accounting/counter-sales/pos-receipt-pdf.d.ts +156 -0
- package/dist/{services → accounting/counter-sales}/pos-receipt-pdf.js +2 -2
- package/dist/accounting/counter-sales/sales-receipt-pdf.service.d.ts +272 -0
- package/dist/{services → accounting/counter-sales}/sales-receipt-pdf.service.js +4 -3
- package/dist/accounting/counter-sales/sales-receipt-print.service.d.ts +18 -0
- package/dist/{services → accounting/counter-sales}/sales-receipt-print.service.js +7 -7
- package/dist/accounting/credit-note/cn-print.service.d.ts +14 -0
- package/dist/{services → accounting/credit-note}/cn-print.service.js +6 -6
- package/dist/accounting/credit-note/credit-note-pdf.service.d.ts +272 -0
- package/dist/{services → accounting/credit-note}/credit-note-pdf.service.js +3 -3
- package/dist/accounting/credit-note/credit-note-totals.service.d.ts +25 -0
- package/dist/{services → accounting/credit-note}/credit-note-totals.service.js +2 -2
- package/dist/accounting/debit-note/debit-note-pdf.service.d.ts +331 -0
- package/dist/{services → accounting/debit-note}/debit-note-pdf.service.js +3 -3
- package/dist/accounting/debit-note/debit-note-print.service.d.ts +14 -0
- package/dist/{services → accounting/debit-note}/debit-note-print.service.js +6 -6
- package/dist/accounting/debit-note/debit-note-totals.service.d.ts +22 -0
- package/dist/{services → accounting/debit-note}/debit-note-totals.service.js +2 -2
- package/dist/accounting/invoice/hc-inv-pdf.service.d.ts +357 -0
- package/dist/{services → accounting/invoice}/hc-inv-pdf.service.js +3 -3
- package/dist/accounting/invoice/inv-pdf.service.d.ts +314 -0
- package/dist/{services → accounting/invoice}/inv-pdf.service.js +4 -4
- package/dist/accounting/invoice/inv-print.service.d.ts +16 -0
- package/dist/{services → accounting/invoice}/inv-print.service.js +6 -6
- package/dist/accounting/invoice/invoice-landscape-pdf.service.d.ts +416 -0
- package/dist/{services → accounting/invoice}/invoice-landscape-pdf.service.js +4 -4
- package/dist/accounting/invoice/invoice-letterhead-pdf.service.d.ts +323 -0
- package/dist/{services → accounting/invoice}/invoice-letterhead-pdf.service.js +4 -4
- package/dist/accounting/invoice/invoice-portrait-pdf.d.ts +275 -0
- package/dist/{services → accounting/invoice}/invoice-portrait-pdf.js +4 -4
- package/dist/accounting/invoice/invoice-total.service.d.ts +43 -0
- package/dist/{services → accounting/invoice}/invoice-total.service.js +2 -2
- package/dist/accounting/invoice/shared-inv-pdf.service.d.ts +303 -0
- package/dist/accounting/invoice/shared-inv-pdf.service.js +763 -0
- package/dist/accounting/payment-receive/payment-pdf.service.d.ts +618 -0
- package/dist/{services → accounting/payment-receive}/payment-pdf.service.js +3 -3
- package/dist/accounting/payment-receive/receipt-print.service.d.ts +4 -0
- package/dist/{services → accounting/payment-receive}/receipt-print.service.js +3 -3
- package/dist/accounting/payment-receive/reports/pdf/customer-balances-pdf.service.d.ts +228 -0
- package/dist/{services → accounting/payment-receive/reports/pdf}/customer-balances-pdf.service.js +3 -3
- package/dist/accounting/payment-receive/reports/pdf/payment-report-pdf.service.d.ts +228 -0
- package/dist/{services → accounting/payment-receive/reports/pdf}/payment-report-pdf.service.js +3 -3
- package/dist/aggregation/aggregation.d.ts +4 -0
- package/dist/appointments/appointments/appointment-total.service.d.ts +25 -0
- package/dist/{services → appointments/appointments}/appointment-total.service.js +2 -2
- package/dist/appointments/consultations/consultation-fee-receipt.service.d.ts +318 -0
- package/dist/{services → appointments/consultations}/consultation-fee-receipt.service.js +3 -3
- package/dist/appointments/consultations/consultation-full-pdf.service.d.ts +207 -0
- package/dist/{services → appointments/consultations}/consultation-full-pdf.service.js +3 -3
- package/dist/appointments/consultations/consultation-letterhead-pdf.service.d.ts +266 -0
- package/dist/{services → appointments/consultations}/consultation-letterhead-pdf.service.js +3 -3
- package/dist/appointments/consultations/consultation-pdf.service.d.ts +306 -0
- package/dist/{services → appointments/consultations}/consultation-pdf.service.js +3 -3
- package/dist/enums/cache-enums.d.ts +33 -0
- package/dist/enums/code-enums.d.ts +266 -0
- package/dist/enums/enums.d.ts +329 -0
- package/dist/enums/industry-enums.d.ts +16 -0
- package/dist/excel-files/cust-balance-excel.service.d.ts +26 -0
- package/dist/excel-files/expiring-drugs-excel.service.d.ts +24 -0
- package/dist/excel-files/insurance-expire-excel.service.d.ts +23 -0
- package/dist/excel-files/invoice-wise-excel.service.d.ts +26 -0
- package/dist/excel-files/next-service-date-excel.service.d.ts +25 -0
- package/dist/excel-files/payment-receive-excel.service.d.ts +25 -0
- package/dist/excel-files/payments-made-excel.service.d.ts +25 -0
- package/dist/excel-files/repair-orders-excel.service.d.ts +24 -0
- package/dist/excel-files/sales-by-service-details-excel.service.d.ts +0 -0
- package/dist/excel-files/sales-by-service-summary-excel.service.d.ts +24 -0
- package/dist/excel-files/scheduled-drug-summary-excel.service.d.ts +24 -0
- package/dist/excel-files/scheduled-drugs-excel.service.d.ts +24 -0
- package/dist/excel-files/spares-issue-excel.service.d.ts +26 -0
- package/dist/excel-files/stock-excel.service.d.ts +23 -0
- package/dist/excel-files/ven-balance-excel.service.d.ts +27 -0
- package/dist/gst/excel/GSTR-RO-excel.service.d.ts +27 -0
- package/dist/{excel-files → gst/excel}/GSTR-RO-excel.service.js +1 -1
- package/dist/gst/excel/GSTR1-excel.service.d.ts +16 -0
- package/dist/{excel-files → gst/excel}/GSTR1-excel.service.js +1 -1
- package/dist/gst/excel/GSTR2-excel.service.d.ts +16 -0
- package/dist/{excel-files → gst/excel}/GSTR2-excel.service.js +1 -1
- package/dist/gst/excel/tally-sales-import.service.d.ts +27 -0
- package/dist/{excel-files → gst/excel}/tally-sales-import.service.js +1 -1
- package/dist/index.d.ts +124 -0
- package/dist/index.js +96 -96
- package/dist/inventory/items/issue-parts-pdf.service.d.ts +303 -0
- package/dist/{services → inventory/items}/issue-parts-pdf.service.js +4 -4
- package/dist/inventory/items/item-bar-code-label-pdf.d.ts +127 -0
- package/dist/{services → inventory/items}/item-bar-code-label-pdf.js +2 -2
- package/dist/inventory/items/item-detais-pdf.d.ts +121 -0
- package/dist/{services → inventory/items}/item-detais-pdf.js +1 -1
- package/dist/inventory/items/item-price-for-pricelist.d.ts +1 -0
- package/dist/{services → inventory/items}/item-price-for-pricelist.js +17 -6
- package/dist/inventory/items/reports/excel/item-wise-mout-details.d.ts +23 -0
- package/dist/{excel-files → inventory/items/reports/excel}/item-wise-mout-details.js +2 -2
- package/dist/inventory/items/reports/excel/item-wise-mout-summary.d.ts +23 -0
- package/dist/{excel-files → inventory/items/reports/excel}/item-wise-mout-summary.js +2 -2
- package/dist/inventory/items/reports/pdf/expiring-drugs-pdf.service.d.ts +49 -0
- package/dist/{services → inventory/items/reports/pdf}/expiring-drugs-pdf.service.js +2 -2
- package/dist/inventory/items/reports/pdf/item-wise-mout-details-pdf.d.ts +229 -0
- package/dist/{services → inventory/items/reports/pdf}/item-wise-mout-details-pdf.js +3 -3
- package/dist/inventory/items/reports/pdf/item-wise-mout-summary-pdf.d.ts +228 -0
- package/dist/{services → inventory/items/reports/pdf}/item-wise-mout-summary-pdf.js +2 -2
- package/dist/inventory/items/reports/pdf/reorder-point-pdf.service.d.ts +48 -0
- package/dist/{services → inventory/items/reports/pdf}/reorder-point-pdf.service.js +2 -2
- package/dist/inventory/material-out/mout-pdf.service.d.ts +324 -0
- package/dist/{services → inventory/material-out}/mout-pdf.service.js +3 -3
- package/dist/inventory/transfer-order/transfer-order-pdf.service.d.ts +48 -0
- package/dist/{services → inventory/transfer-order}/transfer-order-pdf.service.js +2 -2
- package/dist/purchases/payment-made/reports/pdf/vendor-balances-pdf.service.d.ts +227 -0
- package/dist/{services → purchases/payment-made/reports/pdf}/vendor-balances-pdf.service.js +3 -3
- package/dist/purchases/purchase-order/po-totals.service.d.ts +24 -0
- package/dist/{services → purchases/purchase-order}/po-totals.service.js +2 -2
- package/dist/purchases/purchase-order/purchase-order-pdf.service.d.ts +526 -0
- package/dist/{services → purchases/purchase-order}/purchase-order-pdf.service.js +3 -3
- package/dist/purchases/purchase-order/purchase-order-print.service.d.ts +8 -0
- package/dist/{services → purchases/purchase-order}/purchase-order-print.service.js +5 -5
- package/dist/purchases/purchase-order/purchase-order-totals.service.d.ts +23 -0
- package/dist/{services → purchases/purchase-order}/purchase-order-totals.service.js +3 -3
- package/dist/purchases/vendor-credit-note/vendor-credit-note-pdf.service.d.ts +491 -0
- package/dist/{services → purchases/vendor-credit-note}/vendor-credit-note-pdf.service.js +3 -3
- package/dist/purchases/vendor-credit-note/vendor-credit-note-print.service.d.ts +6 -0
- package/dist/{services → purchases/vendor-credit-note}/vendor-credit-note-print.service.js +4 -4
- package/dist/purchases/vendor-credit-note/vendor-credit-note-totals.service.d.ts +24 -0
- package/dist/{services → purchases/vendor-credit-note}/vendor-credit-note-totals.service.js +2 -2
- package/dist/purchases/vendor-debit-note/vendor-debit-note-pdf.service.d.ts +271 -0
- package/dist/{services → purchases/vendor-debit-note}/vendor-debit-note-pdf.service.js +3 -3
- package/dist/purchases/vendor-debit-note/vendor-debit-note-print.service.d.ts +14 -0
- package/dist/{services → purchases/vendor-debit-note}/vendor-debit-note-print.service.js +7 -7
- package/dist/purchases/vendor-debit-note/vendor-debit-note-totals.service.d.ts +22 -0
- package/dist/{services → purchases/vendor-debit-note}/vendor-debit-note-totals.service.js +2 -2
- package/dist/sales/delivery-challan/dc-landscape-pdf.service.d.ts +416 -0
- package/dist/{services → sales/delivery-challan}/dc-landscape-pdf.service.js +4 -4
- package/dist/sales/delivery-challan/dc-landscape-without-price-pdf.service.d.ts +400 -0
- package/dist/{services → sales/delivery-challan}/dc-landscape-without-price-pdf.service.js +4 -4
- package/dist/sales/delivery-challan/dc-without-price-pdf.service.d.ts +271 -0
- package/dist/{services → sales/delivery-challan}/dc-without-price-pdf.service.js +3 -3
- package/dist/sales/delivery-challan/delivery-challan-pdf.service.d.ts +269 -0
- package/dist/{services → sales/delivery-challan}/delivery-challan-pdf.service.js +3 -3
- package/dist/sales/delivery-challan/delivery-challan-print.service.d.ts +12 -0
- package/dist/{services → sales/delivery-challan}/delivery-challan-print.service.js +6 -6
- package/dist/sales/delivery-challan/delivery-challan-totals.d.ts +27 -0
- package/dist/{services → sales/delivery-challan}/delivery-challan-totals.js +2 -2
- package/dist/sales/reports/excel/analysis-excel.service.d.ts +23 -0
- package/dist/{excel-files → sales/reports/excel}/analysis-excel.service.js +2 -2
- package/dist/sales/reports/excel/category-wise-item-excel.service.d.ts +23 -0
- package/dist/{excel-files → sales/reports/excel}/category-wise-item-excel.service.js +2 -2
- package/dist/sales/reports/excel/cust-wise-sales-details.d.ts +25 -0
- package/dist/{excel-files → sales/reports/excel}/cust-wise-sales-details.js +2 -2
- package/dist/sales/reports/excel/cust-wise-sales-summary-excel.service.d.ts +24 -0
- package/dist/{excel-files → sales/reports/excel}/cust-wise-sales-summary-excel.service.js +2 -2
- package/dist/sales/reports/excel/item-wise-doctor-sale-excel.service.d.ts +24 -0
- package/dist/{excel-files → sales/reports/excel}/item-wise-doctor-sale-excel.service.js +2 -2
- package/dist/sales/reports/excel/items-wise-sales-excel.service.d.ts +24 -0
- package/dist/{excel-files → sales/reports/excel}/items-wise-sales-excel.service.js +2 -2
- package/dist/sales/reports/excel/manf-wise-sales-excel.service.d.ts +24 -0
- package/dist/{excel-files → sales/reports/excel}/manf-wise-sales-excel.service.js +2 -2
- package/dist/sales/reports/excel/operator-wise-details.d.ts +23 -0
- package/dist/{excel-files → sales/reports/excel}/operator-wise-details.js +2 -2
- package/dist/sales/reports/excel/operator-wise-summary.d.ts +23 -0
- package/dist/{excel-files → sales/reports/excel}/operator-wise-summary.js +2 -2
- package/dist/sales/reports/excel/sa-wise-labor-sales-excel.service.d.ts +23 -0
- package/dist/{excel-files → sales/reports/excel}/sa-wise-labor-sales-excel.service.js +2 -2
- package/dist/sales/reports/excel/sa-wise-part-sales-excel.service.d.ts +23 -0
- package/dist/{excel-files → sales/reports/excel}/sa-wise-part-sales-excel.service.js +2 -2
- package/dist/sales/reports/excel/sale-summary-excel.service.d.ts +25 -0
- package/dist/{excel-files → sales/reports/excel}/sale-summary-excel.service.js +1 -1
- package/dist/sales/reports/pdf/analysis-pdf.service.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/analysis-pdf.service.js +3 -3
- package/dist/sales/reports/pdf/category-wise-item-pdf.service.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/category-wise-item-pdf.service.js +2 -2
- package/dist/sales/reports/pdf/cust-wise-sales-details-pdf.service.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/cust-wise-sales-details-pdf.service.js +3 -3
- package/dist/sales/reports/pdf/cust-wise-sales-summary-pdf.service.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/cust-wise-sales-summary-pdf.service.js +2 -3
- package/dist/sales/reports/pdf/item-wise-doctor-sale-pdf.service.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/item-wise-doctor-sale-pdf.service.js +2 -2
- package/dist/sales/reports/pdf/item-wise-sales-pdf.service.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/item-wise-sales-pdf.service.js +2 -3
- package/dist/sales/reports/pdf/manf-wise-sales-pdf.service.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/manf-wise-sales-pdf.service.js +2 -2
- package/dist/sales/reports/pdf/operator-wise-details-pdf.service.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/operator-wise-details-pdf.service.js +3 -3
- package/dist/sales/reports/pdf/operator-wise-summary-pdf.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/operator-wise-summary-pdf.js +2 -2
- package/dist/sales/reports/pdf/sales-by-service-pdf.service.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/sales-by-service-pdf.service.js +2 -2
- package/dist/sales/reports/pdf/scheduled-drug-pdf.service.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/scheduled-drug-pdf.service.js +3 -3
- package/dist/sales/reports/pdf/scheduled-drug-summary-pdf.service.d.ts +228 -0
- package/dist/{services → sales/reports/pdf}/scheduled-drug-summary-pdf.service.js +2 -2
- package/dist/sales/sales/equipment-design-pdf.service.d.ts +121 -0
- package/dist/{services → sales/sales}/equipment-design-pdf.service.js +3 -3
- package/dist/sales/sales/pack-ship-pdf.service.d.ts +262 -0
- package/dist/{services → sales/sales}/pack-ship-pdf.service.js +3 -3
- package/dist/sales/sales/pack-ship-print.service.d.ts +11 -0
- package/dist/{services → sales/sales}/pack-ship-print.service.js +3 -3
- package/dist/sales/sales/sales-pdf.service.d.ts +275 -0
- package/dist/{services → sales/sales}/sales-pdf.service.js +3 -3
- package/dist/sales/sales/sales-print.service.d.ts +15 -0
- package/dist/{services → sales/sales}/sales-print.service.js +6 -6
- package/dist/sales/sales/sales-totals.service.d.ts +27 -0
- package/dist/{services → sales/sales}/sales-totals.service.js +2 -2
- package/dist/services/checklist-pdf.d.ts +57 -0
- package/dist/services/checklist-pdf.js +2 -2
- package/dist/services/checklists-pdf.d.ts +12 -0
- package/dist/services/checklists-pdf.js +1 -1
- package/dist/services/est.print-service.d.ts +64 -0
- package/dist/services/est.print-service.js +1 -1
- package/dist/services/next-service-date-pdf.service.d.ts +228 -0
- package/dist/services/next-service-date-pdf.service.js +1 -1
- package/dist/services/reports/insurance-expire-pdf.service.d.ts +227 -0
- package/dist/services/{insurance-expire-pdf.service.js → reports/insurance-expire-pdf.service.js} +2 -2
- package/dist/services/reports/repair-orders-pdf.service.d.ts +229 -0
- package/dist/services/{repair-orders-pdf.service.js → reports/repair-orders-pdf.service.js} +3 -3
- package/dist/services/ro-pdf.service.d.ts +1060 -0
- package/dist/services/ro-pdf.service.js +2 -2
- package/dist/services/ro-print-service.d.ts +45 -0
- package/dist/services/ro-print-service.js +1 -1
- package/dist/services/ro-totals.service.d.ts +65 -0
- package/dist/services/separate-wo-print.service.d.ts +494 -0
- package/dist/services/separate-wo-print.service.js +1 -1
- package/dist/services/shared-inv-pdf.service.d.ts +303 -0
- package/dist/services/shared-inv-pdf.service.js +2 -2
- package/dist/services/technician-pdf.service.d.ts +221 -0
- package/dist/services/technician-pdf.service.js +1 -1
- package/dist/services/technician-print.service.d.ts +5 -0
- package/dist/services/technician-print.service.js +1 -1
- package/dist/shared/math-operations.d.ts +53 -0
- package/dist/shared/shared-services/shared-pdf.service.d.ts +926 -0
- package/dist/{services → shared/shared-services}/shared-pdf.service.js +3 -3
- package/dist/shared/shared-services/shared-print.service.d.ts +49 -0
- package/dist/{services → shared/shared-services}/shared-print.service.js +2 -2
- package/dist/shared/util.d.ts +3 -0
- package/dist/tasks/meetings/meeting-pdf.d.ts +107 -0
- package/dist/{services → tasks/meetings}/meeting-pdf.js +3 -3
- package/dist/tasks/tasks/task-pdf.service.d.ts +127 -0
- package/dist/{services → tasks/tasks}/task-pdf.service.js +4 -4
- package/dist/tasks/tasks/task-reports-pdf.service.d.ts +94 -0
- package/dist/{services → tasks/tasks}/task-reports-pdf.service.js +4 -4
- package/dist/utils/my-date.d.ts +104 -0
- package/dist/utils/tr-utils.d.ts +41 -0
- package/package.json +1 -1
- package/tsconfig.json +1 -0
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
export declare class DeliveryChallanPdfService {
|
|
2
|
+
FontSize: number;
|
|
3
|
+
static GetDeliveryChallanPrint(ROPrintData: any, numberofCopies: any, moreDiscDetails: boolean): {
|
|
4
|
+
info: {
|
|
5
|
+
title: string;
|
|
6
|
+
};
|
|
7
|
+
background: (currentPage: any, pageSize: any) => any;
|
|
8
|
+
header: (currentPage: any, pageCount: any) => {
|
|
9
|
+
text: string;
|
|
10
|
+
alignment: string;
|
|
11
|
+
marginRight: number;
|
|
12
|
+
fontSize: number;
|
|
13
|
+
marginTop: number;
|
|
14
|
+
};
|
|
15
|
+
pageMargins: number[];
|
|
16
|
+
content: any[];
|
|
17
|
+
styles: {
|
|
18
|
+
temp2header: {
|
|
19
|
+
fontSize: number;
|
|
20
|
+
bold: boolean;
|
|
21
|
+
alignment: string;
|
|
22
|
+
};
|
|
23
|
+
tableheader1: {
|
|
24
|
+
bold: boolean;
|
|
25
|
+
fontFamily: string;
|
|
26
|
+
margin: number[];
|
|
27
|
+
alignment: string;
|
|
28
|
+
};
|
|
29
|
+
header: {
|
|
30
|
+
fontSize: number;
|
|
31
|
+
bold: boolean;
|
|
32
|
+
alignment: string;
|
|
33
|
+
};
|
|
34
|
+
meetingHeader: {
|
|
35
|
+
fontSize: number;
|
|
36
|
+
bold: boolean;
|
|
37
|
+
};
|
|
38
|
+
Receiptheader: {
|
|
39
|
+
fontSize: number;
|
|
40
|
+
bold: boolean;
|
|
41
|
+
alignment: string;
|
|
42
|
+
margin: number[];
|
|
43
|
+
};
|
|
44
|
+
InlineHeader: {
|
|
45
|
+
fontSize: number;
|
|
46
|
+
bold: boolean;
|
|
47
|
+
alignment: string;
|
|
48
|
+
margin: number[];
|
|
49
|
+
};
|
|
50
|
+
TaskHeading: {
|
|
51
|
+
fontSize: number;
|
|
52
|
+
bold: boolean;
|
|
53
|
+
margin: number[];
|
|
54
|
+
};
|
|
55
|
+
lettersSize: {
|
|
56
|
+
fontSize: number;
|
|
57
|
+
margin: number[];
|
|
58
|
+
};
|
|
59
|
+
tablexample: {
|
|
60
|
+
margin: number[];
|
|
61
|
+
};
|
|
62
|
+
hedstyl: {
|
|
63
|
+
margin: number[];
|
|
64
|
+
};
|
|
65
|
+
header2: {
|
|
66
|
+
fontSize: number;
|
|
67
|
+
bold: boolean;
|
|
68
|
+
alignment: string;
|
|
69
|
+
margin: number[];
|
|
70
|
+
};
|
|
71
|
+
header1: {
|
|
72
|
+
fontSize: number;
|
|
73
|
+
bold: boolean;
|
|
74
|
+
alignment: string;
|
|
75
|
+
decoration: string;
|
|
76
|
+
margin: number[];
|
|
77
|
+
};
|
|
78
|
+
ws_adrs_center: {
|
|
79
|
+
fontSize: number;
|
|
80
|
+
alignment: string;
|
|
81
|
+
};
|
|
82
|
+
ws_adrs_center1: {
|
|
83
|
+
fontSize: number;
|
|
84
|
+
alignment: string;
|
|
85
|
+
};
|
|
86
|
+
ws_adrs_left: {
|
|
87
|
+
fontSize: number;
|
|
88
|
+
alignment: string;
|
|
89
|
+
};
|
|
90
|
+
ws_adrs_left1: {
|
|
91
|
+
fontSize: number;
|
|
92
|
+
alignment: string;
|
|
93
|
+
};
|
|
94
|
+
columnheader: {
|
|
95
|
+
margin: number[];
|
|
96
|
+
};
|
|
97
|
+
tableExample: {
|
|
98
|
+
margin: number[];
|
|
99
|
+
fontSize: number;
|
|
100
|
+
};
|
|
101
|
+
tableExamplemargin: {
|
|
102
|
+
margin: number[];
|
|
103
|
+
fontSize: number;
|
|
104
|
+
};
|
|
105
|
+
textcust: {
|
|
106
|
+
fontSize: number;
|
|
107
|
+
margin: number[];
|
|
108
|
+
};
|
|
109
|
+
column: {
|
|
110
|
+
margin: number[];
|
|
111
|
+
};
|
|
112
|
+
tableheader: {
|
|
113
|
+
bold: boolean;
|
|
114
|
+
fontSize: number;
|
|
115
|
+
margin: number[];
|
|
116
|
+
alignment: string;
|
|
117
|
+
};
|
|
118
|
+
tableheader2: {
|
|
119
|
+
fontSize: number;
|
|
120
|
+
margin: number[];
|
|
121
|
+
alignment: string;
|
|
122
|
+
opacity: number;
|
|
123
|
+
};
|
|
124
|
+
hed: {
|
|
125
|
+
fontSize: number;
|
|
126
|
+
bold: boolean;
|
|
127
|
+
};
|
|
128
|
+
hed2: {
|
|
129
|
+
fontSize: number;
|
|
130
|
+
};
|
|
131
|
+
TotalsStyles: {
|
|
132
|
+
marginTop: number;
|
|
133
|
+
lineHeight: number;
|
|
134
|
+
fontSize: number;
|
|
135
|
+
margin: number[];
|
|
136
|
+
};
|
|
137
|
+
colum1: {
|
|
138
|
+
fontSize: number;
|
|
139
|
+
lineHeight: number;
|
|
140
|
+
};
|
|
141
|
+
colum2: {
|
|
142
|
+
fontSize: number;
|
|
143
|
+
lineHeight: number;
|
|
144
|
+
margin: number[];
|
|
145
|
+
};
|
|
146
|
+
colum3: {
|
|
147
|
+
lineHeight: number;
|
|
148
|
+
};
|
|
149
|
+
Receiptheader1: {
|
|
150
|
+
fontSize: number;
|
|
151
|
+
bold: boolean;
|
|
152
|
+
alignment: string;
|
|
153
|
+
margin: number[];
|
|
154
|
+
};
|
|
155
|
+
Row1: {
|
|
156
|
+
fontSize: number;
|
|
157
|
+
margin: number[];
|
|
158
|
+
};
|
|
159
|
+
rowdata: {
|
|
160
|
+
margin: number[];
|
|
161
|
+
fontSize: number;
|
|
162
|
+
};
|
|
163
|
+
forCompany: {
|
|
164
|
+
margin: number[];
|
|
165
|
+
fontSize: string;
|
|
166
|
+
};
|
|
167
|
+
forCompany1: {
|
|
168
|
+
margin: number[];
|
|
169
|
+
fontSize: string;
|
|
170
|
+
};
|
|
171
|
+
Rupees: {
|
|
172
|
+
margin: number[];
|
|
173
|
+
fontSize: string;
|
|
174
|
+
};
|
|
175
|
+
Signature: {
|
|
176
|
+
margin: number[];
|
|
177
|
+
alignment: string;
|
|
178
|
+
fontSize: string;
|
|
179
|
+
};
|
|
180
|
+
withApp: {
|
|
181
|
+
alignment: string;
|
|
182
|
+
lineHeight: number;
|
|
183
|
+
};
|
|
184
|
+
withOutApp: {
|
|
185
|
+
alignment: string;
|
|
186
|
+
lineHeight: number;
|
|
187
|
+
};
|
|
188
|
+
Sign: {
|
|
189
|
+
fontSize: number;
|
|
190
|
+
margin: number[];
|
|
191
|
+
};
|
|
192
|
+
Sign1: {
|
|
193
|
+
fontSize: number;
|
|
194
|
+
margin: number[];
|
|
195
|
+
};
|
|
196
|
+
'margin-all': {
|
|
197
|
+
margin: number[];
|
|
198
|
+
};
|
|
199
|
+
'margin-top': {
|
|
200
|
+
margin: number[];
|
|
201
|
+
};
|
|
202
|
+
'margin-bottom': {
|
|
203
|
+
margin: number[];
|
|
204
|
+
};
|
|
205
|
+
fontSize: {
|
|
206
|
+
fontSize: number;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
static GetFileName(ROPrintData: any): string;
|
|
211
|
+
static CommonHeaderDetails(ROPrintData: any, text: any): any[];
|
|
212
|
+
static GetMainHeaderDetails(Entity: any, HeaderName: any, Image: any, HColor: any, AColor: any, text: any): ({
|
|
213
|
+
columns: any;
|
|
214
|
+
} | {
|
|
215
|
+
canvas: {
|
|
216
|
+
type: string;
|
|
217
|
+
lineColor: string;
|
|
218
|
+
x1: number;
|
|
219
|
+
y1: number;
|
|
220
|
+
x2: number;
|
|
221
|
+
y2: number;
|
|
222
|
+
lineWidth: number;
|
|
223
|
+
}[];
|
|
224
|
+
})[];
|
|
225
|
+
static PreparesparePartsTable(ROPrintData: any): any;
|
|
226
|
+
static WithOutDiscountFieldTable(Parts: any, PrintPartNo: any, ShowTaxColumn: any, Body: any, ShowIGST: any, ConsolidateGST: any, ShowDiscountColumn: any): any;
|
|
227
|
+
static BuildTableBodyForLaborAndParts(Parts: any, PrintPartNo: any, ShowTaxColumn: any, Body: any, ShowIGST: any, ConsolidateGST: any, ShowDiscountColumn: any): any;
|
|
228
|
+
static GetWithOutDiscAndTaxFieldHeader(Parts: any, ShowTaxColumn: any, PrintPartNo: any, Body: any, ShowIGST: any, ConsolidateGST: any, ShowDiscountColumn: any): any;
|
|
229
|
+
static TaxDataTable(Parts: any, PrintPartNo: any, ShowTaxColumn: any, Body: any, ShowIGST: any, ConsolidateGST: any, ShowDiscountColumn: any): {
|
|
230
|
+
style: string;
|
|
231
|
+
table: {
|
|
232
|
+
widths: (string | number)[];
|
|
233
|
+
body: any;
|
|
234
|
+
};
|
|
235
|
+
layout: {
|
|
236
|
+
hLineWidth: (i: any, node: any) => number;
|
|
237
|
+
vLineWidth: (i: any, node: any) => number;
|
|
238
|
+
hLineColor: (i: any, node: any) => string;
|
|
239
|
+
vLineColor: (i: any, node: any) => string;
|
|
240
|
+
};
|
|
241
|
+
};
|
|
242
|
+
static ConsolidateDataTable(Parts: any, PrintPartNo: any, ShowTaxColumn: any, Body: any, ShowIGST: any, ConsolidateGST: any, ShowDiscountColumn: any): {
|
|
243
|
+
style: string;
|
|
244
|
+
table: {
|
|
245
|
+
widths: number[];
|
|
246
|
+
body: any;
|
|
247
|
+
};
|
|
248
|
+
layout: {
|
|
249
|
+
hLineWidth: (i: any, node: any) => number;
|
|
250
|
+
vLineWidth: (i: any, node: any) => number;
|
|
251
|
+
hLineColor: (i: any, node: any) => string;
|
|
252
|
+
vLineColor: (i: any, node: any) => string;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
static NoTaxDataTable(Parts: any, PrintPartNo: any, ShowTaxColumn: any, Body: any, ShowIGST: any, ConsolidateGST: any, ShowDiscountColumn: any): {
|
|
256
|
+
style: string;
|
|
257
|
+
table: {
|
|
258
|
+
widths: number[];
|
|
259
|
+
body: any;
|
|
260
|
+
};
|
|
261
|
+
layout: {
|
|
262
|
+
hLineWidth: (i: any, node: any) => number;
|
|
263
|
+
vLineWidth: (i: any, node: any) => number;
|
|
264
|
+
hLineColor: (i: any, node: any) => string;
|
|
265
|
+
vLineColor: (i: any, node: any) => string;
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
static CommonTotalDetails(ROPrintData: any, index: any, numberofCopies: any, moreDiscDetails: boolean): any[];
|
|
269
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeliveryChallanPdfService = void 0;
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
4
|
+
const shared_pdf_service_1 = require("../../shared/shared-services/shared-pdf.service");
|
|
5
|
+
const shared_print_service_1 = require("../../shared/shared-services/shared-print.service");
|
|
6
|
+
const tr_utils_1 = require("../../utils/tr-utils");
|
|
7
7
|
class DeliveryChallanPdfService {
|
|
8
8
|
constructor() {
|
|
9
9
|
this.FontSize = 8;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare class DeliveryChallanPrintService {
|
|
2
|
+
static GetChallanDataPrintInfo(OriginalInvoiceData: any, OriginalEntityData: any, image: any, IncludeGST: boolean, ConsolidateGST: boolean, TaxCodes: any, IsProforma: boolean): any;
|
|
3
|
+
static GetPrintConditionsBasedOnInput(InvoicePrintData: any, IncludeGST: boolean, ConsolidateGST: boolean, SType: any, OriginalInvoiceData: any, IsProforma: boolean): any;
|
|
4
|
+
static GetInvoiceTypeHeading(InvoicePrintData: any, OriginalInvoiceData: any, IncludeGST: boolean, ConsolidateGST: boolean, IsProforma: boolean): any;
|
|
5
|
+
static GetInvoiceOtherDetailsForPrint(InvoicePrintData: any, OriginalInvoiceData: any): any;
|
|
6
|
+
static GetItemsPrintInfo(Items: any, Consolidate: boolean, TaxCodes: any, LineTotal: string): any;
|
|
7
|
+
static ReverseItemsForInvoicePrint(argInvoiceData: any): any;
|
|
8
|
+
static PrepareFormatForInvoicePrint(InvoicePrintData: any, ROType: any, InvoiceStatus: any): any[];
|
|
9
|
+
static GetBillNameForInvoicePrint(OriginalInvoiceData: any, InvoicePrintData: any): any;
|
|
10
|
+
static GetBillToName(Title: any, Name: string): string;
|
|
11
|
+
static GetPaymentsTotal(InvoicePayments: any, Total: number, InvoiceStatus: string): any;
|
|
12
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeliveryChallanPrintService = void 0;
|
|
4
|
-
const shared_print_service_1 = require("./shared-print.service");
|
|
5
4
|
const delivery_challan_totals_1 = require("./delivery-challan-totals");
|
|
6
|
-
const tr_utils_1 = require("
|
|
7
|
-
const code_enums_1 = require("
|
|
8
|
-
const enums_1 = require("
|
|
9
|
-
const my_date_1 = require("
|
|
10
|
-
const aggregation_1 = require("
|
|
5
|
+
const tr_utils_1 = require("../../utils/tr-utils");
|
|
6
|
+
const code_enums_1 = require("../../enums/code-enums");
|
|
7
|
+
const enums_1 = require("../../enums/enums");
|
|
8
|
+
const my_date_1 = require("../../utils/my-date");
|
|
9
|
+
const aggregation_1 = require("../../aggregation/aggregation");
|
|
10
|
+
const shared_print_service_1 = require("../../shared/shared-services/shared-print.service");
|
|
11
11
|
class DeliveryChallanPrintService {
|
|
12
12
|
static GetChallanDataPrintInfo(OriginalInvoiceData, OriginalEntityData, image, IncludeGST, ConsolidateGST, TaxCodes, IsProforma) {
|
|
13
13
|
var _a, _b;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare class DeliveryChallanTotalsService {
|
|
2
|
+
static GetTotalsValue(PartsList: any, IsIndependentTax: boolean, DetailedInfo: boolean, Disc: any, Perc: string, TaxCodes: any, WithItems: boolean, Settings: any, isRoundable: boolean): any;
|
|
3
|
+
static CalculateLaborPartValues(PartsList: any, IsIndependentTax: boolean): any;
|
|
4
|
+
static ResetLaborPartValues(PartsList: any, IsIndependentTax: boolean): any;
|
|
5
|
+
static ResetLaborPartValueIfInvalid(Part: any): any;
|
|
6
|
+
static GetFinalChallanDataForSave(PartsList: any, IsIndependentTax: boolean, Disc: any, Perc: string, DetailedInfo: boolean, Settings: any, isRoundable: boolean): any;
|
|
7
|
+
static SetMainDiscountValues(Disc: any, Perc: string, finalTotalsData: any, DetailedInfo: boolean): any;
|
|
8
|
+
static GetFinalCustomerTotalsData(finalTotalsData: any, PartsList: any, IsIndependentTax: boolean, DetailedInfo: boolean, isRoundable: boolean): any;
|
|
9
|
+
static GetSubTotalFor(PartsList: any): any;
|
|
10
|
+
static GetPartsTotalAfterDiscount(PartsList: any): any;
|
|
11
|
+
static GetDetailedTotalsData(finalTotalsData: any, IsIndependentTax: boolean, PartsList: any, TaxCodes: any): any;
|
|
12
|
+
static GetLaborDiscountedTotal(LaborList: any): any;
|
|
13
|
+
static GetPartDiscountedTotal(PartsList: any): any;
|
|
14
|
+
static GetPartsTaxTotalFor(PartsList: any, IsIndependentTax: boolean): any;
|
|
15
|
+
static GetCustomerTotalBasedOnTaxType(PartsTaxAmount: number, PartsList: any, IsIndependentTax: boolean): any;
|
|
16
|
+
static LaborTotalAfterDiscount(LaborTotalAfterDisc: number, LaborTaxAmount: number, MainLDisc: number, LDiscInPerc: string): number;
|
|
17
|
+
static ItemsTotalAfterDiscount(PartsTotalAfterDisc: number, PartsTaxAmount: number, MainPDisc: number, PDiscInPerc: string): number;
|
|
18
|
+
static GetLaborCGSTTaxTotal(opCodesList: any, IsIndependentTax: boolean): any;
|
|
19
|
+
static GetLaborIGSTTaxTotal(opCodesList: any, IsIndependentTax: boolean): any;
|
|
20
|
+
static GetLaborSGSTTaxTotal(opCodesList: any, IsIndependentTax: boolean): any;
|
|
21
|
+
static GetPartGSTTaxTotal(PartsList: any, IsIndependentTax: boolean): number[];
|
|
22
|
+
static GetTaxGroupingForPartsByHSN(Parts: any, TaxCodes: any): any[];
|
|
23
|
+
static GetCombinedTaxPercentage(Parts: any, TaxCodes: any): any;
|
|
24
|
+
static ComparePartsByHSN(Parts: any, TaxCodes: any): any[];
|
|
25
|
+
static GetTaxGroupingInfoByHSN(FinalMatchedParts: any, TaxCodes: any): any[];
|
|
26
|
+
static GetGSTValueBasedOnTaxCode(TCode: any, TaxCodes: any): any[];
|
|
27
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeliveryChallanTotalsService = void 0;
|
|
4
|
-
const aggregation_1 = require("
|
|
5
|
-
const tr_utils_1 = require("
|
|
4
|
+
const aggregation_1 = require("../../aggregation/aggregation");
|
|
5
|
+
const tr_utils_1 = require("../../utils/tr-utils");
|
|
6
6
|
class DeliveryChallanTotalsService {
|
|
7
7
|
static GetTotalsValue(PartsList, IsIndependentTax, DetailedInfo, Disc, Perc, TaxCodes, WithItems, Settings, isRoundable) {
|
|
8
8
|
// LPerc = TrUtils.SetPercToStringIfNull(LPerc);
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare class AnalysisXlsxFileService {
|
|
2
|
+
static wb: any;
|
|
3
|
+
static Row: any;
|
|
4
|
+
static MergeArray: any[];
|
|
5
|
+
static range: {
|
|
6
|
+
s: {
|
|
7
|
+
c: number;
|
|
8
|
+
r: number;
|
|
9
|
+
};
|
|
10
|
+
e: {
|
|
11
|
+
c: number;
|
|
12
|
+
r: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
static ws: any;
|
|
16
|
+
static GetAnalysisExcelData(MainData: any, isSale: boolean, searchValue: any, HeaderName: any, HeaderText: any): any;
|
|
17
|
+
static setHeadingInCell(HeaderName: any, showSearch: any, HeadText: any): void;
|
|
18
|
+
static setInvoiceDetailsInCell(MainData: any, isSale: boolean, HeaderText: any): void;
|
|
19
|
+
static SetInvoiceDataInExcel(InvoiceInfo: any, isSale: boolean, HeaderText: any): void;
|
|
20
|
+
static ConvertToString(Text: any, IsString: any): any;
|
|
21
|
+
static SetDataInCell(Data: any, ColRange: number, RowNum: any): void;
|
|
22
|
+
static getcelltype(cell: any): any;
|
|
23
|
+
}
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.AnalysisXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const
|
|
29
|
-
const
|
|
28
|
+
const tr_utils_1 = require("../../../utils/tr-utils");
|
|
29
|
+
const my_date_1 = require("../../../utils/my-date");
|
|
30
30
|
class AnalysisXlsxFileService {
|
|
31
31
|
static GetAnalysisExcelData(MainData, isSale, searchValue, HeaderName, HeaderText) {
|
|
32
32
|
this.wb = {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare class CategoryWiseItemXlsxFileService {
|
|
2
|
+
static wb: any;
|
|
3
|
+
static Row: any;
|
|
4
|
+
static MergeArray: any[];
|
|
5
|
+
static range: {
|
|
6
|
+
s: {
|
|
7
|
+
c: number;
|
|
8
|
+
r: number;
|
|
9
|
+
};
|
|
10
|
+
e: {
|
|
11
|
+
c: number;
|
|
12
|
+
r: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
static ws: any;
|
|
16
|
+
static GetCategoryWiseItemExcelData(MainData: any, isSale: boolean, searchValue: any, HeaderName: any): any;
|
|
17
|
+
static setHeadingInCell(HeaderName: any, showSearch: any): void;
|
|
18
|
+
static setInvoiceDetailsInCell(MainData: any, isSale: boolean): void;
|
|
19
|
+
static SetInvoiceDataInExcel(InvoiceInfo: any, isSale: boolean): void;
|
|
20
|
+
static ConvertToString(Text: any, IsString: any): any;
|
|
21
|
+
static SetDataInCell(Data: any, ColRange: number, RowNum: any): void;
|
|
22
|
+
static getcelltype(cell: any): any;
|
|
23
|
+
}
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.CategoryWiseItemXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../utils/tr-utils");
|
|
30
30
|
class CategoryWiseItemXlsxFileService {
|
|
31
31
|
static GetCategoryWiseItemExcelData(MainData, isSale, searchValue, HeaderName) {
|
|
32
32
|
this.wb = {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare class CustWiseSalesXlsxFileService {
|
|
2
|
+
static wb: any;
|
|
3
|
+
static Row: any;
|
|
4
|
+
static MergeArray: any[];
|
|
5
|
+
static range: {
|
|
6
|
+
s: {
|
|
7
|
+
c: number;
|
|
8
|
+
r: number;
|
|
9
|
+
};
|
|
10
|
+
e: {
|
|
11
|
+
c: number;
|
|
12
|
+
r: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
static ws: any;
|
|
16
|
+
static GetCustWiseSalesDetailsExcelData(MainData: any, isSale: boolean, searchValue: any): any;
|
|
17
|
+
static GetTotals(MainData: any): any;
|
|
18
|
+
static setHeadingInCell(isSale: boolean, showSearch: any): void;
|
|
19
|
+
static setInvoiceDetailsInCell(MainData: any, isSale: boolean): void;
|
|
20
|
+
static SetInvoiceDataInExcel(InvoiceInfo: any, isSale: boolean): void;
|
|
21
|
+
static ConvertToString(Text: any, IsString: any): any;
|
|
22
|
+
static SetDataInCell(Data: any, ColRange: number, RowNum: any): void;
|
|
23
|
+
static getcelltype(cell: any): any;
|
|
24
|
+
static ConvertDateToReadableFormat(DateObject: any): any;
|
|
25
|
+
}
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.CustWiseSalesXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../utils/tr-utils");
|
|
30
30
|
class CustWiseSalesXlsxFileService {
|
|
31
31
|
static GetCustWiseSalesDetailsExcelData(MainData, isSale, searchValue) {
|
|
32
32
|
this.wb = {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class SalesByCustomerXlsxFileService {
|
|
2
|
+
static wb: any;
|
|
3
|
+
static Row: any;
|
|
4
|
+
static MergeArray: any[];
|
|
5
|
+
static range: {
|
|
6
|
+
s: {
|
|
7
|
+
c: number;
|
|
8
|
+
r: number;
|
|
9
|
+
};
|
|
10
|
+
e: {
|
|
11
|
+
c: number;
|
|
12
|
+
r: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
static ws: any;
|
|
16
|
+
static GetSalesByCustExcelData(MainData: any, isSale: boolean, searchValue: any, HeaderName: any): any;
|
|
17
|
+
static setHeadingInCell(HeaderName: any, showSearch: any): void;
|
|
18
|
+
static setInvoiceDetailsInCell(MainData: any, isSale: boolean): void;
|
|
19
|
+
static SetInvoiceDataInExcel(InvoiceInfo: any, isSale: boolean): void;
|
|
20
|
+
static ConvertToString(Text: any, IsString: any): any;
|
|
21
|
+
static SetDataInCell(Data: any, ColRange: number, RowNum: any): void;
|
|
22
|
+
static getcelltype(cell: any): any;
|
|
23
|
+
static ConvertDateToReadableFormat(DateObject: any): any;
|
|
24
|
+
}
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.SalesByCustomerXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../utils/tr-utils");
|
|
30
30
|
class SalesByCustomerXlsxFileService {
|
|
31
31
|
static GetSalesByCustExcelData(MainData, isSale, searchValue, HeaderName) {
|
|
32
32
|
this.wb = {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class ItemWiseDoctorSaleXlsxFileService {
|
|
2
|
+
static wb: any;
|
|
3
|
+
static Row: any;
|
|
4
|
+
static MergeArray: any[];
|
|
5
|
+
static range: {
|
|
6
|
+
s: {
|
|
7
|
+
c: number;
|
|
8
|
+
r: number;
|
|
9
|
+
};
|
|
10
|
+
e: {
|
|
11
|
+
c: number;
|
|
12
|
+
r: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
static ws: any;
|
|
16
|
+
static GetItemWiseDoctorSaleExcelData(MainData: any, searchValue: any, HeaderName: any): any;
|
|
17
|
+
static setHeadingInCell(HeaderName: any, showSearch: any): void;
|
|
18
|
+
static setInvoiceDetailsInCell(MainData: any): void;
|
|
19
|
+
static SetInvoiceDataInExcel(InvoiceInfo: any): void;
|
|
20
|
+
static ConvertToString(Text: any, IsString: any): any;
|
|
21
|
+
static SetDataInCell(Data: any, ColRange: number, RowNum: any): void;
|
|
22
|
+
static getcelltype(cell: any): any;
|
|
23
|
+
static ConvertDateToReadableFormat(DateObject: any): any;
|
|
24
|
+
}
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.ItemWiseDoctorSaleXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../utils/tr-utils");
|
|
30
30
|
class ItemWiseDoctorSaleXlsxFileService {
|
|
31
31
|
static GetItemWiseDoctorSaleExcelData(MainData, searchValue, HeaderName) {
|
|
32
32
|
this.wb = {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class ItemsWiseSalesXlsxFileService {
|
|
2
|
+
static wb: any;
|
|
3
|
+
static Row: any;
|
|
4
|
+
static MergeArray: any[];
|
|
5
|
+
static range: {
|
|
6
|
+
s: {
|
|
7
|
+
c: number;
|
|
8
|
+
r: number;
|
|
9
|
+
};
|
|
10
|
+
e: {
|
|
11
|
+
c: number;
|
|
12
|
+
r: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
static ws: any;
|
|
16
|
+
static GetItemsWiseSalesExcelData(MainData: any, isSale: boolean, searchValue: any, HeaderName: any): any;
|
|
17
|
+
static setHeadingInCell(HeaderName: any, showSearch: any): void;
|
|
18
|
+
static setInvoiceDetailsInCell(MainData: any): void;
|
|
19
|
+
static SetInvoiceDataInExcel(InvoiceInfo: any): void;
|
|
20
|
+
static ConvertToString(Text: any, IsString: any): any;
|
|
21
|
+
static SetDataInCell(Data: any, ColRange: number, RowNum: any): void;
|
|
22
|
+
static getcelltype(cell: any): any;
|
|
23
|
+
static ConvertDateToReadableFormat(DateObject: any): any;
|
|
24
|
+
}
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.ItemsWiseSalesXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../utils/tr-utils");
|
|
30
30
|
class ItemsWiseSalesXlsxFileService {
|
|
31
31
|
static GetItemsWiseSalesExcelData(MainData, isSale, searchValue, HeaderName) {
|
|
32
32
|
this.wb = {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class ManfWiseSalesXlsxFileService {
|
|
2
|
+
static wb: any;
|
|
3
|
+
static Row: any;
|
|
4
|
+
static MergeArray: any[];
|
|
5
|
+
static range: {
|
|
6
|
+
s: {
|
|
7
|
+
c: number;
|
|
8
|
+
r: number;
|
|
9
|
+
};
|
|
10
|
+
e: {
|
|
11
|
+
c: number;
|
|
12
|
+
r: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
static ws: any;
|
|
16
|
+
static GetManfWiseSalesExcelData(MainData: any, searchValue: any, HeaderName: any, isDetails: boolean): any;
|
|
17
|
+
static GetTotals(MainData: any): any;
|
|
18
|
+
static setHeadingInCell(HeaderName: any, showSearch: any, isDetails: boolean): void;
|
|
19
|
+
static setInvoiceDetailsInCell(MainData: any, isDetails: boolean): void;
|
|
20
|
+
static SetInvoiceDataInExcel(InvoiceInfo: any, isDetails: boolean): void;
|
|
21
|
+
static ConvertToString(Text: any, IsString: any): any;
|
|
22
|
+
static SetDataInCell(Data: any, ColRange: number, RowNum: any): void;
|
|
23
|
+
static getcelltype(cell: any): any;
|
|
24
|
+
}
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.ManfWiseSalesXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../utils/tr-utils");
|
|
30
30
|
class ManfWiseSalesXlsxFileService {
|
|
31
31
|
static GetManfWiseSalesExcelData(MainData, searchValue, HeaderName, isDetails) {
|
|
32
32
|
this.wb = {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare class OperatorWiseDetailsXlsxFileService {
|
|
2
|
+
static wb: any;
|
|
3
|
+
static Row: any;
|
|
4
|
+
static MergeArray: any[];
|
|
5
|
+
static range: {
|
|
6
|
+
s: {
|
|
7
|
+
c: number;
|
|
8
|
+
r: number;
|
|
9
|
+
};
|
|
10
|
+
e: {
|
|
11
|
+
c: number;
|
|
12
|
+
r: number;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
static ws: any;
|
|
16
|
+
static GetOperatorWiseDetailsExcelData(MainData: any, searchValue: any, isSale: boolean): any;
|
|
17
|
+
static setHeadingInCell(isSale: boolean, searchValue: any): void;
|
|
18
|
+
static setInvoiceDetailsInCell(MainData: any): void;
|
|
19
|
+
static SetInvoiceDataInExcel(InvoiceInfo: any): void;
|
|
20
|
+
static ConvertToString(Text: any, IsString: any): any;
|
|
21
|
+
static SetDataInCell(Data: any, ColRange: number, RowNum: any): void;
|
|
22
|
+
static getcelltype(cell: any): any;
|
|
23
|
+
}
|
|
@@ -25,8 +25,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.OperatorWiseDetailsXlsxFileService = void 0;
|
|
27
27
|
const XLSX = __importStar(require("xlsx"));
|
|
28
|
-
const my_date_1 = require("
|
|
29
|
-
const tr_utils_1 = require("
|
|
28
|
+
const my_date_1 = require("../../../utils/my-date");
|
|
29
|
+
const tr_utils_1 = require("../../../utils/tr-utils");
|
|
30
30
|
class OperatorWiseDetailsXlsxFileService {
|
|
31
31
|
static GetOperatorWiseDetailsExcelData(MainData, searchValue, isSale) {
|
|
32
32
|
this.wb = {};
|