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

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

[% INCLUDE 'setup/ui-db-credentials.html' %]
[% text('Database Operation Complete') %]

[% text('This database operation has completed successfully. LedgerSMB may now be used.'); %]

[% text('Return to setup') %]

[% text('Start using LedgerSMB') %]

[% IF lsmb_info %]
[% text('LedgerSMB Database Statistics') %]
[% text('Row counts') %]
[% text('AP') %][% lsmb_info.ap %]
[% text('AR') %][% lsmb_info.ar %]
[% text('GL') %][% lsmb_info.gl %]
[% text('Journal Lines') %][% lsmb_info.acc_trans %]
[% text('Orders') %][% lsmb_info.oe %]
[% text('Customer/Vendor Accounts') %][% lsmb_info.entity_credit_account %]
[% text('Users') %][% lsmb_info.users %]
[% END %]
[% end_html %]