Skip to content

Releases: OrifInformatique/stock

Version 0.7

24 Oct 06:42
Compare
Choose a tag to compare
Version 0.7 Pre-release
Pre-release
Patch 0.7 (#20)

* Cross-Site Scritping patch

Correction of Cross-Site Scritpting faults found on all of the List view + Detail view.

* Updated database scripts

Added 20171013_LIVE_DATAS script
Updated existing scripts for a best separation between structure and sample datas

* Updated item list view

Added picture column
Moved inventory number column

* Updated item list view

Added picture column
Moved inventory number column

* Updated bootstrap labels and item list view

Changed the way of using bootstrap labels for item status and item loan status
Added status column in item list view
Removed created_by column in item list view

* Changed "disponibility" column in items list

Version 0.6

07 Jul 12:24
Compare
Choose a tag to compare
Version 0.6 Pre-release
Pre-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.

Version 0.5

01 Jun 14:43
Compare
Choose a tag to compare
Version 0.5 Pre-release
Pre-release

First functional version, has still to be tested and debbuged