Added minimarket store type with correct row positions
This commit is contained in:
19
config.json
19
config.json
@@ -5,11 +5,11 @@
|
||||
"company_name": "Footprints AI",
|
||||
"email": "denisa@example.com",
|
||||
"phone": "+40 712 345 678",
|
||||
"store_name": "Ursus",
|
||||
"store_name": "Media",
|
||||
"country": "Romania",
|
||||
"starting_date": "01.01.2027",
|
||||
"duration": 24,
|
||||
"store_types": ["convenience", "supermarket", "hypermarket"],
|
||||
"starting_date": "01.01.2025",
|
||||
"duration": 36,
|
||||
"store_types": ["convenience", "minimarket", "supermarket", "hypermarket"],
|
||||
"open_days_per_month": 26,
|
||||
|
||||
"convenience_store_type": {
|
||||
@@ -23,6 +23,17 @@
|
||||
"open_days_per_month": 26
|
||||
},
|
||||
|
||||
"minimarket_store_type": {
|
||||
"stores_number": 50,
|
||||
"monthly_transactions": 600000,
|
||||
"has_digital_screens": true,
|
||||
"screen_count": 150,
|
||||
"screen_percentage": 60,
|
||||
"has_in_store_radio": true,
|
||||
"radio_percentage": 70,
|
||||
"open_days_per_month": 26
|
||||
},
|
||||
|
||||
"supermarket_store_type": {
|
||||
"stores_number": 80,
|
||||
"monthly_transactions": 450000,
|
||||
|
||||
Reference in New Issue
Block a user