Releases: maestrano/impac-angular
Releases · maestrano/impac-angular
v1.4.0 - KPIs & Alerting UI improvements
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
Fixes
- Modify PnL date display
- Add time period selection to "detailed account class" widget, and improve sortable headers display
KPIs & Alerting
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
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
, addedgulp 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
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
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
Week 27 - Improved time period selection
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
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
Adds
- Balance sheet widgets to show balance at end date (instead of current balance)
- Impac favicon in Developer toolkit