A desktop application built using Electron, Angular Material + NodeJS.
- Perform CRUD on customers.
- Parse multiple invoices per PRN file.
- Convert those invoices + customers into seperate sheets per workbook.
The only development dependency of this project is Node.js. So just make sure you have it installed. Then type few commands known to every Node developer...
git clone [email protected]:chamnap/prn2xls_app.git
cd prn2xls_app
npm install
npm start