var ALERT_QTY_LESS_THAN_ZERO = "Quantity must be a non-Negative number."
+"Please enter a correct value.";
var ALERT_QTY_EQUAL_TO_ZERO = "Quantity Cannot be zero."
var ALERT_QTY_GREATER_THAN_INHAND_1 = "Maximum Usage allowed is ";
var ALERT_QTY_GREATER_THAN_INHAND_TRANSFER = "Maximum Transfer allowed is ";
var ALERT_QTY_GREATER_THAN_INHAND_2 = "\n\nMake sure all in-transits "+
"have been received.";
var ALERT_DATE_EMPTY = "Usage Date cannot be Empty.";
var ALERT_PROJECT_EMPTY = "Project cannot be Empty.";
var ALERT_PROJECT_LEN_1 = "You must enter greater than or equal to ";
var ALERT_PROJECT_LEN_2 = " digits in Project.";
var ALERT_TASK_EMPTY = "Task cannot be Empty.";
var ALERT_TASK_LEN_1 = "You must enter ";
var ALERT_TASK_LEN_2 = " digits in Task.";
var ALERT_QTY_NAN = "Quantity has to be a number.";

//return shipment ++
var ALERT_DUPLICATE_PART = "You already have an entry for this ";
var ALERT_QTY_IN_STOCK = "Quantity entered is greater than Quantity available."
var ALERT_INVALID_CORE = "Invalid Core Number.";
var ALERT_INVALID_PART = "Invalid Part Number.";
var ALERT_QTY_PART_NOT_NULL = "You must enter a Part Number and Quantity to"
								+" create a Return.";
var ALERT_NUMERIC = "Returned and Warranty must be numeric.";
var ALERT_OTHER_NULL = "Please Enter name of Carrier.";

//return shipment --

//receive material ++
var ALERT_DISCREPENCY_NULL = "Please Enter Discrepancy Description.";
var ALERT_NO_CHANGES = "No Changes to be saved.";
//receive material --

//categorize parts ++
var CONFIRM_SAVE_CHANGES = "Category Changes have not been saved, changes will be lost.";
//categorize parts --

//Product Search
var ALERT_SEARCH__NULL = "Please enter the search criteria in the text field provided.";
var ALERT_DESC_NULL = "Please enter the quantity in the text field provided.";
var ALERT_DESC_NAN = " The quantity field should be a positive number.";
//Product Search

//Maintain Part Category
var ALERT_CATEGORYNAME_NULL = "You must enter a Category Name.";
var ALERT_CATEGORYDESCRIPTION= "Descriptions can be no more than 150 characters.";
var  ALERT_REMOVE_MESSAGE="Are you sure you wish to delete ";
var ALERT_CATEGORY=" category?";
var ALERT_SAVE="No changes to be saved.";
//Maintain Part Category

//BULLETINS
var ALERT_INVALID_DATEFORMAT = " is not a valid input. Please enter a date in the form of mm/dd/yyyy.";
var ALERT_INVALID_ORDERDATEFORMAT = " is not a valid input. Please enter a date in the form of mm-dd-yyyy.";
var ALERT_INVALID_DATERANGE = "Enter a valid date range for Post Date.";
var ALERT_NAME_ABSENT = "Kindly enter a name for the Bulletin.";
var ALERT_SHORT_DESC_ABSENT = "Kindly enter an appropriate short description for the Bulletin.";
var ALERT_POSTDATE_ABSENT = "Kindly enter the Post Date for the bulletin in the format mm/dd/yyyy.";
var ALERT_EXPIRYDATE_ABSENT = "Kindly enter the Expiry Date for the bulletin in the format mm/dd/yyyy.";
var ALERT_POST_EXPIRY = " is not a valid input.Post Date cannot be greater than the Expiry Date.";
var ALERT_POST_SYS = " is not a valid input.Enter the Post Date greater than SysDate.";
var ALERT_REMOVE_BULLETINS = "Kindly select at least one Bulletin to be removed."
var ALERT_ORG_ALL = "You can either select All or any other Organizations for the Bulletin."
var ALERT_ORG_SELECT = "Kindly select at least one Organization for the bulletin."
var ALERT_UPLOAD_FILETYPES = "You are allowed to upload only the following type of files namely"+
								" Excel,PDF,Text,Doc.This file type is not valid."
var ALERT_FILE_NOTSELECTED = "Kindly select a file to Upload."
var CONFIRM_DELETE_BULLETINS = "Do you really wish to delete these bulletins?"
var	CONFIRM_INACTIVATE_BULLETIN = "Do you really wish to inactivate this bulletin?"
var CONFIRM_FILEUPLOAD_ABORT = "File Upload is in progress.Are you sure you want to leave the page?"
var ALERT_FILEUPLOAD_INPROGRESS = "File Upload may be in progress.Kindly close the Upload attachment window and then proceed.";
var CONFIRM_REMOVE_ATTACHMENT = "Do you really wish to remove the attachment?"
//BULLETINS


//RFQ ++
var ALERT_NULL_DATA = "Please enter at least one Part Number or Comments.";
var ALERT_QUANTITY_NAN = "Quantity should be Numeric.";
var ALERT_SHIPPING_NULL  = "Enter Shipping Preference.";
//RFQ --

//Sales Order starts
var ALERT_PART_NULL = "Please enter at least one Part Number.";
var ALERT_ENTER_ADDR = "Kindly enter the address.";
var ALERT_CREDIT_CARD_NUMBER = "Please enter a valid Credit Card Number.";
var ALERT_CREDIT_CARD_NAME = "Please enter the Name on Credit card.";
var ALERT_PO_OR_CC ="Either Customer PO or Credit Card information should be entered.";
var ALERT_NO_PO ="Customer PO cannot be entered.";
//Sales Order ends