create_quotation
Create a new quotation with items, including customer, sales employee, dates, terms, and optional accessories.
Instructions
Buat manage quotation baru beserta item-itemnya.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| star | No | Rating bintang, contoh '5' | |
| status | No | submit | |
| company | No | ||
| island_id | No | ID pulau/wilayah pengiriman | |
| project_id | No | ||
| customer_id | Yes | ID customer (wajib) | |
| employee_id | Yes | ID sales employee (wajib) | |
| quotation_for | No | Nama customer/tujuan quotation | |
| bank_account_id | No | ||
| term_content_id | No | Referensi ke term_content (opsional, hanya acuan) | |
| include_msf_page | No | ||
| bank_account_name | No | Nama pemilik rekening | |
| bank_account_number | No | ||
| manage_quotation_ppn | No | Nominal PPN | |
| manage_quotation_date | Yes | Tanggal quotation, format YYYY-MM-DD | |
| bank_account_bank_name | No | ||
| manage_quotation_items | No | Daftar item/produk dalam quotation | |
| manage_quotation_other | No | Biaya lain-lain | |
| term_content_directory | No | Konten JSON term & condition yang akan disimpan (object atau string JSON), misal { title, items: [...] } | |
| include_aftersales_page | No | ||
| manage_quotation_franco | No | ||
| manage_quotation_lead_time | No | ||
| manage_quotation_valid_date | Yes | Tanggal berlaku sampai, format YYYY-MM-DD | |
| manage_quotation_description | No | ||
| manage_quotation_grand_total | No | Total akhir | |
| manage_quotation_delivery_fee | No | Biaya kirim | |
| manage_quotation_mutation_type | No | Jenis mutasi | |
| manage_quotation_shipping_term | No | ||
| manage_quotation_payment_nominal | No | Nominal pembayaran/DP | |
| manage_quotation_mutation_nominal | No | ||
| manage_quotation_grand_total_before | No | Total sebelum mutasi | |
| manage_quotation_payment_presentase | No | Persentase pembayaran/DP |