Skip to content

Version 0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@DidierViret DidierViret released this 07 Jul 12:24
· 510 commits to master since this release
Patch 0.6 (#19)

* Added "admin" user in database creation script

* Added index.php in .gitignore

* Updated Item form and item->create controller

When creating a new item, get the new ID with CodeIgniter
$this->db->insert_id() method (line 235)

* Moved new item button to the top of the list

* Modifications by Tombez Rémy

- Correcting Image Upload
- Correcting Form content issues
- Correcting Delete confirmation, now make the user go back to previous page when they choose No.

* serial number and create without image corrected

-Corrected serial number empty when modifying a Item.
- Corrected issue who forced to upload a image to save a Item.