Evidence Summary
- Create route
/vendas/gsa/create- List route
/vendas/gsa- Final view
/vendas/gsa/view/OTk5OTAwMDAx- Workflow run
separation-guide-gsa-20260519T055811Z- Created document
999900001 / GSA 9999/1- Evidence file
raw/playwright/workflows/latest-separation-guide-gsa.json
When to Use This
Use Separation guide [GSA] to prepare material for shipment between internal warehouses. The create page describes it as a Material preparation document for shipment between internal warehouses. In the verified demo, GSA recorded source and destination warehouses and stayed open, but did not change stock in dt_list_recalc_stock_articles_lojas. The saved view exposed a Convert to GA action for turning the preparation guide into an asset movement guide.
Step-by-Step
- Open Sales / Shipping / Separation guide [GSA], then click Separation guide, or navigate directly to
/vendas/gsa/create. - Confirm the page description: Material preparation document for shipment between internal warehouses.
- Select the entity. The page defaulted to inactive customer
1; the verified run changed it to customer910, 100 Ouvidos Lda, VAT509031862. - Open Delivery Method and set the source/load warehouse. The verified run used warehouse
1, Armazem de Entradas. - Set the discharge location and Warehouse Destination. The verified run used warehouse
2, Armazem de Monos, in bothselect_MoradaDescargaandCodLojaEntrada. - Confirm document series, employee, commercial, and payment term. The verified run used series
9999, employeeDemo, commercialComercial 1, and payment termPP. - Optionally enter a Reference. The verified run used
AI-GSA-20260519T055811Z. - Add the article line. The verified run inserted article
AI-DEMO-20260519-021105, quantity1, warehouse1, unit price1.60, VAT23%, and total1.97. - Click Save and Finish. OfficeGest showed the confirmation Are you sure?; confirm it to create the GSA.
- OfficeGest posts
saveDocument, redirects to the GSA view, and creates an open separation guide. The verified save response was999900001%OK&=&OKDOC&=&. - Search the GSA list for
999900001. The verified row showed statusABR/ Open, origin Armazem de Entradas, destination Armazem de Monos, total1.97, paid0.00, and pending1.97. - Check stock after saving. Warehouse
1stayed1and warehouse2stayed0; use Convert to GA when the prepared separation should become a stock-moving asset movement guide.
Verified GSA Values
| Field | Value |
|---|---|
| Internal number | 999900001 |
| Visible document number | GSA 9999/1 |
| Customer | [910] 100 Ouvidos Lda, VAT 509031862 |
| Origin | Armazem de Entradas, warehouse 1. |
| Destination | Armazem de Monos, warehouse 2; saved list field codlojaentrada=2. |
| Line | Article AI-DEMO-20260519-021105, quantity 1, source warehouse 1, VAT 23%. |
| Status | ABR, visible as Open; validation N/D. |
| Total | 1.97; paid 0.00; pending 1.97. |
| Stock effect | No stock change observed: warehouse 1 stayed 1; warehouse 2 stayed 0. |
Backend Calls Observed
| Action or endpoint | Purpose |
|---|---|
DT_List_Documentos&table=documgsa | Loads and verifies separation guides with typesaft=GA, tipoop=GSA, and actualizacc=F. |
NameEntidades&tabla=Cliente | Loads customer master data for customer 910. |
CodLojaEntrada | Sets destination warehouse. The verified list row returned codlojaentrada=2. |
loadArtigoReducido / insertLinhaTabDoc | Loads the source-warehouse article and inserts the GSA line. The article line stored source stock 1 and source warehouse 1. |
create_document&option=calcular_totais | Calculates gross, VAT, and total. Verified totals were net 1.60, VAT 0.37, and total 1.97. |
saveDocument | Creates the GSA document. The verified response was {"return":"999900001%OK&=&OKDOC&=&","print_documents":[]}. |
dt_list_recalc_stock_articles_lojas | Confirms stock after final save. Warehouse 1 stayed 1; warehouse 2 stayed 0. |
Raw evidence: raw/playwright/workflows/separation-guide-gsa-20260519T055811Z.json. Probe evidence: raw/playwright/vendas-gsa-create-probe.json. Screenshots: assets/screenshots/separation-guide-gsa-20260519T055811Z-01-create-page.png through assets/screenshots/separation-guide-gsa-20260519T055811Z-04-gsa-list.png.