ValdiANS
|
1080a26f93
|
fix: search in location select input
|
2026-04-22 13:55:29 +07:00 |
|
ValdiANS
|
9293b6321f
|
feat: implement purchase export progress input
|
2026-04-22 11:06:34 +07:00 |
|
rstubryan
|
8dc62453bd
|
fix(FE-form-object-missmatch): Refactor purchase item handling in
approval forms and schemas
|
2026-04-14 13:31:40 +07:00 |
|
ValdiANS
|
726065da51
|
fix: make vehicle_number and transport_per_item required if expedition_vendor exist
|
2026-04-08 15:32:01 +07:00 |
|
ValdiANS
|
6c03e42006
|
fix: remove transport_per_item and vehicle_number value and disable them if expedition vendor is empty
|
2026-04-08 15:31:31 +07:00 |
|
ValdiANS
|
10d1f05aa5
|
fix: use correct address and logo
|
2026-04-02 11:00:17 +07:00 |
|
ValdiANS
|
cae19d905b
|
feat: add filter modal
|
2026-04-02 09:57:40 +07:00 |
|
ValdiANS
|
c040c0e9bb
|
feat: create PurchaseFilterModal component
|
2026-04-02 09:51:22 +07:00 |
|
ValdiANS
|
4f3e304b2b
|
fix: set received_qty default value to sub_qty
|
2026-03-30 14:40:26 +07:00 |
|
rstubryan
|
a5ebc6d1ae
|
refactor(FE): Fix dependency arrays and improve error handling in
purchase components
|
2026-03-05 14:17:42 +07:00 |
|
rstubryan
|
4b49cd18f5
|
refactor(FE): Refactor form handlers to use consistent formik utilities
|
2026-03-05 13:45:01 +07:00 |
|
rstubryan
|
f4a522fc0c
|
refactor(FE): Refactor form field updates to use destructured Formik
methods
|
2026-03-04 16:48:21 +07:00 |
|
rstubryan
|
080592ff01
|
chore(FE): Remove unused variables and imports across components
|
2026-03-04 11:58:35 +07:00 |
|
rstubryan
|
89d7d3ef91
|
refactor(FE): Format imports in PurchaseTable.tsx
|
2026-03-04 11:07:30 +07:00 |
|
rstubryan
|
18ebf75aa7
|
feat(FE): Integrate UI store and pathname handling in table components
|
2026-03-04 11:06:53 +07:00 |
|
rstubryan
|
4f6d71f1f4
|
refactor(FE): Refactor payload creation in
PurchaseOrderAcceptApprovalForm
|
2026-03-04 10:20:50 +07:00 |
|
rstubryan
|
9c4c750664
|
refactor(FE): Refactor table skeleton components for consistency
|
2026-03-02 12:10:06 +07:00 |
|
rstubryan
|
0af7b172a0
|
refactor(FE): Refactor PurchaseTable to use Popover for row options menu
|
2026-02-25 12:08:31 +07:00 |
|
rstubryan
|
1f2f3acebb
|
refactor(FE): Remove unused imports and redundant code
|
2026-02-20 14:17:26 +07:00 |
|
rstubryan
|
3834982fca
|
feat(FE): Add "has_chickin" property to disable quantity editing
|
2026-02-11 11:40:29 +07:00 |
|
rstubryan
|
3dee5c1828
|
refactor(FE): Add reference number column to ExpensesTable
|
2026-02-07 09:29:05 +07:00 |
|
rstubryan
|
5ac958231a
|
refactor(FE): Remove unused invoice download functionality from
PurchaseTable
|
2026-02-07 09:10:39 +07:00 |
|
rstubryan
|
25a89b8987
|
refactor(FE): Update purchase search input UI
|
2026-02-04 14:16:53 +07:00 |
|
rstubryan
|
760e9ccd89
|
refactor(FE): Add invoice download and PO table columns
|
2026-02-04 14:13:59 +07:00 |
|
rstubryan
|
758a0cd9a7
|
refactor(FE): Update Add button styles and labels
|
2026-02-03 10:46:58 +07:00 |
|
rstubryan
|
68feef77fc
|
refactpr(FE): Extract approval and rejection handlers
|
2026-02-02 14:43:18 +07:00 |
|
rstubryan
|
4dec97b57c
|
refactor(FE): Reset approval notes when opening/closing modals
|
2026-02-02 14:33:48 +07:00 |
|
rstubryan
|
85556c0db0
|
refactor(FE): Use Color type for badge color typings
|
2026-02-02 11:10:58 +07:00 |
|
rstubryan
|
3ca4b324d3
|
refactor(FE): Unify status badge logic and use StatusBadge
|
2026-02-02 10:46:20 +07:00 |
|
rstubryan
|
9f93200bd5
|
refactor(FE): Move form error alerts to bottom of forms
|
2026-01-28 14:14:44 +07:00 |
|
rstubryan
|
4011d26193
|
refactor(FE): Make approval and action buttons responsive
|
2026-01-26 13:45:32 +07:00 |
|
rstubryan
|
afb0c40fd2
|
refactor(FE): Add Status Approval column to PurchaseTable
|
2026-01-26 13:37:06 +07:00 |
|
rstubryan
|
151af5707d
|
refactor(FE): Enable supplier select infinite loading
|
2026-01-24 09:10:40 +07:00 |
|
rstubryan
|
716f064858
|
refactor(FE): Limit supplier useSelect results to 100
|
2026-01-24 09:03:19 +07:00 |
|
rstubryan
|
8b0a6f054b
|
refactor(FE): Format zero transport per item as currency
|
2026-01-20 10:31:32 +07:00 |
|
rstubryan
|
72356917ff
|
refactor(FE): Show dash for missing transport per item
|
2026-01-20 10:23:40 +07:00 |
|
rstubryan
|
28a32cb6c4
|
refactor(FE): Move travel document button into receipt section
|
2026-01-20 10:21:22 +07:00 |
|
rstubryan
|
0e179f1643
|
refactor(FE): Use location type guard for warehouse access
|
2026-01-20 10:08:37 +07:00 |
|
rstubryan
|
6319b6d5fe
|
refactor(FE): Guard warehouse before accessing location
|
2026-01-20 10:07:39 +07:00 |
|
rstubryan
|
d19b1e885e
|
refactor(FE): Compute item total on qty change and limit reset
|
2026-01-17 12:59:41 +07:00 |
|
rstubryan
|
a17089f4bb
|
refactor(FE): Relax expedition vendor validation
|
2026-01-15 19:37:55 +07:00 |
|
rstubryan
|
45700be730
|
refactor(FE): Improve vehicle number validation message and set
expedition flag on supplier
|
2026-01-15 19:32:09 +07:00 |
|
rstubryan
|
228e79bb31
|
refactor(FE): Make vehicle/expedition/transport fields optional
|
2026-01-15 19:29:03 +07:00 |
|
rstubryan
|
3bc5030a3d
|
refactor(FE): Use useSelect for warehouse options
|
2026-01-15 10:17:08 +07:00 |
|
rstubryan
|
4b88b684af
|
refactor(FE): Load locations by area and disable location select
|
2026-01-15 10:12:52 +07:00 |
|
rstubryan
|
cf332b5346
|
refactor(FE): Add load-on-scroll for expedition vendor select
|
2026-01-15 10:00:56 +07:00 |
|
rstubryan
|
325f3f1bd8
|
refactor(FE): Display form error list in purchase forms
|
2026-01-08 12:35:16 +07:00 |
|
rstubryan
|
6fdff6706d
|
refactor(FE): Clear file input on form reset
|
2026-01-07 15:54:16 +07:00 |
|
rstubryan
|
d5b4111ae4
|
refactor(FE): Remove travel_document_path field and handling
|
2026-01-07 15:46:58 +07:00 |
|
rstubryan
|
cf8ed9ccad
|
refactor(FE): Use expedition vendor id fallback in mapping
|
2026-01-07 15:06:43 +07:00 |
|