Commit f4daa6e4 by 戴尚尚

新增打包文件

parent a6a47672
This source diff could not be displayed because it is too large. You can view the blob instead.
[FmServer]
[FmServer]
url=http://wmpos.sandload.cn/api
[Client]
prefix=pos_wdm_
\ No newline at end of file
[Printer]
[Printer]
Name=POS104
Mode=2
PaperWidth=58
type=4
printType=2
parallel=lpt1
usb=USB-0
IP=127.0.0.1
levlel=All
Printlabel=Gprinter 2120TF
LogDays=10
[COMDEF]
com=COM3
Baudrate=9600
DataBits=8
StopBits=0
Parity=0
FlowControl=3
\ No newline at end of file
[info]
[info]
storeId=
posId=
printsize=56
\ No newline at end of file
[SqlServer]
[SqlServer]
host=192.168.110.25
username=sa
password=
database=lxjpos
[Printer]
name=Fax
[Float]
postion=@Point(10 10)
opacity=0.5
blinkInterval=0.3
soundInterval=2
[Client]
outConfirm=0
1.2.2
1.2.2
Fix 1:修复预订单无法处理退款请求
1.2.1
Add 1: 支持部分退款
1.2.0
Fix 1: 修复小票订单金额为 总金额-商家优惠
2: 修复套餐价格展示
1.1.9
Add 1:新增小票打印套餐支持
1.1.8
Add 1: 新增商城菜品上下架
Fix 1: 修改微点渠道名为官网
1.1.4
Add 1: 新增订单详情单号条码
Fix 1: 百度骑手信息展示
1.1.3
Upd 1: 去除送出按钮操作
1.1.2
Add 1: 新增JD小票条码
1.1.1
Fix 1: 改进日结单显示的内容。
1.1.0
Fix 1: 修复菜品上下架,一个商品多个编号导致的问题
1.0.9
Fix 1: 改进菜品管理操作。
1.0.8
Add 1: 小票增加订单号信息
1.0.7
Add 1: 实现日结单打印功能。
1.0.6
Add 1:新增日结单功能(未实现打印)。
1.0.5
Add 1:新增门店上下线管理。
1.0.4
Fix 1:修复门店菜品为空时依旧显示菜品管理页面的BUG。
1.0.3
Upd 1:更新菜品上下架接口。
1.0.2
Fix 1:修复未添加守护升级拷贝文件失败的问题。
1.0.1
Fix 1:修复小票显示
------渠道名称加大字号,加粗。
------1号篮子的显示去掉。
------餐盒费去掉,换为商品数量。
------支付金额改为订单总金额。
------加一个商品总金额( 去掉配送费)。
------加一个预计送达时间。
------新增发票信息。
1.0.0
Add 1: 程序创建
\ No newline at end of file


\ No newline at end of file
@echo off
@echo off
start "" /wait sc "stop" "fmupdate"
start "" /wait taskkill "/f" "/im" "fmscupd.exe"
start "" /wait taskkill "/f" "/im" "fmTakeaway.exe"
start "" /wait sc "delete" "fmupdate"
ping -n 2 127.0.0.1>nul
@echo on
\ No newline at end of file
;更新服务器信息
;更新服务器信息
[ServerUrl]
;检查更新接口地址
update=http://115.159.33.143/api/fork/checkupdate
;更新汇报接口地址
report=http://115.159.33.143/api/fork/PosPlanState
;软件信息
[SoftInfo]
;版本信息
version=1.2.2
;合作商户ID(味多美)
partnerId=1226
;下载文件超时时间(秒)
timeout0=600
;请求数据超时时间(秒)
timeout1=20
;守护的程序列表(多个程序之间用,隔开)
[ExeList]
value=fmTakeaway/fmTakeaway.exe
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment