Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36896 42 m vikas /trunk/ Mark Agenda Filled: Update logic  
36895 59 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 1 h 7 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 1 h 17 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 1 h 33 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 1 h 42 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 1 h 44 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 2 h 43 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 3 h 39 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 4 h 9 m aman /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ Fix:Update Contact-us - remove Mohit Gulati from escalations  
36886 4 h 18 m aman /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ contact updated  
36885 4 h 29 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 1 d 21 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 1 h ranu /trunk/ calling target given  
36882 2 d 21 h vikas /trunk/profitmandi-fofo/src/main/ Location Tracking Dashboard: Add BeatJourneyController  
36881 2 d 22 h ranu /trunk/profitmandi-fofo/src/main/ download  
36880 2 d 22 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  
36879 2 d 22 h amit /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ Fix loan summary detail: map columns to correct loan fields

Pending Interest now derived as totalPending - pendingPrincipal, and
Total Pending now uses getTotalPending() instead of getInterestPaid().
Headers renamed accordingly (Principal Amount, Pending Principal,
Pending Interest, Total Pending).
 
36878 3 d 0 h aman /trunk/profitmandi-fofo/ donotcommit  
36877 3 d 1 h vikas /trunk/ Location Tracking Dashboard: Add BeatJourneyController  

Show All