Revision 26d47ded
Von Cem Aydin vor fast 2 Jahren hinzugefügt
templates/design40_webpages/acctranscorrections/fix_ap_ar_wrong_taxkeys.html | ||
---|---|---|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 |
|
|
4 |
<h1>[% title %]</h1> |
|
5 |
|
|
6 |
<p> |
|
7 |
[% 'The wrong taxkeys for AP and AR transactions have been fixed.' | $T8 %] |
|
8 |
[% 'Please re-run the analysis for broken general ledger entries by clicking this button:' | $T8 %] |
|
9 |
</p> |
|
10 |
|
|
11 |
<p> |
|
12 |
<form action="acctranscorrections.pl" method="post"> |
|
13 |
<input type="hidden" name="action" value="redirect"> |
|
14 |
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]"> |
|
15 |
<input type="submit" value="[% 'Re-run analysis' | $T8 %]"> |
|
16 |
</form> |
|
17 |
</p> |
templates/design40_webpages/acctranscorrections/fix_invoice_inventory_with_taxkeys.html | ||
---|---|---|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 |
|
|
4 |
<h1>[% title %]</h1> |
|
5 |
|
|
6 |
<p> |
|
7 |
[% 'The wrong taxkeys for inventory transactions for sales and purchase invoices have been fixed.' | $T8 %] |
|
8 |
[% 'Please re-run the analysis for broken general ledger entries by clicking this button:' | $T8 %] |
|
9 |
</p> |
|
10 |
|
|
11 |
<p> |
|
12 |
<form action="acctranscorrections.pl" method="post"> |
|
13 |
<input type="hidden" name="action" value="redirect"> |
|
14 |
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]"> |
|
15 |
<input type="submit" value="[% 'Re-run analysis' | $T8 %]"> |
|
16 |
</form> |
|
17 |
</p> |
templates/design40_webpages/acctranscorrections/fix_wrong_taxkeys.html | ||
---|---|---|
1 |
[% USE T8 %] |
|
2 |
[% USE HTML %] |
|
3 |
|
|
4 |
<h1>[% title %]</h1> |
|
5 |
|
|
6 |
<p> |
|
7 |
[% 'The wrong taxkeys have been fixed.' | $T8 %] |
|
8 |
[% 'Please re-run the analysis for broken general ledger entries by clicking this button:' | $T8 %] |
|
9 |
</p> |
|
10 |
|
|
11 |
<p> |
|
12 |
<form action="acctranscorrections.pl" method="post"> |
|
13 |
<input type="hidden" name="action" value="redirect"> |
|
14 |
<input type="hidden" name="callback" value="[% HTML.escape(callback) %]"> |
|
15 |
<input type="submit" value="[% 'Re-run analysis' | $T8 %]"> |
|
16 |
</form> |
|
17 |
</p> |
Auch abrufbar als: Unified diff
design40: acctranscorrections (Korrekturen im Hauptbuch) fehlende Templates übernommen
- analog zu bestehenden Templates in acctranscorrections angepasst