- Update retailer name field label from "Enter your retail store/s name" to "Retailer Name"
- Change section title from "Store Details" to "Setup Details"
- Replace date picker with month/year dropdowns for Business Case Start Date
- Add Currency Symbol field with Dollar and Euro options
- Remove "Stores open days/month" field from In-Store Information
- Auto-populate year dropdown with current year + 5 years
- Auto-set date to first day of selected month
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Removed outdated Excel processing scripts and documentation files
- Kept only update_excel_xlsxwriter.py as the primary Excel processor
- Restored stable configuration with working minimarket support
- Optimized HTTP headers for better file delivery
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Ensured minimarket_store_type section is properly generated in config.json
- Form now correctly saves and processes minimarket data when selected
- Excel template integration working for all store types including minimarket
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Added centralized requirements.txt with exact package versions
- Updated config.json with TEST9 store name
- Dependencies: openpyxl==3.1.2, python-dateutil==2.8.2
- Added create_excel_xlsxwriter.py and update_excel_xlsxwriter.py
- Implemented comprehensive store_name replacement across all formula types
- Added special handling for ArrayFormula objects (H25-AG27 range)
- Added external link breaking to prevent Excel security warnings
- Enhanced sheet renaming with formula reference preservation
- Updated server.js to use new xlsxwriter scripts
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Created create_excel_xlsxwriter.py and update_excel_xlsxwriter.py
- Uses openpyxl exclusively to preserve Excel formatting and formulas
- Updated server.js to use new xlsxwriter scripts for form submissions
- Maintains all original functionality while ensuring proper Excel file handling
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>