Commit Graph

139 Commits

Author SHA1 Message Date
Paulius Sladkevičius 2e083e88d8 [FIX] account: open Monthly Turnover partner in graph mode
Tree view gives no information
Fixes #4195
2014-12-12 12:16:56 +01:00
celm1990 d039249dd2 [FIX] fix wrong filter in search view (account/sale)
the field section_id is created in addon sale, but used in the account
reporting views.  This commit moves the search view definition
in the correct file.
2014-11-06 14:15:19 +01:00
Denis Ledoux 480f73c1ef [IMP] account: Invoice analysis, filter year by default
For companies having a lot of invoice, not applying the year filter leads to a long reponse time
2014-08-26 18:28:56 +02:00
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
Denis Ledoux ae65be2b2a [MERGE] forward port of branch saas-5 up to 0739bc4 2014-08-11 15:58:02 +02:00
Denis Ledoux 0a1e4a05b2 [MERGE] forward port of branch saas-3 up to 81a902a 2014-08-08 17:06:39 +02:00
Denis Ledoux 02bf0fd9c8 [MERGE] forward port of branch 7.0 up to a86dfb8 2014-08-07 18:20:13 +02:00
fka-odoo ed79bc203f [FIX] account: child_of operator in invoice analysis report
When displaying invoice analysis of a company, include the invoices of the members of this company (opw 611084)
2014-08-07 10:24:36 +02:00
Géry Debongnie 366a30db95 [FIX] correct various date issues in reporting
* remove old 'day', 'month', 'field' and replace them by the actual
date/datetime field
* remove weird cast to char when creating the view to prevent crash
when grouping on them
* remove duplicates (such as 'creation_date' and 'create_date')
* fix typing errors (field type date defined as a datetime in the
postgres view)
* fix search view definition
2014-07-30 15:11:22 +02:00
Thibault Delavallée 27fa618882 [REV] Partial revert of search view changes: indeed the graph view is not already capable of handling group_by on any field, declaring them is still necessary. 2014-07-04 16:44:55 +02:00
Thibault Delavallée 44a5268c00 [IMP] addons: search view cleaning / improvements due to the new search view display 2014-07-01 11:28:08 +02:00
Olivier Dony 7a88100961 [IMP] account.invoice.report: default `Year` filter should include draft invoices without `date`
This affects the result when Draft invoices are included,
so that they actually appear even without any `date` value,
as they are often meant for the current year.
2014-06-30 14:25:20 +02:00
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
Antony Lesuisse 520e10d4b4 [FIX] account invoice analysis exclude proforma from invoiced
bzr revid: al@openerp.com-20140320101555-hw2bgaqs2kw0b7of
2014-03-20 11:15:55 +01:00
Gery Debongnie 4b3076e955 [IMP] improves the reporting views in account module (work on the Pivot tables, and remove some useless day/month/year attributes) (addon account)
bzr revid: ged@openerp.com-20140129160348-230nvcutbdqh1hx1
2014-01-29 17:03:48 +01:00
Gery Debongnie 939ae651b4 [IMP] improves the account invoice reporting view, in graph view mode : puts the period in column, product category in rows (addon account)
bzr revid: ged@openerp.com-20140127082038-sek8wnkzwundrxe6
2014-01-27 09:20:38 +01:00
Gery Debongnie ea2dcd79b1 [IMP] removes old tree view in reporting (invoice) and replaces it by the new graph view in pivot mode by default (addon account)
bzr revid: ged@openerp.com-20140102100427-kk048mulsrhgnnbw
2014-01-02 11:04:27 +01:00
Gery Debongnie 8135ef70f3 [IMP] removes old tree view in reporting (invoice) and replaces it by the new graph view in pivot mode by default (addon account)
bzr revid: ged@openerp.com-20140102090022-mzjiiiwg6he3ggz5
2014-01-02 10:00:22 +01:00
Gery Debongnie 9edecec48f [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 account)
bzr revid: ged@openerp.com-20131224102631-gca1kk3xfh48d4bp
2013-12-24 11:26:31 +01:00
Thibault Delavallée ed0a829cb3 [MERGE] [IMP] addons: improved name and tooltips of groupby date in various addons.
bzr revid: tde@openerp.com-20130904141053-yustqiuzynbettq8
2013-09-04 16:10:53 +02:00
Quentin (OpenERP) f2e942ac44 [IMP] account: added the possibility to group by country in invoice analysis, uppon urgent request of fp
bzr revid: qdp-launchpad@openerp.com-20130514120518-2u7j3xaslxj8j1c7
2013-05-14 14:05:18 +02:00
Quentin (OpenERP) 33f27b362b [MERGE] forward port of addons v7 up to revision 9045
bzr revid: qdp-launchpad@openerp.com-20130422153449-c62emljfa4a49758
2013-04-22 17:34:49 +02:00
Olivier Dony e82d59e547 [FIX] account.invoice.report: search view should not OR the filters Invoice/Refund filters with the Customer/Supplier ones
These filters are typically checked alternatively to obtain the
Customer Invoices or Customer Refunds or Supplier Invoices or
Supplier Refunds, so these 2 series of filters must be combined
with AND. This requires an extra separator in the search view.

