| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36922 |
30 d 4 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
Remove unused Digify retailer integration and fix slim-jQuery clobber on partner-performance/today_po/today_target pages
- Delete Digify controller, views and Buyback asset; drop dead .digify-retailer-login handler and buyback links/buttons
- Load full jQuery (3.5.1) instead of jquery slim on partner-performance/today_po/today_target so injected pages no longer overwrite the dashboard jQuery (restores $.ajax / slideUp)
- Bump jsVersion to 365 |
|
| 36917 |
30 d 6 h |
vikas |
/trunk/profitmandi-fofo/src/main/ |
Location Tracking Dashboard |
|
| 36916 |
30 d 7 h |
vikas |
/trunk/profitmandi-fofo/src/main/ |
Location Tracking Dashboard |
|
| 36913 |
30 d 10 h |
vikas |
/trunk/ |
Location Tracking Dashboard |
|
| 36912 |
30 d 10 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/warehouse/ |
Internal PO: block billing-warehouse change for PO-mapped orders
Throw if the order's transaction is mapped to an internal PO before changing warehouse in changeBillingWarehouse. |
|
| 36908 |
31 d 3 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
deploy rating performace dashboard |
|
| 36906 |
31 d 3 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/monitors/ |
deploy rating performace dashboard |
|
| 36905 |
31 d 5 h |
vikas |
/trunk/profitmandi-fofo/src/main/ |
Location Tracking Dashboard |
|
| 36904 |
31 d 6 h |
aman |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fix FSP wallet approval blocked by cross-store reference collision
Scope the duplicate-reference guard in /addAmountToWallet to the same retailer.
Reference numbers (e.g. cheque no '000310') are not globally unique, so an
already-approved request from a different store falsely tripped 'Entry already
Approved Please reject' and blocked a legitimate Full Stock Payment approval. |
|
| 36903 |
31 d 7 h |
vikas |
/trunk/profitmandi-fofo/src/main/ |
Location Tracking Dashboard |
|
| 36902 |
32 d 3 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
HID requested-allocations: fully-batched HID/Current (no per-partner query) + server-side pagination on both Pending and Approved tabs (50/page); bump js version |
|
| 36899 |
32 d 4 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
HID requested-allocations: batched HID/Current/Bill-Act lookups, server-side pagination on Approved tab (50/page), generate-request fixes (qty>0 + derive trusted fofoId via isAdmin); bump js version |
|
| 36897 |
32 d 5 h |
vikas |
/trunk/ |
Location Tracking Dashboard |
|
| 36895 |
32 d 7 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
HID allocation edit screen: add HID Qty / Bill-Act 5d / Current Qty / Excess-Short (colored) / Requestor / Approver columns; requested qty now additional one-time qty over current stock; null-row guard + qty>0 validation; track approver |
|
| 36893 |
32 d 8 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 |
32 d 8 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 |
32 d 9 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 |
32 d 10 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) |
|
| 36885 |
32 d 11 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
Fix partner-performance loan table columns and add missing lastUnbilledActivated attribute
- Add lastUnbilledActivated model attribute (from investment.getUnbilledAmount()) so the Unbilled Activated Stock gate renders
- Align Active Loans table to its 9 headers: add serial # column and Total Pending cell
- Pending Interest = interest accrued - interest paid
- Total Pending = pending principal + pending interest |
|
| 36884 |
34 d 4 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
deena nath gupta has all access to bulk order approve |
|