BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
trunk
/
profitmandi-dao
/
src
/
main
/
java
/
com
/
spice
/
profitmandi
/
dao
/
entity
/
fofo
/
FofoStore.java
– Rev 36439
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
36439
8 h 11 m
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
21 d 0 h
aman
/trunk/
Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation
35961
55 d 6 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
65 d 4 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
131 d 16 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
156 d 4 h
amit
/trunk/
Fixed changes regarding to FofoStore having expired field now ignored
35301
163 d 1 h
amit
/trunk/
Fixed minimum investment logic
35297
164 d 2 h
amit
/trunk/
Added logic to handle retailer
35289
167 d 10 h
amit
/trunk/
Added trial franchisee feature
35284
168 d 19 h
aman
/trunk/
Fix:Monthly acceories sale
35079
217 d 7 h
vikas
/trunk/
Live Tracking and Shopify Products List Sync
33124
773 d 4 h
ranu
/trunk/
area territory for fofo store(phase one)
32615
905 d 3 h
raveendra.bharati
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/
Ensured that new store code will always have next code number
32308
998 d 22 h
amit.gupta
/trunk/
Added
31730
1140 d 2 h
tejbeer
/trunk/
change
31682
1152 d 2 h
amit.gupta
/trunk/
Added Not Yet billed
31681
1152 d 3 h
amit.gupta
/trunk/
Added Not Yet Billed State
30279
1485 d 1 h
tejbeer
/trunk/
change
30121
1518 d 4 h
amit.gupta
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/
Fixed scheme issue
30046
1532 d 23 h
tejbeer
/trunk/
change
←Prev
1
2
Next→
Show All