Skip to content

Gestion du stock de section en PHP / MySQL

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.txt
Notifications You must be signed in to change notification settings

maximeor/stock

 
 

Repository files navigation

Stock

Web application to manage items inventory, loans and more.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

This project is developed on a LAMP server with PHP 7.4 and MariaDB 10.4. It is based on the CodeIgniter 4.x framework.

Installing

  1. Download our latest release
  2. Unzip your download in your project's directory (in your local PHP server)
  3. Rename .env_dist file to .env and adapt it for your server's parameters
  4. Generate a local database running CodeIgniter's spark migrate command
php spark migrate -all

Upgrade Version 1.6 to Version 4.0

This upgrade makes lot of changes as the application is adapted to new CodeIgniter 4.x. Please follow carefully these steps and try it in a test environment before.

  1. BE SURE TO HAVE A COMPLETE BACKUP OF YOUR APPLICATION (DATABASE AND FILES)
  2. With FTP connexion, remove all files and folder from the hosting server, except for the "uploads" folder
  3. With FTP connexion, upload all the content of Version 4.0 release to the hosting server
  4. Move the "uploads" folder from root to "public" folder
  5. Rename the .env_dist file to .env and adapt its content to your hosting environment
  6. Delete the orif/stock/Database/Migrations/restore_CI3_version folder
  7. Browse to APPLICATION_URL/stock/migrate/toCI4
  8. Enter the password that you can find in orif/stock/Controllers/Migrate.php (line 49) and validate
  9. Delete the file orif/stock/Controllers/Migrate.php
  10. Delete the folder orif/stock/Views/migration
  11. Browse to the application and connect with an administrator account
  12. Browse to APPLICATION_URL/clean_images/index
  13. Click on "Yes" to execute the script which will clean up the items images
  14. Delete the file orif/stock/Controllers/Clean_images.php
  15. Delete the folder orif/stock/Views/admin/clean_images
  16. Delete the folder orif/stock/Commands
  17. VERIFY THAT ALL THE APPLICATION WORKS WELL

Built With

Authors

  • Orif, domaine informatique - Initiating and following the project - GitHub account

See also the list of contributors who participated in this project.

About

Gestion du stock de section en PHP / MySQL

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.9%
  • Other 2.1%