> 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-impor.md).

# Cara Menambah Produk secara Impor

### **Step 1: Buka Menu Impor Produk**

1. Masuk ke menu **Produk** dari sidebar kiri.
2. Klik ikon **“Setting”** (⚙️), lalu pilih **“Import”**

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

### &#xD;**Step 2: Siapkan Data Produk Anda**

Sebelum memulai proses import, pastikan Anda sudah memiliki data produk yang lengkap.

### **Step 3: Unduh Template Produk**

1. Pada halaman *Product Import*, klik tombol **“Template”**.
2. File akan terunduh dalam format **Excel (.xlsx)**.

<figure><img src="/files/wkyoAWGno2TqMeR6LYQO" alt="" width="375"><figcaption></figcaption></figure>

### **Step 4: Isi Data Produk di Template Excel**

Buka file Excel yang sudah diunduh, lalu isi sesuai format berikut:

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

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

**📄 Keterangan Kolom Template:**

<table><thead><tr><th width="222.21875">Kolom</th><th>Penjelasan</th></tr></thead><tbody><tr><td><code>Code</code></td><td>Kode unik produk</td></tr><tr><td><code>Name</code></td><td>Nama produk</td></tr><tr><td><code>Supplier_Name</code></td><td>Nama supplier produk</td></tr><tr><td><code>Brand_Name</code></td><td>Nama brand produk</td></tr><tr><td><code>Category_Product</code></td><td>Kategori produk (misal: Minuman, Makanan)</td></tr><tr><td><code>Barcode</code></td><td>Kode barcode produk</td></tr><tr><td><code>Base_Unit</code></td><td>Satuan terkecil (contoh: Pcs, Botol)</td></tr><tr><td><code>Unit2</code></td><td>Satuan menengah (contoh: Lusin, Krt)</td></tr><tr><td><code>Unit2_Conversion</code></td><td>Konversi Unit2 ke Base_Unit (misal: 1 Krt = 10 Pcs)</td></tr><tr><td><code>Unit3</code></td><td>Satuan terbesar (contoh: Dus)</td></tr><tr><td><code>Unit3_Conversion</code></td><td>Konversi Unit3 ke Base_Unit (misal: 1 Dus = 100 Pcs)</td></tr><tr><td><code>Cost_Price</code></td><td>Harga beli produk</td></tr><tr><td><code>Sell_Price</code></td><td>Harga jual produk</td></tr><tr><td><code>IsTaxable</code></td><td>Apakah produk kena pajak (True/False)</td></tr><tr><td><code>Length</code>, <code>Width</code>, <code>Height</code></td><td>Ukuran produk dalam cm</td></tr><tr><td><code>VolumeName</code></td><td>Nama volume (misal: Kg, Liter)</td></tr><tr><td><code>VolumeValue</code></td><td>Nilai volume (misal: 10)</td></tr><tr><td><code>Description</code></td><td>Deskripsi produk</td></tr><tr><td><code>DivisionName</code></td><td>Nama divisi produk</td></tr></tbody></table>

📌 *Pastikan tidak ada kolom yang kosong atau salah format.*

### **Step 5: Upload Template ke Portal**

1. Kembali ke halaman **Import Produk** di Portal.
2. Klik **“Import”** (kiri atas).
3. **Pilih nama Tenant Cabang yang sesuai pada "**&#x53;elect Tenant".
4. Klik **“Choose File”**, lalu upload file Excel yang sudah diisi.
5. Klik tombol **“Upload”**.

<figure><img src="/files/PXFi3fPoxq7wlySICIlw" alt="" width="375"><figcaption></figcaption></figure>

### ✅ **Step 6: Produk Berhasil Diimpor**

Jika proses upload berhasil:

* Semua produk Anda akan otomatis muncul di halaman **Master Data > Produk**.
* Untuk mencari produk tertentu, gunakan kolom **Pencarian** dengan mengetikkan nama produk.

Tampilannya sebagai berikut:

<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-impor.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.
