gvTranslateLable =
{	
	"store": { 
		"0": "Store",
		"1": "Retail Store",
		"2": "Warehouse",
		"3": "Smart Store",
		"4": "Restaurant",
		"5": "Event/Show",
		"6": "Service Center"
	},
	"product": { 
		"0": "Product",
		"1": "Product",
		"2": "Product",
		"3": "Product",
		"4": "Item",
		"5": "Event",
		"6": "Service"
	},
	"catalog": { 
		"0": "Catalog",
		"1": "Catalog",
		"2": "Catalog",
		"3": "Catalog",
		"4": "Menu",
		"5": "Category",
		"6": "Catalog"
	},
	"inventory": { 
		"0": "Inventory",
		"1": "Inventory",
		"2": "Inventory",
		"3": "Inventory",
		"4": "Item",
		"5": "Events",
		"6": "Services"
	},
	"stock_independent": { 
		"0": false,
		"1": false,
		"2": false,
		"3": false,
		"4": true,
		"5": false,
		"6": true
	},
	"raw_material": {
		"0": 'Raw Material',
		"4": 'Ingredients'
	},
	"business_form": { 
		"0": false,
		"1": false,
		"2": false,
		"3": false,
		"4": false,
		"5": true,
		"6": true
	}
	
}

gvElementInfoProperties = {
    0:{
        operation_manage_loyalty_accrual_unit_point_value : {
            "title": "Unit Point Value" ,
            "description" : "Enter equivalent amount for which one loyalty point will be accrued/calculated",
            "help_url":""
        },
        operation_manage_loyalty_accrual_min_order_value : {
            "title": "Min Order Value" ,
            "description" : "Enter minimum order amt for loyalty point calculation or leave blank for no condition",
            "help_url":""
        },
        operation_manage_loyalty_accrual_max_order_points : {
            "title": "Max Order Points" ,
            "description" : "Enter Maximum point which can be accrued on single order or leave blank for no condition",
            "help_url":""
        },
        operation_manage_loyalty_accrual_rounding : {
            "title": "Rounding" ,
            "description" : "Check this box to apply on any rounding calculation on Loyalty point accrual",
            "help_url":""
        },
        operation_manage_loyalty_redeem_point_for_unit_value : {
            "title": "Point For Unit Value" ,
            "description" : "Enter number of point which will be redeem by user for Unit Amount (e.g. $1) on payment.",
            "help_url":""
        },
        operation_manage_loyalty_redeem_min_point_to_redeem : {
            "title": "Point For Unit Value" ,
            "description" : "Enter Minimum number of point to redeem on single order or leave blank for no condition",
            "help_url":""
        },
		operation_manage_loyalty_max_redeemable_percentage_on_order_value : {
            "title": "Max Redeemable Perc(%)" ,
            "description" : "Enter Max Percentage value to be redeemable on order value",
            "help_url":""
        },
		operation_manage_loyalty_max_redeemable_amount_on_order_value : {
            "title": "Max Redeemable Amount($)" ,
            "description" : "Enter Max Amount value to be redeemable on order value",
            "help_url":""
        },
		operation_manage_loyalty_max_reedmable_points : {
            "title": "Max Redeemable Point(s)" ,
            "description" : "Enter Max Point(s) to be redeemable",
            "help_url":""
        },
        operation_manage_loyalty_redeem_rounding : {
            "title": "Rounding" ,
            "description" : "Check this box to apply on any rounding calculation on Loyalty point redemption",
            "help_url":""
        },
		operation_manage_modifier_group_location_dropdown : {
			"title": "Modifier Location",
            "description" : "Select business location for which you want to create/edit modifier data.",
            "help_url":""
		},
		operation_manage_modifier_group_set_location_dropdown : {
			"title": "Modifier Assignment to Items Location",
            "description" : "Select business location for which you want to create/edit modifier assignment to items data.",
            "help_url":""
		}
    },
    1 : {},
    2 : {},
    3 : {},
    4 : {},
    5 : {},
    6 : {}
}