bzr revid: odo@openerp.com-20130122105227-dbhltam9alfr8i9q
2013-01-22 11:52:27 +01:00
dle@openerp.com 59b21b5e51 [FIX]Account invoice report Total Price now displayed
bzr revid: dle@openerp.com-20121224142046-mplzmwxke29zw1mj
2012-12-24 15:20:46 +01:00
Quentin (OpenERP) 7a50367e84 [IMP] account: optimized the account invoice analysis report to lower the response time. Removed the fields due_delay and delay_to_pay that were the reasons of the bad performances besides being a bit useless and having wrong values computed
bzr revid: qdp-launchpad@openerp.com-20121129101228-6cxv07svxnbabfr0
2012-11-29 11:12:28 +01:00
Foram Katharotiya (OpenERP) 7abde8ad1c [IMP] solve error of graph view
bzr revid: fka@tinyerp.com-20121018113444-y2meq3jv060rypjw
2012-10-18 17:04:44 +05:30
Quentin (OpenERP) b5b9bc9872 [FIX] account, invoice analysis report: fixed 2 bugs in multi-currency environments (1) wrong currency rate chosen for transformation into base currency because of missing 'order by' statement; (2) re-transformation of amounts into user's currency instead of leaving them in base currency (rate=1)
bzr revid: qdp-launchpad@openerp.com-20121015112530-6bbo1xia2f3i5fzf
2012-10-15 13:25:30 +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
Twinkle Christian (OpenERP) 44eb35dfa2 [IMP]Remove type field from the whole account
bzr revid: tch@tinyerp.com-20120808105907-08cd8y1n0grgxxid
2012-08-08 16:29:07 +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
Jigar Amin - OpenERP 223352936d [MERGE] lp:~openerp-dev/openobject-addons/trunk-clean-search-account-tpa
bzr revid: jam@tinyerp.com-20120719131526-fxygd02jk1xz38ev
2012-07-19 18:45:26 +05:30
Turkesh Patel (Open ERP) 2fa5b4c96d [IMP] account:improved all search views
bzr revid: tpa@tinyerp.com-20120719105136-r1y1o5uq7es6mwkj
2012-07-19 16:21:36 +05:30
Fabien Pinckaers 862b02a37d [IMP] default filters on invoice analysis
bzr revid: fp@tinyerp.com-20120629153819-35ah6e0amk5mej00
2012-06-29 17:38:19 +02:00
Fabien Pinckaers 7bc3a52573 [IMP] move menu of accounting reports
bzr revid: fp@tinyerp.com-20120628171101-fmglqu3if7k6e7r1
2012-06-28 19:11:01 +02:00
Purnendu Singh (OpenERP) e299f17581 [MERGE] account_*: Merge mdi branch with little improvments
bzr revid: psi@tinyerp.com-20120618064445-wikpewn3c5trvudz
2012-06-18 12:14:45 +05:30
Divyesh Makwana (Open ERP) 52757b4f15 [IMP] account : Improved the Search View.
bzr revid: mdi@tinyerp.com-20120614062329-hmobg0z29o39gc7s
2012-06-14 11:53:29 +05:30
Divyesh Makwana (Open ERP) 709522a45b [IMP] account : fix the error : Object 2012-01-01 has no method 'getFullYear'.
bzr revid: mdi@tinyerp.com-20120604062709-qi1qj4thrvq75q3d
2012-06-04 11:57:09 +05:30
Divyesh Makwana (Open ERP) d18cb96c97 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120528062205-ukjcxs41f917dsk2
2012-05-28 11:52:05 +05:30
Divyesh Makwana (Open ERP) faeb8865d2 [IMP] account : Removed all filters related to a date field and added the related date field in the search view.
bzr revid: mdi@tinyerp.com-20120522052001-zfuetczlp7ojm5gt
2012-05-22 10:50:01 +05:30
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
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Kuldeep Joshi (OpenERP) a082f8a977 [IMP] account: remove address filed
bzr revid: kjo@tinyerp.com-20120305101605-swk7at0hi1ghcr4c
2012-03-05 15:46:05 +05:30
Kuldeep Joshi (OpenERP) fd384fe645 [IMP] account : remove invoice address
bzr revid: kjo@tinyerp.com-20120305064845-aezglwmj86fi2ndc
2012-03-05 12:18:45 +05:30
Fabien Pinckaers c2c27af2b6 [IMP] useability misc
bzr revid: fp@tinyerp.com-20111212223017-9no2htur9g0uqvf2
2011-12-12 23:30:17 +01:00
Fabien Pinckaers 1a9df61c7e merge: better year/month OR separations
bzr revid: fp@tinyerp.com-20111111152658-gkd2tyw2wa5lkkzn
2011-11-11 16:26:58 +01:00
Jagdish Panchal (Open ERP) 1c11ca2697 [imp] improvement Analysis account
bzr revid: jap@tinyerp.com-20111110104903-v1f11bqlbzapypvg
2011-11-10 16:19:03 +05:30
Fabien Pinckaers 05d6d35cc8 [Merge]
bzr revid: fp@tinyerp.com-20110917110317-34apz3spz1h9azjl
2011-09-17 13:03:17 +02:00
Xavier Morel 178fec5c64 [FIX] str 'in' str (singletons missing tuple-building comma), in @colors attributes. Replace by string equality
bzr revid: xmo@openerp.com-20110911135025-v9yct8pnjfj21tyj
2011-09-11 15:50:25 +02:00