Commit Graph

27 Commits

Author SHA1 Message Date
3192b6f500 pipeline version change 2026-09-07 13:09:32 +05:30
ab626fb506 changed 50 sku and page zoomed out 2026-08-27 17:39:30 +05:30
4a821d5e02 fix:pipeline 2026-08-18 15:45:36 +05:30
caf15840aa feat/search api is added 2026-08-18 13:19:58 +05:30
819b43bd77 fix: limit for select and made it as constant 2026-08-18 11:46:13 +05:30
a600121e0d fix: limit for select option and pdf limit 2026-08-18 11:08:40 +05:30
Zino Platform
c24e13c29a resolve SAME_ORIGIN runtime config so custom domains call their own origin
frontgen writes VITE_ZINO_API_URL=SAME_ORIGIN for custom-domain placements.
The old expression passed that string straight through as BASE_URL, so every
API call went to /SAME_ORIGIN/app/434/... which the SPA fallback answers with
index.html — the page rendered and no data loaded.

Absolute platform URL is still used for the preview mount and local dev.
2026-08-13 11:03:30 +00:00
72ddba1c06 build: make artifact placement-portable for frontend releases
- vite base './' (relative asset refs) so one build serves any mount path
- index.html carries <!--BASE_HREF--> placeholder + ./config.js ref
- BASE_URL reads window.__RUNTIME_CONFIG__.VITE_ZINO_API_URL (placement-
  written) with a dev fallback

Required by frontgen 1600 assertBuildOutput + the dev->qa frontend
release model (target writes config.js from its own ZINO_API_URL).
2026-08-05 15:13:25 +05:30
d9e932ce8c store code fix 2026-08-03 12:30:57 +05:30
suryacp23
eaf0ee3d63 based on the dsr option is fetched from the backend 2026-07-30 13:09:35 +05:30
suryacp23
8f69af24ba added create user 2026-07-30 12:32:09 +05:30
suryacp23
dc4a119a7a added role based access 2026-07-30 10:36:58 +05:30
suryacp23
30339b0443 added logvisit form route based storeselection 2026-07-29 16:06:02 +05:30
suryacp23
0ab9be85a6 added the work pre punchout prefill 2026-07-29 12:42:26 +05:30
suryacp23
634e43a6c9 added filter multiselect 2026-07-29 11:22:12 +05:30
suryacp23
d36f16d5bb admin page added 2026-07-28 18:05:11 +05:30
suryacp23
742646268c google maps added 2026-07-28 16:02:09 +05:30
suryacp23
c2c9ac39da dsr and styles did 2026-07-24 19:11:39 +05:30
suryacp23
6bb5b6e18a changed the theme for header,charts,tiles 2026-07-21 13:39:46 +05:30
suryacp23
930809a581 detailview ui improved 2026-07-21 12:10:23 +05:30
4d7beaef0f like mobile added the functionality 2026-07-20 13:31:26 +05:30
b5e84a34f7 order view calls view pages done 2026-07-14 10:53:42 +05:30
686f5e8acd fix:workflow lookup not loading options resolved 2026-07-08 17:45:03 +05:30
16d06c740d fix:type errors 2026-07-08 13:24:52 +05:30
94fbcc16ee fix:workflow lookupfield and radiofield added made activity chain implementation 2026-07-07 15:18:33 +05:30
4410a38353 fix:based on the recordview,form-screens response added filters,fields,prefills,charts 2026-07-07 12:39:58 +05:30
Bhanu Prakash Sai Potteri
d5e4ebee5d Build app-434 field-sales console
API layer for sandbox app 434 (three workflows: Order Booking, Store,
Daily Reports) — ZinoClient, per-workflow client singletons, config ids,
types, and the source API docs.

Component library (Tailwind v4 + design tokens): buttons, reusable
(Card/Badge/Input/Select/Pagination/Modal/Spinner/EmptyState), generic +
wired record views (rv) and detail views (dv).

Screens + routing (react-router v7): login gate, auth-guarded console
shell with tab nav, and deep-linkable record/detail routes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-06 15:16:34 +05:30