Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change omake to make #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PHP-MySql based Inventory Manegement System
==========================================================
(This is a university course based project. So that it is not commpleted. If you wantn to use that, just take your responsibility to update according your criteria. So that this project coded by procedural way of PHP and MySql. But I used functions to omake this coding reusable. In some cases, I used some special classes for make our project more smoothly.)
(This is a university course based project. So that it is not commpleted. If you wantn to use that, just take your responsibility to update according your criteria. So that this project coded by procedural way of PHP and MySql. But I used functions to make this coding reusable. In some cases, I used some special classes for make our project more smoothly.)


## Languages, that is used
Expand Down Expand Up @@ -32,8 +32,6 @@ Now you need to upload database tables in your database. I already extracted all
**in database, for all users, default password is 'password'**




## What need to make a Complete Project
In order to make a complete project of this inventory, you need to create **edit** & **delete** options of all the segments.
- Edit User
Expand All @@ -43,8 +41,4 @@ In order to make a complete project of this inventory, you need to create **edit
- Edit Product
- Delete Project


Thank you.