Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romzes13 authored Jun 8, 2018
1 parent 3da3bed commit 2727ffc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# WorkOrder CMS

WorkOrder Content Managment System (CMS) is designed to manage and dispatch work orders. The CMS will help to add work orders, edit and upon completion generate an invoice in pdf format. MySQL database will store all the information, including: login name, password, location, company name, phone number, work order number and details. PHP would manage and generate the content for a website. Use of HTML5, JavaScript and CSS add format for web pages and JS for data validation.
WorkOrder Content Managment System (CMS) is designed to manage and dispatch work orders. The CMS will help to add work orders, edit and upon completion generate an invoice in pdf format. MySQL database stores all information, including: login name, password, location, company name, phone number, work order number and details. PHP manages and generates the content for a website. HTML5, JavaScript and CSS add format for web pages and JS for data validation.

#### Built with
- PHP 7
- HTML5
- CSS
- MySQL
- JavaScript

#### Tasks
- [x] Add Components
- [ ] Include PHP tests
- [ ] New user friendly design needed
- [ ] Implement payment system
- [ ] Scheduling system
- [ ] Location map
- [ ] Web responsive design
- [ ] Work order progress

#### Sign up page

Expand Down

0 comments on commit 2727ffc

Please sign in to comment.