| Indoor indoor | Unit | {
"fields": [
{
"key": "panjang",
"label": "Panjang (meter)",
"type": "number"
},
{
"key": "lebar",
"label": "Lebar (meter)",
"type": "number"
},
{
"key": "lebar_bahan",
"label": "Lebar Bahan",
"type": "select",
"options": ["1.1m", "1.6m", "3.2m", "5m"]
},
{
"key": "jenis_bahan",
"label": "Jenis Bahan",
"type": "text"
},
{
"key": "finishing",
"label": "Finishing",
"type": "select",
"options": ["Lebihan", "Ring (Mata Ayam)", "Potong Pas", "Lipat Saja"]
}
]
} |
| Cetak Foto Cetak Foto | Unit | {
"fields": [
{
"key": "ukuran_kertas",
"label": "ukuran_foto",
"type": "select",
"options": [
{ "value": "4R", "price": 0 },
{ "value": "A4", "price": 10000 }
]
},
{
"key": "cutting",
"label": "Jenis Cutting",
"type": "select",
"options": [
{ "value": "Tanpa Cutting", "price": 0 },
{ "value": "Cutting", "price": 0 }
]
},
{
"key": "Finishing",
"label": "Finishing",
"type": "select",
"options": [
{ "value": "Non Finishing", "price": 0 },
{ "value": "Laminasi", "price": 5000 },
{ "value": "Laminating", "price": 5000 }
]
}
]
}
|
| Stand Banner stand_banner | Unit | {
"fields": [
{
"key": "jenis_bahan",
"label": "Jenis Bahan Visual",
"type": "select",
"options": ["Flexi Korea 440gr", "Albatros", "Luster"]
},
{
"key": "ukuran",
"label": "Ukuran",
"type": "select",
"options": ["60x160 cm", "80x180 cm", "80x200 cm"]
},
{
"key": "kerangka",
"label": "Jenis Kerangka",
"type": "radio",
"options": [
{"value": "X Banner (Standar)", "price": 0},
{"value": "Y Banner (Premium)", "price": 15000},
{"value": "Roll Up Banner (Aluminium)", "price": 150000}
]
}
]
} |
| Cetak Besar cetak_besar | Area | {
"fields": [
{
"key": "panjang",
"label": "Panjang (meter)",
"type": "number"
},
{
"key": "lebar",
"label": "Lebar (meter)",
"type": "number"
},
{
"key": "lebar_bahan",
"label": "Lebar Bahan",
"type": "select",
"options": ["1.1m", "1.6m", "3.2m", "5m"]
},
{
"key": "jenis_bahan",
"label": "Jenis Bahan",
"type": "text"
},
{
"key": "finishing",
"label": "Finishing",
"type": "select",
"options": ["Lebihan", "Ring (Mata Ayam)", "Potong Pas", "Lipat Saja"]
}
]
} |
| Mug Custom mug_custom | Unit | {
"fields": [
{
"key": "warna",
"label": "Warna Mug",
"type": "select",
"options": ["Putih", "Hitam", "Magic"]
},
{
"key": "teks",
"label": "Teks Custom",
"type": "text"
}
]
} |