|
1. Database settings
2. Field settings
name |
type
|
INPUT |
head
|
Name |
manufacturer |
type
|
INPUT |
help
|
If possible write manufacturer and manufacturer catalog number. |
head
|
Manufacturer |
vendor |
type
|
OPTION |
help
|
If the vendor does not exist: <A HREF="/cgi-bin/mt/vendors.pl/Add" TARGET=vendors>Add vendor</A> |
head
|
Vendor |
0
|
, 58b0, b912, 4b62, 7b76, 3ee9, 48ef, 7590, 3c51, 1c69, 9686, 9db3, a7cf, 0614, 40ae, 36e2, eda7, d32e, b982, d714, 0457, 0778, 0c35, 42b9, fca4, 0f35, 9c03, d3ed, fefd, 1428, e091, e67f, f515, 6abf, 10c2, 9749, 3ef9, 8912, 068b, 8ea8, ac12, 9162, cb66, e1a2, fd96, 1feb |
cost |
type
|
INPUT |
head
|
Cost per unit |
stock |
type
|
COMPUTE |
head
|
Stock |
property |
type
|
OPTION |
help
|
<a href="javascript:toggleFormField(document.forms['main'].property2,true)">Add new property</a> |
head
|
Property |
0
|
electronic, machined part, optic, supply |
property2 |
type
|
HTMLAREA |
help
|
One property per line.
<SCRIPT LANGUAGE="JavaScript">
// Mostra e nasconde campi nella main form
function toggleFormField(field,status) {
var pn = field.parentNode;
while (pn.tagName != 'TR') {
pn = pn.parentNode;
}
if (status == true) {
pn.style.display = '';
}
else {
pn.style.display = 'none';
}
}
toggleFormField(document.forms['main'].property2,false);
</SCRIPT>
|
head
|
New property |
|