Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d3e013a0

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

  • ID d3e013a0943967bff2bc4beb1652ee4fb3bd1914
  • Vorgänger d1b72aab
  • Nachfolger 9b7dca74

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

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff