docs: use relative paths for template sheets to fix remote link routing

This commit is contained in:
Luis Gabriel Ramos Robles 2026-06-12 13:16:26 +00:00
parent 95b05c50f5
commit acd139cf0d

View file

@ -13,8 +13,8 @@ To prevent manual data-entry errors, the system allows authorized users (Adminis
#### Excel Spreadsheet Format Specifications
Two pre-populated spreadsheets are available under the public directory:
1. **Template spreadsheet**: [import_sales_template.xlsx](file:///home/gabogg/Proyects/semillero-special-hotel/public/templates/import_sales_template.xlsx) — Clean column layout with a single dummy row reference. **This template is made directly downloadable through the program's UI.**
2. **Test spreadsheet**: [import_sales_test.xlsx](file:///home/gabogg/Proyects/semillero-special-hotel/public/templates/import_sales_test.xlsx) — Contains mixed valid and invalid rows to verify frontend/backend validation error rendering.
1. **Template spreadsheet**: [import_sales_template.xlsx](../public/templates/import_sales_template.xlsx) — Clean column layout with a single dummy row reference. **This template is made directly downloadable through the program's UI.**
2. **Test spreadsheet**: [import_sales_test.xlsx](../public/templates/import_sales_test.xlsx) — Contains mixed valid and invalid rows to verify frontend/backend validation error rendering.
The spreadsheet contains the following mandatory headers:
- `Colaborador`: String representing the unique collaborator username (e.g. `colaborador_mde`).