This commit is contained in:
TING
2023-07-15 14:24:49 +08:00
parent 3035e61840
commit 9fd6cc45dd
49 changed files with 245 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"label": "门店端",
"position": 10,
"link": {
"type": "generated-index",
"description": "维护商品信息"
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

+11
View File
@@ -0,0 +1,11 @@
---
sidebar_position: 3
sidebar_label: 商品上下架处理
title: 商品上下架处理
---
## 商品操作
### 门店根据当日商品销售情况可对商品上下架进行调整
若商品当日已售罄,选择对商品进行下架调整,选择【商品操作】,根据该商品分类找到商品,点击编辑商品信息,更改基础设置,是否上架选择 否 , 小程序是否显示选择 否 ,保存设置即商品下架成功;
![Alt text](img/image7.png)
如需要恢复该商品上架,重复上述操作找到该商品,对商品信息更改为上架,小程序显示,即恢复商品上架;
+8
View File
@@ -0,0 +1,8 @@
---
sidebar_position: 1
sidebar_label: 门店端登录
title: 门店端登录
---
## **登录**
#### 打开[门店端](http://pos.merchant.lotus-wallet.com)网址,输入账号密码登录
![Alt text](img/image1.png)
+24
View File
@@ -0,0 +1,24 @@
---
sidebar_position: 2
sidebar_label: 下单流程
title: 下单流程
---
## **开账**
### 账号登录成功后先选择【店员交接】,并点击【开账】,然后刷新一下,在进行其他操作;
![Alt text](img/image-1.png)
## **下单**
### 根据顾客下单勾选商品,选择【自取打包】或【堂食】下单,打印订单;
![Alt text](img/image-2.png)
## **支付**
### 根据当前店铺活动可选择不同优惠方式,若无优惠不必选择;在根据客户付款方式结账,完成操作;
![Alt text](img/image-3.png)
## **菜品状态修改**
### 若菜品制作完成,点击此处修改菜品状态【制作中】—【待取中】—【已完成】
![Alt text](img/image-4.png)
## **退菜**
### 若需要退菜,请点击【申请退款】,勾选【退菜】及需要退掉的菜品,并填写退款金额和退款理由,等待后台审核通过后即退款成功;
![Alt text](img/image-5.png)