Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e45fc88e

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID e45fc88ed0b2fb12635bb13f17b39b07ff10495e
  • Vorgänger 6b7dea91
  • Nachfolger 1da86bc7

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

Unterschiede anzeigen:

templates/webpages/order/tabs/_row.html
1
[%- USE T8 %]
2
[%- USE HTML %]
3
[%- USE LxERP %]
4
[%- USE L %]
5
[%- USE P %]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
5
[% USE P %]
6 6

  
7
<tbody class="row_entry listrow"[%- IF MYCONFIG.show_form_details -%] data-expanded="1"[%- END -%]>
7
<tbody class="row_entry listrow"[% IF MYCONFIG.show_form_details %] data-expanded="1"[% END %]>
8 8
  <tr>
9
    <td align="center">
10
      [%- IF MYCONFIG.show_form_details %]
9
    <td>
10
      [% IF MYCONFIG.show_form_details %]
11 11
        [% L.img_tag(src="image/collapse.svg",
12 12
                     alt=LxERP.t8('Hide details'), title=LxERP.t8('Hide details'), class="expand") %]
13
      [%- ELSE %]
13
      [% ELSE %]
14 14
        [% L.img_tag(src="image/expand.svg",
15 15
                     alt=LxERP.t8('Show details'), title=LxERP.t8('Show details'), class="expand") %]
16
      [%- END %]
16
      [% END %]
17 17
      [% L.hidden_tag("orderitem_ids[+]", ID) %]
18 18
      [% L.hidden_tag("converted_from_orderitems_ids[+]", ITEM.converted_from_orderitems_id) %]
19 19
      [% L.hidden_tag("order.orderitems[+].id", ITEM.id, id='item_' _ ID) %]
20 20
      [% L.hidden_tag("order.orderitems[].parts_id", ITEM.parts_id) %]
21 21
    </td>
22
    <td class="center"><div name="position">[% HTML.escape(ITEM.position) %]</div></td>
23
    <td><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]" class="dragdrop"></td>
22 24
    <td>
23
      <div name="position" class="numeric">
24
        [% HTML.escape(ITEM.position) %]
25
      </div>
26
    </td>
27
    <td align="center">
28
      <img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]" class="dragdrop">
29
    </td>
30
    <td align="center">
31
      [%- L.button_tag("kivi.Order.delete_order_item_row(this)",
32
                       LxERP.t8("X"),
33
                       confirm=LxERP.t8("Are you sure?")) %]
34
    </td>
35
    <td>
36
      <div name="partnumber">[% HTML.escape(ITEM.part.partnumber) %]</div>
37
    </td>
38
    <td>
39
      <div name="partclassification">[% ITEM.part.presenter.typeclass_abbreviation %]</div>
40
    </td>
