/BagTrack

BagTrack allows you to add all of your sales and immediately see your profit/loss

Primary LanguageTypeScriptMIT LicenseMIT

BagTrack · GitHub license

BagTrack allows you to add all of your sales and immediately see your profit/loss

Author

Greyson

Screenshots

1 2

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

  • 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.