Commit Graph

72 Commits

Author SHA1 Message Date
qdc f57787e07e [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-26 11:56:49 +02:00
Christophe Simonis 5a5f811d23 [REVERT] commit 5e5c73e
Branch 8.0 is a **stable** branch. This mean no database schema
changes.
2014-08-22 13:59:22 +02:00
qdc 5e5c73e7ba [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-22 09:49:09 +02:00
Thibault Delavallée 919bd97509 [MERGE] Sync with upstream (trunk) 2014-05-12 14:56:31 +02:00
Cedric Snauwaert 9d9cfd585f [FIX]sale_report: change type of field date from date to datetime to match field date on sale_order
bzr revid: csn@openerp.com-20140512114532-726a1z0wqbpz96t8
2014-05-12 13:45:32 +02:00
Ravi Gadhia 6ccbd2cd82 [IMP] no need to inherit sale.order report we are already in sale/report +change file name for invoice report 2014-05-02 17:23:18 +05:30
Gery Debongnie fcb9f7a76e [IMP] improves the Sales Analysis reporting views (add filters and changes the row/col definitions) in pivot table mode (addon sale)
bzr revid: ged@openerp.com-20140127110102-so4cma7679uvdwtk
2014-01-27 12:01:02 +01:00
Turkesh Patel (Open ERP) b08503e373 [MRG] merge with lp:openobject-addons
bzr revid: tpa@tinyerp.com-20131126052924-xn4qn67lehe6x2pj
2013-11-26 10:59:24 +05:30
Olivier Dony 44664076da [MERGE] Forward-port of latest 7.0 fixes up to rev 9618 rev-id: dle@openerp.com-20131120142131-s333lyva85cyn41o
bzr revid: odo@openerp.com-20131120144059-yyh7emvgdarff09b
bzr revid: odo@openerp.com-20131120144318-11nmn1zj00zmi10z
2013-11-20 15:43:18 +01:00
Olivier Dony 0f7099bb30 [FIX] sale,sale_stock: sales analysis view using incorrect JOIN and group by clause
Similarly to the recent fixes in Purchase Analysis,
the Sales Analysis view must not group on the quantity
field. It is one of the columns that must be aggregated,
not used to fold PO lines into the same
result row.
The line count was also incorrect because of this, and
had to be corrected to actually count() the underlying
SO lines.

In addition, the JOINs were done in the wrong order,
which could cause problems (e.g. if an empty SO ever
landed in the database, all the SO line columns
would be empty in the JOIN, and cause errors)

bzr revid: odo@openerp.com-20131105103011-vkix07lsb6q3y9fd
2013-11-05 11:30:11 +01:00
Turkesh Patel (Open ERP) b63f89a74e [RMV] remove improvemets to calculate amount based on currency from analysis reports.
bzr revid: tpa@tinyerp.com-20130904112540-4ovecz1mpjkok7ge
2013-09-04 16:55:40 +05:30
Turkesh Patel (Open ERP) edf31c829c [MRG] improved sale analysis report to convert amount in cureent user currency:lp:~openerp-dev/openobject-addons/trunk-salesteam-kanban-tpa-improve-chirag
bzr revid: tpa@tinyerp.com-20130808091035-4smdbjrxi3jpomcc
2013-08-08 14:40:35 +05:30
Chirag Dodiya (OpenERP Trainee) ac12aa981a [IMP] Improved Sale Analysis report
bzr revid: chiragdd7@gmail.com-20130808054940-b1a8ikj4hd49rpru
2013-08-08 11:19:40 +05:30
Turkesh Patel (Open ERP) 9daabe3754 [IMP] show sales analysis based on cretion date for quatation and for sales based on confirm date.
bzr revid: tpa@tinyerp.com-20130806091124-650f98bm7d1e004e
2013-08-06 14:41:24 +05:30
Turkesh Patel (Open ERP) 0049c8efe8 [IMP] Improved code of sale report to inherit and add fields in sale_crm,sale_stock modules, added proper domins on the actions in sales teams kanban
bzr revid: tpa@tinyerp.com-20130729101117-6sxwrsh2coz8ygkd
2013-07-29 15:41:17 +05:30
sgo@tinyerp.com d1e17fbde0 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130417061434-zry7pxo7fb17063k
2013-04-17 11:44:34 +05:30
Vo Minh Thu e69326ee3b [REF] removed explicit model instanciations.
bzr revid: vmt@openerp.com-20130415102349-vgcrfok2k5y10cwz
2013-04-15 12:23:49 +02:00
Cedric Snauwaert 3945c449eb [FIX]sale_report: change querry so that existing lines with no associated product are still in sales analysis
bzr revid: csn@openerp.com-20130320113422-16e4l93cnzest71r
2013-03-20 12:34:22 +01:00
Cedric Snauwaert bf84b78fed [FIX]sale_report: fix problem when viewing reporting/sale_analysis and no order_lines where defined in a SO
lp bug: https://launchpad.net/bugs/938866 fixed

bzr revid: csn@openerp.com-20130320101316-vvv1mwkdio2pi6oi
2013-03-20 11:13:16 +01:00
sgo@tinyerp.com cf6595baf2 [IMP]remove total sale.shop from sales
bzr revid: sgo@tinyerp.com-20130121100542-36qmkrd82md97phv
2013-01-21 15:35:42 +05:30
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Mayur Maheshwari (OpenERP) 0b87880029 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012114258-w2q3hg1wb5wlt8wi
2012-10-12 17:12:58 +05:30
Fabien Pinckaers 690c8c0195 [MERGE] fix sale order line without products in reports
bzr revid: fp@tinyerp.com-20120929084650-1yx91jeh1z1ehxl5
2012-09-29 10:46:50 +02:00
Quentin (OpenERP) 47c914f1a0 [FIX] sale_stock: fixed identation
bzr revid: qdp-launchpad@openerp.com-20120919083835-11s1ooomn73bcae0
2012-09-19 10:38:35 +02:00
Atul Patel (OpenERP) eb28892a3a [IMP]: MOVE PROCUREMENT CHANGES INTO PROCUREMENT..
bzr revid: atp@tinyerp.com-20120909101156-9pna66qbx28px2ii
2012-09-09 15:41:56 +05:30
Divyesh Makwana (Open ERP) 6072f6031b [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120821125802-6am4p6hpbi5mjpvy
2012-08-21 18:28:02 +05:30
Atul Patel (OpenERP) 06c0ead10d [ADD]: Add dependency
ii) move wizard , yaml file
iii) move stock method into sale_stock.
iv) add security into sale_stock module.

