[% WRAPPER "ui-header.html" stylesheet="ledgersmb.css" include_stylesheet=["system/setup.css"] %] [% PROCESS elements.html %]

[% text('Database Management Console') %]

[% title %]
Pre-defined Chart-of-Accounts selection

Please select a country from the list of countries with predefined charts of accounts, or select Skip and define or import accounts and headings later. Please do take note that you want to load a chart for evaluation purposes as many functions depend on accounts of certain types being defined.

[% INCLUDE select element_data = { options = coa_lcs name = 'coa_lc' text_attr = 'name' value_attr = 'code' label = text('Country') #' }; %]
[% INCLUDE input element_data = { name = 'database' value = database type = 'hidden' } %]
[% INCLUDE button element_data = { name = '__action' value = 'select_coa' type = 'submit' class = 'submit' text = text('Next') } %]
[% INCLUDE button element_data = { name = '__action' value = 'skip_coa' type = 'submit' class = 'submit' text = text('Skip') } %]
[% END %]