Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2d51ec2e

Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt

  • ID 2d51ec2e72f4b8cc59be91ee77e6568758f28ee9
  • Vorgänger 332b5ec7
  • Nachfolger 75f7cc1d

Telefonnotizen: in Berichten Angebot/Auftrag filtern können.

Durchsucht werden Betreff und Text.

Unterschiede anzeigen:

bin/mozilla/oe.pl
1102 1102
                                                        reqdatefrom reqdateto projectnumber project_id periodic_invoices_active periodic_invoices_inactive
1103 1103
                                                        business_id shippingpoint taxzone_id reqdate_unset_or_old insertdatefrom insertdateto
1104 1104
                                                        order_probability_op order_probability_value expected_billing_date_from expected_billing_date_to
1105
                                                        parts_partnumber parts_description all department_id intnotes);
1105
                                                        parts_partnumber parts_description all department_id intnotes phone_notes);
1106 1106
  push @hidden_variables, map { "cvar_$_->{name}" } @ct_searchable_custom_variables;
1107 1107

  
1108 1108
  my   @keys_for_url = grep { $form->{$_} } @hidden_variables;
......
1188 1188
  push @options, $locale->text('Shipping Point')          . " : $form->{shippingpoint}"                   if $form->{shippingpoint};
1189 1189
  push @options, $locale->text('Part Description')        . " : $form->{parts_description}"               if $form->{parts_description};
1190 1190
  push @options, $locale->text('Part Number')             . " : $form->{parts_partnumber}"                if $form->{parts_partnumber};
1191
  push @options, $locale->text('Phone Notes')             . " : $form->{phone_notes}"                     if $form->{phone_notes};
1191 1192
  if ( $form->{transdatefrom} or $form->{transdateto} ) {
1192 1193
    push @options, $locale->text('Order Date');
1193 1194
    push @options, $locale->text('From') . " " . $locale->date(\%myconfig, $form->{transdatefrom}, 1)     if $form->{transdatefrom};

Auch abrufbar als: Unified diff