25
      [% # L.button_tag("kivi.Order.delete_order_item_row(this)",
26
      #                "", #LxERP.t8("X"),
27
      #                confirm=LxERP.t8("Are you sure?"),
28
      #                class='button-image delete') %]
29
      [%  L.button_tag("kivi.Order.delete_order_item_row(this)",
30
                      " ", #LxERP.t8("X"),
31
                      confirm=LxERP.t8("Are you sure?"),
32
                      class='button_image delete',
33
                      tag='button') %]
34
      [% #L.link_tag( 'javascript:kivi.Order.delete_order_item_row(this)', '<img src="image/cross.png" alt="Delete">', confirm=>LxERP.t8('Are you sure?'), class=>'button-image delete' ) %]
35
      [% #L.link_tag( "http://google.com", "Go to Google", class=>"button-image delete", target=>"_blank" ) %]X
36
    </td>
37
    <td><div name="partnumber">[% HTML.escape(ITEM.part.partnumber) %]</div></td>
38
    <td><div name="partclassification">[% ITEM.part.presenter.typeclass_abbreviation %]</div></td>
41 39
    <td>
42 40
      [% L.areainput_tag("order.orderitems[].description",
43 41
                     ITEM.description,
44 42
                     size='40',
45
                     style='width: 300px') %]
46
      [%- IF ITEM.render_longdescription -%]
47
        [%- L.hidden_tag("order.orderitems[].longdescription", ITEM.longdescription) %]
48
      [%- END -%]
49
      [%- L.button_tag("kivi.Order.show_longdescription_dialog(this)", LxERP.t8("L")) %]
43
                     class='wi-lightwide') %]
44
      [% IF ITEM.render_longdescription %]
45
        [% L.hidden_tag("order.orderitems[].longdescription", ITEM.longdescription) %]
46
      [% END %]
47
      [% L.button_tag("kivi.Order.show_longdescription_dialog(this)", LxERP.t8("L"), class="wi-tiny neutral") %]
50 48
    </td>
51 49
    [%- IF (TYPE == "sales_order" || TYPE == "purchase_order") -%]
52
    <td nowrap>
50
    <td>
53 51
      [%- L.div_tag(LxERP.format_amount(ITEM.shipped_qty, 2, 0) _ ' ' _ ITEM.unit, name="shipped_qty", class="numeric") %]
54 52
    </td>
55 53
    [%- END -%]
56
    <td nowrap>
57
      [%- L.input_tag("order.orderitems[].qty_as_number",
54
    <td>
55
      [% L.input_tag("order.orderitems[].qty_as_number",
58 56
                      ITEM.qty_as_number,
59 57
                      size = 5,
60
                      class="recalc reformat_number numeric") %]
61
      [%- IF ITEM.part.formel -%]
62
        [%- L.button_tag("kivi.Order.show_calculate_qty_dialog(this)", LxERP.t8("*/")) %]
63
        [%- L.hidden_tag("formula[+]", ITEM.part.formel) -%]
64
      [%- END -%]
58
                      class="recalc reformat_number numeric wi-verysmall") %]
59
      [% IF ITEM.part.formel %]
60
        [% L.button_tag("kivi.Order.show_calculate_qty_dialog(this)", LxERP.t8("*/"), class="neutral") %]
61
        [% L.hidden_tag("formula[+]", ITEM.part.formel) %]
62
      [% END %]
65 63
    </td>
66 64
    <td>
67
      [%- L.select_tag("order.orderitems[].price_factor_id",
65
      [% L.select_tag("order.orderitems[].price_factor_id",
68 66
                       ALL_PRICE_FACTORS,
69 67
                       default = ITEM.price_factor_id,
70 68
                       title_key = 'description',
71 69
                       with_empty = 1,
72
                       class="recalc") %]
70
                       class="recalc wi-mediumsmall") %]
73 71
    </td>
74
    <td nowrap>
75
      [%- L.select_tag("order.orderitems[].unit",
72
    <td>
73
      [% L.select_tag("order.orderitems[].unit",
76 74
                      ITEM.part.available_units,
77 75
                      default = ITEM.unit,
78 76
                      title_key = 'name',
79 77
                      value_key = 'name',
80
                      class = 'unitselect') %]
78
                      class = 'unitselect wi-mediumsmall') %]
81 79
    </td>
82 80
    <td>
83
      [%- L.button_tag("kivi.Order.price_chooser_item_row(this)",
81
      [% L.button_tag("kivi.Order.price_chooser_item_row(this)",
84 82
                       ITEM.active_price_source.source_description _ ' | ' _ ITEM.active_discount_source.source_description,
85
                       name = "price_chooser_button") %]
83
                       name = "price_chooser_button",
84
                       class = "neutral") %]
86 85
    </td>
87 86
    <td>
88
      [%- L.hidden_tag("order.orderitems[].active_price_source", ITEM.active_price_source.source) %]
89
      [%- SET EDIT_PRICE = (AUTH.assert('edit_prices', 1) && ITEM.active_price_source.source == '') %]
90
      <div name="editable_price" [%- IF !EDIT_PRICE %]style="display:none"[%- END %] class="numeric">
91
        [%- L.input_tag("order.orderitems[].sellprice_as_number",
87
      [% L.hidden_tag("order.orderitems[].active_price_source", ITEM.active_price_source.source) %]
88
      [% SET EDIT_PRICE = (AUTH.assert('edit_prices', 1) && ITEM.active_price_source.source == '') %]
89
      <div name="editable_price" [% IF !EDIT_PRICE %]style="display:none"[% END %] class="numeric">
90
        [% L.input_tag("order.orderitems[].sellprice_as_number",
92 91
                        ITEM.sellprice_as_number,
93 92
                        size = 10,
94 93
                        disabled=(EDIT_PRICE? '' : 1),
95
                        class="recalc reformat_number numeric") %]
94
                        class="recalc reformat_number numeric wi-verysmall") %]
96 95
      </div>
97
      <div name="not_editable_price" [%- IF EDIT_PRICE %]style="display:none"[%- END %]>
98
        [%- L.div_tag(ITEM.sellprice_as_number, name="sellprice_text", class="numeric") %]
99
        [%- L.hidden_tag("order.orderitems[].sellprice_as_number",
96
      <div name="not_editable_price" [% IF EDIT_PRICE %]style="display:none"[% END %]>
97
        [% L.div_tag(ITEM.sellprice_as_number, name="sellprice_text", class="numeric plain-data") %]  <!-- PENDENT: plain-data in DIV noch dem CSS hinzufuegen -->
98
        [% L.hidden_tag("order.orderitems[].sellprice_as_number",
100 99
                         ITEM.sellprice_as_number,
100

  
101 101
                         disabled=(EDIT_PRICE? 1 : '')) %]
102 102
      </div>
103 103
    </td>
104 104
    <td>
105
      [%- L.hidden_tag("order.orderitems[].active_discount_source", ITEM.active_discount_source.source) %]
106
      [%- SET EDIT_DISCOUNT = (AUTH.assert('edit_prices', 1) && ITEM.active_discount_source.source == '') %]
107
      <div name="editable_discount" [%- IF !EDIT_DISCOUNT %]style="display:none"[%- END %] class="numeric">
108
        [%- L.input_tag("order.orderitems[].discount_as_percent",
105
      [% L.hidden_tag("order.orderitems[].active_discount_source", ITEM.active_discount_source.source) %]
106
      [% SET EDIT_DISCOUNT = (AUTH.assert('edit_prices', 1) && ITEM.active_discount_source.source == '') %]
107
      <div name="editable_discount" [% IF !EDIT_DISCOUNT %]style="display:none"[% END %] class="numeric">
108
        [% L.input_tag("order.orderitems[].discount_as_percent",
109 109
                        ITEM.discount_as_percent,
110 110
                        size = 5,
111 111
                        disabled=(EDIT_DISCOUNT? '' : 1),
112 112
                        class="recalc reformat_number numeric") %]
113 113
      </div>
114
      <div name="not_editable_discount" [%- IF EDIT_DISCOUNT %]style="display:none"[%- END %]>
115
        [%- L.div_tag(ITEM.discount_as_percent, name="discount_text", class="numeric") %]
116
        [%- L.hidden_tag("order.orderitems[].discount_as_percent",
114
      <div name="not_editable_discount" [% IF EDIT_DISCOUNT %]style="display:none"[% END %]>
115
        [% L.div_tag(ITEM.discount_as_percent, name="discount_text", class="numeric") %]
116
        [% L.hidden_tag("order.orderitems[].discount_as_percent",
117 117
                         ITEM.discount_as_percent,
118 118
                         disabled=(EDIT_DISCOUNT? 1 : '')) %]
119 119
      </div>
120 120
    </td>
121
    <td align="right">
122
      [%- L.div_tag(LxERP.format_amount(ITEM.linetotal, 2, 0), name="linetotal") %]
123
    </td>
124

  
121
    <td>[% L.div_tag(LxERP.format_amount(ITEM.linetotal, 2, 0), name="linetotal") %]</td>
125 122
  </tr>
126

  
127
  <tr [%- IF !MYCONFIG.show_form_details -%]style="display:none"[%- END -%]>
123
  <tr [% IF !MYCONFIG.show_form_details %]style="display:none"[% END %]>
128 124
    <td colspan="100%">
129
      [%- IF MYCONFIG.show_form_details || ITEM.render_second_row %]
125
      [% IF MYCONFIG.show_form_details || ITEM.render_second_row %]
130 126
        <div name="second_row" data-loaded="1">
131
          [%- PROCESS order/tabs/_second_row.html ITEM=ITEM TYPE=TYPE %]
127
          [% PROCESS order/tabs/_second_row.html ITEM=ITEM TYPE=TYPE %]
132 128
        </div>
133
      [%- ELSE %]
129
      [% ELSE %]
134 130
        <div name="second_row">
135
          [%- LxERP.t8("Loading...") %]
131
          [% LxERP.t8("Loading...") %]
136 132
        </div>
137
      [%- END %]
133
      [% END %]
138 134
    </td>
139 135
  </tr>
140

  
141 136
</tbody>
137

  

Auch abrufbar als: Unified diff