diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d727d5c --- /dev/null +++ b/.gitignore @@ -0,0 +1,65 @@ + +# Created by https://www.gitignore.io/api/windows,node,bower + +### Windows ### +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk + + +### Node ### +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +node_modules + +# Optional npm cache directory +.npm + +# Optional REPL history +.node_repl_history + + +### Bower ### +bower_components +.bower-cache +.bower-registry +.bower-tmp diff --git a/README.md b/README.md index 3f976dc..24f3308 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -# Workflow-Tracking-System \ No newline at end of file +# README # + +This README would normally document whatever steps are necessary to get your application up and running. + +### What is this repository for? ### + +* Document tracking system front end +* Version 0.0.1 + + +### How do I get set up? ### + +* node js to be installed in the system +* run npm install from the terminal +* run bower install from the terminal +* Files are located in the build folder + +### Dependencies +* bootstrap \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..ede4563 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "documenttrackingsystem", + "authors": [ + "skriptfu " + ], + "description": "document tracking system web application", + "main": "build/index.html", + "keywords": [ + "document", + "tracking", + "system" + ], + "license": "MIT", + "homepage": "", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "bootstrap": "^3.3.7" + } +} diff --git a/build/assets/css/main.css b/build/assets/css/main.css new file mode 100644 index 0000000..64f5a9b --- /dev/null +++ b/build/assets/css/main.css @@ -0,0 +1,273 @@ +body { + font-family: 'Roboto Condensed', sans-serif; } + +a:hover { + text-decoration: none !important; } + +.border { + border-bottom: 1px solid #e0e0e0; + padding-bottom: 1em; } + +.padding-2em { + padding: 3em; } + +.body-content { + padding-top: 50px !important; + margin-left: 15em !important; + margin-top: 1.5em !important; + width: 85% !important; } + +.box { + position: relative; + top: 10em; + background: #fff; + padding: 1em; + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } + +.form-change { + position: relative; } + .form-change input[type="text"], + .form-change input[type="password"], + .form-change input[type="search"], + .form-change input[type="email"], + .form-change select, + .form-change textarea { + position: relative; + border-radius: 0; + box-shadow: none; + font-size: 0.9em; + width: 100%; + height: 3.4em; } + .form-change label { + font-weight: 300; + font-size: 1em; + color: #757575; } + .form-change .form-buttons, .form-change .form-button-clear { + border: none !important; + border-radius: 0 !important; + color: #fff !important; + padding: 1em; + font-size: 1em; + width: 100%; + background: #29B6F6; + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); } + .form-change .form-button-clear { + background: #bdbdbd !important; } + +.navbar-color { + background-color: #fff !important; } + +.sidenav { + position: fixed; + top: 3.2em; + left: 0em; + width: 13.5em; + height: 100%; + background-color: #263238; + overflow: auto; + z-index: 1000; } + .sidenav ul { + width: 100%; + list-style-type: none; + padding: 0em; + position: relative; + top: 2em; } + .sidenav ul li { + margin-top: 0.5em; + margin-bottom: 0.5em; + padding: 0.5em 0em; + padding-left: 1em; + color: #fff; + position: relative; } + .sidenav ul li a { + color: #fff; + text-decoration: none; + padding: 0.5em; + font-weight: 400; } + .sidenav ul li a span { + margin-top: -1em; + margin-bottom: -1em; + margin-left: 1em; + padding-top: -1em; + padding-bottom: -1em; } + .sidenav ul li a:hover { + text-decoration: none; + color: #fff; } + .sidenav ul li a:active, + .sidenav ul li a:focus { + text-decoration: none; + outline: none; + color: #D50000; } + .sidenav ul li ul { + list-style-type: none; + margin-top: 0.8em; + margin-left: 1.3em; } + .sidenav ul li ul li a { + font-size: 0.9em; } + +.breadcrumb { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + background-color: #fff !important; + border-radius: 0px !important; } + +.search-box { + position: relative; } + .search-box .lead-text { + position: relative; + margin-bottom: 4em; } + .search-box .search-box-details { + position: relative; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } + .search-box .search-box-details .search-icon { + position: absolute; + right: 0.5em; + top: 0.5em; + z-index: 1000; + color: #757575; } + .search-box .search-box-details .search-btn { + position: relative; + height: 4em; + border: none !important; + outline: none !important; } + .search-box .search-box-results { + background: #fff; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + height: 10em; } + .search-box .search-box-results .search-box-header { + background: #42A5F5; + color: #fff; + padding: 0.5em; } + +.container-box { + position: relative; + background-color: #fff; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + margin-bottom: 4em; } + .container-box .container-box-header { + position: relative; + margin-bottom: 3em; } + .container-box .search-box-move { + margin-top: 3em; } + .container-box .process-section { + position: relative; + padding: 3em 0em 3em; + margin-bottom: 3em; + border-bottom: 2px solid #bdbdbd; + clear: both; } + .container-box .process-section h4 { + margin-bottom: 3em; } + .container-box .container-head { + border-bottom: 1px solid #eee; + padding: 0.5em; } + .container-box .container-icon { + padding: 2em; } + .container-box .container-number p { + margin: 0.1em !important; } + .container-box .container-number h2 { + margin: 0 !important; } + .container-box .container-hyperlink { + padding: 1em; } + .container-box .container-hyperlink a { + color: #fff; + padding: 0.5em; } + .container-box h2 { + font-weight: 700; + font-size: 4em; } + .container-box .activities { + position: relative; + margin-top: 2em; } + .container-box .activities .activity .activity-time { + font-weight: 300; + color: #757575; + font-size: 0.9em; } + +.container-box-purple { + background: #3F51B5 !important; } + +.search-box-front { + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } + +.bluebutton { + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); + padding: 1em; + background: #29B6F6; } + .bluebutton a { + color: #fff; } + +.process-container { + position: relative; + margin-bottom: 4em; } + .process-container .process-container-head { + position: relative; + color: #757575; } + .process-container .process-container-body p { + font-size: 1.3em; } + +.section-details { + position: relative; + margin-bottom: 4em; } + .section-details p { + font-size: 1.3em; } + +.body-background { + background: #ebeff2; } + +.white-text { + color: #fff; } + +.red-text { + color: #F44336; } + +.teal-text { + color: #009688; } + +.blue-text { + color: #29B6F6; } + +.red-background { + background: #F44336; } + +.teal-background { + background: #009688; } + +.blue-background { + background: #29B6F6; } + +.border1 { + border-left: 4px solid #F44336; } + +.border2 { + border-left: 4px solid #009688; } + +.border3 { + border-left: 4px solid #29B6F6; } + +.blue-intro { + background: #03A9F4; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } + +.banner-content { + position: relative; + margin-top: 5em; + margin-left: 14em; + padding: 2em; + color: #fff; } + .banner-content .quick-link-btn { + margin: 2em 0em; + padding: 0.5em; } + .banner-content .quick-link-btn a { + color: #fff; + padding: 0.5em; + font-size: 1.2em; } + +.table tbody tr { + height: 4em; } + .table tbody tr td { + padding: 1.5em 0; } + +.table-button { + text-align: center; + border: 0.1em solid #bdbdbd; + padding: 0.7em; + border-radius: 2px; + margin-right: 0.5em; } diff --git a/build/forgot-password.html b/build/forgot-password.html new file mode 100644 index 0000000..4424cf5 --- /dev/null +++ b/build/forgot-password.html @@ -0,0 +1,47 @@ + + + + + Document Tracking System Forgot Password + + + + + + + + + + + +
+
+
+
+

