RitwickGupta
Programmer
Hello.
I am trying to re-create menu on Aloha system outside it on my website through it's database. The following is a single row from the table "items_table"
{
"id": 20305.0,
"ownerid": 0.0,
"usernumber": 20305.0,
"shortname": "feta ",
"chitname": "feta ",
"longname": "feta ",
"longname2": " ",
"bohname": " ",
"abbrev": " ",
"taxid": 10.0,
"taxid2": 0.0,
"vtaxid": 0.0,
"priority": 255.0,
"routing": 0.0,
"printonchk": "N",
"combine": "N",
"highlight": "Y",
"surcharge": 0.0,
"surchrgmod": "N",
"cost": 0.0000,
"mod1": 0.0,
"mod2": 0.0,
"mod3": 0.0,
"mod4": 0.0,
"mod5": 0.0,
"mod6": 0.0,
"mod7": 0.0,
"mod8": 0.0,
"mod9": 0.0,
"mod10": 0.0,
"askdesc": "N",
"askprice": "N",
"isrefill": "N",
"vrouting": 0.0,
"is_kvi": 0.0,
"trackfoh": "N",
"price_id": 0.0,
"price": 0.000,
"slavetoitm": 0.0,
"defweight": 1.0,
"sku": " ",
"modprice": "N",
"itemmult": 0.0,
"itempercnt": 0.00,
"modpriceid": 0.0,
"mod_price": 0.00,
"ampri": 1.0,
"neverprint": "N",
"prtrecipe": 0.0,
"nogratuity": "N",
"compositid": 0.0,
"adisprecp": "N",
"independnt": "N",
"printheld": "N",
"donotshow": "N",
"donotshwm": "N",
"showndpnt": "N",
"giftcert": "N",
"itemhilite": "N",
"delaytime": 0.0,
"label": 0.0,
"guests": 0.00,
"siteflags": 0.0,
"flextax": 0.0,
"cashcard": "N",
"storeacc": 0.0,
"parentacc": 0.0,
"concept": 0.0,
"multiplier": 1.0,
"sku2": " ",
"sku3": " ",
"sku4": " ",
"sku5": " ",
"revitem": "N",
"con1stmod": "N",
"chitjust": 0.0,
"chitbold": "N",
"flextax2": 0.0,
"dntshwsm": "N",
"swtrcksm": "N",
"giftcard": "N",
"gcactivate": "Y",
"gcaddvalue": "N",
"tokenover": "N",
"tokenqty": 0.0,
"guestwght": 1.000,
"dntshwsmmd": "N",
"usebkclr": "N",
"bkred": 192.0,
"bkgreen": 192.0,
"bkblue": 192.0,
"usetxtclr": "N",
"txtred": 0.0,
"txtgreen": 0.0,
"txtblue": 0.0,
"dispbmp": "N",
"bitmapfile": " ",
"hidetxt": "N",
"chitname2": " ",
"ctxpnlid": 0.0,
"mdspctxpnl": "N",
"pizza": "N",
"topping": "N",
"inittop": 0.0,
"pizzasize": 0.0,
"mustbwhole": "N",
"fraction": "N",
"fractype": 0.0,
"fracprcovr": 0.0
}
Does anyone have a clue about what do these fields mean. Some are straight forward, but other's are a bit confusing
I am trying to re-create menu on Aloha system outside it on my website through it's database. The following is a single row from the table "items_table"
{
"id": 20305.0,
"ownerid": 0.0,
"usernumber": 20305.0,
"shortname": "feta ",
"chitname": "feta ",
"longname": "feta ",
"longname2": " ",
"bohname": " ",
"abbrev": " ",
"taxid": 10.0,
"taxid2": 0.0,
"vtaxid": 0.0,
"priority": 255.0,
"routing": 0.0,
"printonchk": "N",
"combine": "N",
"highlight": "Y",
"surcharge": 0.0,
"surchrgmod": "N",
"cost": 0.0000,
"mod1": 0.0,
"mod2": 0.0,
"mod3": 0.0,
"mod4": 0.0,
"mod5": 0.0,
"mod6": 0.0,
"mod7": 0.0,
"mod8": 0.0,
"mod9": 0.0,
"mod10": 0.0,
"askdesc": "N",
"askprice": "N",
"isrefill": "N",
"vrouting": 0.0,
"is_kvi": 0.0,
"trackfoh": "N",
"price_id": 0.0,
"price": 0.000,
"slavetoitm": 0.0,
"defweight": 1.0,
"sku": " ",
"modprice": "N",
"itemmult": 0.0,
"itempercnt": 0.00,
"modpriceid": 0.0,
"mod_price": 0.00,
"ampri": 1.0,
"neverprint": "N",
"prtrecipe": 0.0,
"nogratuity": "N",
"compositid": 0.0,
"adisprecp": "N",
"independnt": "N",
"printheld": "N",
"donotshow": "N",
"donotshwm": "N",
"showndpnt": "N",
"giftcert": "N",
"itemhilite": "N",
"delaytime": 0.0,
"label": 0.0,
"guests": 0.00,
"siteflags": 0.0,
"flextax": 0.0,
"cashcard": "N",
"storeacc": 0.0,
"parentacc": 0.0,
"concept": 0.0,
"multiplier": 1.0,
"sku2": " ",
"sku3": " ",
"sku4": " ",
"sku5": " ",
"revitem": "N",
"con1stmod": "N",
"chitjust": 0.0,
"chitbold": "N",
"flextax2": 0.0,
"dntshwsm": "N",
"swtrcksm": "N",
"giftcard": "N",
"gcactivate": "Y",
"gcaddvalue": "N",
"tokenover": "N",
"tokenqty": 0.0,
"guestwght": 1.000,
"dntshwsmmd": "N",
"usebkclr": "N",
"bkred": 192.0,
"bkgreen": 192.0,
"bkblue": 192.0,
"usetxtclr": "N",
"txtred": 0.0,
"txtgreen": 0.0,
"txtblue": 0.0,
"dispbmp": "N",
"bitmapfile": " ",
"hidetxt": "N",
"chitname2": " ",
"ctxpnlid": 0.0,
"mdspctxpnl": "N",
"pizza": "N",
"topping": "N",
"inittop": 0.0,
"pizzasize": 0.0,
"mustbwhole": "N",
"fraction": "N",
"fractype": 0.0,
"fracprcovr": 0.0
}
Does anyone have a clue about what do these fields mean. Some are straight forward, but other's are a bit confusing