BagTrack allows you to add all of your sales and immediately see your profit/loss
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
- Finish settings page.
- Add edit action to each sale
- Compile production built executables for mac/windows
- Ability to link to goat to auto-import sales
- Ability to link to stockx to auto-import sales
- 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.