Skip to content

v1.6.5

Compare
Choose a tag to compare
@cesar-tonnoir cesar-tonnoir released this 10 Nov 05:53
· 136 commits to 1.6 since this release

Adds

  • Dates are now consistent across the different widgets and settings
  • Dates formats can be configured using the ThemingSvc (default is using the locale (.format('L'))
  • New .widget-popup() mixin (delete widget, demo mode box...)
  • UI improvements on Cash Projection widget:
    • Added button to display all transactions
    • Can now reset expected payment date
    • Differentiation of invoices / bills on transactions list
    • Currency rate removed from transactions list
    • Empty Customer/Supplier column added
  • [IMPAC-670] Ability to create and delete forecast transactions on Cash Projection widget

Config changes

  • Configure dates format (ThemingSvc)
  dateFormatterSettings:
    default: 'L'
    # Specific formatting can be defined per widget or other components:
    # formats:
    #  'hr/employee_details':  "MM-DD-YYYY"
    #  'time-period':          "MM_DD_YYYY"

Dependencies

  • Impac! v1.6.5 (new v2 resources routes)
  • Finance Bolt v1.3.0 (new routes + transaction status FORECAST)