Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f714b629

Von Kivitendo Admin vor etwa 7 Jahren hinzugefügt

  • ID f714b6292856121b1a58438f10aaad704f03078b
  • Vorgänger 02752d70
  • Nachfolger fec23589

ShippedQty - Typos in Beschriftungen

Unterschiede anzeigen:

templates/webpages/client_config/_features.html
309 309
  <td>[% LxERP.t8('If yes, delivery order positions are considered "delivered" only if they have been stocked out of the inventory. Otherwise saving the delivery order is considered delivered.') %]</td>
310 310
 </tr>
311 311
 <tr>
312
  <td align="right">[% LxERP.t8('Use fill up when calculating shipped quantitiies?') %]</td>
312
  <td align="right">[% LxERP.t8('Use fill up when calculating shipped quantities?') %]</td>
313 313
  <td>[% L.yes_no_tag('defaults.shipped_qty_fill_up', SELF.defaults.shipped_qty_fill_up) %]</td>
314
  <td>[% LxERP.t8('Linked positions will always reconciled first. If this is set to yes, unlinked positions will be reconciled in a second step. This is necessary in very old databases (with open delivery orders from before 3.4.0) and in businesses where delivery orders are frequently amended. Usually the direct links are faster and more accurate. Defaults to true for historical reasons only.') %]</td>
314
  <td>[% LxERP.t8('Linked positions will always be reconciled first. If this is set to yes, unlinked positions will be reconciled in a second step. This is necessary in very old databases (with open delivery orders from before 3.4.0) and in businesses where delivery orders are frequently amended. Usually the direct links are faster and more accurate. Defaults to true for historical reasons only.') %]</td>
315 315
 </tr>
316 316
 <tr>
317 317
  <td align="right">[% LxERP.t8('Position identity fields for fill up?') %]</td>
318 318
  <td>
319 319
    [% L.select_tag("defaults.shipped_qty_item_identity_fields[]", SELF.available_shipped_qty_item_identity_fields, id="defaults_shipped_qty_item_identity_fields", multiple=1, default=SELF.defaults.shipped_qty_item_identity_fields) %]
320 320
    [% L.multiselect2side("defaults_shipped_qty_item_identity_fields", labelsx=LxERP.t8("Available identity fields"), labeldx=LxERP.t8("Selected identity fields")) %]</td>
321
  <td>[% LxERP.t8('Only applies if the previous is set to true. When filling up unlinked positions, consider them matches if ALL of these fields match. For example, in a business with variants that are defined by special description, description needs to be part of the identity. If delivering several similar order positions by delivery date is common, reqdate should be included in the identity. Serialnumber is useful when the serialnumber in order and delivery order has to match.') %]</td>
321
  <td>[% LxERP.t8('Only applies if the previous is set to true. When filling up unlinked positions, consider them matches if ALL of these fields match. For example, in a business with variants that are defined by a special description, description needs to be part of the identity. If delivering several similar order positions by delivery date is common, reqdate should be included in the identity. Serialnumber is useful when the serialnumber in the order and delivery order has to match.') %]</td>
322 322
 </tr>
323 323

  
324 324

  

Auch abrufbar als: Unified diff