export class CustomerTypesEnum { static Individual: string = 'Individual'; static Company: string = 'Company'; } export class TitlesEnum { static Mister: string = 'Mr.'; static Miss: string = 'Ms.'; static Misses: string = 'Mrs.'; static Doctor: string = 'Dr.'; static Ms: string = 'M/s.'; } export class InvoiceStatusEnum { static Unpaid: string = 'Unpaid'; static Partial: string = 'Partial'; static Closed: string = 'Closed'; static Unsplit: string = 'Unsplit'; static Draft: string = 'Draft'; static Cancelled: string = 'Cancelled'; } export class ConsultationStatusEnum { static Scheduled: string = 'Scheduled'; static InProgress: string = 'InProgress'; static Completed: string = 'Completed'; static Cancelled: string = 'Cancelled'; } export class AppointmentStatusEnum { static Scheduled: string = 'Scheduled'; static Completed: string = 'Completed'; static Cancelled: string = 'Cancelled'; } export class DCStatusEnum { static Draft: string = 'Draft'; static New: string = 'New'; static Approved: string = 'Approved'; static Delivered: string = 'Delivered'; static Return: string = 'Return'; static Shipped: string = 'Shipped'; static Invoiced: string = 'Invoiced'; static PartialInvoice: string = 'Partially Invoiced'; } export class CustomerCNStatusEnum { static Draft: string = 'Draft'; static Approved: string = 'Approved'; } export class SOStatusEnum { static New: string = 'New'; static BeingInspected: string = 'Being Inspected'; static WtngForAppr: string = 'Waiting For Approval'; static Approved: string = 'Approved'; static Confirmed: string = 'Confirmed'; static OnHold: string = 'On Hold'; static Draft: string = 'Draft'; static InProgress: string = 'In Progress'; static WtngForParts: string = 'Waiting for Parts'; static PartsAvl: string = 'Parts Available'; static Review: string = 'Review'; static Completed: string = 'Completed'; static Closed: string = 'Closed'; static Cancelled: string = 'Cancelled'; static Declined: string = 'Declined'; static PartialInvoice: string = 'Partially Invoiced'; static Invoiced: string = 'Invoiced'; } export class PackagesEnum { static NotShipped: string = 'Not Shipped'; static Shipped: string = 'Shipped'; static Delivered: string = 'Delivered'; } export class ShipmentStatusEnum { static Fulfilled: string = 'Fulfilled'; static Shipped: string = 'Shipped'; static PartialShipped: string = 'Partially Shipped'; } export class SalesReturnsEnum { static Closed: string = 'Closed'; static Approved: string = 'Approved'; static Received: string = 'Received'; static PartiallyReceived: string = 'Partially Received'; } export class GenderEnum { static Male: string = 'Male'; static Female: string = 'Female'; } export class PartsOrderStatusEnum { static New: string = 'New'; static WtngForParts: string = 'Waiting for Parts'; static Received: string = 'Received'; static Cancelled: string = 'Cancelled'; static Closed: string = 'Closed'; } export class ChallanStatusEnum { static Draft: string = 'Draft'; static Approved: string = 'Approved'; static PartialInvoice: string = 'Partially Invoiced'; static Cancelled: string = 'Cancelled'; static Closed: string = 'Closed'; } export class ROStatusEnum { static New: string = 'Draft'; static BeingInspected: string = 'Being Inspected'; static WtngForAppr: string = 'Waiting For Approval'; static Approved: string = 'Approved'; static OnHold: string = 'On Hold'; static InProgress: string = 'In Progress'; static WtngForParts: string = 'Waiting for Parts'; static PartsAvl: string = 'Parts Available'; static Review: string = 'Review'; static Completed: string = 'Completed'; static Closed: string = 'Closed'; static Cancelled: string = 'Cancelled'; static Declined: string = 'Declined'; } export class PayTypeEnum { static Customer: string = 'Cus'; static Insurance: string = 'Ins'; static Internal: string = 'Int'; static Warranty: string = 'War'; static Shared: string = 'InCu'; } export class LaborStatusEnum { static New: string = 'New'; static WtngForAppr: string = 'Waiting For Approval'; static Approved: string = 'Approved'; static OnHold: string = 'On Hold'; static InProgress: string = 'In Progress'; static WtngForParts: string = 'Waiting for Parts'; static Review: string = 'Review'; static PartsAvl: string = 'Parts Available'; static Completed: string = 'Completed'; static Declined: string = 'Declined'; static Cancelled: string = 'Cancelled'; } export class EstimateStatusEnum { static New: string = 'Draft'; static Draft: string = 'Draft'; static WtngForAppr: string = 'Waiting For Approval'; static OnHold: string = 'On Hold'; static Approved: string = 'Approved'; static Confirmed: string = 'Confirmed'; static Declined: string = 'Declined'; static Converted: string = 'Converted'; static Cancelled: string = 'Cancelled'; static Supplementary: string = 'Supplementary'; } export class PurchaseOrderStatusEnum { static New: string = 'Draft'; static NeedToSend: string = 'Need To Be Sent'; static Sent: string = 'Sent'; static Approved: string = 'Approved'; static Partial: string = 'Partially Received'; static Received: string = 'Received'; static PartialBilled: string = 'Partially Billed'; static Billed: string = 'Billed'; static Cancelled: string = 'Cancelled'; static Modified: string = 'Modified'; static Deleted: string = 'Deleted'; static Closed: string = 'Closed'; } export class PRStatusEnum { static New: string = 'New'; static Received: string = 'Received'; static PartialBilled: string = 'Partially Billed'; static Billed: string = 'Billed'; } export class UserRoleEnum { static Owner: string = 'Owner'; static Admin: string = 'Admin'; static SrvcManager: string = 'Service Manager'; static SrvcAdvisor: string = 'Service Advisor'; static Cashier: string = 'Cashier'; static Technician: string = 'Technician'; static PartsManager: string = 'Parts Manager'; static PartsInvClerk: string = 'Parts Inventory Clerk'; } export class BillStatusEnum { static New: string = 'Draft'; static UnPaid: string = 'Unpaid'; static Partial: string = 'Partial'; static OverDue: string = 'OverDue'; static Paid: string = 'Paid'; static Closed: string = 'Closed'; static Cancelled: string = 'Cancelled'; static PenddingApproval: string = 'Pending Approval'; } export class ModulesEnum { static Est: string = 'Est'; static WO: string = 'WO'; static PO: string = 'PO'; static Proj: string = 'Proj'; static Wrkspc: string = 'WorkSpace'; static Meet: string = 'Meet'; static Task: string = 'Task'; static TSheet: string = 'TSheet'; static Parts: string = 'Parts'; static IssParts: string = 'IssueParts'; static Products: string = 'Products'; static ItemsModule: string = 'ItemMod'; static Stock: string = 'Stock'; static Inv: string = 'Inv'; static QuoteModule: string = 'QuoMod'; static POModule: string = 'POMod'; static Acc: string = 'Acc'; static RepModule: string = 'RepMod'; static ROModule: string = 'ROMod'; static EstModule: string = 'EstMod'; } export class ModuleCodeEnums { static AccCode: string = '101'; static SalesCode: string = '102'; static ServiceCode: string = '103'; static InventoryCode: string = '104'; static CommCode: string = '105'; static PayRollCode: string = '106'; static WorksCode: string = '107'; static DeskCode: string = '108'; static FinInsCode: string = '109'; } export class ModulesHeaderTitle { static Est: string = 'Est'; static WO: string = 'WO'; static PO: string = 'PO'; static Proj: string = 'Proj'; static Meet: string = 'Meet'; static Task: string = 'Task'; static Parts: string = 'Parts'; static Products: string = 'Products'; static ItemsModule: string = 'ParMod'; static Stock: string = 'Stock'; static Inv: string = 'Inv'; static QuoteModule: string = 'QuoMod'; static POModule: string = 'POMod'; static Acc: string = 'Acc'; static RepModule: string = 'RepMod'; static ROModule: string = 'ROMod'; static EstModule: string = 'EstMod'; } export class ModulesNameEnum { static Admin: string = 'Admin'; static Sales: string = 'Sales'; static Counter: string = 'Counter Sales'; static Service: string = 'Service'; static Receivables: string = 'Receivables'; static Payables:string='Payables'; static Surveyor: string = 'Surveyor'; static Inventory: string = 'Inventory'; static Acc: string = 'Accounting'; static Common: string = 'Common'; static Works: string = 'Works'; static Employee: string = 'Employee'; static Vendor: string = 'Vendor'; static Customer: string = 'Customer'; static Reports: string = 'Reports'; static Attendance: string = 'Tracking'; static Appointments: string = 'Appointments'; static HospitAppoint: string = 'Appointments'; // Hospital Appointments static Purchase: string = 'Purchases'; static GSTRep: string = 'GST Reports'; } export class ModulesGroupEnum { static Settings: string = 'settings'; static Emp: string = 'employee'; static Sales: string = 'sales'; static Service: string = 'service'; static Surveyor: string = 'Surveyor'; static Appointments: string = 'Appointments'; static HospitAppoint: string = 'H Appointments'; static Inventory: string = 'inventory'; static Acc: string = 'accounting'; static Common: string = 'common'; static Works: string = 'works'; static Employee: string = 'employee'; static Vendor: string = 'vendor'; static Customer: string = 'customer'; static Reports: string = 'Reports'; static Attendance: string = 'Tracking'; static Challans: string = 'Challans'; static Tickets: string = 'Tickets'; static Expenses: string = 'Expenses'; } export class RouteModulesEnum { static Sales: string = 'Sales'; static Service: string = 'Service'; static Surveyor: string = 'Surveyor'; static Appointments: string = 'Appointments'; static HospitAppoint: string = 'H Appointments'; static WO: string = 'Work Order'; static Est: string = 'Estimate'; static Inventory: string = 'Inventory'; static Acc: string = 'Acc'; static Challan: string = 'Challan'; static Common: string = 'Common'; static Works: string = 'Works'; static Admin: string = 'Admin'; static Emp: string = 'Employee'; static Customer: string = 'Customer'; static Patient: string = 'Patient'; static Reports: string = 'Reports'; static Vendor: string = 'Vendor'; static Task: string = 'Task'; static Meet: string = 'Meeting'; static Proj: string = 'Projects'; static Wrkspc: string = 'Workspace'; static PO: string = 'Purchase Order'; static SO: string = 'Sales Order'; static Parts: string = 'Parts'; static Products: string = 'Products'; static Bills: string = 'Bills'; static Attendance: string = 'Tracking'; static Tickets: string = 'Tickets'; static Esxpenses: string = 'Expenses'; } export class TaskStatusEnum { static New: string = 'New'; static InProgress: string = 'In Progress'; static InReview: string = 'In Review'; static OnHold: string = 'On Hold'; static Rejected: string = 'Rejected'; static Completed: string = 'Completed'; static Cancelled: string = 'Cancelled'; } export class TaskRolesEnum { static Owner: string = 'Owner'; static Admin: string = 'Admin'; static Manager: string = 'Manager'; static Assignee: string = 'Assignee'; static Contributor: string = 'Contributor'; static Observer: string = 'Observer'; static Custom: string = 'Custom'; }