# Material Ordering and Processing Workflow

This document outlines the workflow for ordering materials from suppliers, receiving goods, and processing invoices with integration between suppliers, INFOR ERP system, and DocBits for document management.

### Process Overview

1. **Ordering Materials**
   * Initiate order with the supplier.
   * Send the order to the supplier through INFOR.
2. **Receiving Order Confirmation**
   * Supplier confirms the receipt of the order.
   * Creation and sending of order confirmation.
3. **Goods Receipt and Inspection**
   * Receive goods from the supplier.
   * Post goods receipt in INFOR and check against the delivery bill.
4. **Invoice Processing**
   * Receive invoice and send to DocBits for processing.
   * Check and verify invoice details with order and goods receipt.
5. **Final Steps**
   * Archive the order and related documents in DocBits.
   * Update INFOR with transaction details for financial accounting.

### Decision Points and Actions

* **Does the received goods match the order?**
  * Yes: Proceed with invoice processing.
  * No: Manual check and update required.
* **Is the invoice correct according to the goods received and order details?**
  * Yes: Complete the transaction and update financial records.
  * No: Further examination and corrections needed.

### Integration Points

* **INFOR ERP**: Main system for order processing, goods receipt, and financial accounting.
* **DocBits**: Document management for processing and archiving invoices and order confirmations.

### Notes

* Ensure all documents are verified and archived for record-keeping.
* Discrepancies in order or invoice details must be resolved promptly to avoid delays.

<figure><img src="/files/tHbBqZtcU9WGdOpl36M9" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.docbits.com/italian/administration-and-setup/workflow/material-ordering-and-processing-workflow.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
