Salary reporting library
------------------------

Reporting library for Salaxy. 

Usage:

- Run `npm install --save @salaxy/reports`
- Reference or copy TypeScript files from `node_modules/@salaxy/reports`

| File                       | Description                                                           |
| -------------------------- | --------------------------------------------------------------------- |
| salaxy-lib-reports.js      | ES6 module compilation                                                |
| salaxy-lib-reports.umd.cjs | Browser friendly (umd) compilation with Handlebars runtime            |


For more information and documentation about Salaxy platform, please go to https://developers.salaxy.com

Please note that the package has dependencies to the following packages:
- @salaxy/core (https://www.npmjs.com/package/@salaxy/core)
- handlebars (https://www.npmjs.com/package/handlebars)

Please note that the salaxy-lib-reports.js includes the following libraries:
- handlebars (https://www.npmjs.com/package/handlebars)


