Revision c16a1baf
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/Form.pm | ||
---|---|---|
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 |
sales_order_intake => $main::locale->text('Sales Order Intake'), |
|
1106 | 1107 |
sales_order => $main::locale->text('Confirmation'), |
1107 | 1108 |
sales_quotation => $main::locale->text('Quotation'), |
1108 | 1109 |
storno_invoice => $main::locale->text('Storno Invoice'), |
... | ... | |
2920 | 2921 |
# $main::locale->text('invoice_for_advance_payment') |
2921 | 2922 |
# $main::locale->text('final_invoice') |
2922 | 2923 |
# $main::locale->text('proforma') |
2924 |
# $main::locale->text('sales_order_intake') |
|
2923 | 2925 |
# $main::locale->text('sales_order') |
2924 | 2926 |
# $main::locale->text('pick_list') |
2925 | 2927 |
# $main::locale->text('purchase_order') |
SL/Helper/PrintOptions.pm | ||
---|---|---|
52 | 52 |
) : undef, |
53 | 53 |
($form->{type} eq 'credit_note') ? |
54 | 54 |
opthash("credit_note", $form->{PD}{credit_note}, $locale->text('Credit Note')) : undef, |
55 |
($form->{type} eq 'sales_order_intake') ? ( |
|
56 |
opthash("sales_order_intake", $form->{PD}{sales_order_intake}, $locale->text('Sales Order Intake')), |
|
57 |
) : undef, |
|
55 | 58 |
($form->{type} eq 'sales_order') ? ( |
56 | 59 |
opthash("sales_order", $form->{PD}{sales_order}, $locale->text('Confirmation')), |
57 | 60 |
opthash("proforma", $form->{PD}{proforma}, $locale->text('Proforma Invoice')), |
Auch abrufbar als: Unified diff
Auftrags-Eingang: Drucken