1103 |
1103 |
proforma => $main::locale->text('Proforma Invoice'),
|
1104 |
1104 |
purchase_order => $main::locale->text('Purchase Order'),
|
1105 |
1105 |
request_quotation => $main::locale->text('RFQ'),
|
|
1106 |
purchase_quotation_intake => $main::locale->text('Purchase Quotation Intake'),
|
1106 |
1107 |
sales_order_intake => $main::locale->text('Sales Order Intake'),
|
1107 |
1108 |
sales_order => $main::locale->text('Confirmation'),
|
1108 |
1109 |
sales_quotation => $main::locale->text('Quotation'),
|
... | ... | |
1147 |
1148 |
|
1148 |
1149 |
my $prefix =
|
1149 |
1150 |
(first { $self->{type} eq $_ } qw(invoice invoice_for_advance_payment final_invoice credit_note)) ? 'inv'
|
1150 |
|
: ($self->{type} =~ /_quotation$/) ? 'quo'
|
|
1151 |
: ($self->{type} =~ /_quotation/) ? 'quo'
|
1151 |
1152 |
: ($self->{type} =~ /_delivery_order$/) ? 'do'
|
1152 |
1153 |
: ($self->{type} =~ /letter/) ? 'letter'
|
1153 |
1154 |
: 'ord';
|
... | ... | |
2928 |
2929 |
# $main::locale->text('bin_list')
|
2929 |
2930 |
# $main::locale->text('sales_quotation')
|
2930 |
2931 |
# $main::locale->text('request_quotation')
|
|
2932 |
# $main::locale->text('purchase_quotation_intake')
|
2931 |
2933 |
|
2932 |
2934 |
sub save_history {
|
2933 |
2935 |
$main::lxdebug->enter_sub();
|
... | ... | |
3158 |
3160 |
|
3159 |
3161 |
if ($self->{type} =~ /_delivery_order$/) {
|
3160 |
3162 |
DO->order_details(\%::myconfig, $self);
|
3161 |
|
} elsif ($self->{type} =~ /sales_order|sales_quotation|request_quotation|purchase_order/) {
|
|
3163 |
} elsif ($self->{type} =~ /sales_order|sales_quotation|request_quotation|purchase_order|purchase_quotation_intake/) {
|
3162 |
3164 |
OE->order_details(\%::myconfig, $self);
|
3163 |
3165 |
} else {
|
3164 |
3166 |
IS->invoice_details(\%::myconfig, $self, $::locale);
|
Angebots-Eingang: Drucken