Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4215edd5

Von Hans Peter Schlaepfer vor fast 5 Jahren hinzugefügt

  • ID 4215edd59fc00a1e8efed3e9d7847dadd2158720
  • Vorgänger e98e07ec
  • Nachfolger 1a81805b

Neues kivitendo Design Aenderungen in templates/webpages/inventory/..

Unterschiede anzeigen:

templates/webpages/inventory/stocktaking/_already_counted_dialog.html
1
[%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE L %]
4
[% USE LxERP %]
2 5

  
3 6
<form method="post" id="already_counted_form" method="POST">
4 7

  
8
<p>
5 9
  [% 'This part was already counted for this bin:' | $T8 %]<br>
6 10
  [% SELF.part.displayable_name %] / [% SELF.part.ean %]<br>
7
  [% already_counted.first.bin.full_description %], [% 'Stocked Qty' | $T8 %]: [%- LxERP.format_amount(stocked_qty, -2) -%]&nbsp;[%- SELF.part.unit -%]
8
  [%- IF SELF.part.unit != SELF.unit.name -%]
9
    ([%- LxERP.format_amount(stocked_qty_in_form_units, -2) -%]&nbsp;[%- SELF.unit.name -%])<br>
10
  [%- END -%]
11
  <br>
12
  <br>
13
  <table>
14
    <tr class='listheading'>
11
  [% already_counted.first.bin.full_description %], [% 'Stocked Qty' | $T8 %]: [% LxERP.format_amount(stocked_qty, -2) %] [% SELF.part.unit %]
12
  [% IF SELF.part.unit != SELF.unit.name %]
13
    ([% LxERP.format_amount(stocked_qty_in_form_units, -2) %] [% SELF.unit.name %])<br>
14
  [% END %]
15
</p>
16

  
17
<table class="tbl-list">
18
  <thead>
19
    <tr>
15 20
      <th>[% 'Insert Date' | $T8 %]</th>
16 21
      <th>[% 'Employee' | $T8 %]</th>
17 22
      <th>[% 'Bin' | $T8 %]</th>
18
      <th>[% 'Target Qty' | $T8 %]</th>
23
      <th class="right">[% 'Target Qty' | $T8 %]</th>
19 24
    </tr>
25
  </thead>
26
  <tbody>
20 27
    [% FOREACH ac = already_counted %]
21
    <tr class='listrow'>
22
      <td>[%- ac.itime_as_timestamp -%]</td>
23
      <td>[%- ac.employee.safe_name -%]</td>
24
      <td>[%- ac.bin.full_description -%]</td>
25
      <td class="numeric">[%- ac.qty_as_number -%]&nbsp;[%- ac.part.unit -%]</td>
26
    </tr>
28
      <tr>
29
        <td>[% ac.itime_as_timestamp %]</td>
30
        <td>[% ac.employee.safe_name %]</td>
31
        <td>[% ac.bin.full_description %]</td>
32
        <td class="numeric">[% ac.qty_as_number %] [% ac.part.unit %]</td>
33
      </tr>
27 34
    [% END %]
28
  </table>
35
  </tbody>
36
</table>
29 37

  
30
  <p>
31
    [% 'Please choose the action to be processed for your target quantity:' | $T8 %]<br>
32
    [% 'Correct counted' | $T8 %]: [% 'The stock will be changed to your target quantity.' | $T8 %]<br>
33
    [% 'Add counted' | $T8 %]: [% 'Your target quantity will be added to the stocked quantity.' | $T8 %]<br>
34
  </p>
38
<p>
39
  [% 'Please choose the action to be processed for your target quantity:' | $T8 %]<br>
40
  [% 'Correct counted' | $T8 %]: [% 'The stock will be changed to your target quantity.' | $T8 %]<br>
41
  [% 'Add counted' | $T8 %]: [% 'Your target quantity will be added to the stocked quantity.' | $T8 %]<br>
42
</p>
35 43

  
36
  <br>
44
<div class="buttons">
37 45
  [% L.hidden_tag('action', 'Inventory/dispatch') %]
38 46
  [% L.button_tag('kivi.Inventory.stocktaking_correct_counted()', LxERP.t8("Correct counted")) %]
39 47
  [% L.button_tag('kivi.Inventory.stocktaking_add_counted(' _ stocked_qty_in_form_units _ ')', LxERP.t8("Add counted")) %]
40
  <a href="#" onclick="kivi.Inventory.close_already_counted_dialog();">[%- LxERP.t8("Cancel") %]</a>
48
  <a href="#" onclick="kivi.Inventory.close_already_counted_dialog();" class="button neutral">[% LxERP.t8("Cancel") %]</a>
49
</div>
41 50

  
42 51
</form>

Auch abrufbar als: Unified diff