Commit graph

3554 commits

Author SHA1 Message Date
Methapon2001
5e524ec91d refactor: use switch case instead 2024-12-19 12:02:45 +07:00
Methapon2001
d8844e7599 fix: make it fallback language instead of matched key 2024-12-19 12:02:45 +07:00
puriphatt
e15f0102fa fix: profileBanner no action 2024-12-19 10:58:28 +07:00
puriphatt
29251b1b4f fix: workflow => prevent undefined 2024-12-19 10:52:01 +07:00
puriphatt
0686e0b318 fix: workflow => update model value detail 2024-12-19 10:47:27 +07:00
puriphatt
34cc97e51b refactor: workflow => no step detail display '-' 2024-12-19 10:43:51 +07:00
puriphatt
1c136f93c2 fix: custom emp count 2024-12-19 10:41:41 +07:00
puriphatt
c39bc9a4d2 fix: quotation => emp count 2024-12-19 10:36:35 +07:00
puriphatt
61cb6d050a fix: 04 => i18n 2024-12-19 10:28:20 +07:00
Methapon2001
40e69b48a8 fix: search for select should not include disabled product
fixes #153
2024-12-19 10:07:21 +07:00
puriphatt
f573c7fc1d refactor: 04 => remove tooltip and ellipsis product table 2024-12-19 10:00:30 +07:00
puriphatt
61e11c0503 fix: split custom default 1 2024-12-19 09:55:47 +07:00
puriphatt
58885e6180 fix: flow field filter label 2024-12-18 18:08:32 +07:00
Methapon2001
11575f3bed feat: api active only support for product
closes https://github.com/Frappet/jws-frontend/issues/146
2024-12-18 18:05:15 +07:00
puriphatt
8f99c5274e fix: pay split count & pay split detail 2024-12-18 18:03:20 +07:00
puriphatt
1d4b101931 fix: quotation => worker item count 2024-12-18 18:03:20 +07:00
Thanaphon Frappet
bbe4150581 refactor: show table request 2024-12-18 17:55:50 +07:00
Thanaphon Frappet
40d9e339e0 refactor: add input search and status filter of request 2024-12-18 17:55:50 +07:00
Thanaphon Frappet
2099256217 refactor: add params quotation id 2024-12-18 17:55:50 +07:00
Thanaphon Frappet
b3844e56ae refactor: edit i18n payment and columns request 2024-12-18 17:55:50 +07:00
Methapon2001
2e5f1313a5 feat: add api param active only for employee 2024-12-18 17:24:01 +07:00
Methapon2001
6c370f4020 fix: customer branch id not send as api param 2024-12-18 17:23:34 +07:00
Methapon2001
0aeb812143 feat: add filter active only customer
This close #143
2024-12-18 16:33:15 +07:00
puriphatt
5baa9429c4 fix: product => remove tooltip & ellipsis 2024-12-18 14:34:57 +07:00
Thanaphon Frappet
ed6a0cee3d refactor: handle status 2024-12-18 11:49:26 +07:00
Thanaphon Frappet
fa9b59680f cleanup: 2024-12-18 10:57:05 +07:00
Thanaphon Frappet
dee626bbb9 fix: edit name emit 2024-12-18 10:51:57 +07:00
Thanaphon Frappet
44fdfc2364 refactor: view and view example receipt 2024-12-18 10:49:46 +07:00
Thanaphon Frappet
f5566f81e6 refactor: add new btn view and example 2024-12-18 10:06:09 +07:00
Thanaphon Frappet
b3d15434f6 cleanup: 2024-12-18 10:02:40 +07:00
Thanaphon Frappet
201ddfdcfa feat: function api get flow account of payment 2024-12-18 10:00:51 +07:00
Thanaphon Frappet
e8cd7e2df8 refactor: edit type payment add id and invoice 2024-12-18 10:00:03 +07:00
Thanaphon Frappet
7a591de6f3 feat add type payment flow account 2024-12-18 09:59:41 +07:00
Methapon2001
75e36663c2 chore: clean datetime function 2024-12-18 09:15:21 +07:00
Methapon2001
f9f0d1d313 refactor: use locale format from moment 2024-12-18 09:15:06 +07:00
Methapon2001
a7158a7511 docs: add function docs 2024-12-18 08:58:29 +07:00
Methapon2001
cd27514c33 refactor: use default locale instead of en-gb 2024-12-18 08:55:04 +07:00
Methapon2001
414b57acbd perf: make use of computed and use same var 2024-12-18 08:51:46 +07:00
Methapon2001
ec04c19e31 chore: cleanup 2024-12-17 15:48:48 +07:00
Methapon2001
d8062c9174 refactor: use switch case for better readability 2024-12-17 15:01:00 +07:00
Methapon2001
ed423cfaf7 refactor: prevent error 2024-12-17 14:57:50 +07:00
Methapon2001
ca38cfaec0 perf: add fallback without waiting for error 2024-12-17 14:39:02 +07:00
Methapon2001
69dd4d67d7 chore: cleanup 2024-12-17 14:39:02 +07:00
Methapon2001
c40743255c fix: wrong condition 2024-12-17 14:39:02 +07:00
Methapon2001
7184c68c83 feat: add key for better perf 2024-12-17 14:39:02 +07:00
Thanaphon Frappet
8c89d32e77 refactor: handle grid inactive 2024-12-17 14:36:50 +07:00
Methapon Metanipat
4528836f17
feat: quotation add worker after accepted (#140)
* feat: add dialog structure

* feat: add select functionality

* chore: clear unused

* feat: pass selectable product into dialog

* feat: add table

* feat: implement select worker and product

* feat: send disabled worker into component

* feat: add event emitted after submit

* chore: cleanup

* feat: add store

* feat: dialogquotationbtn

* feat: import worker from file and select them all

* feat: add title

* feat: add import button

* feat: i18n

* feat: lazy load person card image

* refactor: change import button color

* feat: add import worker button

* chore: cleanup

* chore: clean

* chore: clean

* feat: post quotation add worker appear on expired

* fix: type

* fix: only proceed when import has at least one

* feat: check more condition

* feat: fetch data from api

* fix: worker not update

---------

Co-authored-by: Methapon2001 <61303214+Methapon2001@users.noreply.github.com>
Co-authored-by: nwpptrs <jay02499@gmail.com>
2024-12-17 14:22:22 +07:00
Methapon2001
79d132f49e feat: only show active only when select flow 2024-12-17 13:44:50 +07:00
Thanaphon Frappet
2debf3b6e9 refactor: edit ui 2024-12-17 13:20:19 +07:00
Thanaphon Frappet
88f8d99baa refactor: add upload file acceptance 2024-12-17 13:16:16 +07:00