Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4de13a1b

Von Hans Peter Schlaepfer vor mehr als 5 Jahren hinzugefügt

  • ID 4de13a1b52fb0fda57e39da05cf0d0a870407d9a
  • Vorgänger 5b4e0fd0
  • Nachfolger b4bca42b

Design 4.0: b/m/oe.pl: display_row: Breiten in Spaltendefinitionen geändert

Unterschiede anzeigen:

bin/mozilla/io.pl
172 172
    serialnr projectnr reqdate subtotal marge listprice lastcost onhand
173 173
  );
174 174
  my %column_def = (
175
    runningnumber => { width => 5,     value => $locale->text('No.'),                  display => 1, },
175
    runningnumber => { width => 2,     value => $locale->text('No.'),                  display => 1, },
176 176
    partnumber    => { width => 8,     value => $locale->text('Number'),               display => 1, },
177 177
    type_and_classific
178 178
                  => { width => 2,     value => $locale->text('Type'),                 display => 1, },
......
186 186
    serialnr      => { width => 10,    value => $locale->text('Serial No.'),           display => !$is_quotation },
187 187
    projectnr     => { width => 10,    value => $locale->text('Project'),              display => 1, },
188 188
    price_source  => { width => 5,     value => $locale->text('Price Source'),         display => !$is_delivery_order, },
189
    sellprice     => { width => 15,    value => $locale->text('Price'),                display => !$is_delivery_order, },
189
    sellprice     => { width => 10,    value => $locale->text('Price'),                display => !$is_delivery_order, },
190 190
    discount      => { width => 5,     value => $locale->text('Discount'),             display => !$is_delivery_order, },
191 191
    linetotal     => { width => 10,    value => $locale->text('Extended'),             display => !$is_delivery_order, },
192 192
    bin           => { width => 10,    value => $locale->text('Bin'),                  display => 0, },

Auch abrufbar als: Unified diff