Password Reset

+
+
+
+
+ + +

Help text here.

+
+ +
+ +
+
+
+

Login to enjoy the features

+
+
+ +
+ + + + + + + diff --git a/build/index.html b/build/index.html new file mode 100644 index 0000000..299dde2 --- /dev/null +++ b/build/index.html @@ -0,0 +1,55 @@ + + + + + Document Tracking System Login + + + + + + + + + + + +
+
+
+
+

Welcome

+
+
+
+
+ + +

Help text here.

+
+ +
+ + +

Help text here.

+
+ +

  Username / Password is not correct

+ +
+ +
+
+
+

Forgot your password?

+
+
+ +
+ + + + + + + diff --git a/build/loggedin/add-area.html b/build/loggedin/add-area.html new file mode 100644 index 0000000..92ee7af --- /dev/null +++ b/build/loggedin/add-area.html @@ -0,0 +1,145 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+
+
+

Add Area

+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+

Area List

+
+ + + + + + + + + + + + + + + +
Area ID   Area Name  
5670 Jame Dean +   Delete +   Edit +
+
+
+ +
+
+ + + + + + + diff --git a/build/loggedin/add-document.html b/build/loggedin/add-document.html new file mode 100644 index 0000000..79f86ac --- /dev/null +++ b/build/loggedin/add-document.html @@ -0,0 +1,145 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+
+
+

Create Document

+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+

Document List

+
+ + + + + + + + + + + + + + + +
Document ID   Document Name  
5670 Jame Dean +   Delete +   Edit +
+
+
+ +
+
+ + + + + + + diff --git a/build/loggedin/add-process.html b/build/loggedin/add-process.html new file mode 100644 index 0000000..a94e69e --- /dev/null +++ b/build/loggedin/add-process.html @@ -0,0 +1,206 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+

Add Process Information

+
+
+ +
+
+

Step:  1   Document Selection

+
+
+ + +

Help text here.

+
+
+
+
+ +
+
+

Step:  2   Area Selection

+
+ +
+ + +

Help text here.

+
+
+
+
+ +
+
+

Step:  3   Section Selection

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+
+ +
+
+ +
+
+
+ + +
+
+

Step:  4   Process Addition & Employee Selection

+
+
+ + +

Help text here.

+
+
+ +
+ + +
+
+
+ + + +
+
+
+ +
+
+
+ +
+
+
+ +
+
+ + + + + + + diff --git a/build/loggedin/add-role.html b/build/loggedin/add-role.html new file mode 100644 index 0000000..8f5e2e3 --- /dev/null +++ b/build/loggedin/add-role.html @@ -0,0 +1,145 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+
+
+

Add Role

+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+

Role List

+
+ + + + + + + + + + + + + + + +
Role ID   Role Name  
5670 Jame Dean +   Delete +   Edit +
+
+
+ +
+
+ + + + + + + diff --git a/build/loggedin/add-section.html b/build/loggedin/add-section.html new file mode 100644 index 0000000..446182a --- /dev/null +++ b/build/loggedin/add-section.html @@ -0,0 +1,145 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+
+
+

Add Section

+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+

Section List

+
+ + + + + + + + + + + + + + + +
Section ID   Section Name  
5670 Jame Dean +   Delete +   Edit +
+
+
+ +
+
+ + + + + + + diff --git a/build/loggedin/add-user.html b/build/loggedin/add-user.html new file mode 100644 index 0000000..5e31e55 --- /dev/null +++ b/build/loggedin/add-user.html @@ -0,0 +1,184 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+

Add User Information

+
+
+
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+ + + + + + + diff --git a/build/loggedin/edit-process.html b/build/loggedin/edit-process.html new file mode 100644 index 0000000..975f497 --- /dev/null +++ b/build/loggedin/edit-process.html @@ -0,0 +1,192 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+

Edit Process Information

+
+
+ +
+
+
+ + +

Help text here.

+
+
+
+ + +
+
+
+ + +

Help text here.

+
+
+
+ + +
+
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+ + +

Help text here.

+
+
+ +
+ + +
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+ + + + + + + diff --git a/build/loggedin/edit-user.html b/build/loggedin/edit-user.html new file mode 100644 index 0000000..6a92546 --- /dev/null +++ b/build/loggedin/edit-user.html @@ -0,0 +1,179 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+

Edit User Information

+
+
+
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+ + + + + + + diff --git a/build/loggedin/index.html b/build/loggedin/index.html new file mode 100644 index 0000000..6d6157a --- /dev/null +++ b/build/loggedin/index.html @@ -0,0 +1,301 @@ + + + + + Document Tracking System Dashboard + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+
+
+ + +
+ +
+
+
+
+
+
+
DOCUMENTS
+
+
+
+
+

+
+
+
+
+

Total documents

+

48

+

  4 more than last week

+
+
+
+ +
+
+ +
+
+
+
USERS
+
+
+
+
+

+
+
+
+
+

Total Users

+

58

+

  4 more than last week

+
+
+
+ +
+
+ +
+
+
+
PROCESSES
+
+
+
+
+

+
+
+ +
+
+

Total processes created

+

48

+

  4 more than last week

+
+
+
+ +
+
+
+ +
+
+
+
QUICK SEARCH
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
Calendar
+
+
+ +
+
+
+
+
RECENT ACTIVITIES
+ +
+
+
+
+
+   New Document Created +
+
+
+
+

1 hour ago

+
+
+
+
+ +
+
+
+
+   New User Created +
+
+
+
+

2 hours ago

+
+
+
+
+ +
+
+
+
+   New Process Added +
+
+
+
+

2 hours ago

+
+
+
+
+
+
+ +
+ +
+
+ + + + + + + diff --git a/build/loggedin/manage-processes.html b/build/loggedin/manage-processes.html new file mode 100644 index 0000000..2814ece --- /dev/null +++ b/build/loggedin/manage-processes.html @@ -0,0 +1,147 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+
+
+

