| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36893 |
1 d 7 h |
aman |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Contact-Us editors: remove neha.sharma, keep only kangan.monga and gaurav.mathur1 |
|
| 36890 |
1 d 7 h |
aman |
/trunk/profitmandi-fofo/src/main/ |
Re-enable DB-backed Contact-Us with self-provisioning + UI/cache fixes
- ContactUsTableBootstrap: app auto-creates & seeds fofo.contact_us on startup on
whatever DB it connects to (idempotent), removing the wrong-DB-host failure that
caused the prod SQLGrammarException. No manual prod SQL needed.
- DashboardController: restore DB-backed /contactUs (+ save/delete) with a defensive
try/catch so a DB hiccup renders an empty list instead of a 500.
- contact-us.vm: move modal to <body> on load (escapes the zoom stacking context that
hid the popup); Edit/Delete as clear text buttons.
- contact.js: relocate modal out of #main-content; add/edit/delete handlers.
- AppConfig: bump asset version 360 -> 361 so clients fetch the updated contact.js. |
|
| 36889 |
1 d 8 h |
aman |
/trunk/profitmandi-fofo/src/main/ |
Revert Contact-Us page to static version (back out DB-backed editing from r36888)
Page was throwing SQLGrammarException on prod because the app's DB server lacks fofo.contact_us. Reverting contact-us.vm, contact.js and DashboardController to the working static version (r36887 content). Contact data unchanged. DB-backed editing to be re-enabled later once the correct prod DB is confirmed. |
|
| 36888 |
1 d 9 h |
aman |
/trunk/ |
Feat: Editable Contact-Us page (add/edit/delete) for authorised users
- New fofo.contact_us table backs main + escalation lists (ContactUs entity, ContactUsRepository, contact_us.sql seed of current 40 rows)
- DashboardController: load lists from DB + editor flag; POST /contactUs/save and /contactUs/delete (soft delete), gated to kangan.monga/neha.sharma/gaurav.mathur1
- contact-us.vm renders dynamically with add/edit/delete + modal shown only to editors; contact.js handlers
- NOTE: run contact_us.sql on prod fofo DB before deploying the WAR (no auto-DDL) |
|
| 36870 |
5 d 5 h |
ranu |
/trunk/ |
tech access to rudy |
|
| 36849 |
7 d 22 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
code committed fo bgc lead |
|
| 36816 |
13 d 8 h |
aman |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Updated IT Emails |
|
| 36725 |
26 d 9 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
beat plan info commit |
|
| 36481 |
48 d 2 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
l3 and avobe show all warehouse stock |
|
| 36480 |
48 d 3 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
without vendor catalog pricing po will not create |
|
| 36268 |
70 d 6 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
escaltions updated on dashboard detail |
|
| 36242 |
74 d 2 h |
aman |
/trunk/ |
Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation |
|
| 35995 |
102 d 2 h |
aman |
/trunk/ |
Fix:Redesign the Po Approval page, and po creation logic for first po, trail mails formatting fix |
|
| 35943 |
110 d 2 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/ |
Reduce log noise: demote interceptor/cookie per-request INFO to DEBUG, demote large object dumps and loop logging to DEBUG, fix string concatenation in log statements |
|
| 35854 |
117 d 22 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fix: Restore position-based auth filtering in getWarehousePartners for warehouseId=0 |
|
| 35585 |
152 d 2 h |
ranu |
/trunk/ |
code updated by |
|
| 35583 |
153 d 2 h |
ranu |
/trunk/ |
code updated by |
|
| 35543 |
165 d 6 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
Use doPostAjaxRequestWithJsonHandler for getMonthWisePurchase and change to @RequestBody |
|
| 35541 |
165 d 6 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Change getMonthWisePurchase endpoint to POST method |
|
| 35514 |
170 d 0 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
Fix getMobileLMPGraph 414 error - convert GET to POST
- Changed /getMobileLMPGraph from GET with @RequestParam to POST with @RequestBody
- Updated frontend to use doPostAjaxRequestWithJsonHandler instead of doGetAjaxRequestHandler
- Reuses LMSGraphRequest model for request body (same as getMobileLMSGraph)
- Fixes 414 Request-URI Too Large error when many fofoIds are passed
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
|