[% INCLUDE "ui-header.html" stylesheet="ledgersmb.css" include_stylesheet=["system/setup.css"] %] [% PROCESS elements.html %]
[% text('This database operation has completed successfully. LedgerSMB may now be used.'); %]
[% 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('Customer/Vendor Accounts') %] | [% lsmb_info.entity_credit_account %] |
[% text('GL') %] | [% lsmb_info.gl %] |
[% text('Invoice Lines') %] | [% lsmb_info.invoice %] |
[% text('Journal Lines') %] | [% lsmb_info.acc_trans %] |
[% text('Orders') %] | [% lsmb_info.oe %] |
[% text('Order Lines') %] | [% lsmb_info.orderitems %] |
[% text('Parts') %] | [% lsmb_info.parts %] |
[% text('Users') %] | [% lsmb_info.users %] |