Skip to content

Releases: maestrano/impac-angular

v1.4.0 - KPIs & Alerting UI improvements

30 Aug 08:38
Compare
Choose a tag to compare

Adds

  • Improved KPI save settings logic
  • Kpis bar save button highlighted

Fixes

  • Update workspace mno_url to uat.maestrano.io
  • Removed KPI loading spinner, fixing display glitches
  • Fix available KPIs not reseting upon changing dashboard
  • Fix kpi extra params de-selecting default on date picker change
  • Fix duplicate targets being added on kpi date change

Date Display Fixes

29 Aug 23:31
Compare
Choose a tag to compare

Fixes

  • Modify PnL date display
  • Add time period selection to "detailed account class" widget, and improve sortable headers display

KPIs & Alerting

22 Aug 04:11
Compare
Choose a tag to compare
KPIs & Alerting Pre-release
Pre-release

Adds

  • KPIs & KPIs Bar complete redesign, featuring results in phrases, drag & drop, icons, less form inputs, mass save edit, and a date picker for data within a date range!
  • Attach KPIs onto widgets: adds a settings-attach-kpi widgets-settings component.
  • In-app push notification (Pusher WebSockets) & Email alerts when KPI targets are met.

Default Images

22 Aug 00:49
Compare
Choose a tag to compare

Adds

  • Impac Angular now provides default images.
  • Impac Angular less variables to customise no widgets / dhb message styles without overriding.
  • Added top-buffer less variables for improved layouts (replaces the need for bootstrap spacer divs)
  • Gulp default task changed to gulp serve, added gulp build:dist task

Fixes

  • Remove bootstrap spacer divs from impac-angular; improves dashboard layout for parent applications.

Config changes

  • In ImpacAssets.configure, to setup default images path (see README.md for more info):
  defaultImagesPath: '/dist/images'

UI Improvements #2

05 Aug 00:33
Compare
Choose a tag to compare

Adds

  • Accounts in drop-downs now grouped by classification
  • Better design for info panel
  • Expense weight widgets now have a time period selector
  • Add a @reload() method to dhb service. External apps (e.g mnoe instances) can now properly reload the dashboard with a loading spinner to prevent display issues.

UI Improvements

02 Aug 01:34
Compare
Choose a tag to compare

Adds

  • Improve time preset behaviour
  • Add version console command & log (impac.version)
  • Drill down widgets are now sortable
  • Change in selected lines layout display

Fixes

  • potential fix for stuck dashboard loading
  • Fix sales summary data not found condition

v1.3.10

15 Jul 01:30
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

Week 27 - Improved time period selection

06 Jul 07:08
Compare
Choose a tag to compare

Adds

  • Dates picker setting now use dynamic templating
  • Time period selection now led by the presets
  • Add previous financial year in the default presets
  • Can choose to hide time-slider in configuration

Fixes

  • Flex layout for dashboard settings (currency + sync)
  • Patch regarding the stability issue with the display of charts applied to all browsers

Config changes

  • In ImpacTheming.configure, to hide the slider from the time period selection setting:
  widgetSettings:
    timePeriod:
      showSlider: false

Week 26 - Dashboard printing

29 Jun 08:48
Compare
Choose a tag to compare

Adds

  • Widget sales/growth: Better product selection
  • Widget opportunities funnel: now filterable by assignee
  • Bower dependencies injected to karma config
  • Dashboard printing capability (IMPORTANT bootstrap print.less has to be ignored for the dashboard to be properly printed)
  • Serve assets in the developer workspace

Config changes

  • In ImpacTheming.configure, to activate the PDF mode (enables dashboard printing capability)
  dhbSelectorConfig:
    pdfModeEnabled: true

Week 24

16 Jun 06:56
Compare
Choose a tag to compare

Adds

  • Balance sheet widgets to show balance at end date (instead of current balance)
  • Impac favicon in Developer toolkit