namespace framework_business { public class pNums { public enum BannerType { Slider = 1 } public enum UserType { WebsiteUser = 1, PowerUser = 2, SuperUser = 3, AdminUser = 4, CustomUser = 5 } public enum MediaType { Blog = 1, Announcement = 2, Event = 3, News = 4 } public enum FileExplorerType { Directory = 1, File = 3 } public enum PictureType { General = 1 } public enum Module { Content = 1, Administrators = 2, Users = 3, Products = 4, ProductCategories = 5, ProductBrands = 6, Banners = 7, Templates = 8, Gallery = 9, Surface = 10, Canvas = 11, Practices = 12, Doctors = 13, Tariffs = 14, Procedures = 15, MedicalSchemes = 16, Notes = 17, DebtorsReports = 18, Task = 19, FAQ = 20, MedicalAdministrators = 21, Calendar = 22, ICD10 = 23, Enquiry = 24, Promotions = 25, Sales = 26, SalesItems = 27, CompanySetup = 28, MedicalSymptomsManager = 29, MedicalConditionsManager = 30, BodyMap = 31, MedicalHistory = 32, MedicalSymptoms = 33, MedicalListings = 34, MedicalSubjectives = 35, MedicalPatientSignIn = 36, Campaigns = 37, Diagnosis = 38, ImageMap = 39, ProcedureBooking = 40, MedicalComplaints = 41, PracticeExtrasManager = 42, PracticeExtras = 43, MedicalPatientQue = 44, Media = 45, MedicalTraumaManager = 46, LoyaltyStores = 47, LoyaltyGroups = 48, LoyaltyMembers = 49, Report = 50, SurfaceItemCode = 51, SurfaceNotes = 52, Jobcards = 53, SMSCredit = 54, SurfaceGallery = 55, // TPS - Pro-Pro-1 ReportBuilder = 56, SurfaceCommunication = 57, BillingInstructions = 58, // TPS - Pro-Pro-3 SurfaceGalleryVideo = 59, // TPS - Pro-Pro-9 SurfaceEvent = 60, SurfaceCopy = 61, FileUploader = 62, SurfaceSignature = 63, SurfaceDrawing = 64, FileExplorer = 65, ManageContent = 66, ManageProducts = 67, ManageCategories = 68, ManageBrands = 69, ManageMedia = 70, ManageFAQs = 71, PageTemplate = 72, ManagePages = 73, Purchases = 74 } public enum FieldType { Tab = 1, Group = 2, Text = 3, Number = 4, Decimal = 5, Picklist = 6, Date = 7, Checkbox = 8, RadioButtonList = 9, Button = 10, Grid = 11, Attachment = 12, RelationalField = 13, FormulaField = 14, Time = 15, HeaderGroup = 16, Image = 17, Content = 18, Placeholder = 19, Caption = 20, Note = 21, Debtors = 22, Mediswitch = 23, Composite = 24, Address = 25, CheckboxList = 26, Sales = 27, Control = 28, Label = 29, MultiPicklist = 30, ChildGridFilter = 31, Link = 32, BarcodeScanner = 33, DateTime = 34 } public enum AttachmentType { Image = 1, Document = 2, Video = 3 // TPS - Pro-Pro-9 } public enum TemplateType { Canvas = 1, Content = 2, Campaign = 3, OutboundResponse = 4, InternalResponse = 5, Debtors = 6, Sales = 7, Purchases = 8, PurchaseOrder = 9, StockPick = 10, Postbox = 11, Prints = 12 } public enum SurfaceGridEditType { Form = 1, Row = 2, Batch = 3 } public enum SurfaceDateType { CalendarDate = 1, MonthYear = 2, Year = 3 } public enum NoteType { General = 1, Email = 2, Task = 3, SurfaceItemCreated = 4, SurfaceItemChanged = 5, Statement = 6, Payment = 7, Claim = 8, Ideas = 9, Billing = 10, Confidential = 11 } public enum MediswitchOperationType { MSV = 1, Claim = 2, Reversal = 3 } public enum TaskCategory { Scoping = 1, ServiceDesk = 2, Idea = 3, Jobcard = 4 } public enum TaskStatus { ToDo = 1, InProgress = 2, ToBeTested = 3, ReleaseReady = 4, Reopened = 5, Closed = 6, OnHold = 7, InReview = 8 } public enum TaskType { ScopingNewFeature = 1, ScopingBug = 2, ScopingEnhancement = 3 } public enum TaskPriority { Blocker = 1, Critical = 2, Major = 3, Minor = 4, Trivial = 5, Wishlist = 6, Idea = 7 } public enum ActionType { Calculation = 1, Button, ToggleView = 3, Custom = 4, GenerateCode = 5, Aggregation = 6, Styling = 7, FieldAggregation = 8 } public enum LayoutType { Stack = 1, Tile = 2 } public enum DocumentType { Statement = 1, Invoice = 2, Quote = 3, Receipt = 4, CreditNote = 5 } public enum SalesSatus { Draft = 1, AwaitingAcceptance = 2, Accepted = 3, Declined = 4, Unpaid = 5, PartiallyPaid = 6, Paid = 7, Overdue = 8, Unallocated = 9, Allocated = 10, CapturedInXero = 11 } public enum PurchasesSatus { Draft = 1, AwaitingAcceptance = 2, Accepted = 3, Declined = 4, Unpaid = 5, PartiallyPaid = 6, Paid = 7, Overdue = 8, Unallocated = 9, Allocated = 10, CapturedInXero = 11 } public enum Theme { palette, evolution, hawkeye, aquaman } public enum ConditionType { HealthSpecifiedConditions = 1, PastCurrentConditions = 2, SocialActivities = 3 } public enum PatientType { Adult = 1, Paediatric = 2 } public enum ReportFieldType { Surface = 1, Custom = 2 } public enum ValidationType { Email = 1, IdNumber = 2, ContactNumber = 3 } public enum AggregateType { sum = 1, average = 2, count = 3 } public enum SMSCreditTransactionType { Allocated = 1 , Used = 2 , Loaded = 3 } public enum NoteCategory { None = 0, Landlords = 1, Tenants = 2, LeaseManagement = 3 } public enum InventoryAutomationType { Quote_Accepted = 1, StockPick_Picked = 2, PurchaseOrder_Confirmed = 3, GoodsReceiving = 4 } public enum PurchaseOrderStatus { Selecting_Products = 1536, Order_Placed = 1537, Order_Cancelled = 1538, Order_Received = 1539, Order_Confirmed = 1549, Order_Placed_Paid = 1550, Promotion_Expired = 1551, Quote_Requested = 1562, Quote_Submitted = 1563 } public enum PromotionStatus { Current = 1540, Expired = 1541, Draft = 1542 } public enum WholesalerOrder_DeliveryQuote_Option { Yes = 1556, No = 1557, No_Deliveries = 1558 } public enum WholesalerOrder_DeliveryAcceptance_Option { Yes = 1559, No = 1560, Not_Applicable = 1561 } } }