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.

83 lines
3.9 KiB

  1. Changelog
  2. ---------
  3. .. Future (?)
  4. .. ~~~~~~~~~~
  5. ..
  6. .. *
  7. 9.0.2.0.0 (2016-05-24)
  8. ~~~~~~~~~~~~~~~~~~~~~~
  9. Part of the work for this release has been done at the Sorrento sprint
  10. April 26-29, 2016. The rest (ie a major refactoring) has been done in
  11. the weeks after.
  12. * [IMP] hide button box in edit mode on the report instance settings form
  13. * [FIX] Fix sum aggregation of non-stored fields (issue #178)
  14. * [IMP] There is now a default style at the report level
  15. * [CHG] Number display properties (rounding, prefix, suffix, factor) are
  16. now defined in styles
  17. * [CHG] Percentage difference are rounded to 1 digit instead of the kpi's
  18. rounding, as the KPI rounding does not make sense in this case
  19. * [CHG] The divider suffix (k, M, etc) is not inserted automatically anymore
  20. because it is inconsistent when working with prefixes; you need to add it
  21. manually in the suffix
  22. * [IMP] AccountingExpressionProcessor now supports 'balu' expressions
  23. to obtain the unallocated profit/loss of previous fiscal years;
  24. get_unallocated_pl is the corresponding convenience method
  25. * [IMP] AccountingExpressionProcessor now has easy methods to obtain
  26. balances by account: get_balances_initial, get_balances_end,
  27. get_balances_variation
  28. * [IMP] there is now an auto-expand feature to automatically display
  29. a detail by account for selected kpis
  30. * [IMP] the kpi and period lists are now manipulated through forms instead
  31. of directly in the tree views
  32. * [IMP] it is now possible to create a report through a wizard, such
  33. reports are deemed temporary and available through a "Last Reports Generated"
  34. menu, they are garbaged collected automatically, unless saved permanently,
  35. which can be done using a Save button
  36. * [IMP] there is now a beginner mode to configure simple reports with
  37. only one period
  38. * [IMP] it is now easier to configure periods with fixed start/end dates
  39. * [IMP] the new sub-kpi mechanism allows the creation of columns
  40. with multiple values, or columns with different values
  41. * [IMP] thanks to the new style model, the Excel export is now styled
  42. * [IMP] a new style model is now used to centralize style configuration
  43. * [FIX] use =like instead of like to search for accounts, because
  44. the % are added by the user in the expressions
  45. * [FIX] Correctly compute the initial balance of income and expense account
  46. based on the start of the fiscal year
  47. * [IMP] Support date ranges (from OCA/server-tools/date_range) as a more
  48. flexible alternative to fiscal periods
  49. * v9 migration: fiscal periods are removed, account charts are removed,
  50. consolidation accounts have been removed
  51. 8.0.1.0.0 (2016-04-27)
  52. ~~~~~~~~~~~~~~~~~~~~~~
  53. * The copy of a MIS Report Instance now copies period.
  54. https://github.com/OCA/account-financial-reporting/pull/181
  55. * The copy of a MIS Report Template now copies KPIs and queries.
  56. https://github.com/OCA/account-financial-reporting/pull/177
  57. * Usability: the default view for MIS Report instances is now the rendered preview,
  58. and the settings are accessible through a gear icon in the list view and
  59. a button in the preview.
  60. https://github.com/OCA/account-financial-reporting/pull/170
  61. * Display blank cells instead of 0.0 when there is no data.
  62. https://github.com/OCA/account-financial-reporting/pull/169
  63. * Usability: better layout of the MIS Report periods settings on small screens.
  64. https://github.com/OCA/account-financial-reporting/pull/167
  65. * Include the download buttons inside the MIS Builder widget, and refactor
  66. the widget to open the door to analytic filtering in the previews.
  67. https://github.com/OCA/account-financial-reporting/pull/151
  68. * Add KPI rendering prefixes (so you can print $ in front of the value).
  69. https://github.com/OCA/account-financial-reporting/pull/158
  70. * Add hooks for analytic filtering.
  71. https://github.com/OCA/account-financial-reporting/pull/128
  72. https://github.com/OCA/account-financial-reporting/pull/131
  73. 8.0.0.2.0
  74. ~~~~~~~~~
  75. Pre-history. Or rather, you need to look at the git log.