OSS (Operations Support Systems) and BSS (Business Support Systems) for resources optimization
Go to file
louispaulb 6fc8a2d37f refactor: externalize ERP service token via VITE_ERP_TOKEN env var
Token is no longer hardcoded in source — injected at build time.
Build with: VITE_ERP_TOKEN="key:secret" npx quasar build
Prevents accidental token invalidation and keeps secrets out of git.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 13:39:41 -04:00
frappe-setup Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
infra Refactor: modular architecture — extract composables & components 2026-03-24 16:08:56 -04:00
public/icons Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
scripts Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
src refactor: externalize ERP service token via VITE_ERP_TOKEN env var 2026-03-27 13:39:41 -04:00
src-pwa Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
.dockerignore Refactor: modular architecture — extract composables & components 2026-03-24 16:08:56 -04:00
.eslintrc.cjs Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
.gitignore Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
deploy-fast.sh Add deploy-fast.sh — local build + docker cp (~5s vs ~30s) 2026-03-24 16:12:07 -04:00
deploy.sh Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
Dockerfile Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
index.html Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
package-lock.json Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
package.json Initial commit — OSS/BSS Field Dispatch app 2026-03-24 14:11:40 -04:00
quasar.config.js feat: auth gate, GPS hybrid tracking, tech CRUD modal, ERPNext API proxy 2026-03-27 12:02:04 -04:00