Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ec6d6485

Von Thomas Heck vor mehr als 11 Jahren hinzugefügt

  • ID ec6d648501c6f0aad5a5998548603190ab5dc76b
  • Vorgänger 0e5caa79
  • Nachfolger 1c10936d

Die Einzelteil-Tabelle für Erzeugnisse richtig ausrichten

fixt #2230

Unterschiede anzeigen:

bin/mozilla/ic.pl
1675 1675
  }
1676 1676

  
1677 1677
  my %header = (
1678
   runningnumber => { text =>  $locale->text('No.'),              nowrap => 1, width => '5%'  },
1679
   qty           => { text =>  $locale->text('Qty'),              nowrap => 1, width => '10%' },
1680
   unit          => { text =>  $locale->text('Unit'),             nowrap => 1, width => '5%'  },
1681
   partnumber    => { text =>  $locale->text('Part Number'),      nowrap => 1, width => '20%' },
1682
   description   => { text =>  $locale->text('Part Description'), nowrap => 1, width => '50%' },
1683
   lastcost      => { text =>  $locale->text('Purchase Prices'),  nowrap => 1, width => '50%' },
1684
   total         => { text =>  $locale->text('Sale Prices'),      nowrap => 1,                },
1685
   bom           => { text =>  $locale->text('BOM'),                                          },
1686
   partsgroup    => { text =>  $locale->text('Group'),                                        },
1678
   runningnumber => { text =>  $locale->text('No.'),              nowrap => 1, width => '5%',  align => 'left',},
1679
   qty           => { text =>  $locale->text('Qty'),              nowrap => 1, width => '10%', align => 'left',},
1680
   unit          => { text =>  $locale->text('Unit'),             nowrap => 1, width => '5%',  align => 'left',},
1681
   partnumber    => { text =>  $locale->text('Part Number'),      nowrap => 1, width => '20%', align => 'left',},
1682
   description   => { text =>  $locale->text('Part Description'), nowrap => 1, width => '50%', align => 'left',},
1683
   lastcost      => { text =>  $locale->text('Purchase Prices'),  nowrap => 1, width => '50%', align => 'right',},
1684
   total         => { text =>  $locale->text('Sale Prices'),      nowrap => 1,                 align => 'right',},
1685
   bom           => { text =>  $locale->text('BOM'),                                           align => 'center',},
1686
   partsgroup    => { text =>  $locale->text('Group'),                                         align => 'left',},
1687 1687
  );
1688 1688

  
1689 1689
  my @ROWS;

Auch abrufbar als: Unified diff