X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fam%2Fedit_accounts.html;h=c55e08f1d57ab489ad37332df2fecbb5844037de;hb=ee23f6e0a13418cf83d8f70063e2a0de5f5ea66b;hp=6252ee1699fb10bc890d7c3c22eee45133e527c4;hpb=70081eba44edcef56e0344824b7feaa6d2035e77;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 %]