Vendor Registration

Vendor Directory
Role: edit allowedview only
1, 'company'=>'PT Bumi Hijau', 'type'=>'Perusahaan', 'category'=>'Landscape', 'status'=>'Approved'], ['id'=>2, 'company'=>'CV Sumber Pangan', 'type'=>'Perusahaan', 'category'=>'Groceries / Dry Goods', 'status'=>'Reject'], ['id'=>3, 'company'=>'Toko Segar', 'type'=>'Perorangan', 'category'=>'Fruits & Vegetables', 'status'=>'Inactive'], ['id'=>4, 'company'=>'Jaya Abadi', 'type'=>'Perusahaan', 'category'=>'General Contractor', 'status'=>'Approved'], ['id'=>5, 'company'=>'Indo Meat Supply', 'type'=>'Perusahaan', 'category'=>'Meat', 'status'=>'Pending'], ]; $filter = $_GET['filter'] ?? 'all'; if($filter !== 'all') { $vendors = array_filter($vendors, fn($v) => strtolower($v['status']) === strtolower($filter)); } ?>
#CompanyTypeCategoryStatusAction
No vendors match filter
view only
Manager can approve/reject/inactive. User view-only.
Generate registration link

Share this link with vendor. Set expiry days. No login needed.


Recent generated links
Vendor Registration Form (full fields)

This is the form vendor fills via link. All fields as required.