> For the complete documentation index, see [llms.txt](https://panduan-dms.simplidots.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://panduan-dms.simplidots.id/website-backoffice/dms-distribution-management-system/accounting/bank-withdrawal.md).

# Bank Withdrawal

Bank Withdrawal berfungsi untuk mencatat pembayaran pada transaksi yang tidak ada referensi di sistem serta pembayaran atas expense yang masih open. Contoh, pembayaran sewa kendaraan, sewa bangunanan, dan lainnya.

Berikut cara menambahkan Bank Withdrawal:

1. Pilih menu Accounting
2. Pilih Bank Withdrawal

![](https://lh5.googleusercontent.com/mrIlhO_M9ttgypOdNG2s7AxCfdAoUSTIXGftxYeRJgg-m1L8A5Y511U8xN9KPg95i_3hvgJUJoorrKVwE8Hafjl41vojCGEKYE1-ATuhe46BX2OfMn_NW4MjcSA-KUVXXbh5gmxG)

3\. Pilih tombol tambah (+) berwarna biru di sudut kanan bawah

![](https://lh6.googleusercontent.com/sSDYyNLmMe82gxa0DBEC2LBHvgCqSO6Cup4ZQyZMTPCebAiFQk9ce-oNqObbkUwlSj7GJLVTDCcMCURyWuq_ErDVeh85w4cs6FeMS35OMvuBd8mwnAnRyZIyquE_qOkPOPykq2T2)

4\. Pilih Pay From, contoh Bank Mandiri karena pembayarannya dari bank tersebut\
5\. Tentukan Transaction Date \
6\. Centang Expense pada Payment for, tujuannya untuk melakukan pembayaran atas expense yang masih open \
7\. Pilih Payee Type (jenis penerima pembayaran) \
8\. Pilih Payee (penerima pembayaran) \
9\. Pilih Expense No, maka akan muncul Expense dengan status open \
10\. Isi Description \
11\. Isi Amount sesuai dengan total pembayaran \
12\. Pilih tombol + Item, jika ingin melakukan pembayaran lebih dari 1 expense\
13\. - Pilih Save untuk menyimpan penambahan Bank Withdrawal\
&#x20;      \- Pilih Save & New untuk menyimpan dan melanjutkan penambahan \
&#x20;        Bank Withdrawal yang lain\
14\. Setelah di-save maka status Bank Withdrawal tersebut menjadi **COMPLETED**

![](https://lh6.googleusercontent.com/2qCyXxjbktXGa9Z6k4WueV75k3Jvt2V2RCzEFFV6ddRKtxJTZEdH_PFZp7OcAt-28dD0YY73egUbSEx52nMiQw9yS5MeJNmK8CuzJD7f54fzeqlOQn4s5lTzXbTc5vpuzvG-2NHn)

15\. Klik Transaction Date dan pilih Show Jurnal Entry untuk melihat tampilan Jurnalnya

![](https://lh5.googleusercontent.com/zFqK1GoRXvz4sJskRS7IgZFqTbWUie5pDFFJPSm-ZlHBSCQdp89zaGyL4N3OobegSGUEBpX1qh1GX7X4EBKEnWU4s7i2teXswLS-u3okisswJj6RUOuoySuOR6lDld6jshqXaByb)

Jika di Bank Withdrawal statusnya sudah Completed maka pada bagian Expense statusnya akan otomatis berubah menjadi Paid.

![](https://lh5.googleusercontent.com/65fL3vWgXJyotfSj6EsGUiGE496RfBBrYTxLZ6aStrz1Q1yVlMYz3DbsqY9g9c1iZCmFIXsealFvB5Uqhez6-xsTv_fophtX3CAd21b6oIzCqniMABL_6DzIzlGrCiLEn1-4oFkI)


---

# 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://panduan-dms.simplidots.id/website-backoffice/dms-distribution-management-system/accounting/bank-withdrawal.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.
