1. note功能
  2. 界面优化,支持小图片+横排
    1. 先看看周大哥的网站怎么搞法。
      1. 怎么搞?现已经有邮件发送了,而且跳转到了一个新的页面
      2. 下一步用户提交时哪个方法处理?--maincontrol加个方法吧
      3. 如何处理?先查一下有没有这个人,没有就建一个,并作为当前person的用户
        1. maincontroller方法太多,要看看怎么分给多个类?
        2. 查人控件可以改善,一边查一遍给建议比较好,但第一步简单实现吧,获取信息后判断:有(邮箱相同且不是info@service@;名字相同且邮箱相同;电话,名字或姓都相同;名字或姓以及地址相同),无,或相似(即名字相同,邮件和电话不同;名字不同但电话或者地址相同


  3. https功能
    1. change db to mysql 7
    2. make taostyle run in linux
    3. try the let's encript ( windows and linux )
    4. make it run in gcp (finally run in A2hosting, no need to run in gcp, still too expensive. only cloud sql will take 300$ a year.
  4. JustPrint和TaoStyle整合
    1. 菜單下載
    2. 訂單下載
    3. 發送sms確認訂單
  5. 改大寫
  6. 增加菜單功能,使它能夠用來做問卷調查
    1. 增加research類型網頁
      1. 圖片類型要改進,確保service和research用不同的圖標。
    2. 增加schedule類型網頁
  7. 每个输入过用户名/电话等信息的visitor的信息必须被等登记下来,并且employee要能够看到,好重新安排送餐或者邮寄。
  8. 收款功能---------这个问题比较大,用paypal太贵,用别的不知道用谁的好,估计shopify吧。
  9. checkout上的totalPrice信息不对
  10. when new order submitted, send out email.
  11. when new order submitted,  notify all the connections (don't know if the connection from JP is possible to be notified).
    1. 现在决定要增加云打印功能,这样就不需要增加一个pad了。
    2. 但是这个JP连接功能还是要有的,因为有堂吃的饭店需要JP来点餐,那么如果有了JP,就不必要买云打印机了。
  12. 要求周哥付200塊錢付了280塊錢
  13. 二級菜單不應該跟正文重叠。
  14. 许先生的网站
    1. 产品描述没有显示
-- Sam 09:53 04/05/2021

 刚刚做了个试验
  1. 下载了全新的tomcat8.5
  2. 上传到A2,然后ssh上去, 用unzip 命令解压
  3. 用chmod 命令修改权限777
  4. (已经设置了端口转发了)运行,看到tomcat页面正常显示。
  5. 替换了Root.war(同时删除了现有的ROOT目录。运行正常。
  6. 修改了server.xml
    1. 增加了所有的host。
    2. 保存,关闭tomcat,重新启动tomat
    3. 等待它死掉。
-- Sam 23:53 04/03/2021
如何給菜設置available note?
  1.  在登陸狀態下,如果顯示service頁面,是不是加減號的,也不會顯示check box,顯示這導致無法選中,因爲不會觸發note icon的顯示。
  2. 所以要在非登錄狀態下,選中需要待會兒會在登陸狀態下設置note的菜,然後登錄,這時再打開service頁面,就能看到notelogo了,從而可以為這些菜設置note。

-- Sam 22:52 30/10/2020
 關於note function:
  1. use for_demo's customizition to set all supportted notes
  2. have 3 key for now: en_notes, fr_notes, zh_notes. e.g.
    1. en_notes:big bowl; small bowl, middle bowl, super spicy, no picy.....
    2. zh_notes:大碗;小碗;中碗;超辣,不放辣
    3. fr_notes:
  3. 如果設置成爲support_note=true, then when a dish selected, will dispay the note icon, the icon should be smaller.
    1. in log in status, when click note icon, display all supported notes.
    2. in log out status, when click the note icon, will display the admin selected notes.
      1. So that means we need a layout like check box + text..
        1. I decided to use service layout, becuase we might need number for notes,like add beef x 2 which will end with higher price than add beaf.
        2. 現在的問題是這個菜的C2如果是空,那該怎麽辦?----先用admin status做起來吧。
      2. this page support status update javascript.
      3. it's like when we operate on feature
        1. all the item are only selected items.
        2. we need to maintain a statuss in session.
  4. the admin selected notes will will set into C2 of the service table.e.g. 1;4;29;2;6
  5. the user selected notes will be added into session. and eventially saved into material table
  6. when print out, same items (including the notes are same) should be integrated into one line with xN, e.g.
    1. cofe(double double) x3   9.99
    2. cofe (no sugar)                3.33
    3. tea  x2                              2.22
      (becarful, one of the double
      double with no milk)
-- Sam 00:55 31/10/2020

Please click here to login and add comments! || automatically refresh content every seconds