Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36439 4 d 15 h amit /trunk/profitmandi-dao/src/main/ Add outlet_name field to FofoStore entity, set from address.name on store creation

Adds outlet_name (VARCHAR 255) to FofoStore entity so the store's display
name is persisted directly on fofo_store instead of requiring a join through
retailer_registered_address -> address every time it is needed.

Sets fofoStore.setOutletName(retailerAddress.getName()) in both creation
paths: RetailerServiceImpl.createFofoStoreCodeByRetailerId (primary) and
RetailerController.createFofoStore (secondary).

Includes migration SQL script (migration_outlet_name_to_fofo_store.sql) to
ALTER TABLE and backfill existing rows from address.name. Must be run during
low-traffic window - fofo_store is heavily queried and ALTER takes a metadata
lock that blocks all concurrent SELECTs.
 
36242 25 d 7 h aman /trunk/ Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation  
35961 59 d 13 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/fofo/ Add closed state to FofoStore - permanent store closure with store code confirmation. Closed stores cannot be reactivated.  
35848 69 d 11 h amit /trunk/ Refactor investment logic to use own investment (total - utilized), remove minimumInvestmentOld, add OK_INVESTMENT_SHORT_PERCENTAGE constant, update thresholds CUTOFF_INVESTMENT=10 MIN_INVESTMENT_PERCENTAGE=5  
35463 135 d 23 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ Optimize /getMobileBrandWise and /getMobileLMSGraph queries

- Replace concat(year(), month()) pattern with date range comparisons
- Enables index usage on create_timestamp and activation_timestamp columns
- Update repository methods to pass date range parameters instead of string patterns
 
35323 160 d 11 h amit /trunk/ Fixed changes regarding to FofoStore having expired field now ignored  
35301 167 d 8 h amit /trunk/ Fixed minimum investment logic  
35297 168 d 9 h amit /trunk/ Added logic to handle retailer  
35289 171 d 17 h amit /trunk/ Added trial franchisee feature  
35284 173 d 2 h aman /trunk/ Fix:Monthly acceories sale  
35079 221 d 14 h vikas /trunk/ Live Tracking and Shopify Products List Sync  
33124 777 d 11 h ranu /trunk/ area territory for fofo store(phase one)  
32615 909 d 10 h raveendra.bharati /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Ensured that new store code will always have next code number  
32308 1003 d 6 h amit.gupta /trunk/ Added  
31730 1144 d 9 h tejbeer /trunk/ change  
31682 1156 d 10 h amit.gupta /trunk/ Added Not Yet billed  
31681 1156 d 10 h amit.gupta /trunk/ Added Not Yet Billed State  
30279 1489 d 9 h tejbeer /trunk/ change  
30121 1522 d 11 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fixed scheme issue  
30046 1537 d 6 h tejbeer /trunk/ change  

Show All