bzr revid: atp@tinyerp.com-20120726205659-xiyx39r3dibshyjs
2012-07-27 02:26:59 +05:30
Fabien Pinckaers 5c791531aa [IMP] improved typos
bzr revid: fp@tinyerp.com-20120522161055-6013qr1s4p773hoj
2012-05-22 18:10:55 +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
Jagdish Panchal (Open ERP) 29918c6418 [IMP] rename UOM to Unit of Measure everywhere in sale,stock,purchase,project_long_term and project_planning
bzr revid: jap@tinyerp.com-20120425120908-z13f1k2an7q01b8j
2012-04-25 17:39:08 +05:30
Divyesh Makwana (Open ERP) d930f23ece [FIX] sale : 6.1RC1 report Sales Analysis bug
lp bug: https://launchpad.net/bugs/938866 fixed

bzr revid: mdi@tinyerp.com-20120312100429-a718zljp31bs7tv3
2012-03-12 15:34:29 +05:30
Serpent Consulting Services d64a317ccb [FIX] Sale : Analysis and Dashboard were crashing due to regression and missing field name
lp bug: https://launchpad.net/bugs/883454 fixed

bzr revid: support@serpentcs.com-20111029122237-h4b2jgckeup4e6uz
2011-10-29 17:52:37 +05:30
Fabien Pinckaers 0fbeafdf5f merge
lp bug: https://launchpad.net/bugs/731035 fixed

bzr revid: fp@tinyerp.com-20110924130915-gnjedwh616xa3w0c
2011-09-24 15:09:15 +02:00
Atik Agewan (OpenERP) 4332b913b8 [MERGE]: Merge with lp:openobject-addons
bzr revid: aag@tinyerp.com-20110915114918-6fjcmluar546i2u8
2011-09-15 17:19:18 +05:30
aag (OpenERP) 645d0a870d [FIX] purchase,sale : one category can have several UoM references than it will not give error msg when open related Report
lp bug: https://launchpad.net/bugs/731035 fixed

