-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfeature-and-functions.html
executable file
·106 lines (99 loc) · 4.85 KB
/
feature-and-functions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]><html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]><html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!-- Global Metas -->
<meta charset="utf-8">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>title</title>
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--[if lt IE 9]> HTML5Shiv
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- CSS's -->
<link rel="stylesheet" href="">
<!-- Favicons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>
<h2>Features and Function</h2>
<p class="lead">Codeigniter purchasing system can carry out the following functions: </p>
<ul>
<li>User Management
<ul>
<li>Add</li>
<li>Edit/Update</li>
<li>Activate/Deactivate User</li>
</ul>
</li>
<li>User type involve in process
<ul>
<li>Administrator / Purchasing Department</li>
<li>General User</li>
<li>Canvasser</li>
<li>Budget</li>
<li>Auditor</li>
<li>Board</li>
<li>Property Department</li>
</ul>
</li>
<li>Settings
<ul>
<li>Flexibility</li>
<li>Changeable email templates with shortcodes</li>
<li>Changeable Status Text and color</li>
<li>Branches</li>
<li>Supplier</li>
<li>Products</li>
<li>Category</li>
</ul>
</li>
<li>Dashboard
<ul>
<li>View the number of request and the current request being process on the department </li>
<li>View the users that has an ongoing request</li>
<li>1 Week interval graph of requests</li>
<li>Non admin view announcement and the progress of each request</li>
</ul>
</li>
<li>Requests
<ul>
<li>List of Requests</li>
<li>Wizard for the new request</li>
<li>You can add an attachment and description on each item</li>
<li>View amount total per supplier</li>
</ul>
</li>
<li>Head Approval
<ul>
<li>Ability to assign each item to another department head and allow them to approve</li>
<li>Department head has ability to deny and approve request</li>
</ul>
</li>
<li>Canvassing system
<ul>
<li>Ability to enter list of canvassed materials and suppliers with corresponding quotes for admin to view</li>
<li>Ability to view selected canvassed materials and suppliers for comparison and approval</li>
<li>Ability to enter up to four suppliers for each canvassed item requested.</li>
<li>Auto compute feature easily determines lowest price amongst the supplier presented in the canvassing.</li>
</ul>
</li>
<li>Budget Approve/Deny request</li>
<li>Board Approve/Deny request</li>
<li>Generate PO</li>
<li>Audit approve/deny request</li>
<li>Property department for the finish process request</li>
<li>Each department head allows to view request of their user</li>
<li>Each department head allows to view/print reports</li>
</ul>
</body>
</html>