Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4425d550

Von Bernd Bleßmann vor 8 Monaten hinzugefügt

  • ID 4425d550aab16a1a6af01484615724146f5e3b59
  • Vorgänger c04bc3bf
  • Nachfolger 64cb58a3

Lieferantenauftragsbestätigung: design40: Maske

Unterschiede anzeigen:

templates/design40_webpages/order/tabs/basic_data.html
230 230
          title_key='safe_name') %]</td>
231 231
      </tr>
232 232
    [% END %]
233
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") %]
233
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order" || SELF.type == "purchase_order_confirmation") %]
234 234
      <tr>
235 235
        <th>[% 'Order Number' | $T8 %]</th>
236 236
        <td>
......
253 253
    <tr>
254 254
      <th>[% quo_nr_txt | $T8 %]</th>
255 255
      <td>
256
        [%- IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
256
        [%- IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order" || SELF.type == "purchase_order_confirmation") -%]
257 257
          [% L.input_tag('order.quonumber', SELF.order.quonumber, class='wi-normal') %]
258 258
        [%- ELSIF INSTANCE_CONF.get_sales_purchase_record_numbers_changeable %]
259 259
          [% L.input_tag('order.quonumber', SELF.order.quonumber, onchange='kivi.Order.set_number_in_title(this)', class='wi-normal') %]
......
265 265
        [%- END %]
266 266
      </td>
267 267
    </tr>
268
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") %]
268
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order" || SELF.type == "purchase_order_confirmation") %]
269 269
      <tr>
270 270
        <th>[% 'Customer Order Number' | $T8 %]</th>
271 271
        <td>[% L.input_tag('order.cusordnumber', SELF.order.cusordnumber, class='wi-normal') %]</td>
272 272
      </tr>
273 273
    [% END %]
274
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") %]
274
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order" || SELF.type == "purchase_order_confirmation") %]
275 275
      [% SET transdate_txt = 'Order Date' %]
276 276
    [% ELSIF (SELF.type == "sales_quotation" || SELF.type == "purchase_quotation_intake") %]
277 277
      [% SET transdate_txt = 'Quotation Date' %]
......
286 286
      <th>[% 'Tax point' | $T8 %]</th>
287 287
      <td>[% L.date_tag('order.tax_point_as_date', SELF.order.tax_point_as_date, class='wi-date recalc') %]</td>
288 288
    </tr>
289
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") %]
289
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order" || SELF.type == "purchase_order_confirmation") %]
290 290
      [% SET reqdate_txt = 'Reqdate'; SET reqdate_class = 'recalc' %]
291 291
    [% ELSIF SELF.type == "sales_quotation" %]
292 292
      [% SET reqdate_txt = 'Valid until'; SET reqdate_class = '' %]
......
355 355
      [%- END -%]
356 356
      <th id="partclass_header_id">[% 'Type'  | $T8 %]</th>
357 357
      <th id="description_header_id"><a href='#' onClick='javascript:kivi.Order.reorder_items("description")'>[% 'Description' | $T8 %]</a></th>
358
      [%- IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
358
      [%- IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order" || SELF.type == "purchase_order_confirmation") -%]
359 359
      <th id="shipped_qty_header_id"><a href='#' onClick='javascript:kivi.Order.reorder_items("shipped_qty")'>[% 'Delivered' | $T8 %]</a></th>
360 360
      [%- END -%]
361 361
      <th id="qty_header_id"><a href='#' onClick='javascript:kivi.Order.reorder_items("qty")'>        [% 'Qty'         | $T8 %]</a></th>

Auch abrufbar als: Unified diff