| id |
int(11)
|
|
|
|
| employee_name |
varchar(255)
|
utf8_general_ci
|
|
|
| amount |
decimal(10,2)
|
|
|
|
| trip_date |
date
|
|
|
|
| trip_id |
int(11)
|
|
|
Browse foreign values
|
| status |
enum('received', 'deducted')
|
utf8mb4_general_ci
|
|
|
| deduction_date |
date
|
|
|
|
| deduction_source |
text
|
utf8mb4_general_ci
|
|
|
| created_at |
timestamp
|
|
|
|
| updated_at |
timestamp
|
|
|
|
| currency |
enum('AED', 'SAR', 'QAR', 'KWD', 'BHD', 'OMR', 'INR')
|
utf8mb4_general_ci
|
|
|
| currency_amount |
decimal(10,2)
|
|
|
|
| petty_cash |
tinyint(1)
|
|
|
|
| qashio |
tinyint(1)
|
|
|
|
| advance_payment_method |
varchar(32)
|
utf8mb4_general_ci
|
|
|
| payment_reference |
varchar(255)
|
utf8mb4_general_ci
|
|
|
| bulk_advance_id |
int(11)
|
|
|
|