Accumulated work on the dispatch/legacy-writeback branch: - Communications UI: CommunicationsPage, ConversationFullPage, DepartmentBoard, PipelineBoard, ReaderStack, Orchestrator/NewTicket/ServiceStatus/Outbox dialogs; hub gmail.js, ticket-collab.js, outbox.js, coupon-triage.js, client-diag.js. - Billing/sync mirror (F→ERPNext): legacy-payments.js, legacy-sync.js, sync-orchestrator.js, supplier-invoices.js, municipality.js + incremental migration scripts; LegacySyncPage, SupplierInvoices + negative-billing / terminated-active reports. - Roster/campaigns/network/voice: roster + roster-assistant, campaigns, giftbit, olt-snmp, traccar, twilio, vision, tech-absence-sms, ai/agent/config/helpers, legacy-dispatch-sync; ops PlanificationPage, RapportsPage, Settings, Tickets, ClientDetail updates. - docs/ PLATFORM_GUIDE + UI_AND_OPTIMIZATION; .gitignore __pycache__. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
Plaintext
# Environment files (may contain secrets)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
apps/**/.env
|
|
apps/**/.env.local
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
docker/
|
|
|
|
# Quasar dev cache
|
|
apps/**/.quasar/
|
|
|
|
# Claude workspace (local only)
|
|
.claude/
|
|
|
|
# Data exports (may contain PII)
|
|
exports/
|
|
|
|
# OS
|
|
.DS_Store
|
|
**/.DS_Store
|
|
Thumbs.db
|
|
|
|
# Generated invoice/quote previews (output of setup_invoice_print_format.py
|
|
# + test_jinja_render.py). Keep sources (*.jinja) and final references
|
|
# (docs/assets/*.pdf when added intentionally), never ephemeral output.
|
|
invoice_preview*.pdf
|
|
scripts/migration/invoice_preview*.pdf
|
|
scripts/migration/invoice_preview*.html
|
|
scripts/migration/rendered_jinja_invoice*
|
|
scripts/migration/SINV-*.pdf
|
|
scripts/migration/ref_invoice.pdf
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Playwright snapshots
|
|
.playwright-mcp/
|
|
|
|
# Auto-generated backups from scripts/convert-html-to-unlayer.js
|
|
services/targo-hub/templates/*.bak-*.json
|
|
services/targo-hub/templates/*.bak-*.html
|
|
|
|
# Legacy refresh creds (prod-only, never commit)
|
|
.refresh.env
|
|
**/.refresh.env
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|