diff --git a/README.md b/README.md index 6f4415f..8fcd178 100644 --- a/README.md +++ b/README.md @@ -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