Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
36727 54 d 2 h ranu /trunk/ beat plan info commit  
36439 81 d 7 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 101 d 23 h aman /trunk/ Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation  
35961 136 d 5 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 146 d 3 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 212 d 15 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 237 d 3 h amit /trunk/ Fixed changes regarding to FofoStore having expired field now ignored  
35301 244 d 0 h amit /trunk/ Fixed minimum investment logic  
35297 245 d 1 h amit /trunk/ Added logic to handle retailer  
35289 248 d 9 h amit /trunk/ Added trial franchisee feature  
35284 249 d 18 h aman /trunk/ Fix:Monthly acceories sale  
35079 298 d 6 h vikas /trunk/ Live Tracking and Shopify Products List Sync  
33124 854 d 3 h ranu /trunk/ area territory for fofo store(phase one)  
32615 986 d 2 h raveendra.bharati /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Ensured that new store code will always have next code number  
32308 1079 d 21 h amit.gupta /trunk/ Added  
31730 1221 d 1 h tejbeer /trunk/ change  
31682 1233 d 1 h amit.gupta /trunk/ Added Not Yet billed  
31681 1233 d 2 h amit.gupta /trunk/ Added Not Yet Billed State  
30279 1566 d 0 h tejbeer /trunk/ change  
30121 1599 d 3 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fixed scheme issue  

Show All