19 lines
843 B
Markdown
19 lines
843 B
Markdown
# 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.
|