|
id
|
int(11)
|
|
|
|
|
invoice_number
|
varchar(50)
|
|
|
|
|
opd_patient_id
|
int(11)
|
|
|
Browse foreign values
|
|
issue_date
|
date
|
|
|
|
|
due_date
|
date
|
|
|
|
|
sub_total
|
decimal(12,2)
|
|
|
0.00
|
|
discount_amount
|
decimal(12,2)
|
|
|
0.00
|
|
tax_amount
|
decimal(12,2)
|
|
|
0.00
|
|
grand_total
|
decimal(12,2)
|
|
|
0.00
|
|
amount_paid
|
decimal(12,2)
|
|
|
0.00
|
|
status
|
enum
|
-- |
|
Draft
|
|
notes
|
text
|
|
|
|
|
terms
|
text
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
updated_at
|
timestamp
|
|
|
current_timestamp()
|
|
created_by
|
int(11)
|
|
|
|