Commit graph

1050 commits

Author SHA1 Message Date
Methapon2001
c492daaee2 chore: add field for later use 2024-12-03 13:36:31 +07:00
Methapon2001
e5e8737f09 feat(task-order): add query and filter support 2024-12-03 13:35:33 +07:00
Methapon2001
87f7ecfae6 fix: do not need status in payload 2024-12-03 13:34:58 +07:00
Methapon2001
601aaeb8e3 fix: missing auth 2024-12-03 13:34:27 +07:00
Methapon2001
38bac5f33c fix: do not require query 2024-12-03 13:09:59 +07:00
Methapon2001
9fbc8ace15 fix: accept null 2024-12-03 11:31:59 +07:00
Methapon2001
42ff57e23e fix: typo and error 2024-12-03 11:07:23 +07:00
Methapon2001
66aa3b1641 chore: migration 2024-12-03 10:26:18 +07:00
Methapon2001
47da893e5e fix: typo 2024-12-03 10:26:09 +07:00
Methapon2001
83e0308022 refactor: return default count 2024-12-03 10:20:45 +07:00
Methapon2001
915ce27667 chore: migration 2024-12-03 10:10:28 +07:00
Methapon2001
bc6f55c022 fix: add missing field 2024-12-03 10:10:24 +07:00
Methapon2001
d961d9c039 feat: add worker to quotation after accepted 2024-12-03 09:57:00 +07:00
Methapon2001
98c42464eb chore: migration 2024-12-03 09:56:38 +07:00
Methapon2001
4091c0b38c feat: add more field for use later 2024-12-03 09:56:33 +07:00
Methapon2001
1753ac65da feat: task order stats 2024-12-03 09:37:35 +07:00
Methapon2001
f2037b4fa5 fix: wrong openapi security definition 2024-12-02 15:38:03 +07:00
Methapon2001
c555ddcdb5 feat: add relation for use later 2024-12-02 15:37:45 +07:00
Methapon2001
3037cc7010 fix: wrong condition cause request work to 0 2024-12-02 15:14:58 +07:00
Methapon2001
de69518c73 feat: update task status when accepted 2024-12-02 13:13:50 +07:00
Methapon2001
d6703f84e6 chore: clean import 2024-12-02 13:13:34 +07:00
Methapon2001
4ec6da7610 chore: migration 2024-12-02 11:44:08 +07:00
Methapon2001
5dae3d6fce refactor: remove document receive point 2024-12-02 11:43:37 +07:00
Methapon2001
f768e11a32 chore: migration 2024-12-02 11:43:13 +07:00
Methapon Metanipat
c7f69666f2
feat: task order (#7)
* feat: add task order table

* refactor: update relation field

* feat: basic task endpoints

* feat: add filter by work status

* refactor: update relation

---------

Co-authored-by: Methapon2001 <61303214+Methapon2001@users.noreply.github.com>
2024-12-02 11:42:24 +07:00
Methapon2001
ea337bd364 feat: also return installment no 2024-11-29 16:42:33 +07:00
Methapon2001
4d3f75b88d feat: accept order by and order field 2024-11-29 11:54:21 +07:00
Methapon2001
a6aa96a6f9 refactor: include relation 2024-11-29 10:37:48 +07:00
Methapon2001
01a647f6b9 feat: include invoice and payment 2024-11-29 10:15:29 +07:00
Methapon2001
fff5816988 refactor: move get relation into individual instead 2024-11-28 17:22:08 +07:00
Methapon2001
c86c45702d feat: also include actor (createdBy) 2024-11-28 17:20:26 +07:00
Methapon2001
b1c9271f4c feat: search now cover deeper relation 2024-11-28 16:28:35 +07:00
Methapon2001
8a698ffbc8 feat: update to in progress too for complete 2024-11-28 16:24:22 +07:00
Methapon2001
5d1c61fcb4 fix: make optional 2024-11-28 15:44:08 +07:00
Methapon2001
f201add95c feat: also update parent status on change status 2024-11-28 15:35:11 +07:00
Methapon2001
b4b61905a1 feat: sort address 2024-11-28 15:19:35 +07:00
Methapon2001
2894f67f65 chore: migration 2024-11-28 13:47:04 +07:00
Methapon2001
2973290184 refactor: change currently unused field name 2024-11-28 13:44:39 +07:00
Methapon2001
6d336e7e90 feat: add condition query for responsible area 2024-11-27 15:16:45 +07:00
Methapon Metanipat
95ef8de6a6 feat: quotation by id order installments 2024-11-26 13:56:51 +07:00
Methapon Metanipat
186da30d44 feat: order installments by no 2024-11-26 13:53:57 +07:00
Methapon Metanipat
2dce148458 feat: include invoice and payment data in quotation res 2024-11-26 11:34:58 +07:00
Methapon Metanipat
7908d2dab5 fix: payment always trigger payment success 2024-11-26 11:34:39 +07:00
Methapon Metanipat
09b3097d02 feat: update expired status if edit (re-open) 2024-11-26 09:52:56 +07:00
Methapon Metanipat
e29ee46a2a fix: error constraints
fix: error constraints
2024-11-25 15:24:56 +07:00
Methapon Metanipat
990a4687fd fix: error when no ids 2024-11-25 15:14:42 +07:00
Methapon Metanipat
6580c17273 refactor: prevent recreation of work 2024-11-25 15:05:00 +07:00
Methapon Metanipat
c7ae96d119 fix: missing return 2024-11-25 14:41:47 +07:00
Methapon Metanipat
2caf197542 fix: transaction close before action 2024-11-25 14:32:49 +07:00
Methapon Metanipat
aa622afc9f feat: make accepting status as optional 2024-11-22 11:06:17 +07:00