This commit is contained in:
2026-06-11 21:24:35 +07:00
parent 3d597a4a95
commit 4c424250f6
2 changed files with 187 additions and 24 deletions

View File

@@ -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>