Evidence Summary
- Create route
/compras/grf/create- List route
/compras/grf- Final view
/compras/grf/view/OTk5OTAwMDM1- Workflow run
supplier-waybill-grf-20260519T082819Z- Created document
999900035 / GRF 9999/35- Evidence file
raw/playwright/workflows/latest-supplier-waybill-grf.json
When to Use This
Use Waybill Sup. [GRF] to register a supplier-side waybill for incoming goods. In the verified path the document stayed open and unpaid, used supplier context, and increased warehouse stock for the received article line.
Step-by-Step
- Open Purchases / Waybill Sup. [GRF], then click the create action, or navigate directly to
/compras/grf/create. - Confirm the form is using
TipoOp=GRF. - Select the Supplier. The verified run used supplier
100, AI Demo Supplier 20260519T030323Z, VAT590303236. - Enter a traceable value in Supplier`s N.. The verified run used
AI-GRF-20260519T082819Z. - Review document defaults: series
9999, employeeDemo, payment conditionPP, currencyEUR, and warehouse1. - Add the article line. The verified line used article
AI-DEMO-20260519-021105, quantity1, unit cost1.23, VAT23%, and total1.51. - Click Save and Finish.
- Confirm the Are you sure? dialog with OK.
- OfficeGest posts
saveDocument, redirects to the GRF view, and keeps the document in Open status. The verified save response created document999900035. - Search the GRF list for
999900035or the supplier reference. The verified list row had statusABR/ Open, validationN/D, total1.51, and paid value0. - Verify stock when the waybill includes stock-moving articles. The verified run changed warehouse
1stock from4to5.
Verified GRF Values
| Field | Value |
|---|---|
| Internal number | 999900035 |
| Visible document number | GRF 9999/35 |
| Supplier reference | AI-GRF-20260519T082819Z |
| Internal reference | AI-GRF-REF-20260519T082819Z |
| Route/list identity | /compras/grf, table GRemF, tipoop=GRF, tipoterc=F, actualizacc=F, recibo=F. |
| Status | ABR / Open, validation N/D. |
| Total and payment | Total 1.51; no payment line; ValorPago=0. |
| Stock/order effect | Physical stock in warehouse 1 changed from 4 to 5; customer-order quantity stayed 4; supplier-order quantity stayed 2. |
Backend Calls Observed
| Action or endpoint | Purpose |
|---|---|
listaTabDocumento&isforn=T | Loads the temporary supplier line table with tipoop=grf. |
loadArtigoReducido&compras=T | Loads purchase article metadata, including physical stock 4, customer-order quantity 4, supplier-order quantity 2, cost 1.23, and VAT 23. |
create_document&option=get_notas_entidade | Loads supplier notes for supplier 100 with tipoentidade=F. |
create_document&option=get_notas_artigo | Loads article notes for AI-DEMO-20260519-021105. |
saveDocument | Creates the open GRF. The verified payload used TipoOp=GRF, NumNoForn=AI-GRF-20260519T082819Z, referencia=AI-GRF-REF-20260519T082819Z, MovimentaStock=1, id=48302, stockneg=NAO USAR, isedit=F, and israsc=0. No CodTipoLanc was present. |
DT_List_DocumentosF | Verifies the document in the GRF list using table GRemF, actualizacc=F, and tipoop=GRF. |
dt_list_recalc_stock_articles_lojas | Verifies warehouse stock after saving the GRF. |
Raw evidence: raw/playwright/workflows/supplier-waybill-grf-20260519T082819Z.json. Screenshots: assets/screenshots/supplier-waybill-grf-20260519T082819Z-01-create-page.png through assets/screenshots/supplier-waybill-grf-20260519T082819Z-04-grf-list.png.