add
This commit is contained in:
32
index.html
32
index.html
@@ -9,7 +9,37 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
Ngày xác định
|
||||
<input id="input_config_month_date" type="date">
|
||||
<input id="input_config_month_money" type="number" placeholder="ngân sách">
|
||||
<button onclick="myPersonalFinanceManager.addConfigMonth()">Cài ngân sách</button>
|
||||
|
||||
-------
|
||||
Tổng Quan
|
||||
<div>
|
||||
<p >Số dư hiện tại: <span id="soDuHienTai"></span></p>
|
||||
<p >Thu tháng này: <span id="thuThangNay"></span></p>
|
||||
<p >Chi tháng này: <span id="chiThangNay"></span></p>
|
||||
<progress id="phanTramThuChi" id="file" value="32" max="100"> </progress>
|
||||
</div>
|
||||
|
||||
<table border="1px">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Tháng</th>
|
||||
<th>Năm</th>
|
||||
<th>Ngân Sách</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="nganSachBody">
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<form onsubmit="myPersonalFinanceManager.addTrade(event)">
|
||||
<label for="">Danh mục giao dịch</label>
|
||||
|
||||
Reference in New Issue
Block a user