From 748dff9eb36bdfe9fbf75702ef55fe528ff20f4d Mon Sep 17 00:00:00 2001 From: phyusin Date: Thu, 21 Jun 2018 15:54:18 +0630 Subject: [PATCH] gudeline for import menu image --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 141e1f2c..84d87436 100755 --- a/README.md +++ b/README.md @@ -228,6 +228,15 @@ For Price 0 in receipt bill For Aston Request => Gift Voucher 1) settings/payment_method_settings => {payment_method:'GiftVoucher', is_active:true, ...} + +Menu Image (Import guideline) + + => First, check shop_code is there in shops table. + * If there is shop_code (mark in one place/ note and set NULL for this record for a while)/ there is no shop_code in shops table (* skip set NULL step), and copy and paste images into Application/[sxrestaurant]/public/image/menu_images. + => Second, import [menu].xlsx file in /settings/menus and then checked image is uploaded into Application/[sxrestaurant]/public/image/menu_images and insert into menu_items table in database. + => Last, if shop has shop_code, update marked/noted shop_code into shops table again. + + * ToDo list 1. Migration