Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 54e099ac

Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt

  • ID 54e099ac2a8b98c2f70262a37a9bd04f1ca6f2cf
  • Vorgänger fb5bcaea
  • Nachfolger bfd1a518

Text für Lieferadressenübernahme geändert …
Einkaufsbeleg statt Lieferantenauftrag

Unterschiede anzeigen:

js/kivi.DeliveryOrder.js
710 710
    $('#direct-delivery-dialog').remove();
711 711

  
712 712
    var text1 = kivi.t8('You have entered or selected the following shipping address for this customer:');
713
    var text2 = kivi.t8('Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?');
713
    var text2 = kivi.t8('Do you want to carry this shipping address over to the new purchase document so that the vendor can deliver the goods directly to your customer?');
714 714
    var html  = '<div id="direct-delivery-dialog"><p>' + text1 + '</p><p>' + shipto + '</p><p>' + text2 + '</p>';
715 715
    html      = html + '<hr><p>';
716 716
    html      = html + '<input type="button" value="' + kivi.t8('Yes') + '" size="30" onclick="kivi.DeliveryOrder.direct_delivery_callback(true)">';
js/kivi.Order.js
835 835
    $('#direct-delivery-dialog').remove();
836 836

  
837 837
    var text1 = kivi.t8('You have entered or selected the following shipping address for this customer:');
838
    var text2 = kivi.t8('Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?');
838
    var text2 = kivi.t8('Do you want to carry this shipping address over to the new purchase document so that the vendor can deliver the goods directly to your customer?');
839 839
    var html  = '<div id="direct-delivery-dialog"><p>' + text1 + '</p><p>' + shipto + '</p><p>' + text2 + '</p>';
840 840
    html      = html + '<hr><p>';
841 841
    html      = html + '<input type="button" value="' + kivi.t8('Yes') + '" size="30" onclick="kivi.Order.direct_delivery_callback(true,  \'' + to_type + '\')">';
js/locale/de.js
55 55
"Do you really want to print?":"Wollen Sie wirklich drucken?",
56 56
"Do you really want to revert to this version?":"Möchten Sie wirklich auf diese Version zurücksetzen?",
57 57
"Do you really want to unimport the selected documents?":"Möchten Sie wirklich diese Dateien an die Quelle zurückgeben?",
58
"Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?":"Möchten Sie diese Lieferadresse in den neuen Lieferantenauftrag übernehmen, damit der Händler die Waren direkt an Ihren Kunden liefern kann?",
58
"Do you want to carry this shipping address over to the new purchase document so that the vendor can deliver the goods directly to your customer?":"Möchten Sie diese Lieferadresse in den neuen Einkaufsbeleg übernehmen, damit der Händler die Waren direkt an Ihren Kunden liefern kann?",
59 59
"Do you want to set the account number \"#1\" to \"#2\" and the name \"#3\" to \"#4\"?":"Soll die Kontonummer \"#1\" zu \"#2\" und den Name \"#3\" zu \"#4\" geändert werden?",
60 60
"Download picture":"Bild herunterladen",
61 61
"Due Date missing!":"Fälligkeitsdatum fehlt!",
js/locale/en.js
55 55
"Do you really want to print?":"",
56 56
"Do you really want to revert to this version?":"",
57 57
"Do you really want to unimport the selected documents?":"",
58
"Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?":"",
58
"Do you want to carry this shipping address over to the new purchase document so that the vendor can deliver the goods directly to your customer?":"",
59 59
"Do you want to set the account number \"#1\" to \"#2\" and the name \"#3\" to \"#4\"?":"",
60 60
"Download picture":"",
61 61
"Due Date missing!":"",
locale/de/all
1167 1167
  'Do you really want to undo the selected SEPA exports? You have to reassign the export again.' => 'Möchten Sie wirklich die ausgewählten SEPA-Exports rückgängig machen? Der Export muss anschließend neu erzeugt werden.',
1168 1168
  'Do you really want to unimport the selected documents?' => 'Möchten Sie wirklich diese Dateien an die Quelle zurückgeben?',
1169 1169
  'Do you want to <b>limit</b> your search?' => 'Möchten Sie Ihre Suche <b>spezialisieren</b>?',
1170
  'Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?' => 'Möchten Sie diese Lieferadresse in den neuen Lieferantenauftrag übernehmen, damit der Händler die Waren direkt an Ihren Kunden liefern kann?',
1170
  'Do you want to carry this shipping address over to the new purchase document so that the vendor can deliver the goods directly to your customer?' => 'Möchten Sie diese Lieferadresse in den neuen Einkaufsbeleg übernehmen, damit der Händler die Waren direkt an Ihren Kunden liefern kann?',
1171 1171
  'Do you want to overwrite your current title?' => 'Möchten Sie den aktuellen Titel überschreiben?',
1172 1172
  'Do you want to set the account number "#1" to "#2" and the name "#3" to "#4"?' => 'Soll die Kontonummer "#1" zu "#2" und den Name "#3" zu "#4" geändert werden?',
1173 1173
  'Do you want to store the existing onhand values into a new warehouse?' => 'Möchten Sie die vorhandenen Mengendaten in ein Lager übertragen?',
locale/en/all
1167 1167
  'Do you really want to undo the selected SEPA exports? You have to reassign the export again.' => '',
1168 1168
  'Do you really want to unimport the selected documents?' => '',
1169 1169
  'Do you want to <b>limit</b> your search?' => '',
1170
  'Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?' => '',
1170
  'Do you want to carry this shipping address over to the new purchase document so that the vendor can deliver the goods directly to your customer?' => '',
1171 1171
  'Do you want to overwrite your current title?' => '',
1172 1172
  'Do you want to set the account number "#1" to "#2" and the name "#3" to "#4"?' => '',
1173 1173
  'Do you want to store the existing onhand values into a new warehouse?' => '',
templates/webpages/oe/check_for_direct_delivery.html
75 75
  </table>
76 76
 </p>
77 77

  
78
  [% 'Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?' | $T8 %]
78
  [% 'Do you want to carry this shipping address over to the new purchase document so that the vendor can deliver the goods directly to your customer?' | $T8 %]
79 79
 </p>
80 80

  
81 81
 <form method="post" action="oe.pl">
......
93 93
  [%- END %]
94 94

  
95 95
 </form>
96

  

Auch abrufbar als: Unified diff