| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 37035 |
26 d 0 h |
aman |
/trunk/profitmandi-fofo/src/main/ |
AI lead intake in fofo app (deployable via fofo_deploy): add POST /add/lead to fofo LeadController mirroring the profitmandi-web contract (Auth-Token->401, dedup by mobile, NOT-NULL coalesced, stores state+recordingUrl, status=pending, SUCCESS envelope); exclude /add/lead from auth/role/post interceptors in WebConfig; add ai.lead.intake.token to dev/staging/prod (same values as profitmandi-web). Bot repoints host apis.smartdukaan.com -> partners.smartdukaan.com, same path/token/payload. |
|
| 37003 |
30 d 7 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
positions without partner |
|
| 36984 |
32 d 0 h |
aman |
/trunk/ |
Lead Management: (1) fix date-range CSV download to mirror the on-screen view - all statuses in range PLUS follow-ups - so it no longer returns empty or 500s on empty windows; guard empty result set. (2) Add global lead search (name/mobile/outlet/city across ALL leads, any status/date) wired to the existing lead-table search box (Enter = search all). Bump JS cache version to 369. |
|
| 36982 |
32 d 1 h |
aman |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Lead download (downloadDateWiseLead): date-range export now returns all selected statuses including follow-up within From-To. Previously follow-ups ignored the date range and selecting All dropped the other statuses. |
|
| 36818 |
53 d 3 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
code commit for agenda fill time stamp |
|
| 36792 |
57 d 23 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
some enhancement and bug fixes |
|
| 36789 |
58 d 6 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
some enhancement and bug fixes |
|
| 36787 |
58 d 7 h |
ranu |
/trunk/ |
some enhancement and bug fixes |
|
| 36761 |
60 d 22 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
some Enhancements or changes |
|
| 36741 |
64 d 0 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
beat plan info commit |
|
| 36644 |
71 d 15 h |
ranu |
/trunk/ |
route plan map |
|
| 36642 |
71 d 22 h |
ranu |
/trunk/ |
route plan map |
|
| 36101 |
125 d 0 h |
ranu |
/trunk/ |
weekly rating system live on calling module |
|
| 35841 |
159 d 2 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
Remove 6-month date range restriction on leads fetch/download filter |
|
| 35769 |
167 d 1 h |
amit |
/trunk/ |
Lead management fixes: date range filter, schedule timestamp from latest activity, source in edit lead
- Replace single date filter with start/end date range (max 6 months) in getOpenLead and downloadDateWiseLead
- Add new repository methods for date range queries with color/status/authIds filtering
- Fix selectLeadsScheduledBetweenDate SQL to use schedule_timestamp from latest-created activity instead of MAX(schedule_timestamp)
- Add source field to edit lead modal, CreateLeacdActivityRequest model, and EditLead controller
- Bump jsVersion to 318 |
|
| 35579 |
194 d 6 h |
aman |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Feat:add lead id in lead report |
|
| 35548 |
199 d 23 h |
aman |
/trunk/ |
Feat : Bulk uploader for lead reassign and update state and city for leads |
|
| 35508 |
214 d 3 h |
ranu |
/trunk/ |
lead repo done |
|
| 35507 |
214 d 3 h |
ranu |
/trunk/ |
lead repo done |
|
| 35458 |
224 d 22 h |
amit |
/trunk/ |
Revert @Transactional(readOnly=true) - keep @Transactional only at Controller level
Changes:
- profitmandi-web: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional(readOnly = true)
- profitmandi-fofo: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional
- profitmandi-dao: Removed @Transactional from services/repositories
Exceptions (called from interceptors, need own transaction):
- RoleManager: @Transactional(readOnly = true) - called from interceptor for auth
- PartnerTypeChangeServiceImpl.getBestPartner(): @Transactional - called from JWTUtil via interceptor
Fixed javax.transaction.Transactional to org.springframework.transaction.annotation.Transactional
Fixed rollbackOn to rollbackFor for Spring compatibility |
|