Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36315 92 d 7 h ranu /trunk/ rbm rating dashboard view commited  
36312 92 d 13 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/monitors/ rbm rating dashboard view commited  
36307 93 d 3 h ranu /trunk/profitmandi-fofo/src/main/ rbm rating dashboard view commited  
36299 95 d 5 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 6 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 6 h ranu /trunk/profitmandi-fofo/src/main/ escaltions updated on dashboard detail  
36266 98 d 6 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 2 h aman /trunk/ Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation  
36235 102 d 7 h ranu /trunk/profitmandi-fofo/src/main/ back date data ..........dashboard display on calling  
36234 102 d 9 h ranu /trunk/ back date data ..........dashboard display on calling  
36232 102 d 10 h vikas /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fix: Training store timeline entry for dashboard  
36231 103 d 4 h ranu /trunk/profitmandi-fofo/src/main/ any rbm can see activity his partner ticket  
36226 104 d 3 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 2 h vikas /trunk/profitmandi-fofo/src/main/ Purchase Sale Panel: Export Report  
36198 106 d 2 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 8 h ranu /trunk/ agent insights tracking  
36179 109 d 22 h ranu /trunk/ weekly rating system live on calling module  
36174 110 d 1 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 9 h aman /trunk/ Feat:Request Panel for brand dealer registration,Admin panel for managing WOD request templates  
36151 110 d 9 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  

Show All