BagTrack
BagTrack copied to clipboard
BagTrack allows you to add all of your sales and immediately see your profit/loss
BagTrack · 
BagTrack allows you to add all of your sales and immediately see your profit/loss
Author
Screenshots

Installation
Requirements
Node.js (LTS Version). Typescript.
Binaries can be found here. If you wanna run locally follow the guide below
Setup:
git clone https://github.com/greysonn/BagTrack.git
cd BagTrack
npm install # "sudo npm install" if you're on macOS or Linux
Run After Setup:
npm run prod
npm start
Todo List
- [X] Finish settings page.
- [X] Add edit action to each sale
- [X] Compile production built executables for mac/windows
- [X] Ability to link to goat to auto-import sales
- [X] Ability to link to stockx to auto-import sales
- [X] Ability to link to cybersole dashboard to auto-import checkouts
- [ ] Add support for currencies other than USD.
- [ ] Virtualize the sales table to reduce size on lots of sales.