Revision 72528ede
Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt
- ID 72528edece18f8ac73ff702e83050c674db69b38
- Vorgänger 72b80f91
| SL/DB/MetaSetup/Part.pm | ||
|---|---|---|
|   not_discountable   => { type => 'boolean', default => 'false' },
 | ||
|   notes              => { type => 'text' },
 | ||
|   obsolete           => { type => 'boolean', default => 'false' },
 | ||
|   onhand             => { type => 'numeric', default => '0', precision => 25, scale => 5 },
 | ||
|   part_type          => { type => 'enum', check_in => [ 'part', 'service', 'assembly', 'assortment' ], db_type => 'part_type_enum', not_null => 1 },
 | ||
|   partnumber         => { type => 'text', not_null => 1 },
 | ||
|   partsgroup_id      => { type => 'integer' },
 | ||
Auch abrufbar als: Unified diff
Separate Tabelle für onhand (onhands) für Artikel