Small and flexible apps to display anything you want on the Back Office reporting dashboards.
All Dashboards in the Back Office reporting section can be filtered by the Location. Our corporate users may also filter by Location Area.
All details of selected filters can be accessed in your Dashboard widget app by using our JavaScript API Library.
To access Dashboard filter data please see code below:
var LocationID = EposnowAPI.getLocationID(); var LocationAreaID = EposnowAPI.getLocationAreaID(); var FromDate = EposnowAPI.getFromDate(); var ToDate = EposAPI.getToDate();