bug in the database template
Posted: Sat Jan 24, 2009 3:16 pm
Hello all of you
The structure of the table "relinventario" whatever it means (please please please translate your code in english, but that's another topic)
Should be this one (AFAIK) (note the "idappartamento" has been replaced with a varchar(100) instead of an int(11))
field Type
idbeneinventario int(11)
idappartamento varchar(100)
idmagazzino int(11)
quantita int(11)
quantita_min_predef int(11)
datainserimento datetime
hostinserimento varchar(50)
utente_inserimento int(11)
because the name of a room is not always a number, when using a name you cannot insert goods until you change your table structure of course.
I hope this won't lead to any regression (still testing)
Otherwise thanks for your wonderfull software
regards
Viknet
P.S. by the way after installing and when logged as admin you cannot add goods to inventory (don't know why) but when creating another user everything works fine
The structure of the table "relinventario" whatever it means (please please please translate your code in english, but that's another topic)
Should be this one (AFAIK) (note the "idappartamento" has been replaced with a varchar(100) instead of an int(11))
field Type
idbeneinventario int(11)
idappartamento varchar(100)
idmagazzino int(11)
quantita int(11)
quantita_min_predef int(11)
datainserimento datetime
hostinserimento varchar(50)
utente_inserimento int(11)
because the name of a room is not always a number, when using a name you cannot insert goods until you change your table structure of course.
I hope this won't lead to any regression (still testing)
Otherwise thanks for your wonderfull software
regards
Viknet
P.S. by the way after installing and when logged as admin you cannot add goods to inventory (don't know why) but when creating another user everything works fine