~singpolyma/sgx-jmp

ref: c6027dbdff862300c3d368c550f67614d264769f sgx-jmp/forms/admin_menu.rb -rw-r--r-- 381 bytes
c6027dbdStephen Paul Weber Merge branch 'policy' 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
form!
title "Menu"

field(
	var: "action",
	type: "list-single",
	open: true,
	label: "Pick an action",
	description: "or put a new customer info",
	options: [
		{ value: "info", label: "Customer Info" },
		{ value: "financial", label: "Customer Billing Information" },
		{ value: "bill_plan", label: "Bill Customer" },
		{ value: "cancel_account", label: "Cancel Customer" }
	]
)