From 82e76d61a95747ed1fede5074fb47fa16ab5ab49 Mon Sep 17 00:00:00 2001 From: phyusin Date: Thu, 21 Jun 2018 16:12:01 +0630 Subject: [PATCH] guideline updated --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84d87436..97880534 100755 --- a/README.md +++ b/README.md @@ -231,8 +231,10 @@ For Aston Request => Gift Voucher 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. + => First, check shop_code, is there in shops table and prefix shop_code in image name? + => You all must do this step + * If there is shop_code in shops table (mark in one place/ note and set NULL for this record for a while) and prefix shop_code for image name (like (121_ABC.png)), and copy and paste images into Application/[sxrestaurant]/public/image/menu_images. + * If there is shop_code/ no shop_code in shops table but no prefix in image name (* skip set NULL step) , copy and paste images into Application/…./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.