Revision 63c36f48
Von Bernd Bleßmann vor 12 Monaten hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1066 | 1066 |
my @columns = ( |
1067 | 1067 |
"transdate", "reqdate", |
1068 | 1068 |
"id", $ordnumber, |
1069 |
"cusordnumber", "customernumber", |
|
1069 |
"cusordnumber", "vendor_confirmation_number", |
|
1070 |
"customernumber", |
|
1070 | 1071 |
"name", "netamount", |
1071 | 1072 |
"tax", "amount", |
1072 | 1073 |
"remaining_netamount", "remaining_amount", |
... | ... | |
1147 | 1148 |
parts_description all department_id intnotes phone_notes fulltext |
1148 | 1149 |
order_status_id shiptoname shiptodepartment_1 shiptodepartment_2 |
1149 | 1150 |
shiptostreet shiptozipcode shiptocity shiptocountry |
1151 |
vendor_confirmation_number |
|
1150 | 1152 |
); |
1151 | 1153 |
push @hidden_variables, map { "cvar_$_->{name}" } @ct_searchable_custom_variables; |
1152 | 1154 |
|
... | ... | |
1202 | 1204 |
shiptozipcode => { 'text' => $locale->text('Zipcode (Shipping)'), }, |
1203 | 1205 |
shiptocity => { 'text' => $locale->text('City (Shipping)'), }, |
1204 | 1206 |
shiptocountry => { 'text' => $locale->text('Country (Shipping)'), }, |
1207 |
vendor_confirmation_number => { 'text' => $locale->text('Vendor Confirmation Number'), }, |
|
1205 | 1208 |
%column_defs_cvars, |
1206 | 1209 |
); |
1207 | 1210 |
|
1208 | 1211 |
foreach my $name (qw(id transdate reqdate quonumber ordnumber cusordnumber |
1209 | 1212 |
name employee salesman shipvia transaction_description |
1210 | 1213 |
shippingpoint taxzone insertdate payment_terms department |
1211 |
intnotes order_status)) { |
|
1214 |
intnotes order_status vendor_confirmation_number)) {
|
|
1212 | 1215 |
my $sortdir = $form->{sort} eq $name ? 1 - $form->{sortdir} : $form->{sortdir}; |
1213 | 1216 |
$column_defs{$name}->{link} = $href . "&sort=$name&sortdir=$sortdir"; |
1214 | 1217 |
} |
... | ... | |
1242 | 1245 |
push @options, $locale->text('Contact Person') . " : $form->{cp_name}" if $form->{cp_name}; |
1243 | 1246 |
push @options, $locale->text('Department') . " : $form->{department}" if $form->{department}; |
1244 | 1247 |
push @options, $locale->text('Order Number') . " : $form->{ordnumber}" if $form->{ordnumber}; |
1248 |
push @options, $locale->text('Vendor Confirmation Number') . " : $form->{vendor_confirmation_number}" if $form->{vendor_confirmation_number}; |
|
1245 | 1249 |
push @options, $locale->text('Customer Order Number') . " : $form->{cusordnumber}" if $form->{cusordnumber}; |
1246 | 1250 |
push @options, $locale->text('Notes') . " : $form->{notes}" if $form->{notes}; |
1247 | 1251 |
push @options, $locale->text('Internal Notes') . " : $form->{intnotes}" if $form->{intnotes}; |
Auch abrufbar als: Unified diff
Lieferantenauftragsbestätigung: Bericht: Bestätigungsnummer des Lieferanten …
… filtern und anzeigen können