//====================================================== Manage Messages =====================
//Grid Messages
var GRID_ROWSELECT_REQ = "Please make a selection" 

//BusUnit Messages
var BSU_NAME_REQ = "Please enter name"
var BSU_LOCATION_REQ = "Please enter location"
var BSU_CODE_REQ = "Please enter code"
//Supplier Code
var BSU_CNO_REQ = "Please enter Supplier No"

//User Page  Messages	
var USR_USERNAME_REQ = "Please enter username"
var USR_USERNAME_NOSPACE = "Please enter username without any spaces"
var USR_ACCOUNTTYPE_REQ = "Please select accounttype"
var USR_PASSWORD_REQ = "Password must be atleast 4 characters long"
var USR_PASSWORD_NOMATCH = "Passwords do not match"
var USR_ENABLE_CONF = "Do you want to enable the selected user?"
var USR_DISABLE_CONF = "Do you want to disable the selected user?"
var USR_PASSWORDNEWOLD_SAME = "New password should be different from the old password"
	
var PRS_FIRSTNAME_REQ = "Please enter first name"
var PRS_LASTNAME_REQ = "Please enter last name"
var PRS_WORKPHONE_REQ = "Please enter work phone"
var PRS_EMAIL_REQ = "Please enter email"
	
//Address Messages
var ADR_ADDRESS1_REQ = "Please enter address1"
var ADR_CITY_REQ = "Please enter city"
var ADR_STATE_REQ = "Please enter state"
var ADR_COUNTRY_REQ = "Please enter country"
var ADR_ZIP_REQ = "Please enter zip"
	
//UserGroup Page Messages
var UGRP_NAME_REQ = "Please enter name"
var UGRP_TITLE_REQ = "Please enter title"
var UGRP_TYPE_REQ = "Please select to whom this user group will apply to."
var UGRP_DESCRIPTION_REQ = "Please enter description"
var UGRP_DELETE_CONF = "Do you want to delete the selected userGroup?"

//UserGroups2Users
var DISS_CON = "Do you want to remove the selected user(s) from userGroup."

//ListItem Page Messages
var LITM_PARENT_DENY = "Parent doesn't have rights"

//Entities Messages
var COD_NAME_REQ = "Please enter name"
var COD_description_REQ = "Please enter description"


//====================================================== Action Messages =====================
//Action
var E_NULL_CHK = "Please check one or more cards."
var E_REQSHIP_SEL = "Please select a valid required ship date."
var E_REQRECV_SEL = "Please select a valid required receive date."
var E_CARRIER_SEL = "Please select carrier."
var E_SCAN_REQ = "Please scan or enter the card id";

//'Release
var E_RELEASE_DP = "Release selected card before moving to next page."
//'Accept
var E_ACCEPT_DP = "Accept selected card before moving to next page."
//'Ship
var E_SHIP_DP = "Ship selected card before moving to next page."
var E_VAL_SHIPDATE = "Please select a valid ship date."
var E_SHIPDATE_2DAY = "Ship date cannot be greater than Today's date."
var E_CHK_SHIPQTY = "Please enter ship quantity in numbers and greater than zero."
//'Receive
var E_RECV_DP = "Receive selected card before moving to next page."
var E_VAL_RECVDATE = "Please select a valid receive date."
var E_RECVDATE_2DAY = "Receive date cannot be greater than Today's date."
var E_CHK_RECVQTY = "Please enter receive quantity in numbers and greater than zero."
var E_CHK_APRVQTY = "Please enter approve quantity in numbers and greater than zero."
//'Release
var E_NOTES_DP = "Add notes or Attachment to selected card before moving to next page."
//'Inspect
var E_INSPECT_DP = "Inspect selected card before moving to next page."
var E_VAL_INSPECTDATE = "Please select a valid inspect date."
var E_INSPECTDATE_2DAY = "Inspect date cannot be greater than Today's date."
var E_CHK_INSPECTQTY = "Please enter inspect quantity in numbers and greater than zero."
//'Notes
var N_CONF_APPLY = "Do you wish to apply the same notes and priority to all cards?."
var N_CONF_RESET = "Do you wish to reset notes and priority for all cards?."
var N_NOTE_EXISTS = "Note already exists"
//'Printing
var E_NO_OF_COPIES = "Please enter positive Integer value for: \nNo of copies"

//====================================================== Report Messages =====================
var E_FROMDATE_SEL = "Please select a valid from date."
var E_TODATE_SEL = "Please select a valid to date."
var E_FROM_GT_TODATE_SEL = "Please select From date less than to date."
var E_NULL_ITM_CHK = "Please check one or more items from the list."

//====================================================== Other Messages =====================
//Misc Messages
var PLT_REQ = "Please select a Plant"
var CUST_REQ = "Please select a Supplier"
var USR_REQ = "Please select a user"
var NOTES_REQ = "Please select notes"
var SDATE_REQ = "Please enter valid start date"
var EDATE_REQ = "Please enter valid end date"
var ITM_REQ = "Please select one or more items"
var SDATE_LESSER = "End date should be greater than start date"

