87 Commits

Author SHA1 Message Date
bccd926e3f update blank to n/a;add delivered status to filter 2024-08-15 15:56:47 +08:00
5f5847063c feat: add page size changer 2024-08-14 16:44:55 +08:00
46421fa3d5 update message 2024-08-13 15:13:01 +08:00
905ea2ae51 confirm时判断账单金额是否一致! 2024-08-13 14:57:17 +08:00
7f7a7f5721 update get staff list api key 2024-08-12 22:20:34 +08:00
4f10e0c0fb update Dockerfile and nginx config 2024-08-12 21:34:55 +08:00
bdb44da1ea update Dockerfile 2024-08-12 21:24:05 +08:00
bfa104a634 update bill query field 2024-08-12 21:02:35 +08:00
9dafc7dd5d update api url 2024-08-12 15:53:18 +08:00
5b0a4040b9 hide create record 2024-08-11 21:33:24 +08:00
f4ffe77486 🚀 feat: update confirm bill type batch 2024-08-10 18:03:16 +08:00
b16d6a237d 🚀 feat: update bill confirm 2024-08-10 16:02:22 +08:00
551bd7d10c 🚀 feat: add confirm status 2024-08-10 12:49:10 +08:00
abc538cbc8 update permission 2024-08-10 11:34:07 +08:00
e32b3853a3 update 2024-08-10 01:08:32 +08:00
fc31bddddc update 2024-08-10 00:46:56 +08:00
dc2b34f013 feat: update menu text 2024-08-09 22:51:31 +08:00
327d8de438 feat: get user role from api
```
feat: Add `roles` field to `AuthContext` and update `AuthProvider` to handle new state

Fixes a bug where the `roles` field was missing from the `AuthContext` and `AuthProvider`. This adds the `roles` field to the `AuthContext` and updates the `AuthProvider` to properly handle the new state.

BREAKING: The `AuthContext` and `AuthProvider` now include a `roles` field. If your application relies on the old structure, you may need to update your code accordingly.

---

feat: Add `roles` field to `AuthContext`

```
feat: Add `roles` field to `AuthContext`

Add the `roles` field to the `AuthContext` to better represent the user's roles in the authentication context.

---

feat: Update `AuthProvider` to handle new state

```
feat: Update `AuthProvider` to handle new state

Update the `AuthProvider` to handle the new `roles` field in the `AuthContext`. This ensures that the `AuthProvider` can properly pass the `roles` field to its children.

---

refactor: Remove unnecessary comments and code from `AuthProvider`

```
refactor: Remove unnecessary comments and code from `AuthProvider`

Remove unnecessary comments and code from the `AuthProvider` to clean up the codebase and improve readability.

---

style: Fix trailing commas in object literals

```
style: Fix trailing commas in object literals

Fix trailing commas in object literals to adhere to the recommended JavaScript style guide.

---

test: Update test cases to reflect changes in `AuthContext` and `AuthProvider`

```
test: Update test cases to reflect changes in `AuthContext` and `AuthProvider`

Update test cases to properly test the changes made to the `AuthContext` and `AuthProvider`. This ensures that the changes have not introduced any regressions.

---

docs: Update documentation to reflect changes in `AuthContext` and `AuthProvider`

```
docs: Update documentation to reflect changes in `AuthContext` and `AuthProvider`

Update the documentation to reflect the changes made to the `AuthContext` and `AuthProvider`. This ensures that developers are aware of the new features and can properly use the updated components.
```
2024-08-09 21:08:01 +08:00
35dacc0f06 fixed: build error 2024-08-09 13:03:27 +08:00
5b622543b9 Merge pull request 'feature/bill-split' (#1) from feature/bill-split into main
Reviewed-on: #1
2024-08-09 12:24:48 +08:00
5f16a7b274 feat: add bill type confirm 2024-08-09 12:28:48 +08:00
9c6fbd839d feat: add table column diy 2024-08-08 20:24:10 +08:00
66330f4913 feat: add permission 2024-08-08 17:47:46 +08:00
ea7b4a69aa modify confirm 2024-08-05 17:04:35 +08:00
efeb21fc79 feat add bill/student number confirm 2024-08-05 13:10:19 +08:00
c11c7ee922 feat add bill/student number confirm 2024-08-05 13:06:18 +08:00
f50cc00d84 feat add bill/student number confirm 2024-08-05 12:37:06 +08:00
1f16e05c01 feat: add query condition 2024-08-03 23:51:08 +08:00
3f7d5dad92 feat: add docker compose file 2024-08-03 14:20:48 +08:00
770f320372 feat: add logout 2024-08-02 21:50:27 +08:00
d1382d762c feat: add account and remove asiapay 2024-07-31 21:39:13 +08:00
ea793165d7 fixed: remove ro permission on /dashboard/reconciliation 2024-07-31 17:16:09 +08:00
cc67e44dc7 fixed: disabled asiapay 2024-07-31 12:53:43 +08:00
a2c94abf20 fixed: update ui 2024-07-30 10:50:16 +08:00
8589265909 feat: add bill initiated date and delivered date 2024-07-30 10:37:22 +08:00
69c067bd9d fixed: export need sso 2024-07-29 15:13:12 +08:00
6741e61e13 feat:export query bill to excel; payment channel only flywire 2024-07-29 13:07:02 +08:00
9c7bf8c1cb feat:bill type confirm completed 2024-07-29 01:26:03 +08:00
21ec84f68d feat:bill manual payment completed 2024-07-29 00:02:37 +08:00
895c032532 feat:sort is now available 2024-07-28 18:50:47 +08:00
b4062b1a08 update confirm ui 2024-07-27 21:35:37 +08:00
7619ee2ba9 update favicon 2024-07-27 21:35:20 +08:00
8e0b999d25 feat: add sort by for bill query 2024-07-27 00:17:05 +08:00
b13f61b81a update permission 2024-07-27 00:16:31 +08:00
30f210ecd5 update datetime display format 2024-07-26 22:37:39 +08:00
7688f24fe1 添加ID排序及搜索 2024-07-24 23:49:39 +08:00
2545bbb3bc Display a notification when the request fails 2024-07-22 14:15:11 +08:00
6d8eebbff0 update pay channel 2024-07-14 23:02:27 +08:00
08e0d8cbec update user role and save to localstorage 2024-07-13 15:21:39 +08:00
71b6f776c9 update 2024-07-06 18:02:42 +08:00