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.

108 lines
4.7 KiB

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