# APS Order processing WEBUI

As part of the APS solution, a configurable WEBUI is provided that provides the ability to view and interact with order information as well as control individual order status.&#x20;

To access the WEBUI the URL defined under the **\[HOST]** section of the 'CodingControlAPS.ini' file must be used.

:information\_source:If the APS implementation is being accessed on the same server that the APS service is running on then 'localhost' can be used followed by ':' and then the configured port.&#x20;

:information\_source:If remotely accessing the server then the relevant server firewall ports must be opened and the server IP must be used followed by ':' and then the configured port.&#x20;

The display content and access authorisation are controlled via configuration defined in the 'CodingControlAPS.ini' and other '\*.ini' files located in the APS implementation root folder structure.

The WEBUI offers the below capability and functionality.

* All data read from SQL database
* Order information can be viewed.
* Orders can be stopped and started. (If authorised)
  1. Logs at the top of the screen give real-time feedback on GR processing and SSC creation.
* Additional configuration is available (ADMIN rights required).
  1. Update fields displayed and sequence
  2. Set passwords (If authorised)
  3. Interact \update configured supplier plugins. (If authorised)
* Selecting the order switches to an order detail view, here the user can either validate all the order information and then start or stop the order if production for the specific order is complete.

<div align="left"><figure><img src="/files/D1tZUjkx7EMMszWgRm5g" alt=""><figcaption></figcaption></figure></div>

Depending on authorisations and logged-on profiles selecting a displayed order row will open an order details screen.

<div align="left"><figure><img src="/files/ZtD7x6rfjSg0pB72IHg3" alt=""><figcaption></figcaption></figure></div>

:information\_source: If configured as part of the data template defined on the CodingControl system configuration fields can also be made editable or configured to expect values before any processing is permitted for instance.&#x20;


---

# 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.theconfigteam.com/codingcontrol/configuration/core-application-configuration/server-application-configuration/aps-order-processing-webui.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.
