X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/65d2537d658b99b005a18c6663bc1293b41a1d83..refs/heads/master:/templates/webpages/part/_assembly.html diff --git a/templates/webpages/part/_assembly.html b/templates/webpages/part/_assembly.html index 92a0d0db3..e10ec738b 100644 --- a/templates/webpages/part/_assembly.html +++ b/templates/webpages/part/_assembly.html @@ -2,6 +2,7 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +[%- USE P %]
@@ -9,15 +10,16 @@ [% L.hidden_tag('assembly_id', SELF.part.id) %] +
- [% IF SELF.orphaned %] + [% IF SELF.orphaned || AUTH.assert('assembly_edit', 1) %] [% END %] - [% IF SELF.orphaned %] + [% IF SELF.orphaned || AUTH.assert('assembly_edit', 1) %] [% END %] @@ -27,6 +29,7 @@ + @@ -37,13 +40,14 @@ - [% IF SELF.orphaned %] + [% IF SELF.orphaned || AUTH.assert('assembly_edit', 1) %] - + - + + [% ELSE %] @@ -52,14 +56,51 @@ [% END %] + + + + + [% IF SELF.orphaned || AUTH.assert('assembly_edit', 1) %] + + + [% END %] + + + + + + + + + + + + + [% IF SELF.orphaned || AUTH.assert('assembly_edit', 1) %] + + + [% END %] + + + + + + + + + - [% IF SELF.orphaned %] + [% IF SELF.orphaned || AUTH.assert('assembly_edit', 1) %] [% END %] @@ -70,12 +111,14 @@ + +
[%- LxERP.t8('delete item') %][%- 'position' | $T8 %] [%- LxERP.t8('reorder item') %][%- 'Partnumber' | $T8 %][%- 'Unit' | $T8 %] [%- 'BOM' | $T8 %] [%- 'Line Total' | $T8 %] [%- 'Price Factor' | $T8 %] [%- 'Sellprice' | $T8 %] [%- 'Lastcost' | $T8 %] [%- 'Partsgroup' | $T8 %]
[% 'Part' | $T8 %]:[% L.part_picker('add_items[+].parts_id' , '' , style='width: 300px' , class="add_assembly_item_input") %][% L.hidden_tag('add_items[].qty_as_number', 1) %][% P.part.picker('add_items[+].parts_id', '', style='width: 300px', multiple=1, id='assembly_picker', action={set_multi_items='kivi.Part.set_multi_assembly_items', commit_one='kivi.Part.add_assembly_item'}) %] [%- L.button_tag("kivi.Part.add_assembly_item()", LxERP.t8("Add")) %][% L.button_tag('kivi.Part.show_multi_items_dialog("assembly")', LxERP.t8('Add multiple items')) %][% L.button_tag('$("#assembly_picker").data("part_picker").open_dialog()', LxERP.t8('Add multiple items')) %][% L.hidden_tag('add_items[].qty_as_number', 1) %] [% 'Totals' | $T8 %]: [%- LxERP.format_amount(items_sellprice_sum, 2, 0) %] [%- LxERP.format_amount(items_lastcost_sum, 2, 0) %]
[% 'Margepercent' | $T8 %]: + [% IF items_sellprice_sum > 0 %] + [%- LxERP.format_amount(100 - (items_lastcost_sum / items_sellprice_sum * 100), 2, 0) %] + [% END %] +
[% 'Margetotal' | $T8 %]: [%- LxERP.format_amount(items_sum_diff, 2, 0) %]
[% L.button_tag("kivi.Part.set_assembly_sellprice()", LxERP.t8("Set sellprice")) %]
- +
[% L.sortable_element('#assembly_rows') %]