Stéphane Bidoul
9173c34ef3
[FIX] pep8
10 years ago
Stéphane Bidoul
3b326c8223
[IMP] use relative imports in tests
It's cleaner and makes pydev happy
10 years ago
Stéphane Bidoul
d56fc27615
[IMP] pep8
10 years ago
Stéphane Bidoul
409555223c
[IMP] mis_builder: field_name is actually field_names
10 years ago
Laetitia Gangloff
32081b836c
use grouping to format number
11 years ago
Laetitia Gangloff (ACSONE)
36c890b5dc
Delete __init__.pyc
11 years ago
laetitia.gangloff@acsone.eu
637c6fe3dd
fix test
11 years ago
laetitia.gangloff@acsone.eu
e4de6df19e
pep8
11 years ago
laetitia.gangloff@acsone.eu
60e2eceba4
add some demo data
11 years ago
laetitia.gangloff@acsone.eu
e1bb28e1ba
add mis_builder_demo to contains some data
11 years ago
laetitia.gangloff@acsone.eu
c22f0f0d51
set correct sequence for period/kpi
11 years ago
laetitia.gangloff@acsone.eu
ca51764904
set correct sequence for period/kpi
11 years ago
laetitia.gangloff@acsone.eu
89a492c59b
excel export: set correct value for percentage, use format with 0 instead of #
11 years ago
laetitia.gangloff@acsone.eu
f05e2765e0
excel export - use dp
11 years ago
laetitia.gangloff@acsone.eu
6ba87e21a7
update excel export
11 years ago
laetitia.gangloff@acsone.eu
05d2553bf2
Add excel export
11 years ago
laetitia.gangloff@acsone.eu
5a711db614
add onchange on fields to fetch to get the list of fields name to use in kpi
11 years ago
laetitia.gangloff@acsone.eu
95005658bc
use a factor to normalize period
11 years ago
laetitia.gangloff@acsone.eu
be54ba3f66
set name in lower case when clean it
11 years ago
laetitia.gangloff@acsone.eu
128e8ce74d
use user format for number
11 years ago
laetitia.gangloff@acsone.eu
f26284cae6
fix date in report instance to be able to test
11 years ago
laetitia.gangloff@acsone.eu
0a49880f14
compute average only for kpi type num. Correct utc_midnight
11 years ago
laetitia.gangloff@acsone.eu
d5b5a532d6
in utc_midnight use timezone to compute it
11 years ago
laetitia.gangloff@acsone.eu
893759f896
in utc_midnight use timezone to compute it
11 years ago
laetitia.gangloff@acsone.eu
89ad4373b0
compute average in comparison column
11 years ago
laetitia.gangloff@acsone.eu
58e07b1731
add a css style expression on kpi
11 years ago
laetitia.gangloff@acsone.eu
1791b5147f
review of the computed table to get a more readable dict result. Allow to compare column with any column of the table.
11 years ago
laetitia.gangloff@acsone.eu
ab5e88a402
add company_id in period. in queries add the usable field name. add tooltip on the result (to display val_c). add from to. right align for column header and values. update preview form to have better display. define security
11 years ago
laetitia.gangloff@acsone.eu
cc430fa137
correct instance to have unique period
11 years ago
laetitia.gangloff@acsone.eu
2d6887e78e
use openerp style to display result
11 years ago
Laetitia Gangloff
0b9c5321e2
Add mechanism to add comparison column
11 years ago
Laetitia Gangloff
d1bfc5509e
add little test for datetime support
11 years ago
Laetitia Gangloff
c58739506b
add datetime support, normalize query name and balance account name
11 years ago
Laetitia Gangloff
9befa379ea
Add demo data. Set computed result. In instance add target_move (all or posted). Add onchange and check function on report
11 years ago
Laetitia Gangloff
9e64b91a08
Add the possibility to set the result of report instance in a dashboard
11 years ago
Stéphane Bidoul
c4a557f4d1
[ADD] mis_builder: a module to build "Management Information System"-style reports
Such reports combine accounting and operational data.
This initial commit is a first proof-of-concept prototype.
11 years ago
Maxime Chambreuil - http://www.savoirfairelinux.com
96f048ed04
Merge pull request #118 from savoirfairelinux/7.0_aged_partner_balance_by_invoice
[7.0] Improve Aged Partner Balance report
9 years ago
Agathe Mollé
9b897ef71b
[FIX] Fix bug with invoices aged exactly of 30 or 60 days
Those invoices were in 2 different table (e.g. 30-60 and 60+ for a 60 days invoice)
10 years ago
Agathe Mollé
1a209f7d60
[FIX] Fix self._partners bug, probably due to a bad merging
10 years ago
Agathe Mollé
d441b259be
[FIX] Change aged partner balance column names
10 years ago
dufresnedavid
c1f9c351e2
Add invoice refunds
10 years ago
dufresnedavid
f3c96fa185
Add missing translation
10 years ago
dufresnedavid
5691db1b95
Base the report on the invoice date instead of due date
10 years ago
dufresnedavid
9e649a8f8a
Fix parser
10 years ago
dufresnedavid
013ec6f4e6
Simplify method _get_current_invoice_lines and add unit tests
10 years ago
EL HADJI DEM
d363c6b871
[UPD]Fix bug when send aged statement
* Put default_parent_id to false if it is in context
because it could be use in mail.compose.message model
and create a bug saying xx id doesn't exit in model.
* The default_parent_id only exists when doing search with
the related company field; to fix this issue, check if the
context contains the default_parent_id and put it false
10 years ago
dufresnedavid
04f14ac0ba
Fix programming error
10 years ago
dufresnedavid
f02c5a23ad
Remove unused methods, add timezone to the reference date and fix translation
10 years ago
dufresnedavid
0955e16221
Add dependency to webkit-tools in .travis.yml
10 years ago
dufresnedavid
2dfa43190c
Add dependency to xfonts-75dpi in .travis.yml
10 years ago