~singpolyma/sgx-jmp

ref: 8fd61ce689c290b5bd47253f1e0b9b6d67cc6eba sgx-jmp/forms/admin_menu.rb -rw-r--r-- 324 bytes
8fd61ce6Stephen Paul Weber Merge branch 'monthly-billing' 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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" }
	]
)