|
id
|
bigint(20)
|
|
|
|
|
item_type
|
enum
|
-- |
|
|
|
item_id
|
int(11)
|
|
|
|
|
warehouse_id
|
int(11)
|
|
|
|
|
movement_date
|
date
|
|
|
|
|
voucher_number
|
varchar(100)
|
|
|
|
|
source_destination
|
varchar(255)
|
|
|
|
|
quantity_in
|
decimal(12,2)
|
|
|
0.00
|
|
quantity_out_actual
|
decimal(12,2)
|
|
|
0.00
|
|
quantity_out_other
|
decimal(12,2)
|
|
|
0.00
|
|
disposal_reason_id
|
int(11)
|
|
|
|
|
item_condition
|
enum
|
-- |
|
new
|
|
balance_after
|
decimal(14,2)
|
|
|
|
|
notes
|
text
|
|
|
|
|
created_by
|
int(11)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|