Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36893 9 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 25 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 34 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 36 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 1 h 34 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 2 h 31 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 3 h 0 m aman /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ Fix:Update Contact-us - remove Mohit Gulati from escalations  
36886 3 h 10 m aman /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ contact updated  
36885 3 h 21 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 20 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 0 h ranu /trunk/ calling target given  
36882 2 d 19 h vikas /trunk/profitmandi-fofo/src/main/ Location Tracking Dashboard: Add BeatJourneyController  
36881 2 d 21 h ranu /trunk/profitmandi-fofo/src/main/ download  
36880 2 d 21 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 21 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 2 d 23 h aman /trunk/profitmandi-fofo/ donotcommit  
36877 2 d 23 h vikas /trunk/ Location Tracking Dashboard: Add BeatJourneyController  
36876 3 d 0 h aman /trunk/profitmandi-fofo/ Bump profitmandi-fofo version to 0.0.2-SNAPSHOT  
36875 3 d 0 h aman /trunk/ Fix STORE_CODE_CREATED timeline: commit event before best-effort notifications; use containsKey in onboarding-timeline-detail.vm so Done badge shows even when timestamp is null  
36874 3 d 1 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/loiForm/ kamini mam access issue on pending loi  

Show All