20 lines
395 B
YAML
20 lines
395 B
YAML
|
|
fields:
|
||
|
|
employee:
|
||
|
|
label: 'Employee id'
|
||
|
|
span: auto
|
||
|
|
nameFrom: name
|
||
|
|
descriptionFrom: description
|
||
|
|
type: relation
|
||
|
|
amount:
|
||
|
|
label: Amount
|
||
|
|
span: auto
|
||
|
|
type: number
|
||
|
|
produced_bag_qty:
|
||
|
|
label: 'Produced bag qty'
|
||
|
|
span: auto
|
||
|
|
type: number
|
||
|
|
note:
|
||
|
|
label: Note
|
||
|
|
span: auto
|
||
|
|
type: textarea
|