X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6e08e45474de9b64b0cdd310e0e93d8a998587e8..a8da95826e357e75f78ccfc6b8f2c2523c52723f:/templates/webpages/dbupgrade/acc_trans_constraints.html diff --git a/templates/webpages/dbupgrade/acc_trans_constraints.html b/templates/webpages/dbupgrade/acc_trans_constraints.html new file mode 100644 index 000000000..389b1d05c --- /dev/null +++ b/templates/webpages/dbupgrade/acc_trans_constraints.html @@ -0,0 +1,89 @@ +[%- USE T8 %] +[%- USE L %] +[% USE HTML %]
[% 'Invalid transactions' | $T8 %]
+ +
+ + +

[% 'There are invalid transactions in your database.' | $T8 %]

+

[% 'The following transactions are concerned:' | $T8 %]

+ +[% IF no_chart_id %] +

[% 'Transactions without account:' | $T8 %]

+ + + + + + + + + + + + + + + + + + [% SET row_odd = '1' %][% FOREACH row = NO_CHART_ID %] + + + + + + + + + + + + + + + + [% END %] +
[% 'Database ID' | $T8 %][% 'Booking Date' | $T8 %][% 'Invoice Date' | $T8 %][% 'Amount' | $T8 %][% 'Buchungsnummer' | $T8 %][% 'Source' | $T8 %][% 'Reference / Invoice Number' | $T8 %][% 'Description' | $T8 %][% 'Notes' | $T8 %][% 'Employee' | $T8 %][% 'User' | $T8 %][% 'Project Number' | $T8 %][% 'Project Description' | $T8 %]
[% HTML.escape(row.acc_trans_id) %][% HTML.escape(row.gldate) %][% HTML.escape(row.transdate) %][% HTML.escape(row.amount) %][% HTML.escape(row.trans_id) %][% HTML.escape(row.source) %][% HTML.escape(row.reference) %][% HTML.escape(row.description) %][% HTML.escape(row.notes) %][% HTML.escape(row.name) %][% HTML.escape(row.user) %][% HTML.escape(row.projectnumber) %][% HTML.escape(row.projectdescription) %]
+ +[% END %] + +[% IF no_trans_id %] +

[% 'Transactions without reference:' | $T8 %]

+ + + + + + + + + + + + + + + [% SET row_odd = '1' %][% FOREACH row = NO_TRANS_ID %] + + + + + + + + + + + + + [% END %] +
[% 'Database ID' | $T8 %][% 'Booking Date' | $T8 %][% 'Invoice Date' | $T8 %][% 'Amount' | $T8 %][% 'Source' | $T8 %][% 'Account Number' | $T8 %][% 'Description' | $T8 %][% 'Account Type' | $T8 %][% 'Project Number' | $T8 %][% 'Project Description' | $T8 %]
[% HTML.escape(row.acc_trans_id) %][% HTML.escape(row.gldate) %][% HTML.escape(row.transdate) %][% HTML.escape(row.amount) %][% HTML.escape(row.source) %][% HTML.escape(row.accno) %][% HTML.escape(row.description) %][% HTML.escape(row.category) %][% HTML.escape(row.projectnumber) %][% HTML.escape(row.projectdescription) %]
+ +[% END %] + +

[% 'This is a very critical problem.' | $T8 %]

+

[% 'Please contact your administrator or a service provider.' | $T8 %]

+

[% 'Here' | $T8 %] [% 'you can find professional help.' | $T8 %]

+ +