Revision 720238a0
Von Hans Peter Schlaepfer vor fast 5 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
170 | 170 |
serialnr projectnr reqdate subtotal marge listprice lastcost onhand |
171 | 171 |
); |
172 | 172 |
my %column_def = ( |
173 |
runningnumber => { width => 5, value => $locale->text('No.'), display => 1, },
|
|
173 |
runningnumber => { width => 2, value => $locale->text('No.'), display => 1, },
|
|
174 | 174 |
partnumber => { width => 8, value => $locale->text('Number'), display => 1, }, |
175 | 175 |
type_and_classific |
176 | 176 |
=> { width => 2, value => $locale->text('Type'), display => 1, }, |
... | ... | |
184 | 184 |
serialnr => { width => 10, value => $locale->text('Serial No.'), display => !$is_quotation }, |
185 | 185 |
projectnr => { width => 10, value => $locale->text('Project'), display => 1, }, |
186 | 186 |
price_source => { width => 5, value => $locale->text('Price Source'), display => !$is_delivery_order, }, |
187 |
sellprice => { width => 15, value => $locale->text('Price'), display => !$is_delivery_order, },
|
|
187 |
sellprice => { width => 10, value => $locale->text('Price'), display => !$is_delivery_order, },
|
|
188 | 188 |
discount => { width => 5, value => $locale->text('Discount'), display => !$is_delivery_order, }, |
189 | 189 |
linetotal => { width => 10, value => $locale->text('Extended'), display => !$is_delivery_order, }, |
190 | 190 |
bin => { width => 10, value => $locale->text('Bin'), display => 0, }, |
Auch abrufbar als: Unified diff
Design 4.0: b/m/oe.pl: display_row: Breiten in Spaltendefinitionen geändert