Skip to content

Releases: OrifInformatique/stock

Version 4.0

26 Nov 08:07
Compare
Choose a tag to compare

What's Changed

  • Adapt all the application to CI 4.x
  • Integrate user and common modules from ci_packbase_v4
  • Add the usage of CI 4 soft delete for application administration
  • Add a view do display current loans and late loans
  • Personalize Bootstrap css to use Orif corporate colours
  • Clean old images files which were badly named

Version 1.6

05 Mar 14:52
fc5d082
Compare
Choose a tag to compare
Patch 1.6 (#128)

* Add ajax call when filtering items list

* New Orif logo

* Update to CodeIgniter 3.1.11

* Add undelete method in MY_Model
The undelete method is used to rollback a soft deletion

* Rework picture management
Add the possibility to take a picture and to crop it directly in the application.

* Allow NULL value for loan_to_user_id in loan table

* Added short names max size constants

Version 1.5

08 Mar 13:31
Compare
Choose a tag to compare
  • Rework admin interface
  • Rework authentication system
  • Rework items inventory number
  • Upgrade to CodeIgniter 3.1.10
  • Added default group for newly created items
  • Correction of database datetime fields to work with MySQL 5.5

Version 1.4.1

11 Oct 08:24
66af6e9
Compare
Choose a tag to compare

Patch 1.4 (#73)

  • Add pagination in items list

  • Add sort order for items list

  • Add possibility for user to change his password

  • Show error if trying to access inexistent item

  • Cosmetic changes in item detail view

  • Suppress the default value in loan "planned_return_date"

  • Correct item->get_future_id method

  • Create an Excel test protocol

Version 1.3

05 Jul 08:53
6a15aac
Compare
Choose a tag to compare
Patch 1.3 (#51)

* Rework on item filtering adapted to the new inventory numbers.
* Management of redirections after login.
* Corrections in types, groups and tags administration.
* Rework on items modification form.

Version 1.2

15 Jun 13:46
3fe9f63
Compare
Choose a tag to compare
Merge pull request #46 from OrifInformatique/Patch-1.2

Patch 1.2

Version 1.1

07 Mar 09:10
900a82d
Compare
Choose a tag to compare
Merge pull request #33 from OrifInformatique/Patch-1.1

Patch 1.1

Version 1.0

14 Feb 13:38
c9e5c56
Compare
Choose a tag to compare
Patch 0.10 (#27)

* Replaced itemtags filter

Replaced old item tags filter with a Bootstrap Multiselect dropdown.

* Reviewed all item filters

Replaced old filters with multiselect dropdown lists.
Added a text filter on item's name, description, serial_number, inventory_number

Version 0.9

02 Feb 15:44
Compare
Choose a tag to compare
Version 0.9 Pre-release
Pre-release
Items list modification

Added some columns and changed some others in items list

Version 0.8

12 Dec 15:38
262d335
Compare
Choose a tag to compare
Version 0.8 Pre-release
Pre-release
Updated to CI 3.1.6 and database sessions (#23)

Updated system to CI 3.1.6 for sessions compatibility with PHP 7.1.
Use of database sessions instead of file sessions.
*** DATABASE UPDATE NEEDED ***
script : 20171212_DATABASE_STRUCTURE_Update07to08.sql
*************************************