Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('stock_return_picking_line_id_seq'::regclass) |
|
|
|||||
| product_id | int4 | 10 | null |
|
|
Product |
|||||
| wizard_id | int4 | 10 | √ | null |
|
|
Wizard |
||||
| move_id | int4 | 10 | √ | null |
|
|
Move |
||||
| create_uid | int4 | 10 | √ | null |
|
|
Created by |
||||
| write_uid | int4 | 10 | √ | null |
|
|
Last Updated by |
||||
| quantity | numeric | 0 | null |
|
|
Quantity |
|||||
| create_date | timestamp | 29,6 | √ | null |
|
|
Created on |
||||
| write_date | timestamp | 29,6 | √ | null |
|
|
Last Updated on |
||||
| to_refund | bool | 1 | √ | null |
|
|
Update quantities on SO/PO |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| stock_return_picking_line_pkey | Primary key | Asc | id |

