Hi all,
I wrote a module to enhance POS.
Here are some features I added :
- Cashier management
- Customer management :select/ edit/create
- Sale history : see customer purchases
- Special discount : shop manager can apply a special discount (password required)
- Customs Packs : packs of products with variants
POS internal messaging : displays scheduled messages inside POS (once or each X hours)
- some other stuffs.
here are screenshots :
POS interface with cashier module + customer module /left side
Select customer by letter or with search input
see customer purchase history
Sale Custom Packs . Build one in a few clicks
Paiement page
Ticket with lot of details
Shop manager can apply special discount. Need a password
Messages are displayed once or each X hours.
All that stuff is well working (for my company), maybe I'll have to make some corrections (I have not used it as a vendor, so they may discover some bugs, but for now , it works)
I'm writing a page to explain how it works, how to install it and use it. There will be a download link to.
I put some explanation (JS/PY/XML)
It could be available in a week if I have enough time.
Regards
Article is online here : OpenERP Module TG_POS_ENHANCED - FR
English version is here : OpenERP Module TG_POS_ENHANCED - EN
Download : tg_pos_enhanced 1.0.1
Awesome. Is it overriding point_of_sale?
Yes absolutly.
@Thierry Godin : How can i download this module
Cool :) you rocks :)
Thanks all. Please be patient. I just finished the article, I proposed it for proofreading. It could be online in a couple of days.
thanks to the english documentation. I have a short look at the the code and some hints. But starting working together i recomment a public repository, to able that someone can send you code. And have a small issue list to discuss details of the implementation. So that your work can shine and develop go an.
The price button is not function any more. Which code prohibit it? I have the requirement to change the prices freely cause some items price is negotiable. Thanks!
@Franck :
Please see here : http://thierry-godin.developpez.com/openerp/openerp-module-pos-enhanced-en/#LVII-F
You can recover buttons, but be aware that you have to redesign numpad in xml. Also, it is possible you encounter strange behavior while changing Custom Pack price (I have not worked on this because it was a will of my company)
Regards
@Franck :
Please see here : http://thierry-godin.developpez.com/openerp/openerp-module-pos-enhanced-en/#LVII-F
You can recover buttons, but be aware that you have to redesign numpad in xml. Also, it is possible you encounter strange behavior while changing Custom Pack price (I have not worked on this because it was a will of my company)
Regards
Nice! I really like the customer purchase history.
Thank you very much for releasing this to the public Thierry! It is an amazing piece of work. I personally need some other extra functionality (being able to add products from inside the POS) and I was wondering if you could give me any guidance or help.. You can see my question here: https://www.odoo.com/forum/help-1/question/how-to-allow-a-user-to-add-new-products-from-inside-the-pos-68172 I already have the view and button etc.. I only need to know how I could let the user make a new product from there on.