> 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/portal/cara-menambah-produk-secara-manual.md).

# Cara Menambah Produk secara Manual

### **Step 1: Masuk ke Menu Produk**

1. Buka menu **Produk** dari sidebar kiri.
2. Klik tombol **“Tambah Produk”** di pojok kanan atas.

<figure><img src="/files/96HkKvV0DnuYNgautNgj" alt=""><figcaption></figcaption></figure>

### **Step 2: Isi Detail Produk**

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

**🧾 A. Product Details**

Isi semua informasi produk secara lengkap:

1. **Code**: Masukkan kode unik produk Anda.
2. **Name**: Isi dengan nama produk.
3. **Supplier**: Pilih nama supplier.
   * Jika belum tersedia, klik tombol **“+”**, isi detail supplier, lalu klik **“Save”**.
4. **Brand**: Pilih nama brand produk.
   * Jika belum tersedia, klik tombol **“+”**, masukkan kode brand & nama brand, lalu klik **“Save”**.
5. **Category**: Pilih kategori produk.
   * Jika belum ada, klik **“+”**, masukkan nama kategori, lalu klik **“Save”** (contoh: Minuman, Makanan, dll).
6. **Division**: Pilih divisi produk.
   * Jika perlu tambah baru, klik **“+”**, masukkan nama divisi (contoh: Produk Spesial, Limited Edition), lalu **“Save”**.
7. **Barcode, Ukuran, Volume, dan Deskripsi**:
   * Lengkapi sesuai spesifikasi produk Anda.

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

**🧾 B. Account Mapping**

Hubungkan produk dengan akun-akun berikut:

* **Buy** → Akun pembelian
* **Sell** → Akun penjualan
* **Inventory** → Akun penyimpanan

**🧾 C. Unit Details**

Tentukan satuan produk Anda berdasarkan tingkatan dan kuantitas setiap tingkatan:

* **Unit 1 (Base Unit)**: Contoh “Botol”
* **Unit 2**: Contoh “Lusin”
* **Unit 3**: Contoh “Dus”

📌 *Satuan ini akan digunakan saat transaksi & laporan.*

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

**🧾 D. Price Details**

Masukkan detail harga produk:

1. **Currency**: Pilih mata uang yang digunakan.
2. **Cost Price**: Harga beli produk.
3. **Sell Price**: Harga jual produk.
4. **Harga Lainnya**: Untuk masing-masing channel/kategori.
5. Checklist jika:
   * **Is Taxable** → Produk dikenai pajak.
   * **Allow Minus** → Order tetap bisa diproses meskipun stok kosong.
   * **IsProductFocus** → Untuk analisa fokus produk.

#### ✅ Step 3: Simpan Produk

Jika semua informasi sudah lengkap:

* Klik tombol **“Save”**
* Produk akan otomatis tersimpan di **Master Data > Produk** di akun DMS Anda.

***

#### 📌 Contoh Tampilan Produk

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


---

# 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/portal/cara-menambah-produk-secara-manual.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.