var FAM_CHK = "Please check atleast one family"
var CLS_CHK = "Please check atleast one classification"
var USR_CHK = "Please check atleast one user"
var SUP_CHK = "Please check atleast one Supplier"
var GRP_CHK = "Please check atleast one usergroup"
var PRT_CHK = "Please check atleast one Item"
var DESC_REQ = "Please enter description"


//Email Messages
var EMAIL_INVALID = "Email address seems incorrect (check @ and .'s)"
var EMAIL_USERNAME_INVALID = "The username doesn't seem to be valid."
var EMAIL_DESTIP_INVALID = "Destination IP address is invalid!"
var EMAIL_DOMAIN_INVALID = "The domain name doesn't seem to be valid."
var EMAIL_HOSTDOMAIN_REQ = "The address must end in a three-letter domain, or two letter country."
var EMAIL_HOST_REQ = "This address is missing a hostname!"

//'Rules
var E_RULETITLE_REQ = "Please enter title"
var E_RULE_REQ = "Please select a rule"
var E_RULEUSERS_REQ = "Please select the users to send the notification"
var E_RULESUBJECT_REQ = "Please enter subject"
var E_RULEBODY_REQ = "Please enter message body" 
var E_RULEREPEATCOUNT_INTVAL = "Please enter positive Integer value for: \nHow many times do you want to repeat this notification?"
var E_RULEREPEATEVERY_FLOATVAL = "Please enter positive numeric value for: How often do you want to repeat this notification?"
var E_RULEVAL_REQ = "Please enter value"
var E_RULENUMVAL_REQ = "Please enter numeric value"
var E_RULE_CONF = "Do you want to delete the selected Rule?"

//'Entities
var ET_NULL_NAME = "Please enter code"
var ET_NULL_DESP = "Please enter description"
var ET_NULL_TITLE = "Please enter title"

//Item Messages
var ITM_ITEMNO_REQ = "Please enter item number without spaces in between."
var ITM_DESCRIPTION_REQ = "Please enter description."
var ITM_PAL_QTY_REQ = "Please enter positive numeric value for box quantity."
var ITM_UOM_REQ = "Please unit of measure."
var ITM_OC_REQ = "Please enter Order Cycle in number of days."
var ITM_UPD_REQ = "Please enter Usage Per Day in numbers."
var ITM_BUPD_REQ = "Please enter Base Usage Per Day in numbers."
var ITM_ST_REQ = "Please enter safety stock in number of days."
var ITEM_COORD_REQ = "Please select Item Co-ordinator."
var ITEM_STOL_REQ = "Please enter Ship Qty Tolerance in numbers."
var ITEM_RTOL_REQ = "Please enter Receive Qty Tolerance in numbers."
var ITEM_UM_REQ = "Please enter Unit of Measure in Numbers."
var ITM_PK_QTY_REQ = "Please enter Package Quantity in numbers."
var ITM_MIN_RUN_QTY_REQ = "Please enter Minimum Run Quantity in numbers."
var ITM_ORD_MUL_REQ = "Please enter Order Multiple in numbers."
var ITM_CPD_REQ = "Please enter Containers Per Delivery in numbers."
var ITM_REQ = "Please select one or more items"
var ITM_DEL_CONF = "Do you want to disable the selected Item?"

//Item2Supplier
var ITM_LDT_REQ = "Please enter lead time in number of days"
var ITM_TT_REQ = "Please enter transit time in number of days"
var ITM_ORDLINE_REQ = "Please enter order line number in numbers"
var ITM_SUSR_REQ = "Please select Supplier user"
var ITM_MOQ_REQ = "Please enter Run Line limit in number of Cards greater that zero"
var ITM_SUP_PER_REQ1 = "Please enter Supplier percentage in number"
var ITM_SUP_PER_REQ2 = "Please Enter Supplier percent otherwise the supplier will not be allocated any cards"
var ITM_SUP_PER_REQ3 = "Please enter Supplier percent less than 100"

//MinMax Item Messages
var ITM_QOH_REQ = "Please enter quantity on hand in number and greater than zero."
var ITM_QOR_REQ = "Please enter quantity on order in number and greater than zero."
var E_NULL_CHKEX = "Please check one or more Items to release signal."

//Resize Messages
var REZ_OCODE_REQ = "Please enter or select the value in the step 1."
var REZ_AMT_REQ = "Please enter how many cards to be increased or decreased in step 4."
var REZ_AMT_REQ1 = "Number of cards should be only in numbers"
//Cards
var CARD_DEL_CONF = "Are you sure do you want delete the selected cards.";

//Shipping Rules
var SRULE_DEL_CONF = "Are you sure you want to delete the selected record?"

//Rerpot Messages
var NO_OF_INTERVALS = 12
var INTL_REQ = "It is not possible to show for the given Interval."
var DAILY_INTL_REQ = INTL_REQ + "Please select either weekly or quarterly or monthly or yearly."
var WEEKLY_INTL_REQ = INTL_REQ + "Please select either quarterly or monthly or yearly."
var MONTHLY_INTL_REQ = INTL_REQ + "Please select either quarterly or yearly."
var QUARTERLY_INTL_REQ = INTL_REQ + "Please select yearly"
var YEARLY_INTL_REQ = INTL_REQ + "Number of years exceed number of Intervals. Please change the Date Range."

