Revision 858daa32
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
credit_note => $main::locale->text('Credit Note'),
|
||
invoice => $main::locale->text('Invoice'),
|
||
invoice_copy => $main::locale->text('Invoice Copy'),
|
||
invoice_for_advance_payment => $main::locale->text('Invoice for Advance Payment'),
|
||
pick_list => $main::locale->text('Pick List'),
|
||
proforma => $main::locale->text('Proforma Invoice'),
|
||
purchase_order => $main::locale->text('Purchase Order'),
|
||
... | ... | |
my ($self) = @_;
|
||
|
||
my $prefix =
|
||
(first { $self->{type} eq $_ } qw(invoice credit_note)) ? 'inv'
|
||
(first { $self->{type} eq $_ } qw(invoice invoice_for_advance_payment credit_note)) ? 'inv'
|
||
: ($self->{type} =~ /_quotation$/) ? 'quo'
|
||
: ($self->{type} =~ /_delivery_order$/) ? 'do'
|
||
: ($self->{type} =~ /letter/) ? 'letter'
|
||
... | ... | |
my $attachment_filename = $main::locale->unquote_special_chars('HTML', $self->get_formname_translation());
|
||
my $prefix = $self->get_number_prefix_for_type();
|
||
|
||
if ($self->{preview} && (first { $self->{type} eq $_ } qw(invoice credit_note))) {
|
||
if ($self->{preview} && (first { $self->{type} eq $_ } qw(invoice invoice_for_advance_payment credit_note))) {
|
||
$attachment_filename .= ' (' . $recipient_locale->text('Preview') . ')' . $self->get_extension_for_format();
|
||
|
||
} elsif ($attachment_filename && $self->{"${prefix}number"}) {
|
||
... | ... | |
# $main::locale->text('UNDO TRANSFER')
|
||
# $main::locale->text('UNIMPORT')
|
||
# $main::locale->text('invoice')
|
||
# $main::locale->text('invoice_for_advance_payment')
|
||
# $main::locale->text('proforma')
|
||
# $main::locale->text('sales_order')
|
||
# $main::locale->text('pick_list')
|
SL/Helper/PrintOptions.pm | ||
---|---|---|
($form->{type} eq 'invoice' && $form->{storno}) ? (
|
||
opthash("storno_invoice", $form->{PD}{storno_invoice}, $locale->text('Storno Invoice')),
|
||
) : undef,
|
||
($form->{type} eq 'invoice_for_advance_payment') ? (
|
||
opthash("invoice_for_advance_payment", $form->{PD}{invoice_for_advance_payment}, $locale->text('Invoice for Advance Payment')),
|
||
) : undef,
|
||
($form->{type} =~ /_delivery_order$/) ? (
|
||
opthash($form->{type}, $form->{PD}{$form->{type}}, $locale->text('Delivery Order')),
|
||
opthash('pick_list', $form->{PD}{pick_list}, $locale->text('Pick List')),
|
bin/mozilla/io.pl | ||
---|---|---|
if ($form->{formname} eq "invoice") {
|
||
$form->{label} = $locale->text('Invoice');
|
||
}
|
||
|
||
if ($form->{formname} eq "invoice_for_advance_payment") {
|
||
$form->{label} = $locale->text('Invoice for Advance Payment');
|
||
}
|
||
|
||
if ($form->{formname} eq 'sales_order') {
|
||
$inv = "ord";
|
||
$due = "req";
|
||
... | ... | |
}
|
||
|
||
$form->{TEMPLATE_DRIVER_OPTIONS} = { };
|
||
if (any { $form->{type} eq $_ } qw(sales_quotation sales_order sales_delivery_order invoice request_quotation purchase_order purchase_delivery_order credit_note)) {
|
||
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)) {
|
||
$form->{TEMPLATE_DRIVER_OPTIONS}->{variable_content_types} = $form->get_variable_content_types();
|
||
}
|
||
|
bin/mozilla/is.pl | ||
---|---|---|
|
||
} elsif ($form->{type} eq "invoice_for_advance_payment") {
|
||
$form->{type} = "invoice_for_advance_payment";
|
||
$form->{formname} = "invoice_for_advance_payment";
|
||
|
||
} elsif ($form->{formname} eq "proforma" ) {
|
||
$form->{type} = "invoice";
|
locale/de/all | ||
---|---|---|
'Invoice email and Contact Person' => 'E-Mail des Rechnungsempfängers und CC an Ansprechpartner',
|
||
'Invoice email settings' => 'E-Mail Rechnungsversand',
|
||
'Invoice filter' => 'Rechnungsfilter',
|
||
'Invoice for Advance Payment' => 'Anzahlungsrechnung',
|
||
'Invoice for Advance Payment (one letter abbreviation)' => 'A',
|
||
'Invoice for Advance Payment with Storno (abbreviation)' => 'A(S)',
|
||
'Invoice for fees' => 'Rechnung über Gebühren',
|
||
... | ... | |
'internal error (see details)' => 'Interner Fehler (siehe Details)!',
|
||
'invoice' => 'Rechnung',
|
||
'invoice mode or item mode' => 'Rechnungsmodus oder Artikelmodus',
|
||
'invoice_for_advance_payment' => 'Anzahlungsrechnung',
|
||
'invoice_list' => 'debitorenbuchungsliste',
|
||
'is' => 'ist',
|
||
'is after' => 'ist nach dem',
|
locale/en/all | ||
---|---|---|
'Invoice email and Contact Person' => '',
|
||
'Invoice email settings' => '',
|
||
'Invoice filter' => '',
|
||
'Invoice for Advance Payment' => '',
|
||
'Invoice for Advance Payment (one letter abbreviation)' => '',
|
||
'Invoice for Advance Payment with Storno (abbreviation)' => '',
|
||
'Invoice for fees' => '',
|
||
... | ... | |
'internal error (see details)' => '',
|
||
'invoice' => '',
|
||
'invoice mode or item mode' => '',
|
||
'invoice_for_advance_payment' => '',
|
||
'invoice_list' => '',
|
||
'is' => '',
|
||
'is after' => '',
|
Auch abrufbar als: Unified diff
Anzahlungs-Rg.: Drucken können