[% INCLUDE select element_data = {
name = "chart_id",
options = recon_accounts,
text_attr = "name",
value_attr = "id",
title = text("Account")
} %]
[% INCLUDE input element_data = {
name = "total",
class = "numeric",
title = text('Statement Balance'),
type = "text",
required = '1'
size = 12
} %]
[% INCLUDE input element_data = {
name = "end_date",
title = text('Statement Date'),
class = "date",
required = '1',
size = 14
} %]
[% INCLUDE input element_data = {
title = text('Reconcile as FX')
value = 1
type = "checkbox"
checked = recon_fx
name = "recon_fx"
} %]
[% INCLUDE button element_data = {
type = "submit"
name = "action"
value = "start_report"
class = "submit"
text = text('Create New Report')
} %]