Present Processes

+
+
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + +
Name   Action
Payment Voucher Process +   Delete +   Edit +
Expense Statement Process +   Delete +   Edit +
Impress Warrant Process +   Delete +   Edit +
+
+
+
+
+ +
+
+ + + + + + + diff --git a/build/loggedin/settings.html b/build/loggedin/settings.html new file mode 100644 index 0000000..73a6cfc --- /dev/null +++ b/build/loggedin/settings.html @@ -0,0 +1,136 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+

Account Summary

+

Please update your password information from here

+
+
+ +
+ + +

Help text here.

+
+ +
+ + +

Help text here.

+
+ +
+ + +

Help text here.

+
+ + +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+ + + + + + + diff --git a/build/loggedin/track-document.html b/build/loggedin/track-document.html new file mode 100644 index 0000000..d8444a4 --- /dev/null +++ b/build/loggedin/track-document.html @@ -0,0 +1,128 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+ +
+ +
+
+ + + + + + + diff --git a/build/loggedin/users.html b/build/loggedin/users.html new file mode 100644 index 0000000..1bc3502 --- /dev/null +++ b/build/loggedin/users.html @@ -0,0 +1,141 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+
+
+

System Users

+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
Name   Extension  Date Created   Department   Role   Action
Jame Dean 5670 6/8/10   11:16am I.T RW +   Delete +   Edit +
+
+
+ +
+
+ +
+
+ + + + + + + diff --git a/build/loggedin/view-process.html b/build/loggedin/view-process.html new file mode 100644 index 0000000..6119b0b --- /dev/null +++ b/build/loggedin/view-process.html @@ -0,0 +1,234 @@ + + + + + Document Tracking System Track + + + + + + + + + + + + + +
+ +
+ +
+
+ + +
+
+
+
+
+

Process 1

+
+
+ +
+
+
+
+
+

  Section Name

+
+
+

Impress Account

+
+
+
+ +
+
+
+

 Process Name

+
+
+

Check status of Imprest

+
+
+
+ +
+
+
+

  User

+
+
+

Michael Kiwanuka

+
+
+
+
+
+
+ + +
+
+
+
+
+

Process 2

+
+
+ +
+
+
+
+
+

  Section Name

+
+
+

Vote Book

+
+
+
+ +
+
+
+

 Process Name

+
+
+

Check and Commit Expenditure

+
+
+
+ +
+
+
+

 User

+
+
+

James McLongCock

+
+
+
+
+
+
+ +
+
+
+
+
+

Process 3

+
+
+ +
+
+
+
+
+

 Section Name

+
+
+

Treasury Management

+
+
+
+ +
+
+
+

  Process Name

+
+
+

Payment

+
+
+
+ +
+
+
+

  User

+
+
+

Treasury Manager

