Replace open days field with currency symbol

This commit is contained in:
andrei
2025-09-29 15:01:18 +00:00
parent e692758a7c
commit 2f569ae683
4 changed files with 17 additions and 24 deletions

View File

@@ -83,7 +83,7 @@ def update_excel_variables(excel_path):
'B2': user_data.get('store_name', ''),
'B31': user_data.get('starting_date', ''),
'B32': user_data.get('duration', 36),
'B37': user_data.get('open_days_per_month', 0),
'B37': user_data.get('currency_symbol', ''),
# Convenience store type
'H37': user_data.get('convenience_store_type', {}).get('stores_number', 0),
@@ -430,4 +430,4 @@ if __name__ == "__main__":
excel_path = sys.argv[1]
update_excel_variables(excel_path)
else:
print("Please provide the path to the Excel file as an argument")
print("Please provide the path to the Excel file as an argument")