Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 726a9fae

Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt

  • ID 726a9fae9fe3bd0f3d66c351f6c91146a685bcd1
  • Vorgänger 044c3707
  • Nachfolger 2fb4c76f

Anzahlungs-Rg.: Drucken können

Unterschiede anzeigen:

SL/Form.pm
1089 1089
    credit_note             => $main::locale->text('Credit Note'),
1090 1090
    invoice                 => $main::locale->text('Invoice'),
1091 1091
    invoice_copy            => $main::locale->text('Invoice Copy'),
1092
    invoice_for_advance_payment => $main::locale->text('Invoice for Advance Payment'),
1092 1093
    pick_list               => $main::locale->text('Pick List'),
1093 1094
    proforma                => $main::locale->text('Proforma Invoice'),
1094 1095
    purchase_order          => $main::locale->text('Purchase Order'),
......
1131 1132
  my ($self) = @_;
1132 1133

  
1133 1134
  my $prefix =
1134
      (first { $self->{type} eq $_ } qw(invoice credit_note)) ? 'inv'
1135
      (first { $self->{type} eq $_ } qw(invoice invoice_for_advance_payment credit_note)) ? 'inv'
1135 1136
    : ($self->{type} =~ /_quotation$/)                        ? 'quo'
1136 1137
    : ($self->{type} =~ /_delivery_order$/)                   ? 'do'
1137 1138
    : ($self->{type} =~ /letter/)                             ? 'letter'
......
1170 1171
  my $attachment_filename = $main::locale->unquote_special_chars('HTML', $self->get_formname_translation());
1171 1172
  my $prefix              = $self->get_number_prefix_for_type();
1172 1173

  
1173
  if ($self->{preview} && (first { $self->{type} eq $_ } qw(invoice credit_note))) {
1174
  if ($self->{preview} && (first { $self->{type} eq $_ } qw(invoice invoice_for_advance_payment credit_note))) {
1174 1175
    $attachment_filename .= ' (' . $recipient_locale->text('Preview') . ')' . $self->get_extension_for_format();
1175 1176

  
1176 1177
  } elsif ($attachment_filename && $self->{"${prefix}number"}) {
......
2944 2945
# $main::locale->text('UNDO TRANSFER')
2945 2946
# $main::locale->text('UNIMPORT')
2946 2947
# $main::locale->text('invoice')
2948
# $main::locale->text('invoice_for_advance_payment')
2947 2949
# $main::locale->text('proforma')
2948 2950
# $main::locale->text('sales_order')
2949 2951
# $main::locale->text('pick_list')
SL/Helper/PrintOptions.pm
69 69
    ($form->{type} eq 'invoice' && $form->{storno}) ? (
70 70
      opthash("storno_invoice",      $form->{PD}{storno_invoice},      $locale->text('Storno Invoice')),
71 71
    ) : undef,
72
    ($form->{type} eq 'invoice_for_advance_payment') ? (
73
      opthash("invoice_for_advance_payment", $form->{PD}{invoice_for_advance_payment},      $locale->text('Invoice for Advance Payment')),
74
    ) : undef,
72 75
    ($form->{type} =~ /_delivery_order$/) ? (
73 76
      opthash($form->{type},         $form->{PD}{$form->{type}},       $locale->text('Delivery Order')),
74 77
      opthash('pick_list',           $form->{PD}{pick_list},           $locale->text('Pick List')),
bin/mozilla/io.pl
1205 1205
  if ($form->{formname} eq "invoice") {
1206 1206
    $form->{label} = $locale->text('Invoice');
1207 1207
  }
1208

  
1209
  if ($form->{formname} eq "invoice_for_advance_payment") {
1210
    $form->{label} = $locale->text('Invoice for Advance Payment');
1211
  }
1212

  
1208 1213
  if ($form->{formname} eq 'sales_order') {
1209 1214
    $inv                  = "ord";
1210 1215
    $due                  = "req";
......
1302 1307
  }
1303 1308

  
1304 1309
  $form->{TEMPLATE_DRIVER_OPTIONS} = { };
1305
  if (any { $form->{type} eq $_ } qw(sales_quotation sales_order sales_delivery_order invoice request_quotation purchase_order purchase_delivery_order credit_note)) {
1310
  if (any { $form->{type} eq $_ } qw(sales_quotation sales_order sales_delivery_order invoice invoice_for_advance_payment request_quotation purchase_order purchase_delivery_order credit_note)) {
1306 1311
    $form->{TEMPLATE_DRIVER_OPTIONS}->{variable_content_types} = $form->get_variable_content_types();
1307 1312
  }
1308 1313

  
bin/mozilla/is.pl
249 249

  
250 250
  } elsif ($form->{type} eq "invoice_for_advance_payment") {
251 251
    $form->{type}     = "invoice_for_advance_payment";
252
    $form->{formname} = "invoice_for_advance_payment";
252 253

  
253 254
  } elsif ($form->{formname} eq "proforma" ) {
254 255
    $form->{type}     = "invoice";
locale/de/all
1876 1876
  'Invoice email and Contact Person' => 'E-Mail des Rechnungsempfängers und CC an Ansprechpartner',
1877 1877
  'Invoice email settings'      => 'E-Mail Rechnungsversand',
1878 1878
  'Invoice filter'              => 'Rechnungsfilter',
1879
  'Invoice for Advance Payment' => 'Anzahlungsrechnung',
1879 1880
  'Invoice for Advance Payment (one letter abbreviation)' => 'A',
1880 1881
  'Invoice for Advance Payment with Storno (abbreviation)' => 'A(S)',
1881 1882
  'Invoice for fees'            => 'Rechnung über Gebühren',
......
4440 4441
  'internal error (see details)' => 'Interner Fehler (siehe Details)!',
4441 4442
  'invoice'                     => 'Rechnung',
4442 4443
  'invoice mode or item mode'   => 'Rechnungsmodus oder Artikelmodus',
4444
  'invoice_for_advance_payment' => 'Anzahlungsrechnung',
4443 4445
  'invoice_list'                => 'debitorenbuchungsliste',
4444 4446
  'is'                          => 'ist',
4445 4447
  'is after'                    => 'ist nach dem',
locale/en/all
1876 1876
  'Invoice email and Contact Person' => '',
1877 1877
  'Invoice email settings'      => '',
1878 1878
  'Invoice filter'              => '',
1879
  'Invoice for Advance Payment' => '',
1879 1880
  'Invoice for Advance Payment (one letter abbreviation)' => '',
1880 1881
  'Invoice for Advance Payment with Storno (abbreviation)' => '',
1881 1882
  'Invoice for fees'            => '',
......
4436 4437
  'internal error (see details)' => '',
4437 4438
  'invoice'                     => '',
4438 4439
  'invoice mode or item mode'   => '',
4440
  'invoice_for_advance_payment' => '',
4439 4441
  'invoice_list'                => '',
4440 4442
  'is'                          => '',
4441 4443
  'is after'                    => '',

Auch abrufbar als: Unified diff