Commit Graph

23 Commits

Author SHA1 Message Date
Géry Debongnie 555677f14d [IMP] replace all 'Group By...' by 'Group By'
in all searchview, the 'Group By...' looks weird, next to the Custom
Reports and Filters.  This change was requested by the upper management
2014-05-22 11:44:35 +02:00
Josse Colpaert fd6352ac06 [IMP] Change report to have location instead of warehouse
bzr revid: jco@openerp.com-20140324152211-jecefcplr9mjk0wy
2014-03-24 16:22:11 +01:00
Gery Debongnie e58efb7361 [IMP] replace the Order Analysis tree view by a graph view to use the new Pivot table. Also, removes the Day/Month/Year attributes of the postgres view (addon point_of_sale)
bzr revid: ged@openerp.com-20140130094455-cai7dvvozwhojaff
2014-01-30 10:44:55 +01:00
sgo@tinyerp.com e4250d1558 [IMP]remove sale.shop from pos and improve code
bzr revid: sgo@tinyerp.com-20130123113306-n7enol5as84sv0g2
2013-01-23 17:03:06 +05:30
Nimesh (Open ERP) 8c42299413 [REMOVE] remove create button form all posgress report.
bzr revid: nco@tinyerp.com-20120927083839-ruhpxzwgdyasodfe
2012-09-27 14:08:39 +05:30
Twinkle Christian (OpenERP) fc1b1749a8 [IMP]Remove type field from the modules
bzr revid: tch@tinyerp.com-20120809060516-zgx3gdyv6wdshfyw
2012-08-09 11:35:16 +05:30
Twinkle Christian (OpenERP) cb1c6c08af [IMP]Improve search view in all modules
bzr revid: tch@tinyerp.com-20120731112804-a0akxtqr1z0uew6w
2012-07-31 16:58:04 +05:30
vta@openerp.com f920e391e0 [IMP] search view: review of the search views.
bzr revid: qdp-launchpad@openerp.com-20120730085027-0khspe8pl0t4118j
2012-07-30 10:50:27 +02:00
Turkesh Patel (Open ERP) 6e178d51ec [IMP] point_of_sale: improved search views.
bzr revid: tpa@tinyerp.com-20120720124629-4eau5t3r09x7b5y2
2012-07-20 18:16:29 +05:30
Frédéric van der Essen f5e0ad32f2 [MERGE] trunk into point_of_sale, WIP
bzr revid: fva@openerp.com-20120711160325-vmzhxwl74j2u7v8g
2012-07-11 18:03:25 +02:00
Frédéric van der Essen f8d32d3304 [MERGE] point_of_sale
bzr revid: fva@openerp.com-20120710142447-s0z5ca89bofh0n2c
2012-07-10 16:24:47 +02:00
Divyesh Makwana (Open ERP) a1ead34ba5 [IMP] point_of_sale : Improved the Search View.
bzr revid: mdi@tinyerp.com-20120619052937-ndi4f77pxnzpb3zi
2012-06-19 10:59:37 +05:30
Divyesh Makwana (Open ERP) ce6d03c66a [IMP] point_of_sale : Removed all filters related to a date field and added the related date field in the search view.
bzr revid: mdi@tinyerp.com-20120528064241-imvko29lik159xal
2012-05-28 12:12:41 +05:30
Fabien Pinckaers a45072238e IMP
bzr revid: fp@openerp.com-20120513103351-pjymo4jf4grh8pjw
2012-05-13 12:33:51 +02:00
Saurang Suthar (OpenERP) 2ad3b32160 [IMP]:improved title Minimum Salesman by Salesperson everywhere
bzr revid: ssu@tinyerp.com-20120504121326-nqpx2eyqc1qrp04w
2012-05-04 17:43:26 +05:30
Thibault Delavallée 53bf3935d4 [FIX] Fixed bugged Today filter in search views for Register Analysis and Point of sale Analysis in Reporting
bzr revid: tde@openerp.com-20120210091006-rgcal7pv5j90pntj
2012-02-10 10:10:06 +01:00
Fabien Pinckaers 314f15e363 [IMP] cleaning POS reports, removed bad reports
bzr revid: fp@tinyerp.com-20111211105130-y7lra445g4hzd614
2011-12-11 11:51:30 +01:00
Khushboo Bhatt (Open ERP) 22d3c09141 [IMP]point_of_sale:improvement analysis report
bzr revid: kbh@tinyerp.com-20111110111448-wr5ce6x3s4aqkrnj
2011-11-10 16:44:48 +05:30
Bharat (OpenERP) f79f94ea00 [FIX] point_of_sale : Only kept tree view in view_mode in point_of_sale/report/pos_order_report_view.xml
lp bug: https://launchpad.net/bugs/872680 fixed

bzr revid: bde@tinyerp.com-20111013105050-ny9xahhc0vm9q8vs
2011-10-13 16:20:50 +05:30
Fabien Pinckaers d4febfe788 [IMP+FIX] Complete cleaning of point_of_sale module
- refactorisation of the code: 2000 lines of code removed
   - fixed all the bugs
      - support for tax included/excluded prices
      - fixed rounding troubles
      - don't print the ticket if partial payment
   - cleaning features:
      - workflow reviewed: New -> Done -> Posted / Invoiced
      - generation of journal entries/invoice is now correct
      - only one picking per PoS order
      - wizard to apply global discount (on each lines)
   - useability:
      - reviewed the main point_of_sale screen
      - statements are open by default
   - removed non-useful features
      - advances (you use a special product for this)
      - contracts numbers
      - refund with exchange (you just create a new sale with negatives qty)
      - removed validation steps
      - scan product wizard
   - clean and complete YAML tests (work in progress)

bzr revid: fp@tinyerp.com-20110925140930-s6zibvn51k3914in
2011-09-25 16:09:30 +02:00
Xavier Morel 4e6a9ea55c [REM] all @col and @colspan attributes on groups in search views: search views are not laid out by columns, therefore these attributes do not belong
bzr revid: xmo@openerp.com-20110315140859-uh9w3exdit84qz47
2011-03-15 15:08:59 +01:00
Xavier Morel 6ff62c43da [IMP] remove apparently unused 'separator' attribute on some filter elements, tightening the RNG
bzr revid: xmo@openerp.com-20110314175430-zmitioduzwmn9de4
2011-03-14 18:54:30 +01:00
ARA (OpenERP) e04b0e3e8a [ADD] ponit_of_sale: add a missining report files
bzr revid: ara@tinyerp.com-20101028060715-8ft3ft16kllhk8pb
2010-10-28 11:37:15 +05:30