Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 437f31b7

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID 437f31b7025b4f530d8f185652afe84262a7391e
  • Vorgänger 2896ddde
  • Nachfolger 374a73ad

Design 4.0: Lieferscheinmasken angepasst nach Besprechung

Unterschiede anzeigen:

templates/design40_webpages/delivery_order/tabs/_item_input.html
1 1
[%- USE T8 %][%- USE HTML %][%- USE LxERP %][%- USE L %][%- USE P %]
2 2

  
3
<div class="wrapper">
3
<div class="wrapper" style="display:flex">
4 4
  <div class="input-panel control-panel">
5 5
    <table id="input_row_table_id" class="tbl-plain condensed">
6 6
      <caption>[% 'Add Parts here!' | $T8 %]</caption>
......
42 42
    <div style="clear:both">[% L.button_tag('kivi.DeliveryOrder.open_multi_items_dialog()', LxERP.t8('Add multiple items'), class='neutral') %]</div>
43 43
  </div><!-- /.entry-panel -->
44 44

  
45
  <div class="input-panel control-panel">
45
  <div class="input-panel control-panel" style="min-width:10%">
46 46
    <table id="create_part_table_id" class="tbl-plain condensed">
47 47
      <caption>[% 'Create a new part' | $T8 %]!</caption>
48 48
      <tbody>
......
59 59
        </tr>
60 60
      </tbody>
61 61
    </table>
62
    <!-- same space as 'Add multiple items' button -->
63
    <div style="clear:both;height:15.6pt">
64
      &nbsp;
65
    </div>
66 62
  </div><!-- /.entry-panel -->
67 63
</div><!-- /.wrapper -->
templates/design40_webpages/delivery_order/tabs/basic_data.html
32 32
      </tr>
33 33

  
34 34
      <tr id='cp_row' [%- IF !SELF.order.${SELF.cv}.contacts.size %]style='display:none'[%- END %]>
35
        <th align="right">[% 'Contact Person' | $T8 %]</th>
35
        <th>[% 'Contact Person' | $T8 %]</th>
36 36
        <td>[% L.select_tag('order.cp_id',
37 37
                            SELF.order.${SELF.cv}.contacts,
38 38
                            default=SELF.order.cp_id,
......
56 56
                             title_key='displayable_id',
57 57
                             value_key='shipto_id',
58 58
                             with_empty=0,
59
                             style='width: 300px') %]
59
                             style='wi-lightwide') %]
60 60
          </span>
61 61
          [% L.button_tag("kivi.DeliveryOrder.edit_custom_shipto()", LxERP.t8("Custom shipto")) %]
62 62
        </td>
......
155 155

  
156 156
<table class="tbl-horizontal col">
157 157
  <caption>[% 'Handling, Numbers & Dates' | $T8 %]</caption>
158
  <colgroup> <col class="wi-mediumsmall"><col class="wi-small"> </colgroup>
158
  <colgroup> <col class="wi-mediumsmall"><col class="wi-normal"> </colgroup>
159 159
  <tbody>
160 160
    <tr>
161 161
      <th>[% 'Status' | $T8 %]</th>
162
      <td id="data-status-line"><span class="data wi-small" style="height:auto;overflow:visible;">[% SELF.order.presenter.status_line %]</span></td>
162
      <td id="data-status-line"><span class="data wi-normal">[% SELF.order.presenter.status_line %]</span></td>
163 163
    </tr>
164 164

  
165 165
    <tr>
......
168 168
        SELF.all_employees,
169 169
        default=(SELF.order.employee_id ? SELF.order.employee_id : SELF.current_employee_id),
170 170
        title_key='safe_name',
171
        class="wi-small",
171
        class="wi-normal",
172 172
        ) %]</td>
173 173
    </tr>
174 174

  
......
179 179
        SELF.all_salesmen,
180 180
        default=(SELF.order.salesman_id ? SELF.order.salesman_id : SELF.current_employee_id),
181 181
        title_key='safe_name',
182
        class="wi-small",
182
        class="wi-normal",
183 183
        ) %]</td>
184 184
    </tr>
185 185
    [% END %]
186 186

  
187 187
    <tr>
188 188
      <th>[% 'Delivery Order Number' | $T8 %]</th>
189
      <td>[% L.input_tag('order.donumber', SELF.order.donumber, onchange='kivi.DeliveryOrder.set_number_in_title(this)', class='wi-small numeric') %]</td>
189
      <td>[% L.input_tag('order.donumber', SELF.order.donumber, onchange='kivi.DeliveryOrder.set_number_in_title(this)', class='wi-normal numeric') %]</td>
190 190
    </tr>
191 191

  
192 192
    <tr>
193 193
      <th>[% 'Order Number' | $T8 %]</th>
194
      <td>[% L.input_tag('order.ordnumber', SELF.order.ordnumber, class='wi-small') %]</td>
194
      <td>[% L.input_tag('order.ordnumber', SELF.order.ordnumber, class='wi-normal') %]</td>
195 195
    </tr>
196 196

  
197 197
    <tr>
198 198
      <th>[% IF SELF.type_data.properties('is_customer') %][% 'Customer Order Number' | $T8 %][% ELSE %][% 'Vendor Order Number' | $T8 %][% END %]</th>
199
      <td>[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, class='wi-small numeric') %]</td>
199
      <td>[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, class='wi-normal numeric') %]</td>
200 200
    </tr>
201 201

  
202 202
    <tr>
......
206 206

  
207 207
    <tr>
208 208
      <th>[% 'Reqdate' | $T8 %]</th>
209
      <td>[% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date, class="wi-date" _ reqdate_class) %]</td>
209
      <td>[% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date, class="wi-date " _ reqdate_class) %]</td>
210 210
    </tr>
211 211

  
212 212
    <tr>
213 213
      <th>[% 'Insert Date' | $T8 %]</th>
214
      <td><span class="data wi-small">[% SELF.order.itime_as_date %]</span></td>
214
      <td><span class="data wi-normal">[% SELF.order.itime_as_date %]</span></td>
215 215
    </tr>
216 216
  </tbody>
217 217
</table>

Auch abrufbar als: Unified diff