動作
Feature #143
已結束
SC
SC
可以新增"會計科目"
Feature #143:
可以新增"會計科目"
動作
移除 define.js 中的 income / expenditure 靜態資料
在 index.html 使用 AJAX (getJSON) 取得 category_crud.php?action=list 的資料
將回傳資料依 is_income 分拆成 income 與 expenditure 陣列
Modal 表格列根據 is_income 加上 bg-success 或 bg-danger,並套用 text-white
用 切換收入/支出
在accounting_coding.js中
為了使用POST GET等功能
放棄jQuery slim, 改用min