> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/id/pelaporan/laporan-inventaris.md).

# Laporan inventaris

***

#### **Bagaimana cara memantau item yang perlu diisi ulang?**

Gunakan **Status Pemesanan Ulang** rumus di **Inventaris & Pergerakan** bagian dari <mark style="color:$primary;">`Laporan`</mark> > <mark style="color:$primary;">`Inventaris`</mark>. Ini menandai item yang jumlahnya telah turun di bawah level stok pengaman.

<figure><img src="/files/6992a499ebd60b9456a67f8286f2aa76b3fbeac5" alt=""><figcaption></figcaption></figure>

{% hint style="warning" icon="lightbulb" %}
Pastikan Anda telah menyiapkan [**Pengaman** **Stok**](/docs/id/fitur-lainnya/low-stock-alert.md) atribut (ambang batas pemesanan ulang) terlebih dahulu.
{% endhint %}

#### **Apakah item yang dihapus akan muncul di laporan inventaris saya?**

Tidak. Laporan hanya menyertakan item yang saat ini terdaftar di tim Anda. Untuk menyimpan catatan item sebelum dihapus, ekspor inventaris Anda ke Excel terlebih dahulu.

#### **Apa yang terjadi saat saya memperbarui biaya atau harga suatu item?**

Laporan menggunakan *saat ini* biaya dan harga, bukan nilai historis. Nilai sebelumnya tidak disimpan, jadi laporan dapat berbeda dari yang Anda lihat berdasarkan harga sebelumnya.

Untuk menyimpan data historis:

* Ekspor laporan secara berkala ke Excel, atau
* Gunakan <mark style="color:$primary;">`Pembelian & Penjualan`</mark> untuk mencatat biaya dan harga pada saat setiap transaksi (pesanan mempertahankan nilai aslinya).

#### **Saya tidak dapat menemukan data yang saya cari di laporan inventaris saya.**

Coba <mark style="color:$primary;">`Analitik Kustom`</mark> — ini memungkinkan Anda memilih bidang tertentu dan membuat perhitungan sendiri untuk menampilkan metrik yang tidak ada di laporan bawaan.

{% content-ref url="/spaces/YEbtDcleEjyRD2V9BpIV/pages/b1c685f533894473413740e2c17353e2b13db1a0" %}
[Analitik Kustom](/docs/id/fitur-lainnya/custom-analytics.md)
{% endcontent-ref %}


---

# 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://www.boxhero.io/docs/faq/id/pelaporan/laporan-inventaris.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.
