update: change province, ward,subdistrict, city to tl administration

This commit is contained in:
wayanrivan
2026-04-26 10:50:37 +07:00
parent d40838eb51
commit 2a33abd39a
5 changed files with 137 additions and 80 deletions

View File

@ -241,10 +241,14 @@ const doc = {
$address: "Hospital Address",
$phone: "Hospital Phone",
$logo: "Hospital Logo",
$province: "province code",
$city: "city code",
$subdistrict: "subdistrict code",
$ward: "ward code",
// $province: "province code",
// $city: "city code",
// $subdistrict: "subdistrict code",
// $ward: "ward code",
$munisipo: "Munisipo ID",
$administrativu: "Administrativu ID",
$aldeia: "Aldeia ID",
$suco: "Suco ID",
},
files: {
$file_name: "File Name",
@ -333,16 +337,16 @@ const doc = {
$logo: "Logo (string, max 256)",
$name: "Name (string, max 256)",
$address: "Address (string, max 500)",
// $munisipiu: "Munisipiu ID (UUID)",
// $postu_admin: "Postu Admin ID (UUID)",
// $suco: "Suco ID (UUID)",
// $aldeia: "Aldeia ID (UUID)",
$munisipiu: "Munisipiu ID (UUID)",
$postu_admin: "Postu Admin ID (UUID)",
$suco: "Suco ID (UUID)",
$aldeia: "Aldeia ID (UUID)",
$phone: "Phone (string, max 30, optional)",
$default_room_id: "Default Room ID (UUID)",
$province: "Province Code",
$city: "City Code",
$subdistrict: "Subdistrict Code",
$ward: "Ward Code",
// $province: "Province Code",
// $city: "City Code",
// $subdistrict: "Subdistrict Code",
// $ward: "Ward Code",
},
item_price: {
$item_master_id: "Item Master ID (required, UUID)",