Skip to content

milosnowcat/inventory.php

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

inventory.php

An app to manage your inventory

Instructions

  1. Download here
  2. Upload the database (sql file)
  3. Create the database connection (conn.php)
$dbHost = "";
$dbUser = "";
$dbPass = "";
$dbName = "";
  1. In your database create the users (with INSERT)
  2. Edit your SuperUser ID (superuser.php)
$superuser = "";
  1. Upload to a host the php files
  2. Now you are ready to use it :)
  3. Your version - http://example.com/docs/version.json -
  4. Updater here
  5. If you want to update the database just make a backup, delete the old database, upload the new and INSERT the backup