Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4ce378dc

Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt

  • ID 4ce378dcdff892ab7aa0124873ebb29206539184
  • Vorgänger 4fae9f45
  • Nachfolger 03f9eac3

Rechnungen: Sicherheitsnachfrage vor Stornierung

Unterschiede anzeigen:

locale/de/all
926 926
  'Do not set this comment'     => 'Diesen Kommentar nicht setzen',
927 927
  'Do not set this warehouse'   => 'Dieses Lager nicht setzen',
928 928
  'Do you really want do continue?' => 'Wollen Sie wirklich fortfahren?',
929
  'Do you really want to cancel this invoice?' => 'Wollen Sie diese Rechnung wirklich stornieren?',
929 930
  'Do you really want to cancel?' => 'Wollen Sie wirklich abbrechen?',
930 931
  'Do you really want to close the following SEPA exports? No payment will be recorded for bank collections that haven\'t been marked as executed yet.' => 'Wollen Sie wirklich die folgenden SEPA-Exporte abschließen? Für Überweisungen, die noch nicht gebucht wurden, werden dann keine Zahlungen verbucht.',
931 932
  'Do you really want to close the following SEPA exports? No payment will be recorded for bank transfers that haven\'t been marked as executed yet.' => 'Wollen Sie wirklich die folgenden SEPA-Exporte abschließen? Für Überweisungen, die noch nicht gebucht wurden, werden dann keine Zahlungen verbucht.',
templates/webpages/ir/form_footer.html
121 121

  
122 122
    <input class="submit" type="submit" accesskey="u" name="action" id="update_button" value="[% 'Update' | $T8 %]">
123 123
[% IF  show_storno %]
124
    <input class="submit" type="submit" name="action" value="[% 'Storno' | $T8 %]">
124
    [% L.submit_tag("action", LxERP.t8("Storno"), confirm=LxERP.t8('Do you really want to cancel this invoice?')) %]
125 125
[% END %]
126 126
    <input class="submit" type="submit" name="action" value="[% 'Post Payment' | $T8 %]">
127 127
    <input class="submit" type="submit" name="action" value="[% 'Use As New' | $T8 %]">
templates/webpages/is/form_footer.html
162 162
    <input class="submit" type="submit" name="action" value="[% 'Print' | $T8 %]" data-require-transaction-description="[% INSTANCE_CONF.get_require_transaction_description_ps %]">
163 163
    <input class="submit" type="submit" name="action" value="[% 'E-mail' | $T8 %]" data-require-transaction-description="[% INSTANCE_CONF.get_require_transaction_description_ps %]">
164 164
[% IF  show_storno %]
165
    <input class="submit" type="submit" name="action" value="[% 'Storno' | $T8 %]" data-require-transaction-description="[% INSTANCE_CONF.get_require_transaction_description_ps %]">
165
    [% L.submit_tag("action", LxERP.t8("Storno"), "data-require-transaction-description"=INSTANCE_CONF.get_require_transaction_description_ps, confirm=LxERP.t8('Do you really want to cancel this invoice?')) %]
166 166
[% END %]
167 167
    <input class="submit" type="submit" name="action" value="[% 'Post Payment' | $T8 %]">
168 168
    <input class="submit" type="submit" name="action" value="[% 'Use As New' | $T8 %]">

Auch abrufbar als: Unified diff