Skip to content
Success

#739 (Sep 17, 2026, 2:00:00 AM)

Started 2 days 13 hr ago
Took 1 min 11 sec on built-in

Started by timer

Revision: 1e77ee19cf43852966794881cd3f1642880f624d
Repository: https://github.com/younex1/erp-nuxt-frontend.git
  • refs/remotes/origin/dev
Changes
  1. Return label: tighten header band, put doc number next to title (details / githubweb)
  2. Return label: shrink header band further, lift doc number 1mm (details / githubweb)
  3. Mobile return: fix qty locked at 0 when scanning an Amazon-imported RMA (details / githubweb)
  4. Customer Returns: link doc number to detail view, add label reprint button (details / githubweb)
  5. Dev: pre-bundle AG Grid + vue-pdf deps to fix grid never rendering (details / githubweb)
  6. Requests: push tickets to mobile workers as priority tasks (details / githubweb)
  7. Fix return-label reprint printing wrong DocumentNo (details / githubweb)
  8. Reverse caller-ID lookup: replace Elasticsearch with a direct iDempiere-backed in-memory directory — server/utils/telephony/cidDirectory.ts fetches the small active ad_user set with phone/phone2 (SERVICE token, same pattern as phoneActivity.ts/extensions.ts) into a 60s TTL stale-while-revalidate cache so cid-lookup/[number].get.ts has zero network calls on the hot path (was querying a Postgres-trigger-fed ES index that could lag/stall behind iDempiere edits); server/plugins/warm-cid-lookup.ts pre-warms the cache at server boot so the first call after a deploy/restart is instant too; recipe note in reference/recipes.md (details / githubweb)
  9. Fix attachment-lookup N+1: skip the live ad_table query for known table names (details / githubweb)
  10. Tickets: show staff replies to limited merchant roles (service-token reads) (details / githubweb)
  11. Ticket detail: wrap toolbar instead of overlapping in the split view (details / githubweb)
  12. Fix unbounded open-shipments query: replace child-table $expand with direct-Postgres list + batched line fetch (details / githubweb)
  13. Mobile app: bump version to 1.0.49 (versionCode 50) (details / githubweb)
  14. Change log modal (admin only) for orders, shipments, products and partners (details / githubweb)
  15. Shipments list: link document numbers directly to the shipment edit page (details / githubweb)
  16. Order edit: restructure the action toolbar, rename reactivation to 'Auftrag wiederöffnen' (details / githubweb)
  17. Order tab: fix column overlap (30% / auto / 22%); change log table: truncate line labels, hide technical fields by default (details / githubweb)
  18. Order tab: make the 'General' column really 22% wide, stack its paired fields (details / githubweb)
  19. Order tab: move the partner link into the shipping-address header as a right-aligned 'Kunde' link (details / githubweb)
  20. Order tab 'General' column: Organization first, compact German-formatted date row, Tenant as tooltip (details / githubweb)
  21. Order edit toolbar: ticket button in the app-wide yellow (same as .button.is-ticket) (details / githubweb)
  22. Order edit: no stale 'Abort' button when opening an order (details / githubweb)
  23. Pushed tasks: instruction note, worker actions, take-back and deep-link fix (details / githubweb)
  24. Ticket detail toolbar: chips + two workflow buttons + 'Weitere Aktionen' dropdown (details / githubweb)
  25. Lead questionnaire: initial-call form (DE/EN) with blank print, draft and PDF attachment (details / githubweb)
  26. Android app 1.0.50 (versionCode 51): Mobile Push Tasks release (details / githubweb)
  27. Pushed tasks: refresh the mobile dashboard live on a foreground push (details / githubweb)
  28. Pushed tasks: neutral dashboard banner with urgency tags, native refresh poll (details / githubweb)
  29. Pushed tasks: task modal — back to dashboard, return fix, linked record cards (details / githubweb)
  30. Pushed tasks: colour rows by priority tier (high red, default orange, low blue) (details / githubweb)