| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36300 |
6 h 44 m |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/config/ |
Bump JS version to 331 to bust cache for GRN correction auto-approve UI change |
|
| 36299 |
6 h 56 m |
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 |
7 h 46 m |
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 |
3 d 7 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
escaltions updated on dashboard detail |
|
| 36266 |
3 d 7 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fix NPE in PlacementPlanController when warehouse has no saholic stock data |
|
| 36247 |
5 d 15 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/config/ |
Add gmailRelaySender bean for Google Workspace SMTP Relay |
|
| 36243 |
7 d 3 h |
aman |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/service/ |
Fix:Correct monthly sale |
|
| 36242 |
7 d 3 h |
aman |
/trunk/ |
Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation |
|
| 36235 |
7 d 8 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
back date data ..........dashboard display on calling |
|
| 36234 |
7 d 10 h |
ranu |
/trunk/ |
back date data ..........dashboard display on calling |
|
| 36232 |
7 d 11 h |
vikas |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fix: Training store timeline entry for dashboard |
|
| 36231 |
8 d 5 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
any rbm can see activity his partner ticket |
|
| 36226 |
9 d 5 h |
aman |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fix: Prefill in not working in wod request panel |
|
| 36217 |
10 d 3 h |
vikas |
/trunk/profitmandi-fofo/src/main/ |
Purchase Sale Panel: Export Report |
|
| 36210 |
10 d 5 h |
ranu |
/trunk/ |
rbm l1,l2,l3 layer introduce |
|
| 36198 |
11 d 3 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 |
|
| 36192 |
11 d 7 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/service/ |
agent insights tracking |
|
| 36190 |
11 d 10 h |
ranu |
/trunk/ |
agent insights tracking |
|
| 36179 |
14 d 23 h |
ranu |
/trunk/ |
weekly rating system live on calling module |
|
| 36174 |
15 d 3 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. |
|