Commit Graph

323 Commits

Author SHA1 Message Date
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
openerp-sle 12e9d218b0 [IMP] Sale order report converted to QWeb
bzr revid: openerp-sle@openerp-sle.home-20140212182247-0ahbbrgob4ssz9bn
2014-02-12 19:22:47 +01:00
Gery Debongnie e4cb7e5aa1 [FIX] change the name of the sales filter to Sales -> this is the name required in some other places that inherits it (addon sale)
bzr revid: ged@openerp.com-20140127143219-2ljcrieylv3pdz8c
2014-01-27 15:32:19 +01:00
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
Gery Debongnie 9477cacd5f [IMP] removes old tree view in reporting (sales, sales_crm, sales_stock) and replaces them by the new graph view in pivot mode by default (addon sale, sale_crm, sale_stock)
bzr revid: ged@openerp.com-20131231111824-1altk73m9l4iszkq
2013-12-31 12:18:24 +01:00
Gery Debongnie ae13bea0d8 [IMP] changes the xml description of the graphs to use the new graph view (and to make sure the result is as close as possible) (addon sale)
bzr revid: ged@openerp.com-20131224102942-5g4gchmgyloo2s06
2013-12-24 11:29:42 +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) 6e1b899aa9 [IMP] improved code
bzr revid: tpa@tinyerp.com-20130904114335-jfptxzwdgt2xjzm1
2013-09-04 17:13:35 +05:30
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
Turkesh Patel (Open ERP) edff1d9575 [IMP] Fixed issue of traceback when we enter non integer number,improved css and help.
bzr revid: tpa@tinyerp.com-20130726071834-hd9qyyotf41ja57w
2013-07-26 12:48:34 +05:30
sgo@tinyerp.com 2bda4f7b3c [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130607113500-jzhet9cr98c0ss4s
2013-06-07 17:05:00 +05:30
Thibault Delavallée 71df1a41bc [FORWARD] Forward port of addons 7.0 until revision 9172
bzr revid: tde@openerp.com-20130528104500-ds3irrs2u0qpst37
2013-05-28 12:45:00 +02:00
Quentin (OpenERP) 34b1314bb2 [FIX] sale: removed fontName from sale order report in order to allow a default style definition in company (to allow chinese characters for example, with Sun-ExtA font)
bzr revid: qdp-launchpad@openerp.com-20130527165133-81sps2mv2wgqb98w
2013-05-27 18:51:33 +02:00
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
Quentin (OpenERP) 0134905e3f [MERGE] sale: when printing the sale order report, do not print the discount column if user doesn't belong to the group that enables to see it
bzr revid: qdp-launchpad@openerp.com-20130318135654-bi22fjscerrmzgru
2013-03-18 14:56:54 +01:00
Josse Colpaert 55bbebb7a3 [FIX] Adapted standard sxw file
bzr revid: jco@openerp.com-20130314170209-uy5kk1j11w1xgzg8
2013-03-14 18:02:09 +01:00
Josse Colpaert 8067436468 [FIX] Discount should only appear on sales order if it is checked in the settings.
bzr revid: jco@openerp.com-20130307082510-mckayx175qu9ispo
2013-03-07 09:25:10 +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
Olivier Dony 49597f0e66 [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community
bzr revid: odo@openerp.com-20121221164808-kdjrtcbgma4dr3on
2012-12-21 17:48:08 +01:00
Olivier Dony fc0c2942ba [MERGE] Another batch of bugfixes from 6.1
bzr revid: odo@openerp.com-20121218175547-7c1uxq4ypbi314gx
2012-12-18 18:55:47 +01:00
Olivier Dony 84d7987f33 [MERGE] Bugfixes from 6.1 until revision 6900
rev.6900 = xal@openerp.com-20120720134532-t07xr3lp8ouhn2dv

bzr revid: odo@openerp.com-20121218021123-9ligpn7bkr9zo4n7
2012-12-18 03:11:23 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Vishmita 305f64478d [FIX]Change report title
bzr revid: vja@tinyerp.com-20121203081331-w7ahvcy6garpn4v8
2012-12-03 13:43:31 +05:30
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
Atul Patel (OpenERP) 257d03f403 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20121003052447-99gpby70gy2fbhih
2012-10-03 10:54:47 +05:30
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
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
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
Khushboo Bhatt (Open ERP) b775ee79ab [FIX]sale:quatation report updated
bzr revid: kbh@tinyerp.com-20120925110115-ljcf93q17fzeergk
2012-09-25 16:31:15 +05:30
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) 81a1bd6898 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120816051123-ekldd1gox8py3pgl
2012-08-16 10:41:23 +05:30
Atul Patel (OpenERP) f35c0b3d44 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120814161000-41ai95ixagtqteok
2012-08-14 21:40:00 +05:30
Quentin (OpenERP) 1232812cc6 [MERGE] merged branch that corrects the decimal precision on fields. Courtesy of Akretion
bzr revid: qdp-launchpad@openerp.com-20120814141040-oaf7d56thhi2s9rm
2012-08-14 16:10:40 +02:00
Atul Patel (OpenERP) 1674c9add5 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120809165534-89dhvj3pi1obnn8q
2012-08-09 22:25:34 +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 vta@openerp.com 264d2c3365 [MERGE] Trunk.
bzr revid: vta@openerp.com-20120730123628-49rirhupbwqfzr0r
2012-07-30 14:36:28 +02:00
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