Menu

Tree [f93ea6] master 1.0 /
 History

HTTPS access


File Date Author Commit
 application 2016-08-30 Bojan Kajfes Bojan Kajfes [9133c6] add database autoconfiguration and README.md
 lang 2016-08-30 Bojan Kajfes Bojan Kajfes [9133c6] add database autoconfiguration and README.md
 protected 2016-08-30 Bojan Kajfes Bojan Kajfes [9133c6] add database autoconfiguration and README.md
 public 2016-08-24 Bojan Kajfes Bojan Kajfes [3524b5] version alpha1
 runtime 2016-07-18 Bojan Kajfeš Bojan Kajfeš [0e560b] initial release
 LICENSE 2016-07-18 Bojan Kajfeš Bojan Kajfeš [0e560b] initial release
 README.md 2016-08-30 Bojan Kajfes Bojan Kajfes [f93ea6] fix README.md
 generate_msgs.sh 2016-08-24 Bojan Kajfes Bojan Kajfes [3524b5] version alpha1
 index.php 2016-07-18 Bojan Kajfeš Bojan Kajfeš [0e560b] initial release
 schema_mysql.sql 2016-08-11 Bojan Kajfes Bojan Kajfes [762e83] style changed
 schema_pgsql.sql 2016-08-30 Bojan Kajfes Bojan Kajfes [9133c6] add database autoconfiguration and README.md
 test.sql 2016-07-18 Bojan Kajfeš Bojan Kajfeš [0e560b] initial release

Read Me

Webiness Inventory


Description

"Webiness Inventory" is small, web based, inventory managment system.

Features

  • manage product categories with different VAT rates
  • manage products
  • 3 types of the documents: sale, purchase and dismission
  • 2 statuses of the document: proposal and approved
  • reports: inventory list and protuct cards
  • managment of suppliers and custumers (partners)
  • user managment

Installation

  • clone git repository into root directory of your web server
git clone https://github.com/webiness/webiness_inventory
  • create database in your MySQL/MariaDB or PostgreSQL database server (SQLite support is planned in the future)
  • edit webiness_inventory/protected/config/config.php file and change configuration to match your settings:
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');
  • in the same file find line:
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

Requirements

  • web server with PHP 5.4 or above, with PDO extensions for MySQL or PostgreSQL
  • MySQL, MariaDB or PostgreSQL database server

License

The project is distributed under MIT LICENSE

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.