X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5175a512b123e02ee8024ba385c4d3ff03099fef..4ac2976f86e7747ecf69a4e7b64f155343e984ae:/templates/webpages/client_config/form.html diff --git a/templates/webpages/client_config/form.html b/templates/webpages/client_config/form.html index d195e2a1e..2a70a83a7 100644 --- a/templates/webpages/client_config/form.html +++ b/templates/webpages/client_config/form.html @@ -11,11 +11,45 @@ [% 'Posting Configuration' | $T8 %] + + + [% 'Sales invoices changeable' | $T8 %] + [% L.select_tag('is_changeable', SELF.posting_options, value_key => 'value', title_key => 'title', default => SELF.is_changeable) %] + [% 'Should sales invoices be and when should they be changeable or deleteable after posting?' | $T8 %] + + + [% 'Purchase invoices changeable' | $T8 %] + [% L.select_tag('ir_changeable', SELF.posting_options, value_key => 'value', title_key => 'title', default => SELF.ir_changeable) %] + [% 'Should purchase invoices be and when should they be deleteable after posting?' | $T8 %] + + + [% 'AR transactions changeable' | $T8 %] + [% L.select_tag('ar_changeable', SELF.posting_options, value_key => 'value', title_key => 'title', default => SELF.ar_changeable) %] + [% 'Should ar transactions be and when should they be changeable or deleteable after posting?' | $T8 %] + + + [% 'AP transactions changeable' | $T8 %] + [% L.select_tag('ap_changeable', SELF.posting_options, value_key => 'value', title_key => 'title', default => SELF.ap_changeable) %] + [% 'Should ap transactions be and when should they be changeable or deleteable after posting?' | $T8 %] + + + [% 'GL transactions changeable' | $T8 %] + [% L.select_tag('gl_changeable', SELF.posting_options, value_key => 'value', title_key => 'title', default => SELF.gl_changeable) %] + [% 'Should gl transactions be and when should they be changeable or deleteable after posting?' | $T8 %] + + + + + [% 'Payments Changeable' | $T8 %] [% L.select_tag('payments_changeable', SELF.payment_options, value_key => 'value', title_key => 'title', default => SELF.payments_changeable) %] [% 'Should payments be and when should they be changeable after posting?' | $T8 %] + + + + [% 'Accounting method' | $T8 %] [% L.select_tag('accounting_method', SELF.accounting_options, value_key => 'value', title_key => 'title', default => SELF.accounting_method) %]