I have been working on a relatively simple Electron app to help me keep track of the revenue and easily search past orders by importing the order .csv files for almost a year now.
I am not interested in paying for a cloud service to do this, or uploading my order CSV files to a server under someone else’s control, this is an entirely local application that I am open sourcing with a MIT license.
I have kept the repository private while working out some bugs and working with 3DHubs to get some additional fields added to the download.
If you have node.js and electron installed you should be able to install and test the alpha version which can be found here:
https://github.com/garthvh/hub-tracking
I am working on making a pre-built windows, mac and linux versions as well.
Hope some other hubs find it useful.
Thanks,
Garth
4 Likes
ejalal
2
Top man thanks for sharing