var Enums = { longRunningProcessStatus: {notStarted:0,running:1,uploading:2,complete:3,failed:4,cancelled:5,},userAchievementTaskFeedback: {bad:1,neutral:2,good:3,},userAchievementTaskStatus: {learn:1,complete:2,},csatQuestionResponse: {notGood:1,good:2,spectacular:3,},csatTrigger: {other:1,ordering:2,payments:3,statements:4,},notificationScope: {never:0,always:1,myDocumentsOnly:2,},clubGyprockStatus: {undefined:0,nonMember:1,potentialMember:2,activeMember:3,},orderSource: {order:0,template:1,},orderRecordType: {order:0,template:1,},orderType: {unspecified:0,pickup:1,delivery:2,},orderStatus: {draft:1,processed:2,fulfilled:3,error:4,},orderDocumentType: {order:0,quote:1,pulldownOrder:2,},stockAvailabilityAtpStatus: {y:0,n:1,l:2,i:3,},paymentProcessStatus: {none:0,created:1,pending:2,failed:3,rejected:4,successful:5,},dataQualityAreas: {basicDetails:2,profilePic:3,insights:4,},documentStatus: {all:0,arrivedOnsite:1,closed:2,complete:3,confirmed:4,credit:5,current:6,delivering:7,due:8,expired:9,onBoard:10,paidComplete:11,pending:12,scheduled:13,processing:14,processed:15,},userDataTypeEnum: {unknown:0,full:1,lite:2,public:3,nonUser:4,},sbu: {gyprockAustralia:4100,potters:4110,bradfordAustralia:4200,bradfordNewZealand:4210,martini:4220,pGHAustralia:4300,pGHNewZealand:4310,pGHNewZealandDistributor:4315,hebelAustralia:4400,hebelNewZealand:4410,monierAustralia:4500,monierNewZealand:4510,panelSystems:4600,panelSystemsNewZealand:4610,aFS:4800,velocity:4900,inClose:7200,unknown:9999,},dispatcherResult: {success:0,failure:1,warning:2,},priceAvailabilityStatus: {unknown:0,available:1,notAvailable:2,},growthVerbEnum: {impression:1,action:2,},xeroSupportedDocumentType: {dG:10,yB3:20,yF2:30,yG2:40,yL2:50,yRE:60,yS1:70,yS2:80,},jobSortType: {date:0,location:1,name:2,},documentSubType: {all:0,adjustment:1,cancellation:2,credit:3,debitNote:4,invoice:5,payment:6,paymentDifference:7,rebate:8,returns:9,taxInvoice:10,unallocatedPayment:11,},flag: {none:0,green:1,amber:2,red:3,},documentSortType: {date:0,reference:1,documentNo:2,documentType:3,account:4,address:5,status:6,orders_DocumentDate:7,orders_Amount:8,quotes_ValidTo:9,invoices_InvoiceType:10,invoices_Total:11,},documentType: {all:0,invoices:1,quotes:2,orders:3,deliveries:4,pulldownOrders:5,irrelevant:6,payment:7,},sortOrder: {asc:0,desc:1,},documentDownloadType: {pdfFullDocument:0,xlsxSummary:1,csvSummary:2,},featureEnum: {undefined:0,documents:1,products:2,orders:3,deliveries:4,liteDeliveries:5,financials:6,liteOrders:7,productsSuggestedSearch:8,},pluralisationEnum: {undefined:0,single:1,plural:2,},verbEnum: {undefined:0,attachToJob:1,removeFromJob:2,download:3,print:4,requestDownload:5,request:6,completeDownload:7,view:8,search:9,toggle:10,changeSortOrder:11,changeFilter:12,copyPermalink:13,sendSms:14,viewExpired:15,},nounEnum: {undefined:0,invoices:1,quotes:2,orders:3,deliveries:4,pulldownOrders:5,irrelevant:6,payment:7,documents:8,allTypes:9,products:10,pickup:11,delivery:12,pOD:13,statement:14,statementLineItem:15,releases:16,favourite:17,},contactsRemindMeLater: {nextTime:0,oneMonth:1,sixMonths:2,} };
var EnumDescriptions = { longRunningProcessStatus: {notStarted: 'Not Started',running: 'Running',uploading: 'Uploading',complete: 'Complete',failed: 'Failed',cancelled: 'Cancelled',},userAchievementTaskFeedback: {bad: 'Bad',neutral: 'Neutral',good: 'Good',},userAchievementTaskStatus: {learn: 'Learn',complete: 'Complete',},csatQuestionResponse: {notGood: 'NotGood',good: 'Good',spectacular: 'Spectacular',},csatTrigger: {other: 'Other',ordering: 'Ordering',payments: 'Payments',statements: 'Statements',},notificationScope: {never: 'Never',always: 'Always',myDocumentsOnly: 'My documents only',},clubGyprockStatus: {undefined: 'Undefined',nonMember: 'NonMember',potentialMember: 'PotentialMember',activeMember: 'ActiveMember',},orderSource: {order: 'Order',template: 'Template',},orderRecordType: {order: 'Order',template: 'Template',},orderType: {unspecified: 'Unspecified',pickup: 'Pickup',delivery: 'Delivery',},orderStatus: {draft: 'Draft',processed: 'Processed',fulfilled: 'Fulfilled',error: 'Error',},orderDocumentType: {order: 'Order',quote: 'Quote',pulldownOrder: 'PulldownOrder',},stockAvailabilityAtpStatus: {y: 'Appropriate stock available to meet request',n: 'Cannot meet the requested date',l: 'We have enough stock, but is within low-stock tolerance',i: 'ATP is inactive',},paymentProcessStatus: {none: 'None',created: 'Created',pending: 'Pending',failed: 'Failed',rejected: 'Rejected',successful: 'Successful',},dataQualityAreas: {basicDetails: 'BasicDetails',profilePic: 'ProfilePic',insights: 'Insights',},documentStatus: {all: 'All statuses',arrivedOnsite: 'Arrived Onsite',closed: 'Closed',complete: 'Complete',confirmed: 'Confirmed',credit: 'Credit',current: 'Current',delivering: 'Delivering',due: 'Due',expired: 'Expired',onBoard: 'On Board',paidComplete: 'Paid / Complete',pending: 'Pending',scheduled: 'Scheduled / Scheduled for Pickup',processing: 'Processing',processed: 'Processed',},userDataTypeEnum: {unknown: 'Unknown',full: 'Full',lite: 'Lite',public: 'Public',nonUser: 'NonUser',},sbu: {gyprockAustralia: 'Gyprock',potters: 'Potters',bradfordAustralia: 'Bradford',bradfordNewZealand: 'Bradford',martini: 'Martini',pGHAustralia: 'PGH',pGHNewZealand: 'PGH',pGHNewZealandDistributor: 'PGH',hebelAustralia: 'Hebel',hebelNewZealand: 'Hebel',monierAustralia: 'Monier',monierNewZealand: 'Monier',panelSystems: 'Panel Systems',panelSystemsNewZealand: 'Panel Systems',aFS: 'AFS',velocity: 'Velocity',inClose: 'In Close',unknown: 'Unknown',},dispatcherResult: {success: 'Success',failure: 'Failure',warning: 'Warning',},priceAvailabilityStatus: {unknown: 'Unknown',available: 'Available',notAvailable: 'NotAvailable',},growthVerbEnum: {impression: 'Impression',action: 'Action',},xeroSupportedDocumentType: {dG: 'Credit card charge fee',yB3: 'Rebate Part Settlement',yF2: 'Invoice',yG2: 'Credit Memo',yL2: 'Debit Memo',yRE: 'Credit For Returns',yS1: 'Cancellation of Invoice',yS2: 'Cancellation of Credit Memo',},jobSortType: {date: 'Date',location: 'Location',name: 'Name',},documentSubType: {all: 'All Invoices',adjustment: 'Adjustment',cancellation: 'Cancellation',credit: 'Credit',debitNote: 'Debit Note',invoice: 'Invoice',payment: 'Payment',paymentDifference: 'Payment Difference',rebate: 'Rebate',returns: 'Returns',taxInvoice: 'Tax Invoice',unallocatedPayment: 'Unallocated Payment',},flag: {none: 'None',green: 'Green',amber: 'Amber',red: 'Red',},documentSortType: {date: 'Date',reference: 'Reference',documentNo: 'Document Number',documentType: 'Document Type',account: 'Account',address: 'Address',status: 'Status',orders_DocumentDate: 'Document Date',orders_Amount: 'Order Amount',quotes_ValidTo: 'Valid To',invoices_InvoiceType: 'Invoice Type',invoices_Total: 'Invoice Total',},documentType: {all: 'All',invoices: 'Invoices',quotes: 'Quotes',orders: 'Orders',deliveries: 'Deliveries',pulldownOrders: 'PulldownOrders',irrelevant: 'Irrelevant',payment: 'Payment',},sortOrder: {asc: 'Asc',desc: 'Desc',},documentDownloadType: {pdfFullDocument: 'PdfFullDocument',xlsxSummary: 'XlsxSummary',csvSummary: 'CsvSummary',},featureEnum: {undefined: 'Undefined',documents: 'Documents',products: 'Products',orders: 'Orders',deliveries: 'Deliveries',liteDeliveries: 'LiteDeliveries',financials: 'Financials',liteOrders: 'LiteOrders',productsSuggestedSearch: 'ProductsSuggestedSearch',},pluralisationEnum: {undefined: 'Undefined',single: 'Single',plural: 'Plural',},verbEnum: {undefined: 'Undefined',attachToJob: 'AttachToJob',removeFromJob: 'RemoveFromJob',download: 'Download',print: 'Print',requestDownload: 'RequestDownload',request: 'Request',completeDownload: 'CompleteDownload',view: 'View',search: 'Search',toggle: 'Toggle',changeSortOrder: 'ChangeSortOrder',changeFilter: 'ChangeFilter',copyPermalink: 'CopyPermalink',sendSms: 'SendSms',viewExpired: 'ViewExpired',},nounEnum: {undefined: 'Undefined',invoices: 'Invoices',quotes: 'Quotes',orders: 'Orders',deliveries: 'Deliveries',pulldownOrders: 'PulldownOrders',irrelevant: 'Irrelevant',payment: 'Payment',documents: 'Documents',allTypes: 'AllTypes',products: 'Products',pickup: 'Pickup',delivery: 'Delivery',pOD: 'POD',statement: 'Statement',statementLineItem: 'StatementLineItem',releases: 'Releases',favourite: 'Favourite',},contactsRemindMeLater: {nextTime: 'The next time you log in',oneMonth: 'In a month',sixMonths: 'In 6 months',} };