bzr revid: aag@tinyerp.co.in-20110701115628-500ttalfgqlhifnx
2011-07-01 17:26:28 +05:30
mtr 05120d4d10 [FIX] sale:-renamed the label 'Shipped Qty'=> 'Shipped' on Sales Analysis
lp bug: https://launchpad.net/bugs/797715 fixed

bzr revid: mtr@mtr-20110616133549-pndpm5m4w1j98axc
2011-06-16 19:05:49 +05:30
qdp-launchpad@tinyerp.com 32589e25b4 [MERGE] merged the xrg branch containing several bugfixes
bzr revid: qdp-launchpad@tinyerp.com-20101230115309-drnbznu04hx52cbj
2010-12-30 12:53:09 +01:00
Ferdinand Gassauer dc8fef96db sale_report: fix division by zero [Bug 692698]
bzr revid: p_christ@hol.gr-20101227085040-wuf9etq22vsu54pr
2010-12-27 10:50:40 +02:00
Ferdinand @ Camptocamp 11cdeb9929 [FIX] Sale: Sale report => sale_report - wrong table join
lp bug: https://launchpad.net/bugs/694248 fixed

bzr revid: mra@mra-laptop-20101227070220-s4v56ta762n3ztyt
2010-12-27 12:32:20 +05:30
pso 81a13374c7 [FIX] sale: Improved price avg operator
lp bug: https://launchpad.net/bugs/646350 fixed

bzr revid: pso@tinyerp.com-20101222100911-n8ndi1yl9j879wes
2010-12-22 15:39:11 +05:30
pso d461ace026 [FIX] sale: Improved price avg operator
lp bug: https://launchpad.net/bugs/646350 fixed

bzr revid: pso@tinyerp.com-20101222093631-k8yxe5u3o3agc61p
2010-12-22 15:06:31 +05:30
pso a0c6493743 [FIX] account, sale, purchase: Improved analysis report
lp bug: https://launchpad.net/bugs/673835 fixed

bzr revid: pso@tinyerp.com-20101220122422-kqao990cf3q582df
2010-12-20 17:54:22 +05:30
pso a20240b078 [IMP] sale: cleaning module
bzr revid: pso@tinyerp.com-20101021093004-lcfd7eiq2tptqutm
2010-10-21 15:00:04 +05:30
mtr 7a84c915e5 [IMP] sale:-improvements in sale as per base_module_quality
bzr revid: mtr@mtr-20101015084813-brm71mb0hg7sajqo
2010-10-15 14:18:13 +05:30
Harry (OpenERP) c87973980d [FIX] remove unused field from report objects
bzr revid: hmo@tinyerp.com-20100903090739-kh9qhixsxz62z1z2
2010-09-03 14:37:39 +05:30
Rvo (Open ERP) 45a8d54f18 [CLEAN]: removed commented code, fixed proper indentation in dictionary and removed extra spaces at few places
bzr revid: rvo@tinyerp.co.in-20100813122005-qj1l1iumkfmocyvk
2010-08-13 17:50:05 +05:30
apa-tiny 10d6fc19cc [IMP]:sale,purchase:imroved SQL reports
bzr revid: apa@tinyerp.com-20100709100541-6mt5i6uc47zafp0j
2010-07-09 15:35:41 +05:30
rch(OpenERP) bafa49c7b7 [IMP] Improved sale dashboard.
bzr revid: jni@tinyerp.com-20100622113904-75gojl7iaaxybs23
2010-06-22 17:09:04 +05:30
Fabien Pinckaers 9c3da9c251 [FIX] sale,purchase,stock
bzr revid: fp@tinyerp.com-20100621184058-try3rw3m59uc4e55
2010-06-21 20:40:58 +02:00
nel@tinyerp.com 7f6a11818c [ADD] product_manufacturer, improvement of product_electronic
bzr revid: nel@tinyerp.com-20100614112721-9g2vnueqwyycabm1
2010-06-14 13:27:21 +02:00