File | Date | Author | Commit |
---|---|---|---|
application | 2016-08-30 |
![]() |
[9133c6] add database autoconfiguration and README.md |
lang | 2016-08-30 |
![]() |
[9133c6] add database autoconfiguration and README.md |
protected | 2016-08-30 |
![]() |
[9133c6] add database autoconfiguration and README.md |
public | 2016-08-24 |
![]() |
[3524b5] version alpha1 |
runtime | 2016-07-18 |
![]() |
[0e560b] initial release |
LICENSE | 2016-07-18 |
![]() |
[0e560b] initial release |
README.md | 2016-08-30 |
![]() |
[f93ea6] fix README.md |
generate_msgs.sh | 2016-08-24 |
![]() |
[3524b5] version alpha1 |
index.php | 2016-07-18 |
![]() |
[0e560b] initial release |
schema_mysql.sql | 2016-08-11 |
![]() |
[762e83] style changed |
schema_pgsql.sql | 2016-08-30 |
![]() |
[9133c6] add database autoconfiguration and README.md |
test.sql | 2016-07-18 |
![]() |
[0e560b] initial release |
"Webiness Inventory" is small, web based, inventory managment system.
git clone https://github.com/webiness/webiness_inventory
WsConfig::set('db_driver', 'pgsql'); // or mysql for MySQL server
WsConfig::set('db_host', 'your_db_hostname');
WsConfig::set('db_name', 'database_name');
WsConfig::set('db_user', 'database_user_name');
WsConfig::set('db_password', 'database_user_password');
WsConfig::set('auth_admin', 'bojan.kajfes@gmail.com');
and replace given email address to the one that will be used for addministration access.
Default password will be automaticaly set to: admin
* point your web browser to installed application and login with he user data described above
The project is distributed under MIT LICENSE