X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fclient_config%2Fform.html;h=5fc0c04ac5d1417bef29f3c2c32a2b7e6810715c;hb=ecdb10646b89f6dec27cc140e9184086ea4210af;hp=2a70a83a75054ef35330d3c42f47de3d0ab1ada3;hpb=4ac2976f86e7747ecf69a4e7b64f155343e984ae;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/form.html b/templates/webpages/client_config/form.html index 2a70a83a7..5fc0c04ac 100644 --- a/templates/webpages/client_config/form.html +++ b/templates/webpages/client_config/form.html @@ -50,6 +50,30 @@ + + [% 'Show "mark as paid" in sales invoices' | $T8 %] + [% L.yes_no_tag('is_show_mark_as_paid', SELF.is_show_mark_as_paid) %] + [% 'Should the "mark as paid" button showed on sales invoices?' | $T8 %] + + + [% 'Show "mark as paid" in purchase invoices' | $T8 %] + [% L.yes_no_tag('ir_show_mark_as_paid', SELF.ir_show_mark_as_paid) %] + [% 'Should the "mark as paid" button showed in purchase invoices?' | $T8 %] + + + [% 'Show "mark as paid" in ar transactions' | $T8 %] + [% L.yes_no_tag('ar_show_mark_as_paid', SELF.ar_show_mark_as_paid) %] + [% 'Should the "mark as paid" button showed in ar transactions?' | $T8 %] + + + [% 'Show "mark as paid" in ap transactions' | $T8 %] + [% L.yes_no_tag('ap_show_mark_as_paid', SELF.ap_show_mark_as_paid) %] + [% 'Should the "mark as paid" button showed in ap transactions?' | $T8 %] + + + + + [% 'Accounting method' | $T8 %] [% L.select_tag('accounting_method', SELF.accounting_options, value_key => 'value', title_key => 'title', default => SELF.accounting_method) %] @@ -107,6 +131,33 @@ + + [% 'Orders / Delivery Orders deleteable' | $T8 %] + + + [% 'Sales Orders deleteable' | $T8 %] + [% L.yes_no_tag('sales_order_show_delete', SELF.sales_order_show_delete) %] + [% 'Show delete button in sales orders?' | $T8 %] + + + [% 'Purchase Orders deleteable' | $T8 %] + [% L.yes_no_tag('purchase_order_show_delete', SELF.purchase_order_show_delete) %] + [% 'Show delete button in purchase orders?' | $T8 %] + + + [% 'Sales Delivery Orders deleteable' | $T8 %] + [% L.yes_no_tag('sales_delivery_order_show_delete', SELF.sales_delivery_order_show_delete) %] + [% 'Show delete button in sales delivery orders?' | $T8 %] + + + [% 'Purchase Delivery Orders deleteable' | $T8 %] + [% L.yes_no_tag('purchase_delivery_order_show_delete', SELF.purchase_delivery_order_show_delete) %] + [% 'Show delete button in purchase delivery orders?' | $T8 %] + + + + + [% 'Warehouse' | $T8 %] @@ -133,4 +184,6 @@ [%- L.hidden_tag('action', 'ClientConfig/dispatch') %] [%- L.submit_tag('action_save', LxERP.t8('Save')) %] +

+