My Inventory

0

A simple Inventory management system that allows from 10-19 levels of UOM. Eg. Carton <- Box <- Piece will be 3 levels of UOM. Meaning that 1 carton will contain X number of boxes

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

A simple Inventory management system that allows from 10-19 levels of UOM.

Eg. Carton <- Box <- Piece will be 3 levels of UOM.
Meaning that 1 carton will contain X number of boxes and 1 box will contain Y number of piece.

Only tested for iribbon and ocin-lite themes.

Plugin Dependencies : WordPress Twitter Bootstrap (from iControlWP), Insert PHP

Non WordPress plugin dependencies : Bootstrap 3, Bootstrap select, JQuery Validation, Bootstrap Datatables

Bootstrap shall be using version 3.

Below is a description of the functionality allowed for each user roles rights

view_inventory – can see/select from the inventory,

stock_mod_inventory – can add/remove stocks from inventory

create_inventory – can create new inventory (this is only for txt table)

mod_inventory – can modify current inventory (this is only for txt table),

delete_inventory – can delete inventory (this is only for txt table),

view_inventory_master – can see/select from any master tables (starts with @wp_@myi_mst. note that @wp@ is the wp table prefix)

mod_inventory_master – can modify any of the mst tables,

create_inventory_master – can create any of the mst tables,

delete_inventory_master – can delete any of the mst tables,

create_user – can create a new user

mod_user – can modify the new user

delete_user – can delete the user. Note that user is not physically deleted in wp_users tables. To physically delete, use wordpress dashboard users.
please take note that if physically deleting the user might break any past logs/transaction

mod_roles – can modify the roles for any users. Do not modify the administrator as it will change the administrator role.

view_logs – can view the logs

view_reports – can view the reports

when enqueue css for child theme, remember to set priority to more than 99999 so that it will load after the plugin

Take note when deleting plugin, all databases and wordpress roles created by the plugin will be deleted. Thus ensure that all the users
are not using any roles starting with myi. Only users that had their roles changed in the application will have any chance of their wordpress role been changed.

When using ocin-lite theme, remember to change the submenu background color in css to non white so that can see the wordings.