Rilasciato v1.2.0
added new sheet funcion still work in progess
you need to alter table in the database to make it work
ALTER TABLE clienti MODIFY id INT(11) NOT NULL AUTO_INCREMENT;
ALTER TABLE schede MODIFY id INT(11) NOT NULL AUTO_INCREMENT;
ALTER TABLE modelli MODIFY id INT(11) NOT NULL AUTO_INCREMENT;
with MySQL Workbench for example
please take in mind that there is still no check for duplicate name/surname nor check for duplicate on new model
change in UI
corrected a bug where rotating screen reset all textview
"new sheet" -> serial/IMEI can be taken with Barcode scanner using button scan
Last edit: manuel p. 2014-06-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Rilasciato v1.1
aggiunto supporto per database Firebird
riconfigurare RepairsLab Android dopo l'aggiornamento
Last edit: manuel p. 2014-06-22
Rilasciato v1.1.1
added English translation and set as default Language
Translation based on the locale of your android device
minor UI adjustment
Last edit: manuel p. 2014-06-22
Rilasciato v1.1.2
added Spain translation
Translation based on the locale of your android device
Rilasciato v1.2.0
added new sheet funcion still work in progess
you need to alter table in the database to make it work
ALTER TABLE clienti MODIFY
idINT(11) NOT NULL AUTO_INCREMENT;ALTER TABLE schede MODIFY
idINT(11) NOT NULL AUTO_INCREMENT;ALTER TABLE modelli MODIFY
idINT(11) NOT NULL AUTO_INCREMENT;with MySQL Workbench for example
please take in mind that there is still no check for duplicate name/surname nor check for duplicate on new model
change in UI
corrected a bug where rotating screen reset all textview
"new sheet" -> serial/IMEI can be taken with Barcode scanner using button scan
Last edit: manuel p. 2014-06-26