-
Notifications
You must be signed in to change notification settings - Fork 0
/
anvil.yaml
37 lines (37 loc) · 938 Bytes
/
anvil.yaml
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
dependencies: []
services:
- source: /runtime/services/tables.yml
client_config: {}
server_config: {}
startup: {type: form, module: view}
package_name: Aida_Job_Order_Detail
allow_embedding: false
name: Aida Job Order Detail
runtime_options: {version: 2, client_version: '3', server_version: python3-sandbox,
server_spec: null}
startup_form: null
db_schema:
table1:
client: full
server: full
columns:
- name: jobordernumber
admin_ui: {order: 0, width: 152}
type: string
- name: joborderstatus
admin_ui: {order: 1, width: 138}
type: string
- name: kitted
admin_ui: {order: 3, width: 113}
type: number
- name: percentage
admin_ui: {order: 4, width: 106}
type: number
- name: file
admin_ui: {order: 5, width: 127}
type: media
- name: numberofitem
admin_ui: {order: 2, width: 118}
type: number
title: Table1
renamed: true