You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.9 KiB

  1. Changelog
  2. ---------
  3. .. Future (?)
  4. .. ~~~~~~~~~~
  5. ..
  6. .. *
  7. 9.0.1.0.0 (2016-??-??)
  8. ~~~~~~~~~~~~~~~~~~~~~~
  9. Most of the work for this release has been done at the Sorrento sprint
  10. April 26-29, 2016.
  11. * [IMP] there is now an auto-expand feature to automatically display
  12. a by account detail for some kpis
  13. * [IMP] the kpi and period lists are now manipulated through forms instead
  14. of directly in the tree views, this improves usability
  15. * [IMP] it is now possible to create a report through a wizard, such
  16. reports are deemed temporary and available through a "Last Reports Generated"
  17. menu, they are garbaged collected automatically, unless saved permanently,
  18. which can be done using a Save button
  19. * [IMP] there is now a beginner mode to configure simple reports with
  20. only one period
  21. * [IMP] it is now easier to configure periods with fixed start/end dates
  22. * [IMP] the new sub-kpi mechanism allows the creation of columns
  23. with multiple values, or columns with different values
  24. * [IMP] thanks to the new style model, the Excel export is now styled
  25. * [IMP] a new style model is now used to centralize style configuration
  26. * [FIX] use =like instead of like to search for accounts, because
  27. the % are added by the user in the expressions
  28. * [FIX] Correctly compute the initial balance of income and expense account
  29. based on the start of the fiscal year
  30. * [IMP] Support date ranges (from OCA/server-tools/date_range) as a more
  31. flexible alternative to fiscal periods
  32. * v9 migration: fiscal periods are removed, account charts are removed,
  33. consolidation accounts have been removed
  34. 8.0.1.0.0 (2016-04-27)
  35. ~~~~~~~~~~~~~~~~~~~~~~
  36. * The copy of a MIS Report Instance now copies period.
  37. https://github.com/OCA/account-financial-reporting/pull/181
  38. * The copy of a MIS Report Template now copies KPIs and queries.
  39. https://github.com/OCA/account-financial-reporting/pull/177
  40. * Usability: the default view for MIS Report instances is now the rendered preview,
  41. and the settings are accessible through a gear icon in the list view and
  42. a button in the preview.
  43. https://github.com/OCA/account-financial-reporting/pull/170
  44. * Display blank cells instead of 0.0 when there is no data.
  45. https://github.com/OCA/account-financial-reporting/pull/169
  46. * Usability: better layout of the MIS Report periods settings on small screens.
  47. https://github.com/OCA/account-financial-reporting/pull/167
  48. * Include the download buttons inside the MIS Builder widget, and refactor
  49. the widget to open the door to analytic filtering in the previews.
  50. https://github.com/OCA/account-financial-reporting/pull/151
  51. * Add KPI rendering prefixes (so you can print $ in front of the value).
  52. https://github.com/OCA/account-financial-reporting/pull/158
  53. * Add hooks for analytic filtering.
  54. https://github.com/OCA/account-financial-reporting/pull/128
  55. https://github.com/OCA/account-financial-reporting/pull/131
  56. 8.0.0.2.0
  57. ~~~~~~~~~
  58. Pre-history. Or rather, you need to look at the git log.