| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36312 |
92 d 20 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/monitors/ |
rbm rating dashboard view commited |
|
| 36307 |
93 d 11 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
rbm rating dashboard view commited |
|
| 36299 |
95 d 12 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
GRN correction: surface autoApproved flag to UI
Controller returns {status, autoApproved} JSON; JS shows an
'auto-approved' message when the request bypasses approval, otherwise
the existing 'raised for approval' message. Pairs with dao r36298. |
|
| 36297 |
95 d 13 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/monitors/ |
Fix MonitorController autowiring after @Cacheable proxy
UserWalletRepositoryImpl now has @Cacheable (r36296), which makes Spring
wrap it in a JDK interface proxy. MonitorController autowired the concrete
class, breaking startup with BeanNotOfRequiredTypeException. Switch to the
interface UserWalletRepository, matching every other repository injection
in the file. |
|
| 36268 |
98 d 13 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
escaltions updated on dashboard detail |
|
| 36266 |
98 d 13 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fix NPE in PlacementPlanController when warehouse has no saholic stock data |
|
| 36242 |
102 d 9 h |
aman |
/trunk/ |
Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation |
|
| 36235 |
102 d 14 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
back date data ..........dashboard display on calling |
|
| 36234 |
102 d 16 h |
ranu |
/trunk/ |
back date data ..........dashboard display on calling |
|
| 36232 |
102 d 17 h |
vikas |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fix: Training store timeline entry for dashboard |
|
| 36231 |
103 d 11 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
any rbm can see activity his partner ticket |
|
| 36226 |
104 d 11 h |
aman |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fix: Prefill in not working in wod request panel |
|
| 36217 |
105 d 9 h |
vikas |
/trunk/profitmandi-fofo/src/main/ |
Purchase Sale Panel: Export Report |
|
| 36198 |
106 d 9 h |
amit |
/trunk/profitmandi-fofo/src/main/ |
Add Download All CN summary report for FOFO_ADMIN: bulk CSV with partner details, IRN, ack date per month |
|
| 36190 |
106 d 15 h |
ranu |
/trunk/ |
agent insights tracking |
|
| 36179 |
110 d 5 h |
ranu |
/trunk/ |
weekly rating system live on calling module |
|
| 36174 |
110 d 9 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/warehouse/ |
Fix OOS false positive for dummy serialized items in warehouse management
Serialized items without serial numbers (e.g. dummy items with bulk qty) were
always classified as out-of-stock because the ageing query requires
currentQuantity=1 and a serial number join. Added fallback to scan-based
availability check when ageing returns empty, so items with physical stock
correctly show as in-stock. |
|
| 36152 |
110 d 17 h |
aman |
/trunk/ |
Feat:Request Panel for brand dealer registration,Admin panel for managing WOD request templates |
|
| 36151 |
110 d 17 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Switch /credit-note/{id} to use generateInvoiceV2 for new clean PDF format |
|
| 36135 |
111 d 12 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/warehouse/ |
Include correction To Item IDs in itemMap so item names resolve in approval view |
|