From acd139cf0df1fc5b1e775e318f8d9dda5ac421d4 Mon Sep 17 00:00:00 2001 From: gabogg Date: Fri, 12 Jun 2026 13:16:26 +0000 Subject: [PATCH] docs: use relative paths for template sheets to fix remote link routing --- docs/PHASE_4_IMPLEMENTATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/PHASE_4_IMPLEMENTATION.md b/docs/PHASE_4_IMPLEMENTATION.md index 639a37c..410040a 100644 --- a/docs/PHASE_4_IMPLEMENTATION.md +++ b/docs/PHASE_4_IMPLEMENTATION.md @@ -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`).