A desktop application to automate Fuse Alliance's Rebate process for its suppliers.
Each quarter, Fuse Alliance gets a stream of expense report files from the various suppliers under the alliance. They come in many different formats, and styles. Inside each file contains data for rebate processing: how many purchases were made between different suppliers under that alliance, the amount, and the expected rebates they get.
Given the large amount of inconsistent data formats, doing the process manually takes upwards of 80 hours, per quarter. This application attempts to make the process faster, and simpler.
Read more about the design here.
Head over to the releases page, and install the latest version!
To download the Rebater, complete the following steps:
- Download Node.js 24.
- Clone the repository for Rebater (
mvhutz/rebater). - Open a Terminal in the folder where you cloned the repository.
- Run
npm install, to install the dependencies of the program. - Finally, to run the program, run the command
npm startwhere you cloned the repository.