-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorder.yaml
More file actions
38 lines (38 loc) · 902 Bytes
/
order.yaml
File metadata and controls
38 lines (38 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
tab:
id: order
name: Customer Order
panel:
action: customer_order
replace_id: orderTable
name: Show All Orders
form:
tid: orderTable
class: uniCreate
action: create_order
fields:
- element: input
type: hidden
name: customer_id
- element: input
label: Description
type: text
name: goods_name
- element: input
label: Quantity
type: text
name: quantity
- element: input
label: Unit Price (USD)
type: text
name: unit_price
- element: input
label: Shipping Cost
type: text
name: shipping_cost
- element: button
content: Submit
type: submit
table:
heads: [ CheckBox, Customer, Description, Quantity, Unit Price, Shipping Cost]
body:
id: orderTable