Initial copy of shop partner app.

This commit is contained in:
Patrick Fic
2025-12-01 05:43:59 -08:00
commit 267ef714a7
193 changed files with 32199 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Shop Partner
An electron app that is replacing the existing Bodyshop Partner that was a C#/WPF Application.
The purpose of this application is to:
* Parse EMS files, and upload them to the IO back end.
* Receive requests for EMS file parsing
The following functionality will be coming:
* Interact with QuickBooks desktop (Windows Only)
* Paint scale integrations
* Parts Price Changes for CCC
Toggling between the Production and Test servers can be done by pressing `CTRL/CMD + SHIFT + T`, and then going to the application menu, and enabling test. The application will restart automatically.
## Dev and Build Notes
Unlike the main app, the dev mode will only connect to ImEX Online test data.
Building the app will require specifying the company to build for. Those details are captured in their respective ENV and YAML files.