Inhaltsverzeichnis

Verwaltungssoftware

Anforderungen

Datenbank

Table: Part

Field Type Comment
id unique, pk, auto increment
name
description
image opt
datasheet
watermarkhigh if below, order if ordering anyway
watermarklow if below, order required
stock how much is currently in stock

Table: Vendor

Field Type Comment
id unique, pk, auto increment
name
website
customerid our customer id for ordering

Table: Assembly

Field Type Comment
id unique, pk, auto increment
name
description

Table: LinkAssemblyPart

Field Type Comment
assemblyid fk
partid fk
numrequired number of 'partid' required to build on 'assemblyid'

Table: LinkVendorPart

Field Type Comment
partid fk
vendorid fk
quantity minimum/recommended order quantity
price

other open issues