|
id
|
int(11)
|
|
|
|
|
fiscal_year
|
smallint(6)
|
|
|
|
|
fiscal_period
|
tinyint(4)
|
|
|
|
|
period_name
|
varchar(50)
|
|
|
|
|
start_date
|
date
|
|
|
|
|
end_date
|
date
|
|
|
|
|
status
|
enum
|
-- |
|
open
|
|
closed_by
|
int(11)
|
|
|
|
|
closed_at
|
timestamp
|
|
|
|
|
opening_entry_id
|
int(11)
|
|
|
|
|
closing_notes
|
text
|
|
|
|
|
total_debit
|
decimal(14,2)
|
|
|
0.00
|
|
total_credit
|
decimal(14,2)
|
|
|
0.00
|
|
entries_count
|
int(11)
|
|
|
0
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|