docs: use relative paths for template sheets to fix remote link routing
This commit is contained in:
parent
95b05c50f5
commit
acd139cf0d
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ To prevent manual data-entry errors, the system allows authorized users (Adminis
|
||||||
|
|
||||||
#### Excel Spreadsheet Format Specifications
|
#### Excel Spreadsheet Format Specifications
|
||||||
Two pre-populated spreadsheets are available under the public directory:
|
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.**
|
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](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.
|
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:
|
The spreadsheet contains the following mandatory headers:
|
||||||
- `Colaborador`: String representing the unique collaborator username (e.g. `colaborador_mde`).
|
- `Colaborador`: String representing the unique collaborator username (e.g. `colaborador_mde`).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue