As Smart devices collaborate with each other, the amount of data generated is slated to grow exponentially. The rich flow of monitoring data from smart devices enables service providers and their customers to monetize product performance in numerous ways. This ability to unlock the full value of data is essential in order to compete effectively in the usage economy.
Most companies Most businesses spend a significant amount of time curating the data and not enough time for actual analysis. This in turn means that they are leaving possible revenue on the table. A challenge is that the data from connected products and related business data are often unstructured. Conventional approaches to data aggregation and analysis, such as spreadsheets and database tables, are ill-suited to managing a wide variety of data formats.
The LogiSense Billing platform addresses these issues through multiple mechanisms including a powerful and flexible reporting framework. The reporting framework has the ability to report on customer activity over the course of the relationship. These include the products they have hadpurchased, usage history, changes they have made and so on. LogiSense Billing ships out of the box with pre-canned reports.
Reports | Description |
---|---|
Sales Reports | Measure product performance, what’s been sold, when, and by whom. |
Revenue Reports | Detail revenue recognition by accounting period to provide a meaningful measurement of business performance. |
Metered Usage | Provides a breakdown of usage per service type definition. |
Accounts | Account level insights such as transaction summary data, payments and transactions. |
Invoices | Invoice summary data including package details, adjustments and balances. |
Data Sources
The platform stores persistent data in SQL tables. LogiSense provides facilities to report on this stored data through Data Sources. Data Sources can be created from one or more related SQL database tables as depicted in the Figure below.
...
Reports are created from data sources. A data source is a superset of data organized by functional relationships. LogiSense Billing ships with a default set of data sources covering categories like ownersinvoices, accounts and subscriptions, usage and buckets, information etc. These built in data sources which can be found in the data management section in the operations tab. Each data source lists the data columns in the report.
...
Report
...
Builder
One or more reports can be created from each data source. LogiSense provides a user interface for report creation that provide facilities for the user to select the data source and data source columns that are part of the report. Additional layout properties can be established such as titles, page sizes, formatting, font attributes and page margins. Reports can also be previewed prior to being generated.
...