Oh you dont need to login , login is not read yet i forget to add that :D
On 10/20/11, Phyo Arkar <phyo.arkarl...@gmail.com> wrote: > our restaurant just opened 2 months ago , and no shes not using any > POS Software , registering by hand, She started using this POS this > week,. It was just 2 week of coding in my free time . I am busy with > other projects . > > I am going to put more features . > > The feature she requested right now is to make filtering work by date > and items (1st priority :D) . > i am going to get it work tomorrow. if you guys have any idea feel > free to suggest :) . > > On 10/20/11, greenpoise <danel.sega...@gmail.com> wrote: >> Cool. Is your wife currently using a POS?? we are currently using >> Microsoft Dynamics RMS and wow..what a battle it has been.. >> >> >> >> >> On Oct 19, 4:26 pm, Phyo Arkar <phyo.arkarl...@gmail.com> wrote: >>> its hard to make it configurable , i don't know how to pass variable >>> from Qooxdoo to web2py thats why i need to hard-code it. coz qooxdoo >>> is totally js and web2py's template code wont work inside JS files. >>> >>> One thing is to pass via url-string is that acceptable ? >>> >>> On 10/20/11, greenpoise <danel.sega...@gmail.com> wrote: >>> >>> >>> >>> >>> >>> >>> >>> > Got ya..thanks..will do.. >>> >>> > d >>> >>> > On Oct 19, 4:19 pm, Phyo Arkar <phyo.arkarl...@gmail.com> wrote: >>> >> rename it to HersPOS (URL is hardcoded). >>> >>> >> On 10/20/11, greenpoise <danel.sega...@gmail.com> wrote: >>> >>> >> > Mine does not show anything. I did as pbreit said, under /herspos >>> >> > but >>> >> > nothing. >>> >>> >> > On Oct 19, 4:14 pm, Phyo Arkar <phyo.arkarl...@gmail.com> wrote: >>> >> >> upper toolbar buttons not working yet , i forgot to mention that. >>> >>> >> >> On 10/20/11, Phyo Arkar <phyo.arkarl...@gmail.com> wrote: >>> >>> >> >> > ok i will make a w2p release. >>> >> >> > I will also make it configurable. >>> >> >> > You guys feel free to clone. modify what you feel needed. >>> >> >> > I had tested on chrome and firefox on linux and firefox on >>> >> >> > windows >>> >> >> > , >>> >> >> > can you give me the firebug output or chrome devtool output ? >>> >>> >> >> > On 10/20/11, greenpoise <danel.sega...@gmail.com> wrote: >>> >> >> >> Neat,thanks for sharing. I download it havent checked out. Can >>> >> >> >> you >>> >> >> >> package it so users can install? >>> >>> >> >> >> d >>> >>> >> >> >> On Oct 19, 3:24 pm, Phyo Arkar <phyo.arkarl...@gmail.com> >>> >> >> >> wrote: >>> >> >> >>> Hello Web2py. >>> >>> >> >> >>> As a practice for integrating Qooxdoo and web2py. I had >>> >> >> >>> created >>> >> >> >>> a >>> >> >> >>> Point of Sales system for my wife's sushi shop. >>> >>> >> >> >>> All people who have trouble integrating Qooxdoo, can base on >>> >> >> >>> my >>> >> >> >>> code. >>> >> >> >>> It used multiple Qooxdoo features . >>> >>> >> >> >>> - Tables >>> >> >> >>> - Folder Trees >>> >> >> >>> - Events >>> >> >> >>> - Event Bubbling >>> >> >> >>> - Delegates >>> >> >> >>> - Custom Class >>> >> >> >>> - AJAX >>> >> >> >>> - Datastore and controllers >>> >> >> >>> - Remote Table >>> >>> >> >> >>> Now i decided to release it as opensource. Please check : >>> >>> >> >> >>>http://code.google.com/p/herspos/ >>> >> >> >>> --- >>> >>> >> >> >>> HersPOS >>> >>> >> >> >>> Web2py + Qooxdoo based resturant POS . Feel feel to use and >>> >> >> >>> contribute! >>> >> >> >>> Started for my wife's Sushi Restaurant, and as a practice for >>> >> >> >>> Qooxdoo >>> >> >> >>> framework , integrating with web2py.Now avaliable for >>> >> >> >>> everyone.This >>> >> >> >>> project is not completed yet, but mostly functional. >>> >>> >> >> >>> Features : >>> >>> >> >> >>> - Full application UI powered by Qooxdoo >>> >>> >> >> >>> - AJAX View of item records using Qooxdoo table. >>> >>> >> >> >>> - AJAX View of sales records. >>> >>> >> >> >>> - Add new sales record. >>> >>> >> >> >>> - Add new items. >>> >>> >> >> >>> - Totals summary. >>> >>> >> >> >>> Todo : >>> >>> >> >> >>> - Sorting >>> >>> >> >> >>> - Filter by date (Clicking on left tree) >>> >>> >> >> >>> - Filtering by items (Clicking on left tree) >>> >>> >> >> >>> - Editing records >