Patrick Fic 2d08d368f1 Merged in development (pull request #37) SIT 1 Bug Fixes
IO-763 IO-773 Label updates.
IO-765 Resolve bill save issues.
IO-767 Resolve document mapping on parts return
IO-768 Update Backorder Parts ETA
IO-771 Reassign documents between jobs.
IO-772 RBAC for RBAC Controls
IO-769 Label change for CC.
IO-779 Added shop sub status and blockers.
IO-770 Remove seconds from shop config.
2021-03-16 21:56:24 +00:00
2021-03-09 12:45:20 -08:00
2021-02-25 19:39:00 -08:00
2021-02-25 20:50:16 -08:00
2021-03-08 14:38:50 -08:00
2021-03-08 14:38:50 -08:00
2021-02-25 21:18:57 -08:00

React App:

Yarn Dependency Management: To force upgrades for some packages: yarn upgrade-interactive --latest

To Start Hasura CLI: npx hasura console --admin-secret Dev-BodyShopAppBySnaptSoftware!

Migrating to Staging: npx hasura migrate apply --endpoint https://db.imex.online/ --admin-secret 'Production-ImEXOnline!@#'

NGROK TEsting:

./ngrok.exe http http://localhost:5000 -host-header="localhost:5000"

Finding deadfiles - run from client directory npx deadfile ./src/index.js --exclude build templates

cd client && yarn build && cd build && scp -r ** imex@prod-tor1.imex.online:~/bodyshop/client/build && cd .. &&cd ..

gq https://bodyshop-dev-db.herokuapp.com/v1/graphql -H "X-Hasura-Admin-Secret: Dev-BodyShopAppBySnaptSoftware!" --introspect > schema.graphql

Description
No description provided
Readme 41 MiB