| id | int(10) unsigned |
|
|
|
| reference_no | varchar(191) |
|
|
|
| user_id | int(11) |
|
|
|
| cash_register_id | int(11) |
|
|
|
| customer_id | int(11) |
|
|
|
| warehouse_id | int(11) |
|
|
|
| biller_id | int(11) |
|
|
|
| account_id | int(11) |
|
|
|
| item | int(11) |
|
|
|
| total_qty | double |
|
|
|
| total_discount | double |
|
|
|
| total_tax | double |
|
|
|
| total_price | double |
|
|
|
| order_tax_rate | double |
|
|
|
| order_tax | double |
|
|
|
| grand_total | double |
|
|
|
| document | varchar(191) |
|
|
|
| return_note | text |
|
|
|
| staff_note | text |
|
|
|
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|