| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36899 |
13 m |
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 |
|
| 36898 |
13 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ |
HID allocation: batch the requested-allocations screen (catalog-filtered HID query + batched billed/activated serial lookups) and add approved-list pagination (50/page) reusing GenericRepository paginated+count helpers |
|
| 36897 |
53 m |
vikas |
/trunk/ |
Location Tracking Dashboard |
|
| 36896 |
3 h 4 m |
vikas |
/trunk/ |
Mark Agenda Filled: Update logic |
|
| 36895 |
3 h 21 m |
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 |
|
| 36894 |
3 h 29 m |
amit |
/trunk/profitmandi-dao/src/main/ |
HID allocation: requested qty is now an additional one-time allowance (purchase-limit override, HID target unchanged); add approved_by column; add 5-day billed/activated serial lookups for the edit screen |
|
| 36893 |
3 h 39 m |
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 |
|
| 36892 |
3 h 55 m |
aman |
/trunk/profitmandi-fofo/src/main/ |
Contact-Us: vertically center edit modal + styled bootbox delete confirmation
- contact-us.vm: flexbox-center #contactUsModal (equal top/bottom + horizontal)
- contact.js: delete now uses bootbox.confirm (styled 'Yes, delete' dialog), falls back to native confirm
- AppConfig: bump asset version 361 -> 362 so clients fetch updated contact.js |
|
| 36891 |
4 h 4 m |
aman |
/trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ |
Center the Contact-Us edit modal (was shifted right by leftover left:10% CSS) |
|
| 36890 |
4 h 6 m |
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 |
5 h 5 m |
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 |
6 h 1 m |
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) |
|
| 36887 |
6 h 31 m |
aman |
/trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ |
Fix:Update Contact-us - remove Mohit Gulati from escalations |
|
| 36886 |
6 h 41 m |
aman |
/trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ |
contact updated |
|
| 36885 |
6 h 51 m |
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 |
2 d 0 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
deena nath gupta has all access to bulk order approve |
|
| 36883 |
2 d 4 h |
ranu |
/trunk/ |
calling target given |
|
| 36882 |
2 d 23 h |
vikas |
/trunk/profitmandi-fofo/src/main/ |
Location Tracking Dashboard: Add BeatJourneyController |
|
| 36881 |
3 d 0 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
download |
|
| 36880 |
3 d 0 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/inventory/ |
Harden bulk vendor catalog pricing upload: set creator authId, skip null rows, aggregate row errors, validate price sanity (tp/dp/mop>0) and duplicate/pending requests |
|