[% WRAPPER "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('Check database consistency') %]
[% text('Start using LedgerSMB') %]
[% IF run_id %]| [% text('Time') %] | [% text('Script path') %] | [% text('Attention or Action required') %] | |
|---|---|---|---|
| [% text('No schema upgrade scripts run') %] | |||
| [% run_item.last_updated %] | [% run_item.path %] |
[%
IF run_item.messages;
FOREACH msg IN run_item.messages ;
NEXT IF msg.type != 'feedback';
msg.content.replace('\n\n', ' '); ' '; END ; END %] |
|
| [% 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 %] |