Commit Graph

3 Commits

Author SHA1 Message Date
andrei
d2ff24b6da Update business case form with currency symbol and improved functionality
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 06:37:47 +00:00
andrei
e692758a7c Improve form UI and functionality
- 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>
2025-09-29 13:41:56 +00:00
andrei
0e2e1bddba Add xlsxwriter-based Excel generation scripts with openpyxl implementation
- 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>
2025-09-22 13:53:06 +00:00