export class ContactPersonForEnum { static Customer: string = 'Customer'; static Vendor: string = 'Vendor'; } export class DropDownButtonTypesEnum { static OnlyDefualtText: string = 'OnlyDefualtText'; static OnlyMaterialIcon: string = 'OnlyMaterialIcon'; static ArrowDownForDefualt: string = 'ArrowDownForDefualt'; static ArrowDownForList: string = 'ArrowDownForList'; static MultiAction: string = 'MultiAction'; } export class DeleteTypeEnum { static PartDelete: string = 'PartDelete'; static VehicleDelete: string = 'VehicleDelete'; static LaborDelete: string = 'LaborDelete'; static ComplaintDelete: string = 'ComplaintDelete'; } export class ReceieveForEnum { static ForRO: string = 'ForRO'; static ForPartOrder: string = 'ForPartOrder'; static ForStock: string = 'ForStock'; } export class RecordOtherStatusEnum { static Reopen: string = 'Reopen'; static Restart: string = 'Restart'; } export class DescriptionForEnum { static ForComplaint: string = 'ForComplaint'; static ForService: string = 'ForService'; static ForPart: string = 'ForPart'; } export class ROTypeEnum { static RepairOrder: string = 'WorkOrder'; static Estimate: string = 'Estimate'; static PartsOrder: string = 'PartsOrder'; static Invoice: string = 'Invoice'; static CreditNote: string = 'Credit Note'; static DebitNote: string = 'Debit Note'; static VenDebitNote: string = 'Vendor Debit Note'; static PurchaseOrder: string = 'PurchaseOrder'; static Bill: string = 'Bill'; static SalesOrder: string = 'SalesOrder'; static SalesEst: string = 'Sales Estimate'; static Challan: string = 'Delivery Challan'; static Appointment: string = 'Appointments'; static Tickets: string = 'Tickets'; } export class SOTypeEnum { static SO: string = 'SalesOrder'; static Estimate: string = 'Sales Estimate'; // static PartsOrder: string = 'PartsOrder'; // static Invoice: string = 'Invoice'; // static PurchaseOrder: string = 'PurchaseOrder'; // static Bill: string = 'Bill'; // static SalesOrder: string = 'SalesOrder'; } export class PrintTypesEnum { static RepairOrder: string = 'WorkOrder'; static Estimate: string = 'Estimate'; static Invoice: string = 'Invoice'; static PartsOrder: string = 'PartsOrder'; static Payments: string = 'Payments'; static Technician: string = 'Technician'; static PurOrder: string = 'PurchaseOrder'; } export class POPartStatusEnum { static New: string = 'New'; static Sent: string = 'Sent'; static Modified: string = 'Modified'; static Del: string = 'Del'; static Deleted: string = 'Deleted'; } export class PermissionTypesEnum { static New: string = 'CanCreate'; static View: string = 'CanView'; static Edit: string = 'CanEdit'; static Delete: string = 'CanDelete'; } export class RoutePageNamesEnum { static Chat: any = 'Chat'; static WorkOrder: any = 'Work Order'; static WOSearch: any = 'WO Search'; static WODashboard: any = 'WO Dashboard'; static SalesOrder: any = 'Sales Order'; static SODashboard: any = 'SO Dashboard'; static Estimate: any = 'Estimate'; static EstDashboard: any = 'Estimate Dashboard'; static Returns: any = 'Sales Returns'; static Packages: any = 'Packages'; static Variants: any = 'Variants'; static ItemGroups: any = 'ItemGroups'; static ServiceBillsDashboard: any = 'Service Bills Dashboard'; static ServicesBill: any = 'Services Bill'; static EstSearch: any = 'Estimate Search'; static JobsDashboard: any = 'Jobs Dashboard'; static Product: any = 'Product'; static ProductSearch: any = 'Product Search'; static Customer: any = 'Customer'; static Patient: any = 'Patient'; static CustSearch: any = 'Customer Search'; static Patients: any = 'Patients Search'; static Part: any = 'Part'; static SalesReceipt: any = 'Sales Receipt'; static SalesReceiptSearch: any = 'Sales Receipt Search'; static RRI: any = 'Return Requested Items'; static APL: any = 'Allocated Part List'; static Stock: string = 'Stock'; static RFQList: any = 'RFQ List'; static PODashboard: any = 'PO Dashboard'; static POSearch: any = 'PO Search'; static PartsSearch: any = 'Parts Order Search'; static PartsOrder: any = 'Parts Order'; static AdjustStock: any = 'Inventory Adjustments'; static IssueParts: any = 'Issue Parts'; static InsSettings: any = 'Insurance Settings'; static RecPartsSearch: any = 'Received Parts'; static Settings: any = 'Entity Settings'; static QuickItems: any = 'Quick List'; static CF: any = 'Custom Fields'; static MSettings: any = 'Module Settings'; static TU: any = 'Track User'; static SetUpLTG: any = 'Setup Labor Rates'; static SetUpLTG1: any = 'Labor Rates'; static User: any = 'User'; // static User: any = 'User'; // static Users: any = 'Users'; static Users: any = 'Users'; static Vendor: any = 'Vendor'; static VendorSearch: any = 'Vendor Search'; static QuickSrvcs: any = 'Quick Services'; static Invoices: any = 'Invoices'; static ReceivePayment: any = 'Receive Payment'; static PaymentSearch: any = 'Payment Search'; static UnAppliedPayments: any = 'Unapplied Payments'; static Reports: any = 'Reports'; static TaskSearch: string = 'Task Search'; static AdminTaskSearch: string = 'Admin Task Search'; static TaskCalendar: string = 'Task Calendar'; static ReportByAcc: any = 'Report By Accounts'; static InsuranceTieUp: any = 'Insurance Tie Up'; static Surveyors: any = 'Surveyors'; static VehicleOwnership: string = 'Vehicle Ownership'; static Invoice: any = 'Invoice'; static DebitNote: any = 'Debit Note'; static InvDashboard: any = 'Invoice Dashboard'; static CreditNotes: any = 'Credit Notes'; static CreditNote: any = 'Credit Note'; static InvSearch: any = 'Invoice Search'; static COA: any = 'Chart of Accounts'; static InvStngs: any = 'Invoice Settings'; static WhStngs: any = 'Warehouses'; static ReportByGST: any = 'GSTR1'; static VendorReport: any = 'vendor Report'; static CreateBill: string = 'Bill'; static CreateMO: string = 'Manufactur Order'; static CreateMI: string = 'Material In'; static CreateMOut: string = 'Material Out'; static CreateTrans: string = 'Transfer Order'; static PuODash: string = 'Purchase Order Dashboard'; static PuORet: string = 'Purchase Order Returns'; static PuOSea: string = 'Purchase Order Search'; static PO: string = 'Purchase Order'; static Maps: string = 'Maps'; static SalesPuODash: string = 'Purchase Order Dashboard'; static SalesPuOSea: string = 'Purchase Order Search'; static SalesPO: string = 'Purchase Order'; static BillDash: string = 'Bill Dashboard'; static MODash: string = 'Manufacture Orders'; static MIDash: string = 'Material In'; static MOutDash: string = 'Material Out'; static TransferOrder: string = 'Transfer Order'; static BillSea: string = 'Bill Search'; static PaymentsMade: string = 'Payments Made'; static BillPayment: string = 'Bill Payment'; static Projects: string = 'Projects'; static Project: string = 'New Project'; static Meetings: string = 'Meetings'; static Meeting: string = 'New Meeting'; static Tasks: string = 'Tasks'; static Task: string = 'New Task'; static TaskTemplate: string = 'New Task Template'; static TaskTemplates: string = 'Task Templates'; static TaskKanban: string = 'Task KanBan'; static Tags: string = 'Tags'; static TSheet: string = 'New Time Sheet'; static Decision: string = 'Decisions'; static WorkSpace: string = 'WorkSpace'; static WspcTask: string = 'WorkSpace Tasks'; static WspcMeeting: string = 'WorkSpace Meetings'; static WspcProj: string = 'WorkSpace Projects'; static Make: string = 'Make'; static Makes: string = 'MakesList'; static Modal: string = 'Modal'; static Modals: string = 'ModalsList'; static Complaints: string = 'Complaints'; static Complaint: string = 'Complaint'; static Diagnosis: string = 'Diagnosis'; static Procedures:string='Procedures'; static LabTests:string='Lab Investigation'; static Advices:string='Advices'; static Categories: string = 'Categories'; static Desgntn: string = 'Designations'; static Dept: string = 'Departments'; static Services: string = 'Services'; static Rsn: string = 'Reasons'; static MORsn: string = 'Material Out Reasons'; static Items: string = 'Items Settings'; static Attributes: string = 'Attributes'; static Service: string = 'Service'; static Roles: string = 'Roles'; static RepBGST: string = 'Report By GST'; static RepBGST2: string = 'Report By GSTR2'; static RepDash: string = 'Reports Dashboard'; static RepPayment: string = 'Payment Receive Report'; static SalRep: string = 'Sales Report'; static DChallan: any = 'Delivery Challan'; static CNote: any = 'Credit Note'; static DNote: any = 'Debit Note'; static SalRecReport: string = 'Sales Receipt Report'; static VCNote: any = 'Vendor Credit Note'; static VDNote: any = 'Vendor Debit Note'; static VDeNDash: any = 'Vendor Debit Note Dashboard'; static CheckIn: any = 'Check In/Out'; static EmployeeAtt: any = 'Employee Attendance'; static LiveLocation: any = 'Live Location'; static TikDash: any = 'Tickets Dashboard'; static ticket: any = 'Ticket'; static serapp: any = 'Service Appointments'; static serappDash: any = 'Service Appointments Dashboard'; static expDashboard: any = 'Expenses Dashboard'; static expens: any = 'Expense'; static HospitApp: any = 'Hospital Appointment'; } export class DialogLeaveEnums { static Ok: string = 'Ok'; static Cancel: string = 'Cancel'; } export class IndustryTypeEnums { static Vehicle: string = 'Vehicle'; static Product: string = 'Equipment'; static WO: string = 'Work Order'; static RO: string = 'Repair Order'; static Part: string = 'Part'; static Item: string = 'Item'; static Customer: string = 'Customer'; static Patient: string = 'Patient'; } export class IndustryCodeEnums { static Vehicle: string = 'AUTO'; } export class EventsToAppEnums { static StartDelivery: any = 'StartDelivery'; static EndDelivery: any = 'EndDelivery'; static StartAttendance: any = 'StartAttendance'; static EndAttendance: any = 'EndAttendance'; static LoginToken: any = 'LoginToken'; static EntityData: any = 'EntityData'; static PageReload: any = 'PageReload'; static SendLogs: any = 'SendLogs'; static TrackingStatus: any = 'TrackingStatus'; static LogoutLocationInitiate: any = 'LogoutLocationInitiate'; static LoginLocationInitiate: any = 'LoginLocationInitiate'; static LogoutSuccess: any = 'LogoutSuccess'; static OpenScanner: any = 'OpenScanner'; static StopScanner: any = 'StopScanner'; } export class EventFromAppEnums { static LoginSuccess: any = 'LoginSuccess'; static LogoutSuccess: any = 'LogoutSuccess'; static EventSaveFail: any = 'EventSaveFail'; static TrackingInfo: any = 'TrackingInfo'; static ScanResult: any = 'ScanResult'; }