> For the complete documentation index, see [llms.txt](https://manual.unosofbooks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.unosofbooks.com/guia-de-usuario-es/reportes/resportes-contables/untitled-2.md).

# Casos contables / servidor maestro

## Diferencias entre facturas pendientes y página de depósito

Cuando trabaja con una estructura de servidor maestro, nuestra página de depósito realiza una llamada remota a las aplicaciones conectadas, como la finca o la empresa trading.

![Deposit Page](/files/-M0c1-A8QAaLZRm1t9xE)

Sin embargo, los saldos de las cuentas en los informes contables, donde se encuentran las pending invoices / outstanding invoices, no realizan una llamada remota a la aplicación conectada, como la finca o la empresa trading.

![Accounting Reports > Pending Invoices.](/files/-M0c0YKq4NSsDl2tHySW)

Es posible que tenga un saldo pendiente en el informe de contabilidad, pero que el monto no aparezca en la página de depósito. Esto puede significar las siguientes cosas:

* PO y la factura no existen en la finca o trading, una falla de sincronización.
* PO y la factura tienen un valor de $0,00 en la finca o trading, una falla de sincronización
* PO y la factura se pagan en la finca o trading, se aplica un depósito o nota de crédito directamente en la finca o en la aplicación trading.

### Solucionar los casos

#### Caso A) PO y la factura no existen en la finca o trading, una falla de sincronización.

{% hint style="info" %}
Consejo: Puede ejecutar estos pasos directamente en su navegador o seguirlos en un archivo de bloc de notas.
{% endhint %}

Paso 1) Identifique su GU\_Purchase Orden ID. Ingrese a la página PO para una factura específica.&#x20;

![PO Page, identify the GU\_Purchase Order ID ](/files/-M0cRa5ctHb_9DRX1db7)

Paso 2) Una vez que ha identificado la GU\_purchase orden ID, pague en algún lado temporalmente. **E873472CCEB248C79DB1BC8FFAEC8700**

Paso 3) Haga click ahora en el buscador o notepad, y escriba después del "**.com"** el siguiente texto[: **/index.cfm?event=purchaseOrder.generateInvoice\&gu\_purchaseorder=**](https://ecuanros1.unosof.com/index.cfm?event=purchaseOrder.generateInvoice\&gu_purchaseorder=2D4C77B0C63AE250F53A30C87B5B3EC8\&returnEvent=Invoices.Form)

Su link se vará así:\
&#x20;[**https://test.unosof.com**](https://agrinag.unosof.com/index.cfm?event=synchProductsAGN\&gu_purchaseorder=BD8EF15B98D45859EE49C917A2787A27)[**/index.cfm?event=purchaseOrder.generateInvoice\&gu\_purchaseorder=**](https://ecuanros1.unosof.com/index.cfm?event=purchaseOrder.generateInvoice\&gu_purchaseorder=2D4C77B0C63AE250F53A30C87B5B3EC8\&returnEvent=Invoices.Form)

Paso 4) Pegue el GU\_purchase orden ID después del "="\
Su link se verá así:\
&#x20;[**https://test.unosof.com**](https://agrinag.unosof.com/index.cfm?event=synchProductsAGN\&gu_purchaseorder=BD8EF15B98D45859EE49C917A2787A27)[**/index.cfm?event=purchaseOrder.generateInvoice\&gu\_purchaseorder=**](https://ecuanros1.unosof.com/index.cfm?event=purchaseOrder.generateInvoice\&gu_purchaseorder=2D4C77B0C63AE250F53A30C87B5B3EC8\&returnEvent=Invoices.Form)**E873472CCEB248C79DB1BC8FFAEC8700**

Paso 5) Pegue el siguiente texto: [**\&returnEvent=Invoices.Form**](https://ecuanros1.unosof.com/index.cfm?event=purchaseOrder.generateInvoice\&gu_purchaseorder=2D4C77B0C63AE250F53A30C87B5B3EC8\&returnEvent=Invoices.Form) después del GU\_ID: **E873472CCEB248C79DB1BC8FFAEC8700**\
Su link se verá así:\
[**https://test.unosof.com**](https://agrinag.unosof.com/index.cfm?event=synchProductsAGN\&gu_purchaseorder=BD8EF15B98D45859EE49C917A2787A27)[**/index.cfm?event=purchaseOrder.generateInvoice\&gu\_purchaseorder=**](https://ecuanros1.unosof.com/index.cfm?event=purchaseOrder.generateInvoice\&gu_purchaseorder=2D4C77B0C63AE250F53A30C87B5B3EC8\&returnEvent=Invoices.Form)**E873472CCEB248C79DB1BC8FFAEC8700**[**\&returnEvent=Invoices.Form**](https://ecuanros1.unosof.com/index.cfm?event=purchaseOrder.generateInvoice\&gu_purchaseorder=2D4C77B0C63AE250F53A30C87B5B3EC8\&returnEvent=Invoices.Form)

Paso 6) Corra el link, esto disparará un script en el que volvemos a facturar el PO y hacemos una nueva llamada remota a la finca o trading para enviar el PO y la factura.

{% hint style="success" %}
Si hizo estos 6 pasos correctamente, resolvió con éxito el problema y el monto de la factura pendiente coincidirá con la página de depósito.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.unosofbooks.com/guia-de-usuario-es/reportes/resportes-contables/untitled-2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
