shareneus 1.4.36 → 1.4.38
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 +125 -0
- package/dist/index.js +99 -97
- 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 +14 -0
- package/dist/{services → inventory/items}/item-price-for-pricelist.js +53 -23
- 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 +40 -0
- package/dist/utils/tr-utils.js +0 -4
- package/package.json +1 -1
- package/tsconfig.json +1 -0
|
@@ -0,0 +1,266 @@
|
|
|
1
|
+
export declare class ContactPersonForEnum {
|
|
2
|
+
static Customer: string;
|
|
3
|
+
static Vendor: string;
|
|
4
|
+
}
|
|
5
|
+
export declare class DropDownButtonTypesEnum {
|
|
6
|
+
static OnlyDefualtText: string;
|
|
7
|
+
static OnlyMaterialIcon: string;
|
|
8
|
+
static ArrowDownForDefualt: string;
|
|
9
|
+
static ArrowDownForList: string;
|
|
10
|
+
static MultiAction: string;
|
|
11
|
+
}
|
|
12
|
+
export declare class DeleteTypeEnum {
|
|
13
|
+
static PartDelete: string;
|
|
14
|
+
static VehicleDelete: string;
|
|
15
|
+
static LaborDelete: string;
|
|
16
|
+
static ComplaintDelete: string;
|
|
17
|
+
}
|
|
18
|
+
export declare class ReceieveForEnum {
|
|
19
|
+
static ForRO: string;
|
|
20
|
+
static ForPartOrder: string;
|
|
21
|
+
static ForStock: string;
|
|
22
|
+
}
|
|
23
|
+
export declare class RecordOtherStatusEnum {
|
|
24
|
+
static Reopen: string;
|
|
25
|
+
static Restart: string;
|
|
26
|
+
}
|
|
27
|
+
export declare class DescriptionForEnum {
|
|
28
|
+
static ForComplaint: string;
|
|
29
|
+
static ForService: string;
|
|
30
|
+
static ForPart: string;
|
|
31
|
+
}
|
|
32
|
+
export declare class ROTypeEnum {
|
|
33
|
+
static RepairOrder: string;
|
|
34
|
+
static Estimate: string;
|
|
35
|
+
static PartsOrder: string;
|
|
36
|
+
static Invoice: string;
|
|
37
|
+
static CreditNote: string;
|
|
38
|
+
static DebitNote: string;
|
|
39
|
+
static VenDebitNote: string;
|
|
40
|
+
static PurchaseOrder: string;
|
|
41
|
+
static Bill: string;
|
|
42
|
+
static SalesOrder: string;
|
|
43
|
+
static SalesEst: string;
|
|
44
|
+
static Challan: string;
|
|
45
|
+
static Appointment: string;
|
|
46
|
+
static Tickets: string;
|
|
47
|
+
}
|
|
48
|
+
export declare class SOTypeEnum {
|
|
49
|
+
static SO: string;
|
|
50
|
+
static Estimate: string;
|
|
51
|
+
}
|
|
52
|
+
export declare class PrintTypesEnum {
|
|
53
|
+
static RepairOrder: string;
|
|
54
|
+
static Estimate: string;
|
|
55
|
+
static Invoice: string;
|
|
56
|
+
static PartsOrder: string;
|
|
57
|
+
static Payments: string;
|
|
58
|
+
static Technician: string;
|
|
59
|
+
static PurOrder: string;
|
|
60
|
+
}
|
|
61
|
+
export declare class POPartStatusEnum {
|
|
62
|
+
static New: string;
|
|
63
|
+
static Sent: string;
|
|
64
|
+
static Modified: string;
|
|
65
|
+
static Del: string;
|
|
66
|
+
static Deleted: string;
|
|
67
|
+
}
|
|
68
|
+
export declare class PermissionTypesEnum {
|
|
69
|
+
static New: string;
|
|
70
|
+
static View: string;
|
|
71
|
+
static Edit: string;
|
|
72
|
+
static Delete: string;
|
|
73
|
+
}
|
|
74
|
+
export declare class RoutePageNamesEnum {
|
|
75
|
+
static Chat: any;
|
|
76
|
+
static WorkOrder: any;
|
|
77
|
+
static WOSearch: any;
|
|
78
|
+
static WODashboard: any;
|
|
79
|
+
static SalesOrder: any;
|
|
80
|
+
static SODashboard: any;
|
|
81
|
+
static Estimate: any;
|
|
82
|
+
static EstDashboard: any;
|
|
83
|
+
static Returns: any;
|
|
84
|
+
static Packages: any;
|
|
85
|
+
static Variants: any;
|
|
86
|
+
static ItemGroups: any;
|
|
87
|
+
static ServiceBillsDashboard: any;
|
|
88
|
+
static ServicesBill: any;
|
|
89
|
+
static EstSearch: any;
|
|
90
|
+
static JobsDashboard: any;
|
|
91
|
+
static Product: any;
|
|
92
|
+
static ProductSearch: any;
|
|
93
|
+
static Customer: any;
|
|
94
|
+
static Patient: any;
|
|
95
|
+
static CustSearch: any;
|
|
96
|
+
static Patients: any;
|
|
97
|
+
static Part: any;
|
|
98
|
+
static SalesReceipt: any;
|
|
99
|
+
static SalesReceiptSearch: any;
|
|
100
|
+
static RRI: any;
|
|
101
|
+
static APL: any;
|
|
102
|
+
static Stock: string;
|
|
103
|
+
static RFQList: any;
|
|
104
|
+
static PODashboard: any;
|
|
105
|
+
static POSearch: any;
|
|
106
|
+
static PartsSearch: any;
|
|
107
|
+
static PartsOrder: any;
|
|
108
|
+
static AdjustStock: any;
|
|
109
|
+
static IssueParts: any;
|
|
110
|
+
static InsSettings: any;
|
|
111
|
+
static RecPartsSearch: any;
|
|
112
|
+
static Settings: any;
|
|
113
|
+
static QuickItems: any;
|
|
114
|
+
static CF: any;
|
|
115
|
+
static MSettings: any;
|
|
116
|
+
static TU: any;
|
|
117
|
+
static SetUpLTG: any;
|
|
118
|
+
static SetUpLTG1: any;
|
|
119
|
+
static User: any;
|
|
120
|
+
static Users: any;
|
|
121
|
+
static Vendor: any;
|
|
122
|
+
static VendorSearch: any;
|
|
123
|
+
static QuickSrvcs: any;
|
|
124
|
+
static Invoices: any;
|
|
125
|
+
static ReceivePayment: any;
|
|
126
|
+
static PaymentSearch: any;
|
|
127
|
+
static UnAppliedPayments: any;
|
|
128
|
+
static Reports: any;
|
|
129
|
+
static TaskSearch: string;
|
|
130
|
+
static AdminTaskSearch: string;
|
|
131
|
+
static TaskCalendar: string;
|
|
132
|
+
static ReportByAcc: any;
|
|
133
|
+
static InsuranceTieUp: any;
|
|
134
|
+
static Surveyors: any;
|
|
135
|
+
static VehicleOwnership: string;
|
|
136
|
+
static Invoice: any;
|
|
137
|
+
static DebitNote: any;
|
|
138
|
+
static InvDashboard: any;
|
|
139
|
+
static CreditNotes: any;
|
|
140
|
+
static CreditNote: any;
|
|
141
|
+
static InvSearch: any;
|
|
142
|
+
static COA: any;
|
|
143
|
+
static InvStngs: any;
|
|
144
|
+
static WhStngs: any;
|
|
145
|
+
static ReportByGST: any;
|
|
146
|
+
static VendorReport: any;
|
|
147
|
+
static CreateBill: string;
|
|
148
|
+
static CreateMO: string;
|
|
149
|
+
static CreateMI: string;
|
|
150
|
+
static CreateMOut: string;
|
|
151
|
+
static CreateTrans: string;
|
|
152
|
+
static PuODash: string;
|
|
153
|
+
static PuORet: string;
|
|
154
|
+
static PuOSea: string;
|
|
155
|
+
static PO: string;
|
|
156
|
+
static Maps: string;
|
|
157
|
+
static SalesPuODash: string;
|
|
158
|
+
static SalesPuOSea: string;
|
|
159
|
+
static SalesPO: string;
|
|
160
|
+
static BillDash: string;
|
|
161
|
+
static MODash: string;
|
|
162
|
+
static MIDash: string;
|
|
163
|
+
static MOutDash: string;
|
|
164
|
+
static TransferOrder: string;
|
|
165
|
+
static BillSea: string;
|
|
166
|
+
static PaymentsMade: string;
|
|
167
|
+
static BillPayment: string;
|
|
168
|
+
static Projects: string;
|
|
169
|
+
static Project: string;
|
|
170
|
+
static Meetings: string;
|
|
171
|
+
static Meeting: string;
|
|
172
|
+
static Tasks: string;
|
|
173
|
+
static Task: string;
|
|
174
|
+
static TaskTemplate: string;
|
|
175
|
+
static TaskTemplates: string;
|
|
176
|
+
static TaskKanban: string;
|
|
177
|
+
static Tags: string;
|
|
178
|
+
static TSheet: string;
|
|
179
|
+
static Decision: string;
|
|
180
|
+
static WorkSpace: string;
|
|
181
|
+
static WspcTask: string;
|
|
182
|
+
static WspcMeeting: string;
|
|
183
|
+
static WspcProj: string;
|
|
184
|
+
static Make: string;
|
|
185
|
+
static Makes: string;
|
|
186
|
+
static Modal: string;
|
|
187
|
+
static Modals: string;
|
|
188
|
+
static Complaints: string;
|
|
189
|
+
static Complaint: string;
|
|
190
|
+
static Diagnosis: string;
|
|
191
|
+
static Procedures: string;
|
|
192
|
+
static LabTests: string;
|
|
193
|
+
static Advices: string;
|
|
194
|
+
static Categories: string;
|
|
195
|
+
static Desgntn: string;
|
|
196
|
+
static Dept: string;
|
|
197
|
+
static Services: string;
|
|
198
|
+
static Rsn: string;
|
|
199
|
+
static MORsn: string;
|
|
200
|
+
static Items: string;
|
|
201
|
+
static Attributes: string;
|
|
202
|
+
static Service: string;
|
|
203
|
+
static Roles: string;
|
|
204
|
+
static RepBGST: string;
|
|
205
|
+
static RepBGST2: string;
|
|
206
|
+
static RepDash: string;
|
|
207
|
+
static RepPayment: string;
|
|
208
|
+
static SalRep: string;
|
|
209
|
+
static DChallan: any;
|
|
210
|
+
static CNote: any;
|
|
211
|
+
static DNote: any;
|
|
212
|
+
static SalRecReport: string;
|
|
213
|
+
static VCNote: any;
|
|
214
|
+
static VDNote: any;
|
|
215
|
+
static VDeNDash: any;
|
|
216
|
+
static CheckIn: any;
|
|
217
|
+
static EmployeeAtt: any;
|
|
218
|
+
static LiveLocation: any;
|
|
219
|
+
static TikDash: any;
|
|
220
|
+
static ticket: any;
|
|
221
|
+
static serapp: any;
|
|
222
|
+
static serappDash: any;
|
|
223
|
+
static expDashboard: any;
|
|
224
|
+
static expens: any;
|
|
225
|
+
static HospitApp: any;
|
|
226
|
+
}
|
|
227
|
+
export declare class DialogLeaveEnums {
|
|
228
|
+
static Ok: string;
|
|
229
|
+
static Cancel: string;
|
|
230
|
+
}
|
|
231
|
+
export declare class IndustryTypeEnums {
|
|
232
|
+
static Vehicle: string;
|
|
233
|
+
static Product: string;
|
|
234
|
+
static WO: string;
|
|
235
|
+
static RO: string;
|
|
236
|
+
static Part: string;
|
|
237
|
+
static Item: string;
|
|
238
|
+
static Customer: string;
|
|
239
|
+
static Patient: string;
|
|
240
|
+
}
|
|
241
|
+
export declare class IndustryCodeEnums {
|
|
242
|
+
static Vehicle: string;
|
|
243
|
+
}
|
|
244
|
+
export declare class EventsToAppEnums {
|
|
245
|
+
static StartDelivery: any;
|
|
246
|
+
static EndDelivery: any;
|
|
247
|
+
static StartAttendance: any;
|
|
248
|
+
static EndAttendance: any;
|
|
249
|
+
static LoginToken: any;
|
|
250
|
+
static EntityData: any;
|
|
251
|
+
static PageReload: any;
|
|
252
|
+
static SendLogs: any;
|
|
253
|
+
static TrackingStatus: any;
|
|
254
|
+
static LogoutLocationInitiate: any;
|
|
255
|
+
static LoginLocationInitiate: any;
|
|
256
|
+
static LogoutSuccess: any;
|
|
257
|
+
static OpenScanner: any;
|
|
258
|
+
static StopScanner: any;
|
|
259
|
+
}
|
|
260
|
+
export declare class EventFromAppEnums {
|
|
261
|
+
static LoginSuccess: any;
|
|
262
|
+
static LogoutSuccess: any;
|
|
263
|
+
static EventSaveFail: any;
|
|
264
|
+
static TrackingInfo: any;
|
|
265
|
+
static ScanResult: any;
|
|
266
|
+
}
|
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
export declare class CustomerTypesEnum {
|
|
2
|
+
static Individual: string;
|
|
3
|
+
static Company: string;
|
|
4
|
+
}
|
|
5
|
+
export declare class TitlesEnum {
|
|
6
|
+
static Mister: string;
|
|
7
|
+
static Miss: string;
|
|
8
|
+
static Misses: string;
|
|
9
|
+
static Doctor: string;
|
|
10
|
+
static Ms: string;
|
|
11
|
+
}
|
|
12
|
+
export declare class InvoiceStatusEnum {
|
|
13
|
+
static Unpaid: string;
|
|
14
|
+
static Partial: string;
|
|
15
|
+
static Closed: string;
|
|
16
|
+
static Unsplit: string;
|
|
17
|
+
static Draft: string;
|
|
18
|
+
static Cancelled: string;
|
|
19
|
+
}
|
|
20
|
+
export declare class ConsultationStatusEnum {
|
|
21
|
+
static Scheduled: string;
|
|
22
|
+
static InProgress: string;
|
|
23
|
+
static Completed: string;
|
|
24
|
+
static Cancelled: string;
|
|
25
|
+
}
|
|
26
|
+
export declare class AppointmentStatusEnum {
|
|
27
|
+
static Scheduled: string;
|
|
28
|
+
static Completed: string;
|
|
29
|
+
static Cancelled: string;
|
|
30
|
+
}
|
|
31
|
+
export declare class DCStatusEnum {
|
|
32
|
+
static Draft: string;
|
|
33
|
+
static New: string;
|
|
34
|
+
static Approved: string;
|
|
35
|
+
static Delivered: string;
|
|
36
|
+
static Return: string;
|
|
37
|
+
static Shipped: string;
|
|
38
|
+
static Invoiced: string;
|
|
39
|
+
static PartialInvoice: string;
|
|
40
|
+
}
|
|
41
|
+
export declare class CustomerCNStatusEnum {
|
|
42
|
+
static Draft: string;
|
|
43
|
+
static Approved: string;
|
|
44
|
+
}
|
|
45
|
+
export declare class SOStatusEnum {
|
|
46
|
+
static New: string;
|
|
47
|
+
static BeingInspected: string;
|
|
48
|
+
static WtngForAppr: string;
|
|
49
|
+
static Approved: string;
|
|
50
|
+
static Confirmed: string;
|
|
51
|
+
static OnHold: string;
|
|
52
|
+
static Draft: string;
|
|
53
|
+
static InProgress: string;
|
|
54
|
+
static WtngForParts: string;
|
|
55
|
+
static PartsAvl: string;
|
|
56
|
+
static Review: string;
|
|
57
|
+
static Completed: string;
|
|
58
|
+
static Closed: string;
|
|
59
|
+
static Cancelled: string;
|
|
60
|
+
static Declined: string;
|
|
61
|
+
static PartialInvoice: string;
|
|
62
|
+
static Invoiced: string;
|
|
63
|
+
}
|
|
64
|
+
export declare class PackagesEnum {
|
|
65
|
+
static NotShipped: string;
|
|
66
|
+
static Shipped: string;
|
|
67
|
+
static Delivered: string;
|
|
68
|
+
}
|
|
69
|
+
export declare class ShipmentStatusEnum {
|
|
70
|
+
static Fulfilled: string;
|
|
71
|
+
static Shipped: string;
|
|
72
|
+
static PartialShipped: string;
|
|
73
|
+
}
|
|
74
|
+
export declare class SalesReturnsEnum {
|
|
75
|
+
static Closed: string;
|
|
76
|
+
static Approved: string;
|
|
77
|
+
static Received: string;
|
|
78
|
+
static PartiallyReceived: string;
|
|
79
|
+
}
|
|
80
|
+
export declare class GenderEnum {
|
|
81
|
+
static Male: string;
|
|
82
|
+
static Female: string;
|
|
83
|
+
}
|
|
84
|
+
export declare class PartsOrderStatusEnum {
|
|
85
|
+
static New: string;
|
|
86
|
+
static WtngForParts: string;
|
|
87
|
+
static Received: string;
|
|
88
|
+
static Cancelled: string;
|
|
89
|
+
static Closed: string;
|
|
90
|
+
}
|
|
91
|
+
export declare class ChallanStatusEnum {
|
|
92
|
+
static Draft: string;
|
|
93
|
+
static Approved: string;
|
|
94
|
+
static PartialInvoice: string;
|
|
95
|
+
static Cancelled: string;
|
|
96
|
+
static Closed: string;
|
|
97
|
+
}
|
|
98
|
+
export declare class ROStatusEnum {
|
|
99
|
+
static New: string;
|
|
100
|
+
static BeingInspected: string;
|
|
101
|
+
static WtngForAppr: string;
|
|
102
|
+
static Approved: string;
|
|
103
|
+
static OnHold: string;
|
|
104
|
+
static InProgress: string;
|
|
105
|
+
static WtngForParts: string;
|
|
106
|
+
static PartsAvl: string;
|
|
107
|
+
static Review: string;
|
|
108
|
+
static Completed: string;
|
|
109
|
+
static Closed: string;
|
|
110
|
+
static Cancelled: string;
|
|
111
|
+
static Declined: string;
|
|
112
|
+
}
|
|
113
|
+
export declare class PayTypeEnum {
|
|
114
|
+
static Customer: string;
|
|
115
|
+
static Insurance: string;
|
|
116
|
+
static Internal: string;
|
|
117
|
+
static Warranty: string;
|
|
118
|
+
static Shared: string;
|
|
119
|
+
}
|
|
120
|
+
export declare class LaborStatusEnum {
|
|
121
|
+
static New: string;
|
|
122
|
+
static WtngForAppr: string;
|
|
123
|
+
static Approved: string;
|
|
124
|
+
static OnHold: string;
|
|
125
|
+
static InProgress: string;
|
|
126
|
+
static WtngForParts: string;
|
|
127
|
+
static Review: string;
|
|
128
|
+
static PartsAvl: string;
|
|
129
|
+
static Completed: string;
|
|
130
|
+
static Declined: string;
|
|
131
|
+
static Cancelled: string;
|
|
132
|
+
}
|
|
133
|
+
export declare class EstimateStatusEnum {
|
|
134
|
+
static New: string;
|
|
135
|
+
static Draft: string;
|
|
136
|
+
static WtngForAppr: string;
|
|
137
|
+
static OnHold: string;
|
|
138
|
+
static Approved: string;
|
|
139
|
+
static Confirmed: string;
|
|
140
|
+
static Declined: string;
|
|
141
|
+
static Converted: string;
|
|
142
|
+
static Cancelled: string;
|
|
143
|
+
static Supplementary: string;
|
|
144
|
+
}
|
|
145
|
+
export declare class PurchaseOrderStatusEnum {
|
|
146
|
+
static New: string;
|
|
147
|
+
static NeedToSend: string;
|
|
148
|
+
static Sent: string;
|
|
149
|
+
static Approved: string;
|
|
150
|
+
static Partial: string;
|
|
151
|
+
static Received: string;
|
|
152
|
+
static PartialBilled: string;
|
|
153
|
+
static Billed: string;
|
|
154
|
+
static Cancelled: string;
|
|
155
|
+
static Modified: string;
|
|
156
|
+
static Deleted: string;
|
|
157
|
+
static Closed: string;
|
|
158
|
+
}
|
|
159
|
+
export declare class PRStatusEnum {
|
|
160
|
+
static New: string;
|
|
161
|
+
static Received: string;
|
|
162
|
+
static PartialBilled: string;
|
|
163
|
+
static Billed: string;
|
|
164
|
+
}
|
|
165
|
+
export declare class UserRoleEnum {
|
|
166
|
+
static Owner: string;
|
|
167
|
+
static Admin: string;
|
|
168
|
+
static SrvcManager: string;
|
|
169
|
+
static SrvcAdvisor: string;
|
|
170
|
+
static Cashier: string;
|
|
171
|
+
static Technician: string;
|
|
172
|
+
static PartsManager: string;
|
|
173
|
+
static PartsInvClerk: string;
|
|
174
|
+
}
|
|
175
|
+
export declare class BillStatusEnum {
|
|
176
|
+
static New: string;
|
|
177
|
+
static UnPaid: string;
|
|
178
|
+
static Partial: string;
|
|
179
|
+
static OverDue: string;
|
|
180
|
+
static Paid: string;
|
|
181
|
+
static Closed: string;
|
|
182
|
+
static Cancelled: string;
|
|
183
|
+
static PenddingApproval: string;
|
|
184
|
+
}
|
|
185
|
+
export declare class ModulesEnum {
|
|
186
|
+
static Est: string;
|
|
187
|
+
static WO: string;
|
|
188
|
+
static PO: string;
|
|
189
|
+
static Proj: string;
|
|
190
|
+
static Wrkspc: string;
|
|
191
|
+
static Meet: string;
|
|
192
|
+
static Task: string;
|
|
193
|
+
static TSheet: string;
|
|
194
|
+
static Parts: string;
|
|
195
|
+
static IssParts: string;
|
|
196
|
+
static Products: string;
|
|
197
|
+
static ItemsModule: string;
|
|
198
|
+
static Stock: string;
|
|
199
|
+
static Inv: string;
|
|
200
|
+
static QuoteModule: string;
|
|
201
|
+
static POModule: string;
|
|
202
|
+
static Acc: string;
|
|
203
|
+
static RepModule: string;
|
|
204
|
+
static ROModule: string;
|
|
205
|
+
static EstModule: string;
|
|
206
|
+
}
|
|
207
|
+
export declare class ModuleCodeEnums {
|
|
208
|
+
static AccCode: string;
|
|
209
|
+
static SalesCode: string;
|
|
210
|
+
static ServiceCode: string;
|
|
211
|
+
static InventoryCode: string;
|
|
212
|
+
static CommCode: string;
|
|
213
|
+
static PayRollCode: string;
|
|
214
|
+
static WorksCode: string;
|
|
215
|
+
static DeskCode: string;
|
|
216
|
+
static FinInsCode: string;
|
|
217
|
+
}
|
|
218
|
+
export declare class ModulesHeaderTitle {
|
|
219
|
+
static Est: string;
|
|
220
|
+
static WO: string;
|
|
221
|
+
static PO: string;
|
|
222
|
+
static Proj: string;
|
|
223
|
+
static Meet: string;
|
|
224
|
+
static Task: string;
|
|
225
|
+
static Parts: string;
|
|
226
|
+
static Products: string;
|
|
227
|
+
static ItemsModule: string;
|
|
228
|
+
static Stock: string;
|
|
229
|
+
static Inv: string;
|
|
230
|
+
static QuoteModule: string;
|
|
231
|
+
static POModule: string;
|
|
232
|
+
static Acc: string;
|
|
233
|
+
static RepModule: string;
|
|
234
|
+
static ROModule: string;
|
|
235
|
+
static EstModule: string;
|
|
236
|
+
}
|
|
237
|
+
export declare class ModulesNameEnum {
|
|
238
|
+
static Admin: string;
|
|
239
|
+
static Sales: string;
|
|
240
|
+
static Counter: string;
|
|
241
|
+
static Service: string;
|
|
242
|
+
static Receivables: string;
|
|
243
|
+
static Payables: string;
|
|
244
|
+
static Surveyor: string;
|
|
245
|
+
static Inventory: string;
|
|
246
|
+
static Acc: string;
|
|
247
|
+
static Common: string;
|
|
248
|
+
static Works: string;
|
|
249
|
+
static Employee: string;
|
|
250
|
+
static Vendor: string;
|
|
251
|
+
static Customer: string;
|
|
252
|
+
static Reports: string;
|
|
253
|
+
static Attendance: string;
|
|
254
|
+
static Appointments: string;
|
|
255
|
+
static HospitAppoint: string;
|
|
256
|
+
static Purchase: string;
|
|
257
|
+
static GSTRep: string;
|
|
258
|
+
}
|
|
259
|
+
export declare class ModulesGroupEnum {
|
|
260
|
+
static Settings: string;
|
|
261
|
+
static Emp: string;
|
|
262
|
+
static Sales: string;
|
|
263
|
+
static Service: string;
|
|
264
|
+
static Surveyor: string;
|
|
265
|
+
static Appointments: string;
|
|
266
|
+
static HospitAppoint: string;
|
|
267
|
+
static Inventory: string;
|
|
268
|
+
static Acc: string;
|
|
269
|
+
static Common: string;
|
|
270
|
+
static Works: string;
|
|
271
|
+
static Employee: string;
|
|
272
|
+
static Vendor: string;
|
|
273
|
+
static Customer: string;
|
|
274
|
+
static Reports: string;
|
|
275
|
+
static Attendance: string;
|
|
276
|
+
static Challans: string;
|
|
277
|
+
static Tickets: string;
|
|
278
|
+
static Expenses: string;
|
|
279
|
+
}
|
|
280
|
+
export declare class RouteModulesEnum {
|
|
281
|
+
static Sales: string;
|
|
282
|
+
static Service: string;
|
|
283
|
+
static Surveyor: string;
|
|
284
|
+
static Appointments: string;
|
|
285
|
+
static HospitAppoint: string;
|
|
286
|
+
static WO: string;
|
|
287
|
+
static Est: string;
|
|
288
|
+
static Inventory: string;
|
|
289
|
+
static Acc: string;
|
|
290
|
+
static Challan: string;
|
|
291
|
+
static Common: string;
|
|
292
|
+
static Works: string;
|
|
293
|
+
static Admin: string;
|
|
294
|
+
static Emp: string;
|
|
295
|
+
static Customer: string;
|
|
296
|
+
static Patient: string;
|
|
297
|
+
static Reports: string;
|
|
298
|
+
static Vendor: string;
|
|
299
|
+
static Task: string;
|
|
300
|
+
static Meet: string;
|
|
301
|
+
static Proj: string;
|
|
302
|
+
static Wrkspc: string;
|
|
303
|
+
static PO: string;
|
|
304
|
+
static SO: string;
|
|
305
|
+
static Parts: string;
|
|
306
|
+
static Products: string;
|
|
307
|
+
static Bills: string;
|
|
308
|
+
static Attendance: string;
|
|
309
|
+
static Tickets: string;
|
|
310
|
+
static Esxpenses: string;
|
|
311
|
+
}
|
|
312
|
+
export declare class TaskStatusEnum {
|
|
313
|
+
static New: string;
|
|
314
|
+
static InProgress: string;
|
|
315
|
+
static InReview: string;
|
|
316
|
+
static OnHold: string;
|
|
317
|
+
static Rejected: string;
|
|
318
|
+
static Completed: string;
|
|
319
|
+
static Cancelled: string;
|
|
320
|
+
}
|
|
321
|
+
export declare class TaskRolesEnum {
|
|
322
|
+
static Owner: string;
|
|
323
|
+
static Admin: string;
|
|
324
|
+
static Manager: string;
|
|
325
|
+
static Assignee: string;
|
|
326
|
+
static Contributor: string;
|
|
327
|
+
static Observer: string;
|
|
328
|
+
static Custom: string;
|
|
329
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare enum IndustryType {
|
|
2
|
+
HC1 = "HC-1",// Pharma Distributor/ Wholesaler
|
|
3
|
+
HC2 = "HC-2",// Pharmacy Only - Retail
|
|
4
|
+
HC3 = "HC-3",// Hospital only
|
|
5
|
+
HC4 = "HC-4",// Hospital and Pharmacy
|
|
6
|
+
AUTO1 = "AUTO-1",// Automobile Workshop
|
|
7
|
+
AUTO2 = "AUTO-2",// Automobile Dealer
|
|
8
|
+
AUTO3 = "AUTO-3",// Automobile Parts Distributor/ Wholesaler
|
|
9
|
+
AUTO4 = "AUTO-4",// Automobile Insurance Surveyor
|
|
10
|
+
SVCS1 = "SVCS-1",// Equipment Dealer
|
|
11
|
+
SVCS2 = "SVCS-2",// Equipment Parts Distributor/ Wholesaler
|
|
12
|
+
SVCS3 = "SVCS-3",// Equipment Service Center
|
|
13
|
+
MAN1 = "MAN-1",// Paper Manufacturer
|
|
14
|
+
OTHER = "OTHER",// Any other business
|
|
15
|
+
PROJECTS = "PROJECTS"
|
|
16
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare class CustBalanceXlsxFileService {
|
|
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 GetInvoiceWiseExcelData(MainData: any, isPhar: boolean, WOTypes: any): any;
|
|
17
|
+
static GetTotals(MainData: any, WOTypes: any): any;
|
|
18
|
+
static GetWOTypeName(Type: any, WOTypes: any): any;
|
|
19
|
+
static setHeadingInCell(isPhar: boolean): void;
|
|
20
|
+
static setInvoiceDetailsInCell(MainData: any, isPhar: boolean): void;
|
|
21
|
+
static SetInvoiceDataInExcel(InvoiceInfo: any, index: any, isPhar: boolean): void;
|
|
22
|
+
static ConvertToString(Text: any, IsString: any): any;
|
|
23
|
+
static SetDataInCell(Data: any, ColRange: number, RowNum: any): void;
|
|
24
|
+
static getcelltype(cell: any): any;
|
|
25
|
+
static ConvertDateToReadableFormat(DateObject: any): any;
|
|
26
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class ExpiringDrugsXlsxFileService {
|
|
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 GetExpiringDrugsExcelData(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
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare class InsuranceExpireXlsxFileService {
|
|
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 GetInsuranceExpireExcelData(MainData: any, searchValue: any, HeaderName: any): any;
|
|
17
|
+
static setHeadingInCell(HeaderName: any, 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
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare class InvoicesWiseXlsxFileService {
|
|
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 GetInvoiceWiseExcelData(MainData: any, WOTypes: any): any;
|
|
17
|
+
static GetTotals(MainData: any, WOTypes: any): any;
|
|
18
|
+
static GetWOTypeName(Type: any, WOTypes: any): any;
|
|
19
|
+
static setHeadingInCell(): void;
|
|
20
|
+
static setInvoiceDetailsInCell(MainData: any): void;
|
|
21
|
+
static SetInvoiceDataInExcel(InvoiceInfo: any): void;
|
|
22
|
+
static ConvertToString(Text: any, IsString: any): any;
|
|
23
|
+
static SetDataInCell(Data: any, ColRange: number, RowNum: any): void;
|
|
24
|
+
static getcelltype(cell: any): any;
|
|
25
|
+
static ConvertDateToReadableFormat(DateObject: any): any;
|
|
26
|
+
}
|