[% PROCESS 'elements.html' %]
[% text('New Reconciliation Report') %]
[% INCLUDE select element_data = { name = "chart_id", options = recon_accounts, text_attr = "name", value_attr = "id", label = text("Account") } %] [% INCLUDE input element_data = { name = "total", class = "numeric", label = text('Statement Balance'), type = "text", required = '1' size = 12 } %] [% INCLUDE input element_data = { name = "end_date", label = text('Statement Date'), class = "date", required = '1', size = 14 } %] [% INCLUDE input element_data = { label = 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') } %]