-
Notifications
You must be signed in to change notification settings - Fork 0
/
SRS.htm
executable file
·14 lines (11 loc) · 1.21 KB
/
SRS.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- saved from url=(0044)http://localhost:8081/ExpenseManager/SRS.htm -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>SRS</title>
</head>
<body contenteditable="true">
<h1>Expense Manager</h1>
<ul><li>Track daily expenses</li>
<li>Display Today's date.(modifiable) use jquery datepicker. or create a date wheel</li><li>use ajax for displaying categories</li>
<li>set default daily expense category list.</li><li>On save btn click upload the expenses to the database. Database to use : MySQL. </li><li>Display a table of today's expenses.</li><li>update table on adding new expense or changing date.</li><li>one delete btn to delete each expense.</li><li>add category. and show list of categories</li><li>use stored procedures for database queries</li><li>show new category/expense addition with fade in effect and animate slide down.</li><li>Add notes to each expense</li><li>create categor y-subcategory of expenses ( create a customized combo box. to display proper list)</li><li>2nd page : Show expense history in bar/pie chart.</li><li><br></li>
</ul></body></html>