+
+
+
+
+
+
+ +
+
+ + + + + + + diff --git a/gulp.config.js b/gulp.config.js new file mode 100644 index 0000000..c94c875 --- /dev/null +++ b/gulp.config.js @@ -0,0 +1,62 @@ +/***source & destination ********/ +var source = "source/"; +var destination = "build/"; +var loggedin = source + "loggedin/"; +/*******************************/ + +/***********source setup****************/ +/******assets source *****************/ +var css = source + "assets/css/"; +var js = source + "assets/js/"; +var images = source + "assets/images/" +/***********************************/ + +/********destination setup ************/ +var loggedinDestination = destination + "loggedin/"; +var cssDestination = destination + "assets/css/"; +var jsDestination = destination + "assets/js/"; +var imagesDestination = destination + "assets/images/"; +/*************************************/ + +/******bower components*********/ +var bower = "bower.json"; +var bower_directory = "bower_components/"; +/********************************/ + +/********Exposing the initial config****************/ +module.exports = { + destination : destination, + html : { + in: source + '*.html', + watch: [source + '*.html',source + 'partials/**/*',source + 'includes/**/*'], + out: destination + }, + loggedin : { + in : loggedin + '*.html', + watch : [ loggedin + '*.html,', loggedin + 'partials/**/*',loggedin + 'includes/**/*'], + out : loggedinDestination + }, + sass : { + in: css + 'main.scss', + watch : [css + '*.scss', css + '/**/*.scss'], + out : cssDestination + }, + js : { + in : js + "*.js", + out : jsDestination + }, + images : { + in: [images + '*', images + '/**/*'], + out: imagesDestination + }, + sassOptions : { + outputStyle: 'nested', + imagePath: '../images', + precision: 3, + errLogToConsole: true + }, + bowerOptions : { + bower, + bower_directory + } +}; diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..95726d9 --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,77 @@ +/******importing all required packages***************/ + +var gulp = require('gulp'), + sass = require('gulp-sass'), + wiredep = require('wiredep').stream, + del = require('del'), + preprocess = require('gulp-preprocess'), + inject = require('gulp-inject'), + uglify = require('gulp-uglify'), + imagemin = require('gulp-imagemin'), + config = require('./gulp.config'); + +/***********task automation for the index,forgot-password*********************/ + +gulp.task('html',function(){ + console.log("Injection of bower components in the HTML"); + return gulp.src(config.html.in) + .pipe(preprocess({context: config.html.context}).on('error',console.error.bind(console))) + .pipe(wiredep(config.bowerOptions)) + .pipe(gulp.dest(config.html.out)); +}); + +/*********** task automation*********************/ + +gulp.task('loggedin',function(){ + console.log("Injection of bower components in the HTML in the loggedin"); + return gulp.src(config.loggedin.in) + .pipe(preprocess({context: config.loggedin.context}).on('error',console.error.bind(console))) + .pipe(wiredep(config.bowerOptions)) + .pipe(gulp.dest(config.loggedin.out)); +}); + + +gulp.task('sass',function(){ + console.log("Conversion of sass into css"); + return gulp.src(config.sass.in) + .pipe(sass(config.sassOptions).on('error',console.error.bind(console))) + .pipe(gulp.dest(config.sass.out)); +}); + + +gulp.task('js',function(){ + console.log("Addition and minification of custom js files"); + return gulp.src(config.js.in) + .pipe(uglify().on('error',console.error.bind(console))) + .pipe(gulp.dest(config.js.out)); +}); +gulp.task('images',function(){ + console.log("Adding images to the build folder....."); + return gulp.src(config.images.in) + //.pipe(size({title: "Image size:"})) + //.pipe(newer(images.out)) + .pipe(imagemin()) + //.pipe(size({title: "Image size:"})) + .pipe(gulp.dest(config.images.out)); +}); +// gulp.task('inject',['html','sass','js'],function(){ +// console.log("Injection of custom css files"); +// return gulp.src(config.html.index) +// .pipe(inject(gulp.src([config.css,config.buildjs])).on('error',console.error.bind(console))) +// .pipe(gulp.dest(config.html.dest)); +// }); + +gulp.task('del',function(){ + console.log("Deletion of files in the build folder"); + del([ config.dest + '*']); +}); + +gulp.task('watch',function(){ + gulp.watch(config.html.watch ,['html']); + gulp.watch(config.loggedin.watch ,['loggedin']); + gulp.watch(config.sass.watch ,['sass']); + gulp.watch(config.js.watch ,['js']); + gulp.watch(config.images.in,['images']); +}); + +gulp.task('default',['html','loggedin','images','sass','js','watch']); diff --git a/package.json b/package.json new file mode 100644 index 0000000..899b68e --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "dts", + "version": "1.0.0", + "description": "document tracking system", + "main": "build/index.html", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "document", + "tracking", + "system" + ], + "author": "", + "license": "MIT", + "devDependencies": { + "del": "^2.2.2", + "gulp": "^3.9.1", + "gulp-imagemin": "^3.0.3", + "gulp-inject": "^4.1.0", + "gulp-preprocess": "^2.0.0", + "gulp-sass": "^2.3.2", + "gulp-uglify": "^2.0.0", + "wiredep": "^4.0.0" + } +} diff --git a/source/assets/css/banner/banner.scss b/source/assets/css/banner/banner.scss new file mode 100644 index 0000000..e37a878 --- /dev/null +++ b/source/assets/css/banner/banner.scss @@ -0,0 +1,25 @@ +@import "../colors/colors"; +@import "../box-shadow/box-shadow"; + +.blue-intro{ + background: $blue-intro; + @include boxShadowHelper(1); +} + +.banner-content { + position: relative; + margin-top: 5em; + margin-left: 14em; + padding: 2em; + color: #fff; + + .quick-link-btn{ + margin: 2em 0em; + padding: 0.5em; + a{ + color: $white; + padding: 0.5em; + font-size: 1.2em; + } + } +} diff --git a/source/assets/css/box-shadow/box-shadow.scss b/source/assets/css/box-shadow/box-shadow.scss new file mode 100644 index 0000000..06e2a82 --- /dev/null +++ b/source/assets/css/box-shadow/box-shadow.scss @@ -0,0 +1,7 @@ +@mixin boxShadowHelper($level) { + @if $level == 1 { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);} + @else if $level == 2 { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);} + @else if $level == 3 { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);} + @else if $level == 4 { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);} + @else if $level == 5 { box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);} +} diff --git a/source/assets/css/breadcrumb/breadcrumb.scss b/source/assets/css/breadcrumb/breadcrumb.scss new file mode 100644 index 0000000..1392e58 --- /dev/null +++ b/source/assets/css/breadcrumb/breadcrumb.scss @@ -0,0 +1,8 @@ +@import "../colors/colors"; +@import "../box-shadow/box-shadow"; + +.breadcrumb{ + @include boxShadowHelper(1); + background-color: $white !important; + border-radius: 0px !important; +} diff --git a/source/assets/css/button/button.scss b/source/assets/css/button/button.scss new file mode 100644 index 0000000..029489f --- /dev/null +++ b/source/assets/css/button/button.scss @@ -0,0 +1,16 @@ +@import "../colors/colors"; +@import "../box-shadow/box-shadow"; + +@mixin button { + @include boxShadowHelper(3) ; + padding: 1em; +} + +.bluebutton{ + @include button ; + background: $button-blue; + + a{ + color: $white; + } +} diff --git a/source/assets/css/colors/color-set.scss b/source/assets/css/colors/color-set.scss new file mode 100644 index 0000000..758d66f --- /dev/null +++ b/source/assets/css/colors/color-set.scss @@ -0,0 +1,45 @@ +@import "colors"; + +.body-background{ + background: $light-blue-background; +} + +.white-text{ + color: $white; +} + +.red-text{ + color: $red-text; +} + +.teal-text{ + color: $teal-text; +} + +.blue-text{ + color: $button-blue; +} + +.red-background{ + background: $red-text; +} + +.teal-background{ + background: $teal-text; +} + +.blue-background{ + background:$button-blue; +} + +.border1{ + border-left: 4px solid $red-text; +} + +.border2{ + border-left: 4px solid $teal-text; +} + +.border3{ + border-left: 4px solid $button-blue; +} diff --git a/source/assets/css/colors/colors.scss b/source/assets/css/colors/colors.scss new file mode 100644 index 0000000..0f85e83 --- /dev/null +++ b/source/assets/css/colors/colors.scss @@ -0,0 +1,10 @@ +$light-blue-background: rgb(235,239,242); +$head-blue: #42A5F5; +$white : #fff; +$button-blue: #29B6F6; +$dark-blue-background: #263238; +$light-gray: #757575; +$indigo: #3F51B5; +$red-text: #F44336; +$teal-text: #009688; +$blue-intro: #03A9F4; diff --git a/source/assets/css/defaults/general.scss b/source/assets/css/defaults/general.scss new file mode 100644 index 0000000..720adca --- /dev/null +++ b/source/assets/css/defaults/general.scss @@ -0,0 +1,32 @@ +@import "../colors/colors"; + +body{ + font-family: 'Roboto Condensed', sans-serif; +} + +a:hover{ + text-decoration: none !important; +} + +.container { + // width: 100% !important; +} + + +//setting a bottom border +.border{ + border-bottom: 1px solid #e0e0e0; + padding-bottom: 1em; +} + + +.padding-2em{ + padding: 3em; +} + +.body-content { + padding-top: 50px !important; + margin-left: 15em !important; + margin-top: 1.5em !important; + width: 85% !important; +} diff --git a/source/assets/css/forms/forms.scss b/source/assets/css/forms/forms.scss new file mode 100644 index 0000000..0710f36 --- /dev/null +++ b/source/assets/css/forms/forms.scss @@ -0,0 +1,43 @@ +@import "../colors/colors"; +@import "../box-shadow/box-shadow"; + +.form-change{ + position: relative; + + input[type="text"], + input[type="password"], + input[type="search"], + input[type="email"], + select, + textarea { + position: relative; + border-radius: 0; + box-shadow: none; + font-size: 0.9em; + width: 100%; + height: 3.4em; + } + + label { + font-weight: 300; + font-size: 1em; + color: $light-gray; + } + + .form-buttons{ + border: none !important; + border-radius: 0 !important; + color: $white !important; + padding: 1em; + font-size: 1em; + width: 100%; + background: $button-blue; + @include boxShadowHelper(3); + } + + .form-button-clear{ + @extend .form-buttons ; + background: #bdbdbd !important; + } + +} diff --git a/source/assets/css/login-forget/login-forget.scss b/source/assets/css/login-forget/login-forget.scss new file mode 100644 index 0000000..b39ff1b --- /dev/null +++ b/source/assets/css/login-forget/login-forget.scss @@ -0,0 +1,10 @@ +@import "../colors/colors"; +@import "../box-shadow/box-shadow"; + +.box{ + position: relative; + top: 10em; + background: $white; + padding: 1em; + @include boxShadowHelper(2); +} diff --git a/source/assets/css/main.scss b/source/assets/css/main.scss new file mode 100644 index 0000000..465eea8 --- /dev/null +++ b/source/assets/css/main.scss @@ -0,0 +1,13 @@ +@import "defaults/general"; +@import "login-forget/login-forget"; +@import "forms/forms"; +@import "nav/nav"; +@import "sidenav/sidenav"; +@import "breadcrumb/breadcrumb"; +@import "searchpage/search-page"; +@import "white-box/white-box"; +@import "button/button"; +@import "section/sections"; +@import "colors/color-set"; +@import "banner/banner"; +@import "tables/table"; diff --git a/source/assets/css/nav/nav.scss b/source/assets/css/nav/nav.scss new file mode 100644 index 0000000..590997f --- /dev/null +++ b/source/assets/css/nav/nav.scss @@ -0,0 +1,5 @@ +@import "../colors/colors"; + +.navbar-color{ + background-color: $white !important; +} diff --git a/source/assets/css/searchpage/search-page.scss b/source/assets/css/searchpage/search-page.scss new file mode 100644 index 0000000..dc5ab11 --- /dev/null +++ b/source/assets/css/searchpage/search-page.scss @@ -0,0 +1,43 @@ +@import "../box-shadow/box-shadow"; +@import "../colors/colors"; + +.search-box{ + position: relative; + + .lead-text{ + position: relative; + margin-bottom: 4em; + } + + .search-box-details{ + position: relative; + @include boxShadowHelper(1); + + .search-icon{ + position: absolute; + right: 0.5em; + top: 0.5em; + z-index: 1000; + color: $light-gray; + } + + .search-btn{ + position: relative; + height: 4em; + border: none !important; + outline: none !important; + } + } + + .search-box-results{ + background: $white; + @include boxShadowHelper(1); + height: 10em; + .search-box-header{ + background: $head-blue; + color: $white; + padding: 0.5em; + } + } + +} diff --git a/source/assets/css/section/sections.scss b/source/assets/css/section/sections.scss new file mode 100644 index 0000000..53984b9 --- /dev/null +++ b/source/assets/css/section/sections.scss @@ -0,0 +1,26 @@ +@import "../colors/colors"; + +.process-container{ + position: relative; + margin-bottom: 4em; + + .process-container-head{ + position: relative; + color: $light-gray; + } + + .process-container-body{ + p{ + font-size: 1.3em; + } + } +} + +.section-details{ + position: relative; + margin-bottom: 4em; + + p { + font-size: 1.3em; + } +} diff --git a/source/assets/css/sidenav/sidenav.scss b/source/assets/css/sidenav/sidenav.scss new file mode 100644 index 0000000..c5e8300 --- /dev/null +++ b/source/assets/css/sidenav/sidenav.scss @@ -0,0 +1,70 @@ +@import "../colors/colors"; + +.sidenav{ + position: fixed; + top: 3.2em; + left: 0em; + width: 13.5em; + height: 100%; + background-color: $dark-blue-background; + overflow: auto; + z-index: 1000; + + ul { + width: 100%; + list-style-type: none; + padding: 0em; + position: relative; + top: 2em; + + + li{ + margin-top: 0.5em; + margin-bottom: 0.5em; + padding: 0.5em 0em; + padding-left: 1em; + color: $white; + position: relative; + + a{ + color: $white; + text-decoration: none; + padding: 0.5em; + font-weight: 400; + + span{ + margin-top: -1em; + margin-bottom: -1em; + margin-left: 1em; + padding-top: -1em; + padding-bottom: -1em; + } + + } + + a:hover{ + text-decoration: none; + color: #fff; + } + + a:active, + a:focus{ + text-decoration: none; + outline: none; + color: #D50000; + } + + ul { + list-style-type: none; + margin-top: 0.8em; + margin-left: 1.3em; + + li{ + a{ + font-size: 0.9em; + } + } + } + } + } +} diff --git a/source/assets/css/tables/table.scss b/source/assets/css/tables/table.scss new file mode 100644 index 0000000..c449942 --- /dev/null +++ b/source/assets/css/tables/table.scss @@ -0,0 +1,19 @@ +@import "../colors/colors"; + +.table{ + tbody{ + tr{ + height: 4em; + td{ + padding: 1.5em 0; + } + } + } +} +.table-button{ + text-align: center; + border: 0.1em solid #bdbdbd; + padding: 0.7em; + border-radius: 2px; + margin-right: 0.5em; +} diff --git a/source/assets/css/white-box/white-box.scss b/source/assets/css/white-box/white-box.scss new file mode 100644 index 0000000..211e2d4 --- /dev/null +++ b/source/assets/css/white-box/white-box.scss @@ -0,0 +1,86 @@ +@import "../colors/colors"; +@import "../box-shadow/box-shadow"; + +.container-box{ + position: relative; + background-color: $white; + @include boxShadowHelper(1); + margin-bottom: 4em; + .container-box-header{ + position: relative; + margin-bottom: 3em; + } + + .search-box-move{ + margin-top: 3em; + } + + .process-section{ + position: relative; + padding: 3em 0em 3em; + margin-bottom: 3em; + border-bottom: 2px solid #bdbdbd; + clear: both; + + h4{ + margin-bottom: 3em; + } + } + + .container-head{ + border-bottom: 1px solid #eee; + padding: 0.5em; + } + + .container-icon{ + padding: 2em; + } + + .container-number{ + p{ + margin: 0.1em !important; + } + + h2 { + margin: 0 !important; + } + } + + .container-hyperlink{ + padding: 1em; + a{ + color: $white; + padding: 0.5em; + } + } + + + + h2{ + font-weight: 700; + font-size: 4em; + } + + + .activities{ + position: relative; + margin-top: 2em; + .activity{ + .activity-time{ + font-weight: 300; + color: $light-gray; + font-size: 0.9em; + } + } + } +} + + +.container-box-purple{ + background: $indigo !important; +} + + +.search-box-front{ + @include boxShadowHelper(1); +} diff --git a/source/forgot-password.html b/source/forgot-password.html new file mode 100644 index 0000000..7188ca5 --- /dev/null +++ b/source/forgot-password.html @@ -0,0 +1,14 @@ + + + + + Document Tracking System Forgot Password + + + +
+ +
+ + + diff --git a/source/includes/forgot-password.html b/source/includes/forgot-password.html new file mode 100644 index 0000000..4a80737 --- /dev/null +++ b/source/includes/forgot-password.html @@ -0,0 +1,21 @@ +
+
+
+

Password Reset

+
+
+
+
+ + +

Help text here.

+
+ +
+ +
+
+
+

Login to enjoy the features

+
+
diff --git a/source/includes/index-include.html b/source/includes/index-include.html new file mode 100644 index 0000000..3ad2a62 --- /dev/null +++ b/source/includes/index-include.html @@ -0,0 +1,29 @@ +
+
+
+

Welcome

+
+
+
+
+ + +

Help text here.

+
+ +
+ + +

Help text here.

+
+ +

  Username / Password is not correct

+ +
+ +
+
+
+

Forgot your password?

+
+
diff --git a/source/index.html b/source/index.html new file mode 100644 index 0000000..a969094 --- /dev/null +++ b/source/index.html @@ -0,0 +1,14 @@ + + + + + Document Tracking System Login + + + +
+ +
+ + + diff --git a/source/loggedin/add-area.html b/source/loggedin/add-area.html new file mode 100644 index 0000000..249b4a6 --- /dev/null +++ b/source/loggedin/add-area.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/add-document.html b/source/loggedin/add-document.html new file mode 100644 index 0000000..03ee1f0 --- /dev/null +++ b/source/loggedin/add-document.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/add-process.html b/source/loggedin/add-process.html new file mode 100644 index 0000000..0261ccb --- /dev/null +++ b/source/loggedin/add-process.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/add-role.html b/source/loggedin/add-role.html new file mode 100644 index 0000000..bf15885 --- /dev/null +++ b/source/loggedin/add-role.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/add-section.html b/source/loggedin/add-section.html new file mode 100644 index 0000000..fde229c --- /dev/null +++ b/source/loggedin/add-section.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/add-user.html b/source/loggedin/add-user.html new file mode 100644 index 0000000..86b4c56 --- /dev/null +++ b/source/loggedin/add-user.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/edit-process.html b/source/loggedin/edit-process.html new file mode 100644 index 0000000..8d41325 --- /dev/null +++ b/source/loggedin/edit-process.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/edit-user.html b/source/loggedin/edit-user.html new file mode 100644 index 0000000..8bc9b34 --- /dev/null +++ b/source/loggedin/edit-user.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/includes/addArea/add-area-details.html b/source/loggedin/includes/addArea/add-area-details.html new file mode 100644 index 0000000..99efce6 --- /dev/null +++ b/source/loggedin/includes/addArea/add-area-details.html @@ -0,0 +1,52 @@ +
+
+
+
+
+

Add Area

+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+

Area List

+
+ + + + + + + + + + + + + + + +
Area ID   Area Name  
5670 Jame Dean +   Delete +   Edit +
+
+
diff --git a/source/loggedin/includes/addArea/breadcrumb.html b/source/loggedin/includes/addArea/breadcrumb.html new file mode 100644 index 0000000..34a1c54 --- /dev/null +++ b/source/loggedin/includes/addArea/breadcrumb.html @@ -0,0 +1,4 @@ + diff --git a/source/loggedin/includes/addDocument/add-document-details.html b/source/loggedin/includes/addDocument/add-document-details.html new file mode 100644 index 0000000..ef55c26 --- /dev/null +++ b/source/loggedin/includes/addDocument/add-document-details.html @@ -0,0 +1,52 @@ +
+
+
+
+
+

Create Document

+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+

Document List

+
+ + + + + + + + + + + + + + + +
Document ID   Document Name  
5670 Jame Dean +   Delete +   Edit +
+
+
diff --git a/source/loggedin/includes/addDocument/breadcrumb.html b/source/loggedin/includes/addDocument/breadcrumb.html new file mode 100644 index 0000000..b09fd2f --- /dev/null +++ b/source/loggedin/includes/addDocument/breadcrumb.html @@ -0,0 +1,4 @@ + diff --git a/source/loggedin/includes/addProcess/add-process-details.html b/source/loggedin/includes/addProcess/add-process-details.html new file mode 100644 index 0000000..5820261 --- /dev/null +++ b/source/loggedin/includes/addProcess/add-process-details.html @@ -0,0 +1,112 @@ +
+
+
+

Add Process Information

+
+
+ +
+
+

Step:  1   Document Selection

+
+
+ + +

Help text here.

+
+
+
+
+ +
+
+

Step:  2   Area Selection

+
+ +
+ + +

Help text here.

+
+
+
+
+ +
+
+

Step:  3   Section Selection

+
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+
+ +
+
+ +
+
+
+ + +
+
+

Step:  4   Process Addition & Employee Selection

+
+
+ + +

Help text here.

+
+
+ +
+ + +
+
+
+ + + +
+
+
+ +
+
+
+ +
+
+
diff --git a/source/loggedin/includes/addProcess/breadcrumb.html b/source/loggedin/includes/addProcess/breadcrumb.html new file mode 100644 index 0000000..b4aa5c7 --- /dev/null +++ b/source/loggedin/includes/addProcess/breadcrumb.html @@ -0,0 +1,5 @@ + diff --git a/source/loggedin/includes/addRole/add-role-details.html b/source/loggedin/includes/addRole/add-role-details.html new file mode 100644 index 0000000..c0644ec --- /dev/null +++ b/source/loggedin/includes/addRole/add-role-details.html @@ -0,0 +1,52 @@ +
+
+
+
+
+

Add Role

+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+

Role List

+
+ + + + + + + + + + + + + + + +
Role ID   Role Name  
5670 Jame Dean +   Delete +   Edit +
+
+
diff --git a/source/loggedin/includes/addRole/breadcrumb.html b/source/loggedin/includes/addRole/breadcrumb.html new file mode 100644 index 0000000..c399c88 --- /dev/null +++ b/source/loggedin/includes/addRole/breadcrumb.html @@ -0,0 +1,4 @@ + diff --git a/source/loggedin/includes/addSection/add-section-details.html b/source/loggedin/includes/addSection/add-section-details.html new file mode 100644 index 0000000..931ea50 --- /dev/null +++ b/source/loggedin/includes/addSection/add-section-details.html @@ -0,0 +1,52 @@ +
+
+
+
+
+

Add Section

+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+

Section List

+
+ + + + + + + + + + + + + + + +
Section ID   Section Name  
5670 Jame Dean +   Delete +   Edit +
+
+
diff --git a/source/loggedin/includes/addSection/breadcrumb.html b/source/loggedin/includes/addSection/breadcrumb.html new file mode 100644 index 0000000..22b9330 --- /dev/null +++ b/source/loggedin/includes/addSection/breadcrumb.html @@ -0,0 +1,4 @@ + diff --git a/source/loggedin/includes/addUser/add-user-details.html b/source/loggedin/includes/addUser/add-user-details.html new file mode 100644 index 0000000..a3d0592 --- /dev/null +++ b/source/loggedin/includes/addUser/add-user-details.html @@ -0,0 +1,90 @@ +
+
+
+

Add User Information

+
+
+
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
diff --git a/source/loggedin/includes/addUser/breadcrumb.html b/source/loggedin/includes/addUser/breadcrumb.html new file mode 100644 index 0000000..b4aa5c7 --- /dev/null +++ b/source/loggedin/includes/addUser/breadcrumb.html @@ -0,0 +1,5 @@ + diff --git a/source/loggedin/includes/editProcess/add-process-details.html b/source/loggedin/includes/editProcess/add-process-details.html new file mode 100644 index 0000000..0ce7c96 --- /dev/null +++ b/source/loggedin/includes/editProcess/add-process-details.html @@ -0,0 +1,98 @@ +
+
+
+

Edit Process Information

+
+
+ +
+
+
+ + +

Help text here.

+
+
+
+ + +
+
+
+ + +

Help text here.

+
+
+
+ + +
+
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+ + +

Help text here.

+
+
+ +
+ + +
+
+ +
+
+
+ +
+
+
+ +
+
+
diff --git a/source/loggedin/includes/editProcess/breadcrumb.html b/source/loggedin/includes/editProcess/breadcrumb.html new file mode 100644 index 0000000..b4aa5c7 --- /dev/null +++ b/source/loggedin/includes/editProcess/breadcrumb.html @@ -0,0 +1,5 @@ + diff --git a/source/loggedin/includes/editUser/add-user-details.html b/source/loggedin/includes/editUser/add-user-details.html new file mode 100644 index 0000000..18d8de1 --- /dev/null +++ b/source/loggedin/includes/editUser/add-user-details.html @@ -0,0 +1,85 @@ +
+
+
+

Edit User Information

+
+
+
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ + +

Help text here.

+
+
+
+
+ + +

Help text here.

+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
diff --git a/source/loggedin/includes/editUser/breadcrumb.html b/source/loggedin/includes/editUser/breadcrumb.html new file mode 100644 index 0000000..e981846 --- /dev/null +++ b/source/loggedin/includes/editUser/breadcrumb.html @@ -0,0 +1,5 @@ + diff --git a/source/loggedin/includes/index/banner/banner-details.html b/source/loggedin/includes/index/banner/banner-details.html new file mode 100644 index 0000000..6951b81 --- /dev/null +++ b/source/loggedin/includes/index/banner/banner-details.html @@ -0,0 +1,9 @@ +
+
+
+ +
+
+
diff --git a/source/loggedin/includes/index/calendar/calendar.html b/source/loggedin/includes/index/calendar/calendar.html new file mode 100644 index 0000000..dbcebcb --- /dev/null +++ b/source/loggedin/includes/index/calendar/calendar.html @@ -0,0 +1,5 @@ +
+
+
Calendar
+
+
diff --git a/source/loggedin/includes/index/intro-content.html b/source/loggedin/includes/index/intro-content.html new file mode 100644 index 0000000..ee19bdc --- /dev/null +++ b/source/loggedin/includes/index/intro-content.html @@ -0,0 +1,10 @@ +
+ +
+ + +
+
+
+ +
diff --git a/source/loggedin/includes/index/intro/intro.html b/source/loggedin/includes/index/intro/intro.html new file mode 100644 index 0000000..1480691 --- /dev/null +++ b/source/loggedin/includes/index/intro/intro.html @@ -0,0 +1,41 @@ + +

Dashboard

+
WELCOME BACK ADMIN
+

Kindly click on any of the quick links below to get started

+
+ + +
+ +
+ + +
diff --git a/source/loggedin/includes/index/recent/recent.html b/source/loggedin/includes/index/recent/recent.html new file mode 100644 index 0000000..6363cc5 --- /dev/null +++ b/source/loggedin/includes/index/recent/recent.html @@ -0,0 +1,50 @@ +
+
RECENT ACTIVITIES
+ +
+
+
+
+
+   New Document Created +
+
+
+
+

1 hour ago

+
+
+
+
+ +
+
+
+
+   New User Created +
+
+
+
+

2 hours ago

+
+
+
+
+ +
+
+
+
+   New Process Added +
+
+
+
+

2 hours ago

+
+
+
+
+
+
diff --git a/source/loggedin/includes/index/search/search.html b/source/loggedin/includes/index/search/search.html new file mode 100644 index 0000000..5abcc02 --- /dev/null +++ b/source/loggedin/includes/index/search/search.html @@ -0,0 +1,19 @@ +
+
+
QUICK SEARCH
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
diff --git a/source/loggedin/includes/index/widgets/widets.html b/source/loggedin/includes/index/widgets/widets.html new file mode 100644 index 0000000..d826002 --- /dev/null +++ b/source/loggedin/includes/index/widgets/widets.html @@ -0,0 +1,77 @@ +
+
+
+
+
DOCUMENTS
+
+
+
+
+

+
+
+
+
+

Total documents

+

48

+

  4 more than last week

+
+
+
+ +
+
+ +
+
+
+
USERS
+
+
+
+
+

+
+
+
+
+

Total Users

+

58

+

  4 more than last week

+
+
+
+ +
+
+ +
+
+
+
PROCESSES
+
+
+
+
+

+
+
+ +
+
+

Total processes created

+

48

+

  4 more than last week

+
+
+
+ +
+
+
diff --git a/source/loggedin/includes/processes/breadcrumb.html b/source/loggedin/includes/processes/breadcrumb.html new file mode 100644 index 0000000..9747d0e --- /dev/null +++ b/source/loggedin/includes/processes/breadcrumb.html @@ -0,0 +1,4 @@ + diff --git a/source/loggedin/includes/processes/processes-details.html b/source/loggedin/includes/processes/processes-details.html new file mode 100644 index 0000000..3c70d6f --- /dev/null +++ b/source/loggedin/includes/processes/processes-details.html @@ -0,0 +1,54 @@ +
+
+
+
+
+

Present Processes

+
+
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + +
Name   Action
Payment Voucher Process +   Delete +   Edit +
Expense Statement Process +   Delete +   Edit +
Impress Warrant Process +   Delete +   Edit +
+
+
+
+
diff --git a/source/loggedin/includes/settings/breadcrumb.html b/source/loggedin/includes/settings/breadcrumb.html new file mode 100644 index 0000000..b5fd4a4 --- /dev/null +++ b/source/loggedin/includes/settings/breadcrumb.html @@ -0,0 +1,4 @@ + diff --git a/source/loggedin/includes/settings/settings-details.html b/source/loggedin/includes/settings/settings-details.html new file mode 100644 index 0000000..6f49786 --- /dev/null +++ b/source/loggedin/includes/settings/settings-details.html @@ -0,0 +1,43 @@ +
+
+
+

Account Summary

+

Please update your password information from here

+
+
+ +
+ + +

Help text here.

+
+ +
+ + +

Help text here.

+
+ +
+ + +

Help text here.

+
+ + +
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
diff --git a/source/loggedin/includes/track/breadcrumb.html b/source/loggedin/includes/track/breadcrumb.html new file mode 100644 index 0000000..842a61b --- /dev/null +++ b/source/loggedin/includes/track/breadcrumb.html @@ -0,0 +1,4 @@ + diff --git a/source/loggedin/includes/track/trackdoc.html b/source/loggedin/includes/track/trackdoc.html new file mode 100644 index 0000000..50a167b --- /dev/null +++ b/source/loggedin/includes/track/trackdoc.html @@ -0,0 +1,35 @@ +
+ +
diff --git a/source/loggedin/includes/users/breadcrumb.html b/source/loggedin/includes/users/breadcrumb.html new file mode 100644 index 0000000..79f7612 --- /dev/null +++ b/source/loggedin/includes/users/breadcrumb.html @@ -0,0 +1,4 @@ + diff --git a/source/loggedin/includes/users/user-list.html b/source/loggedin/includes/users/user-list.html new file mode 100644 index 0000000..0438427 --- /dev/null +++ b/source/loggedin/includes/users/user-list.html @@ -0,0 +1,48 @@ +
+
+
+
+
+

System Users

+
+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
Name   Extension  Date Created   Department   Role   Action
Jame Dean 5670 6/8/10   11:16am I.T RW +   Delete +   Edit +
+
+
+ +
+
diff --git a/source/loggedin/includes/viewProcess/breadcrumb.html b/source/loggedin/includes/viewProcess/breadcrumb.html new file mode 100644 index 0000000..724b7c1 --- /dev/null +++ b/source/loggedin/includes/viewProcess/breadcrumb.html @@ -0,0 +1,4 @@ + diff --git a/source/loggedin/includes/viewProcess/view-process-details.html b/source/loggedin/includes/viewProcess/view-process-details.html new file mode 100644 index 0000000..b980c98 --- /dev/null +++ b/source/loggedin/includes/viewProcess/view-process-details.html @@ -0,0 +1,141 @@ +
+
+
+
+
+

Process 1

+
+
+ +
+
+
+
+
+

  Section Name

+
+
+

Impress Account

+
+
+
+ +
+
+
+

 Process Name

+
+
+

Check status of Imprest

+
+
+
+ +
+
+
+

  User

+
+
+

Michael Kiwanuka

+
+
+
+
+
+
+ + +
+
+
+
+
+

Process 2

+
+
+ +
+
+
+
+
+

  Section Name

+
+
+

Vote Book

+
+
+
+ +
+
+
+

 Process Name

+
+
+

Check and Commit Expenditure

+
+
+
+ +
+
+
+

 User

+
+
+

James McLongCock

+
+
+
+
+
+
+ +
+
+
+
+
+

Process 3

+
+
+ +
+
+
+
+
+

 Section Name

+
+
+

Treasury Management

+
+
+
+ +
+
+
+

  Process Name

+
+
+

Payment

+
+
+
+ +
+
+
+

  User

+
+
+

Treasury Manager

+
+
+
+
+
+
diff --git a/source/loggedin/index.html b/source/loggedin/index.html new file mode 100644 index 0000000..49d69b1 --- /dev/null +++ b/source/loggedin/index.html @@ -0,0 +1,25 @@ + + + + + Document Tracking System Dashboard + + + + +
+
+ +
+
+ + +
+ +
+ +
+
+ + + diff --git a/source/loggedin/manage-processes.html b/source/loggedin/manage-processes.html new file mode 100644 index 0000000..5744859 --- /dev/null +++ b/source/loggedin/manage-processes.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/partials/_head.html b/source/loggedin/partials/_head.html new file mode 100644 index 0000000..813d21a --- /dev/null +++ b/source/loggedin/partials/_head.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/source/loggedin/partials/_js.html b/source/loggedin/partials/_js.html new file mode 100644 index 0000000..15f61ea --- /dev/null +++ b/source/loggedin/partials/_js.html @@ -0,0 +1,2 @@ + + diff --git a/source/loggedin/partials/_nav.html b/source/loggedin/partials/_nav.html new file mode 100644 index 0000000..7be8370 --- /dev/null +++ b/source/loggedin/partials/_nav.html @@ -0,0 +1,24 @@ + diff --git a/source/loggedin/partials/_sidenav.html b/source/loggedin/partials/_sidenav.html new file mode 100644 index 0000000..8ff6972 --- /dev/null +++ b/source/loggedin/partials/_sidenav.html @@ -0,0 +1,29 @@ + diff --git a/source/loggedin/settings.html b/source/loggedin/settings.html new file mode 100644 index 0000000..a650d48 --- /dev/null +++ b/source/loggedin/settings.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/track-document.html b/source/loggedin/track-document.html new file mode 100644 index 0000000..76cef84 --- /dev/null +++ b/source/loggedin/track-document.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/users.html b/source/loggedin/users.html new file mode 100644 index 0000000..685b548 --- /dev/null +++ b/source/loggedin/users.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/loggedin/view-process.html b/source/loggedin/view-process.html new file mode 100644 index 0000000..6c7258a --- /dev/null +++ b/source/loggedin/view-process.html @@ -0,0 +1,24 @@ + + + + + Document Tracking System Track + + + + +
+
+ +
+
+ +
+
+ + +
+
+ + + diff --git a/source/partials/_head,html b/source/partials/_head,html new file mode 100644 index 0000000..e69de29 diff --git a/source/partials/_head.html b/source/partials/_head.html new file mode 100644 index 0000000..f6a82f1 --- /dev/null +++ b/source/partials/_head.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/source/partials/_js.html b/source/partials/_js.html new file mode 100644 index 0000000..15f61ea --- /dev/null +++ b/source/partials/_js.html @@ -0,0 +1,2 @@ + +