X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fclient_config%2Fform.html;h=a4df3bfea40857d2a043f07b0b1cd35247e9e99c;hb=924f44a8f4d019f8349c7f894c781e8fa8284a96;hp=f772d3e7f3a1b2d09757c42db1bcf2a3220dd439;hpb=50c2f2285ce7fc70626afdce52a25172761d0ab7;p=kivitendo-erp.git diff --git a/templates/webpages/client_config/form.html b/templates/webpages/client_config/form.html index f772d3e7f..a4df3bfea 100644 --- a/templates/webpages/client_config/form.html +++ b/templates/webpages/client_config/form.html @@ -1,5 +1,6 @@ -[%- USE T8 %][%- USE L %][% USE LxERP %] +[%- USE T8 %][%- USE L %][% USE LxERP %][% USE HTML %] +[% PROCESS 'common/select_warehouse_bin.html' WAREHOUSES=SELF.WAREHOUSES warehouse_id=SELF.warehouse_id bin_id=SELF.bin_id %]

[% title | html %]

[% PROCESS 'common/flash.html' %] @@ -131,6 +132,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 %] @@ -149,7 +177,39 @@ [% 'Any stock contents containing a best before date will be impossible to stock out otherwise.' | $T8 %] + + + + [% 'Default Warehouse' | $T8 %] + + + + + [% 'This is the default bin for parts' | $T8 %]
+ + + + [% 'Default Bin' | $T8 %] + + + + + [% 'Weight' | $T8 %] + + + [% 'Show weights' | $T8 %] + + [% L.yes_no_tag('show_weight', SELF.show_weight) %] + + + [% 'Show the weights of articles and the total weight in orders, invoices and delivery notes?' | $T8 %]
+ +
@@ -157,4 +217,6 @@ [%- L.hidden_tag('action', 'ClientConfig/dispatch') %] [%- L.submit_tag('action_save', LxERP.t8('Save')) %] +

+