Commit graph

53 commits

Author SHA1 Message Date
Methapon2001
842d81026e feat: allow anybody to edit customer data if can manage 2025-07-08 17:04:35 +07:00
Kanjana
3d98f9d0ad feat: add null in update dateOfBirth
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
2025-07-07 17:55:32 +07:00
Methapon2001
ced55b9518 feat: allow sale to manage 2025-07-04 13:31:04 +07:00
Methapon2001
fa95fe46a5 feat(perm): update api customer/employee perm 2025-07-03 14:33:17 +07:00
Methapon2001
15381c089c fix: employee stats not working as expected
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 4s
2025-07-03 14:33:10 +07:00
Kanjana
ce42a6dca6 add null otherNationality
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
2025-04-28 13:43:20 +07:00
Kanjana
7fe0512a2f add troubleshooting controller and field otherNationality
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s
2025-04-25 11:59:46 +07:00
Methapon2001
7bd1f57c32 feat: change employee name requirement 2025-04-22 09:47:17 +07:00
Kanjana
d52680c23f add startDate, endDate
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 7s
2025-04-17 17:05:19 +07:00
Kanjana
0aba9f9865 search startDate and endDate 2025-04-17 13:41:22 +07:00
Kanjana
743fde5493 add mode: "insensitive" 2025-04-09 11:54:52 +07:00
Kanjana
709c21082a fix bug in user, employee, institution,requestList 2025-04-08 09:27:48 +07:00
Methapon2001
a62d729ce6 refactor: change condition for active only filter 2024-12-18 17:48:50 +07:00
Methapon2001
083c8fcc02 feat: add support for active only employee
resolves https://github.com/Frappet/jws-frontend/issues/147
2024-12-18 17:30:07 +07:00
Methapon Metanipat
b2442a03c4 fix: also accept null 2024-11-13 14:39:42 +07:00
Methapon Metanipat
0027afae65 feat: accept more criteria 2024-11-13 11:48:48 +07:00
Methapon Metanipat
68668544c2 fix: wrong varialbe used 2024-11-13 11:38:13 +07:00
Methapon Metanipat
f12178c0a2 refactor: accept null as value 2024-11-13 11:06:26 +07:00
Methapon Metanipat
8d2d0ee6cc fix: change role from account to accountant 2024-11-13 10:24:44 +07:00
Methapon Metanipat
6fdfd5b140 refactor: reduce code duplication 2024-11-12 14:55:56 +07:00
Methapon Metanipat
aa7ba6d3ae fix: wrong employee code on change branch 2024-11-12 11:42:56 +07:00
Methapon Metanipat
75ecf230f7 refactor!: remove in country notice 2024-11-11 14:30:12 +07:00
Methapon Metanipat
00ce2abc7e feat: add post endpoint for complex criteria
refactor: also accept boolean for queryOrNot fn
2024-11-11 13:48:12 +07:00
Methapon Metanipat
f78fd01313 feat: search employee also cover passport no 2024-11-05 09:57:24 +07:00
Methapon Metanipat
e80e2f725b fix: respect relation 2024-10-29 09:14:48 +07:00
Methapon Metanipat
448e3b555c feat: add support for getting relation 2024-10-29 08:47:29 +07:00
Methapon Metanipat
af463ee509 refactor: don't include condition if no query 2024-10-24 17:49:10 +07:00
Methapon Metanipat
d5ab07bacb refactor: upload now return presigned url instead of redirect
This will prevent from payload upload to API Server first and then
upload to MinIO which cause upload to be happens twice.
2024-10-24 09:56:37 +07:00
Methapon Metanipat
ab71a7ee20 feat(file): add head endpoint 2024-10-22 10:43:20 +07:00
Methapon Metanipat
d2d9181493 fix(employee): missing permission check 2024-10-22 09:35:38 +07:00
Methapon Metanipat
80a407ba61 refactor: change running no to use parent id 2024-10-09 10:23:23 +07:00
Methapon Metanipat
4de0e1da87 refactor: throw common error with util function instead 2024-10-03 09:41:47 +07:00
Methapon Metanipat
2151123897 refactor: remove role from allow cross branch 2024-09-25 14:29:27 +07:00
Methapon Metanipat
492f05a2ca feat: include more relation in employee 2024-09-17 17:58:25 +07:00
Methapon Metanipat
fdf3a42659 chore: update endpoints tag 2024-09-17 08:50:45 +07:00
Methapon Metanipat
c51a403f2a refactor: employee 2024-09-13 17:39:12 +07:00
Methapon Metanipat
a7cafd25d0 feat: add address fields 2024-09-11 15:06:27 +07:00
Methapon Metanipat
730ebd6907 fix: typo 2024-09-11 14:42:40 +07:00
Methapon Metanipat
4da867cde1 refactor: helper function manual throw
This change is to prevent swagger to infer empty type from return type
2024-09-11 14:38:26 +07:00
Methapon Metanipat
5b9472b466 fix: missing field 2024-09-11 13:46:31 +07:00
Methapon Metanipat
b1bd14f6aa refactor: file upload and image 2024-09-11 10:04:20 +07:00
Methapon Metanipat
42d5e3e26d refactor: use relation helper function 2024-09-10 16:42:11 +07:00
Methapon Metanipat
acdbef485a refactor: relation helper function 2024-09-10 16:31:07 +07:00
Methapon Metanipat
06919a0205 refactor: use helper function instead for easier fix 2024-09-10 13:23:03 +07:00
Methapon Metanipat
114f008934 refactor: where conditions 2024-09-10 13:01:43 +07:00
Methapon Metanipat
102f0216f8 fix: wrong permission condition 2024-09-09 13:40:47 +07:00
Methapon Metanipat
5049392caf fix: wrong condition 2024-09-06 15:10:31 +07:00
Methapon Metanipat
48254ceec0 feat: re-add head of sale to be able to manage endpoints 2024-09-06 11:58:28 +07:00
Methapon Metanipat
dec2722670 feat: remove some roles from manage some endpoints 2024-09-06 11:47:07 +07:00
Methapon Metanipat
16d640f293 feat: employee permission check 2024-09-06 08:36:48 +07:00