X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fam%2Fedit_accounts.html;h=c55e08f1d57ab489ad37332df2fecbb5844037de;hb=b1b4e6878345cc1a8b590dd7362e4a50048f2417;hp=6252ee1699fb10bc890d7c3c22eee45133e527c4;hpb=b1dbc0a2a7a5b363ee05d62acdc86bc8c76bb1be;p=kivitendo-erp.git diff --git a/templates/webpages/am/edit_accounts.html b/templates/webpages/am/edit_accounts.html index 6252ee169..c55e08f1d 100644 --- a/templates/webpages/am/edit_accounts.html +++ b/templates/webpages/am/edit_accounts.html @@ -80,9 +80,13 @@ window.onload = function() {  [% 'Inventory' | $T8 %] +[% IF AccountIsPosted %] +[%- SET DIS = ' disabled="disabled"' %] +[% END %]
[% 'Include in drop-down menus' | $T8 %]

[% 'These will only be effective if the account is NOT a summary account AND there exists at least one taxkey. Setting the account as a summary account will erase these settings.' | $T8 %]

+

[% 'Changes to Receivables and Payables are only possible if no transactions to this account are posted yet.' | $T8 %]

@@ -93,24 +97,24 @@ window.onload = function() {
[% 'Receivables' | $T8 %]
  + [% HTML.escape(AR_amount)%][% DIS %]>  [% 'Revenue' | $T8 %]
  + [% HTML.escape(AR_paid) %][% DIS %]>  [% 'Receipt' | $T8 %]
  + [% HTML.escape(AR_tax) %][% DIS %]>  [% 'Tax' | $T8 %]
  + [% HTML.escape(AP_amount) %][% DIS %]>  [% 'Expense/Asset' | $T8 %]
  + [% HTML.escape(AP_paid) %][% DIS %]>  [% 'Payment' | $T8 %]
  + [% HTML.escape(AP_tax) %][% DIS %]>  [% 'Tax' | $T8 %]