> For the complete documentation index, see [llms.txt](https://pointhub.gitbook.io/pointhub-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pointhub.gitbook.io/pointhub-documentation/purchasing/goods-purchase/purchase-requisition.md).

# Purchase Requisition

Berikut langkah-langkah input Purchase Requisition

1. **Pastikan anda sudah login pada aplikasi ERP**
2. Pilih Menu *<mark style="color:violet;">**Purchasing -> Goods Purchase**</mark>*

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

3. Pilih *<mark style="color:violet;">**Purchase Requisition**</mark>*

<figure><img src="/files/9r0D80NcvoiO5mMHKaF4" alt=""><figcaption></figcaption></figure>

4. Klik tab *<mark style="color:violet;">**Create**</mark>* -> **Isi Data** pada form -> *<mark style="color:violet;">**SUBMIT**</mark>*

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

<details>

<summary><mark style="color:green;">Penjelasan Field pada purchase requisition</mark> </summary>

1. **Required Date** : Untuk menambahkan tanggal barang dibutuhkan&#x20;
2. **Employee :** Pilih nama karyawan yang melakukan permintaan barang&#x20;
3. **Notes (atas)** : Untuk menambahkan catatan bila diperlukan
4. **Item** : Untuk menambahkan jenis item yang dibutuhkan
5. **Quantity** :  Untuk menambahkan jumlah quantity yang dibutuhkan
6. **Allocation** : Untuk mengkategorikan jenis permintaan barang
7. **Notes (bawah)** : Untuk menambahkan general note bila ada
8. **Request Approval To :** Untuk mengisi nama atasan yang menyetujui data permintaan barang

</details>

<figure><img src="/files/oUDGdWWUFotqiGRxxdmB" alt=""><figcaption><p>tampilan saat <em><mark style="color:violet;"><strong>Purchase Requisition</strong></mark></em> berhasil di <em><mark style="color:violet;"><strong>SUBMIT</strong></mark></em></p></figcaption></figure>

{% hint style="info" %}
Setelah **klik submit**, Status approval menjadi Pending. System akan mengirimkan request approval pada orang yang diassign.&#x20;

Berikut Jenis Status Approval :&#x20;

* Approved : Form Purchase Requisition telah disetujui&#x20;
* Pending  : Form Purchase Requisition dalam proses review&#x20;
* Rejected : Form Purchase Requisition ditolak oleh atasan&#x20;
  {% endhint %}

5. Klik tab *<mark style="color:violet;">**Request Approval**</mark>* -> ☑ form PR -> *<mark style="color:violet;">**Send Request**</mark>*

<figure><img src="/files/1ZMqUNn09Q4vaXSRkKpK" alt=""><figcaption></figcaption></figure>

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/zm2Ou7s8E1DTEcl3zy3N">/pages/zm2Ou7s8E1DTEcl3zy3N</a></td><td></td><td></td></tr><tr><td><a href="/pages/5EhK1e7tUa2PqJtd3ejo">/pages/5EhK1e7tUa2PqJtd3ejo</a></td><td></td><td></td></tr><tr><td><a href="/pages/5BEUl3fZZyfinTEKjPrf">/pages/5BEUl3fZZyfinTEKjPrf</a></td><td></td><td></td></tr></tbody></table>


---

# 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://pointhub.gitbook.io/pointhub-documentation/purchasing/goods-purchase/purchase-requisition.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.
