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.

76 lines
3.5 KiB

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