[web2py] Re: HersPOS - New Version released 0.03 Web2py + Qooxdoo POS

2011-11-01 Thread wwwgong
I went back to web2py book and found section on using json directly. I guess jsonrpc is more for web service, for internal front/back end communication, it is simply better to use json directly. Strongly agree with you on Qooxdoo, The look-and-feel of Qooxdoo very professional, I have not found ot

Re: [web2py] Re: HersPOS - New Version released 0.03 Web2py + Qooxdoo POS

2011-11-01 Thread Phyo Arkar
for 5) I will add - adding/deleting rows and truncating tables. Stay tuned. 1) I am using directly Json as I haven't really look into JSONRPC of qooxdoo yet. In web2py every request ends with .json return in JSON Serialized result. 2) /HersPOS/default/insert_items.json is the actual request url

[web2py] Re: HersPOS - New Version released 0.03 Web2py + Qooxdoo POS

2011-10-31 Thread wwwgong
I installed it locally, gave app name=herspos, it worked It is great learning stuff for a newbie like me. I am able to do the following: 1) browse the Date tree, sales are filtered by date 2) add sales on 'Sales' tab 3) add product item on 'Item' tab 4) I used sqlite db 5) delete some sales using

[web2py] Re: HersPOS - New Version released 0.03 Web2py + Qooxdoo POS

2011-10-23 Thread Phyo Arkar
i also released w2p appliance , can you guys check it out if it works or not? Please note if you install w2p appliance application name needs to be changed to HersPOS (Case Sensitive) Thanks. Phyo. On 10/23/11, Phyo Arkar wrote: > Link : http://code.google.com/p/herspos > Demo : http://herspos

[web2py] Re: HersPOS - New Version released 0.03 Web2py + Qooxdoo POS

2011-10-22 Thread Phyo Arkar
Link : http://code.google.com/p/herspos Demo : http://herspos.appspot.com/HersPOS On 10/23/11, Phyo Arkar wrote: > New Features : > > -FIltering by date > -Added tabs and seperated items tables / Sales table. > -Demo avaliable on Gae , partially workling (No Sales Table working > but Item table w