Simonstyle's TODO:
- HP allinone电脑制作的安装程序不能启动,目前只有dell能制作安装了,怀疑是打包进安装zip的jdk不对?
- BarFrame顶部的bill #总是显示1有点傻,应该让它显示“bill number-分单number”
- 现在最最重要的是抓紧一切时间,确保跟海底捞还有个多伦多软件的整合。
- printBill方法的问题
- 返回值是null
- 其他的
- 所有的饭店和饺子单都作为双税处理,所以没有必要记住那些菜名和菜价了吧。
- 如果通过税务局测excel测试
- 其他的功能的自测
- 手册编纂
- close batch之后的单子不可以再return。
- 那个末尾的F到底是怎么回事?是mev规格还是我自己加上去的,mev的ref用的是什么格式,会带F吗?
- discountDlg,changeDlg还有dicItem对话盒上的规则按钮有时(初始时)没有显示。
- makesure menu eixts没有起作用。
- depanure的1.0版本。
现在有更多的PAYMENT OPTION: CASH, DEBIT, CREDIT, GIFT CARD, UBER, SKIP, DOORDASH, FANTUAN. 在点菜和付款的主界面, 能否加多一个PAYMENT 的BUTTON, 点了这个BUTTON, 可以有这些PAYMENT的选择?·(最后只添加了一个platform支付方法,点击后立即支付,追查时可以根据桌子的名字知道是哪种平台)invoice编号的开头字符要从服务器下载,每激活一次加一。能不能所有的支付都可以支持定制(有个饭店想要把Uber,skip放在首页菜单上,couter模式)添加删除菜的功能:refund一个bill时,弹出带所选bill上所有菜的对话盒,默认所有菜都不选中,用户可以选择需要refund的某些菜,也可以点击全选按钮,然后确定进行退单。sails 界面上选中菜后,点refund,不再显示错误警告,而是显示选择对话框,问要用bill based方式还是item based方式refund?用word写一个带图片或者视频的用户手册类文档,用来让拿到程序的人知道如何安装、设置和使用。写一个简单的ReadMe文章,用来让维护程序的人知道如何设置环境、开发、测试、打包。客户屏幕上应该增加logo桌号只留井号启动时的屏幕闪动单据的导入导出默认安装路径server project的没有界面的程序的图标问题.what does it mean?- 严重问题:怀疑当有coupon存在时,当执行某种行为(或许是查询?因为我在dbeaver里执行sql时也遇到过)时会遇到系统发疯,效果包括提示连接断掉,重新连接并刷新发现hardware表中有无数条同样id的记录,有时突然发现记录消失了,有时好像又重新出现了,目前我是通过删除硬盘上所有数据库文件的办法临时掩盖住了问题,不知什么情况下回重新触发。
If there are 3 bills, all printed bills, then combined all of them into one bill(or we move the item between the bills, then print again, what will happen in the mev machine?all the invoice need a ref part. to indicate a bill, and it self, will use the same number with "F" at the end.(not all need ref, only on there's doc, otherwise how can we set a ref? and when bill printed, we set ref to it self. this will be used by the invoice doc which will be same number just added a "F" at the end)when move items/combine all/un combin all/ need to check if the affected bill are printed, if printed, then need to dump it and generate a new bill copy every thing in the old bill. the new created bill is original status.if a bill printed check already, then did a void operation, what shall we do? we should print a invoice with 0 as sub total or reprint a check with 0 as subtotal? (print a final invoice with subtotal 0)if a bill printed invoice already, then we need to refund to the customer all the money of part of the money. what shall we do? print an other invoice with reprint and negative money as sub total? (yes, but not reprint, just a ref and a negative moneys.)If a bill or many bills are already printed(bills), then we print the invoice,the msg will calculate two times of money? ,both have displayed same bill number. -----(no problem if the invoice not printed, gov will use the check to calculate the tax.combine all时,不要动output的billId属性,好用来做undo用。下载新订单时,如果遇到新菜自动加入到Pos功能缺陷:没有设上打印机属性。下载新订单时,如果新菜的属性有变化,应该自动更新到pos系统。在pos上更新菜的属性后,判断如果有hostserver属性的话,要在确定时更新到server。或者至少提醒用户“应该在server上修改“。--------目前先要求有用server的话,尽量或尽快在server上改。万一哪天本地电脑或系统坏了,菜单不会丢。下载时只下载MainOrder,如果有新的item,再发请求,下载相关的内容(可能是全套内容)-----暂时没有实现,以后访问量大了再看add a settings: allow waiter to give discount and change price.翻页按钮在菜单满了时,没能正确显示(第二个category显示时,不应该显示翻页,结果却显示了。可能是应该setfalse却没有set的缘故。)菜单下载后应该及时发消息给服务器,表示这个order正在打印,把其状态改成n(10),待打印成功后改成M(50),这样避免出现20秒后再次下载订单如果打印失败,需要发送消息给服务器,把订单状态从n改为0吗?好像不用,因为没有打印成功则不会从map中删除菜,待打印机修复后还会继续打印的。(测试事先关打印机,pos报错,然后就不再报错了,待开机后老单子+新单子自动打印出来了)增加分屏显示功能。应该在打印bill之前就保存bill,得到ID。如果付钱时选卡,然后exact,然后会被认为是现金支付。用卡支付时,tip数值有错。一个打印机坏了,不应该影响其他打印机的打印。(加了finally for socket print case)新建的桌子,bill显示为0,生成第一个单后,billid为2.(应该是1)(因为忘了加时间条件,导致搜索结果发现已经有该桌的bill存在)- on site admin需要有个图形界面,用来操纵各个机器的状态。
解决安装后,pos不能自动运行的问题。(通过izpack 的short cut Panel解决了,但是开机启动容易启动失败,导致双击图标启动不了,所以又取消了自动启动。)制作安装程序修改配置文件(原来是GB2312编码,现在需要改成UTF-8编码才能装载如hash并运行。)但是目前启动成功后,最后写入PIMConfig时,没有采用UTF-8,而是用了默认编码。改成maven项目(为了能够整合进入security的框架,便于将来的升级维护)修改bat文件,使能够包括lib并运行(或者不用修改bat也未必)修改config文件位置,使能够顺利启动发现用console mode,simonStyle可以被启动,但是用startService,却没有启动。在Wee的家里的电脑,没有成功启动,在店里的电脑,却成功启动了。研究如何能在桌面添加快捷方式,以及/(或者)如何开机启动.能在销售那边安装运行估计要发送一个link给销售。销售下载测试商量修改数量确定修改方案修改。
- ------------sale page-----------
send message to kitchen when remove a save dish, - a saveddish and void order.print bill funciton in sales page and print all in bill page.add pay related function.what is disc?function in more- -------------bill page------------------
add empty bill in bill page.add pageleft and pageright buttonimprove layout function to allow customization of row number and column number.support Mix layout.(第二步再说,因为混合布局对于翻页太麻烦了)- -------------table page------------------
change mode funcionadd table functionorder managementserver reportreportreservationsign out- -------------setting page----------------
bill page layoutsingle user/multi useruser authenticationprint format setting居中布局的打印如何添加店家信息,应该允许修改信息。
--
Sam 07:17 21/04/2024
政府认证:
--
Sam 11:01 25/04/2024
|
web-srm
--
Sam 17:53 16/04/2024
|
难道是因为:
--
Sam 18:43 18/02/2023
|
问题出现了,因为pay的时候没有更新createTime,而这个时间是用来在报告时搜索记录的。 所以,如果很早就产生了bill,很晚才pay..... 解决:
--------------------------------------------- 试试这样理解,因为opentime这个时间有时候会不准确,比如counter模式下,桌子早早的就open了.....而且这个时间只有一个....所以如果需要记录一些其他的时间的话,我们就需要一个另外的时间字段,也就是create time字段。 举个栗子:
--
Sam 19:06 13/02/2023
|
from checkBillDialog, when click record, not display in sales pane.
and becareful that if there's split bills, each bill might have different create time or open time? not sure. anyway, the output time field should be sync with his bill's create time or open time.....
--
Sam 05:55 11/02/2023
|
counter mode, table is used to indicate bill number for following use case, we need to display the waiting time on bill:
--
Sam 18:14 10/02/2023
|
几个问题:
--
Sam 18:02 31/01/2023
|
关于mev所连的串口打印机不能打印法语字符的问题
--
Sam 20:35 15/01/2023
|
那现在的问题就是要从根本上把这个日期给重视起来,
--
Sam 18:24 27/12/2022
|
目前关于mev内容生成的流程图
--
Sam 21:00 25/12/2022
|
--
Sam 18:03 24/12/2022
|
About automatic batch generating We want to generate a batch automatically at the end of day if we find their are some bill after the closed batch.....in another word, the waiter supposed to close the batch at the end of the day, but they could forgot to do that, or we can do it for waiter automatically. Why we have to generate a batch everyday by the end of the day? it will solve what problem?---------normally, the second mornining, it will be another waiter who continue the work, when he leave at noon, we don't want his batch contains the bill records whoever has left in last night. Questions:
Other:
--
Sam 17:11 28/09/2022
|
关于invoice是否要打印的问题
--
Sam 17:06 18/09/2022
|
有个关于域名解析的奇怪的问题:
--
Sam 09:05 03/08/2022
|
JDK的版本问题 目前必须使用c:\dropbox\jdk-64作为eclipse中的jdk,否则在对得到的信息进行加密时,会出现异常: Caused by: java.lang.SecurityException: Can't read cryptographic policy directory: unlimited
--
Sam 12:12 29/07/2022
|
postMan发送的请求SanniPos的api接不到了,有哪些可能原因?
TODO
--
Sam 20:41 21/07/2022
|
运气背时,会遇到突然编译不通过了的现象!
--
Sam 20:34 23/06/2022
|
安装后ConfigPath没有被替换,导致服务启动失败问题
--
Sam 20:50 18/06/2022
|
这个security的项目调试注意:
--
Sam 22:40 17/06/2022
|
上周,大概6月6号前后,海底捞的合作项目定下来了,
--
Sam 20:59 12/06/2022
|
List results per page: 20 40 60 80 100 | Page 1 of 4 |