Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stock_rule_id_seq'::regclass) |
|
|
|||||||||||||||||||||||
| group_id | int4 | 10 | √ | null |
|
|
Fixed Procurement Group |
||||||||||||||||||||||
| sequence | int4 | 10 | √ | null |
|
|
Sequence |
||||||||||||||||||||||
| company_id | int4 | 10 | √ | null |
|
|
Company |
||||||||||||||||||||||
| location_dest_id | int4 | 10 | null |
|
|
Destination Location |
|||||||||||||||||||||||
| location_src_id | int4 | 10 | √ | null |
|
|
Source Location |
||||||||||||||||||||||
| route_id | int4 | 10 | null |
|
|
Route |
|||||||||||||||||||||||
| route_sequence | int4 | 10 | √ | null |
|
|
Route Sequence |
||||||||||||||||||||||
| picking_type_id | int4 | 10 | null |
|
|
Operation Type |
|||||||||||||||||||||||
| delay | int4 | 10 | √ | null |
|
|
Lead Time |
||||||||||||||||||||||
| partner_address_id | int4 | 10 | √ | null |
|
|
Partner Address |
||||||||||||||||||||||
| warehouse_id | int4 | 10 | √ | null |
|
|
Warehouse |
||||||||||||||||||||||
| propagate_warehouse_id | int4 | 10 | √ | null |
|
|
Warehouse to Propagate |
||||||||||||||||||||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||||||||||||||||||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||||||||||||||||||||
| group_propagation_option | varchar | 2147483647 | √ | null |
|
|
Propagation of Procurement Group |
||||||||||||||||||||||
| action | varchar | 2147483647 | null |
|
|
Action |
|||||||||||||||||||||||
| procure_method | varchar | 2147483647 | null |
|
|
Supply Method |
|||||||||||||||||||||||
| auto | varchar | 2147483647 | null |
|
|
Automatic Move |
|||||||||||||||||||||||
| name | jsonb | 2147483647 | null |
|
|
Name |
|||||||||||||||||||||||
| active | bool | 1 | √ | null |
|
|
Active |
||||||||||||||||||||||
| propagate_cancel | bool | 1 | √ | null |
|
|
Cancel Next Move |
||||||||||||||||||||||
| propagate_carrier | bool | 1 | √ | null |
|
|
Propagation of carrier |
||||||||||||||||||||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||||||||||||||||||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stock_rule_pkey | Primary key | Asc | id |
| stock_rule__action_index | Performance | Asc | action |
| stock_rule__location_dest_id_index | Performance | Asc | location_dest_id |
| stock_rule__location_src_id_index | Performance | Asc | location_src_id |
| stock_rule__route_id_index | Performance | Asc | route_id |
| stock_rule__warehouse_id_index | Performance | Asc | warehouse_id |

