R
Ricter
I'm looking for design ideas for a parts db that will provide the user with a
single, rapid data entry form and a single report, specifically a packing
list.
The attributes that make up a part line item for the packing list are:
Type (nut, bolt, pipe)
Size1 (5/8)
Size1unit (", for inches)
Size2 (7)
Size2unit (", for inches)
Pressure (150#)
Style (RF)
Material (SS)
Here are some examples of a full part description for the packing list report:
Nut, 5/8"
Bolt, 5/8" x 114 MM (mixed units)
Gasket, 2", 600#, RF, 304SS NON ASB
Problems:
Few parts have all attributes. Specifying a field to each attribute means
that some parts would require a precise number of "tabs" to the next relevent
field. To get around this, in my prototype, I just called them Att1, Att2,
etc., and concatenate them.
When I simply concatenate all these attributes, with a comma and space
between each, I get "weird" looking part descriptions, meaning there are
often too many commas and spaces between attributes.
Sometimes the unit is "MM", for millimeters.
The data entry form for this, as presently designed, really isn't much
faster than typing the entire part description out from left to right, which
is quite tedious and of course error-prone. This is true partly because the
size1 attribute, for example, may range from 1/8" to 12", in 1/8" increments,
so a dropdown here is quite long.
Any suggestions come to mind?
Thanks.
single, rapid data entry form and a single report, specifically a packing
list.
The attributes that make up a part line item for the packing list are:
Type (nut, bolt, pipe)
Size1 (5/8)
Size1unit (", for inches)
Size2 (7)
Size2unit (", for inches)
Pressure (150#)
Style (RF)
Material (SS)
Here are some examples of a full part description for the packing list report:
Nut, 5/8"
Bolt, 5/8" x 114 MM (mixed units)
Gasket, 2", 600#, RF, 304SS NON ASB
Problems:
Few parts have all attributes. Specifying a field to each attribute means
that some parts would require a precise number of "tabs" to the next relevent
field. To get around this, in my prototype, I just called them Att1, Att2,
etc., and concatenate them.
When I simply concatenate all these attributes, with a comma and space
between each, I get "weird" looking part descriptions, meaning there are
often too many commas and spaces between attributes.
Sometimes the unit is "MM", for millimeters.
The data entry form for this, as presently designed, really isn't much
faster than typing the entire part description out from left to right, which
is quite tedious and of course error-prone. This is true partly because the
size1 attribute, for example, may range from 1/8" to 12", in 1/8" increments,
so a dropdown here is quite long.
Any suggestions come to mind?
Thanks.