|
|
f4813e31b4
|
feat: Add farm_analytics table and update domain types
|
2025-04-02 17:40:25 +07:00 |
|
Pattadon
|
f57f65a49a
|
Merge branch 'main' into feature-inventory
|
2025-04-02 17:13:22 +07:00 |
|
|
|
07e66c753d
|
feat: add weather fetching service
|
2025-04-02 13:02:48 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
f7b3162855
|
feat: refactor inventory item structure to use string IDs and update related components
|
2025-04-01 22:27:54 +07:00 |
|
Natthapol SERMSARAN
|
0b79b53673
|
feat: change format field to use camelCase
|
2025-04-01 21:51:11 +07:00 |
|
Natthapol SERMSARAN
|
0c2f026a5f
|
feat: fix InventoryRoutes to not use UseMiddleware
|
2025-04-01 21:09:39 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
c8b824d01f
|
feat: enhance AddInventoryItem component with inventory categories, statuses, and units
|
2025-04-01 21:05:33 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
6413032537
|
feat: implement confirmation dialog for deleting inventory items
|
2025-04-01 19:02:00 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
b5daa06955
|
feat: update button label in edit inventory item dialog to 'Save'
|
2025-04-01 18:56:03 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
bfeda8ce13
|
feat: add fetchHarvestUnits API and integrate into inventory management
|
2025-04-01 18:53:18 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
ba8f754d8d
|
feat: add fetchInventoryCategory API and integrate into inventory management
|
2025-04-01 18:39:25 +07:00 |
|
|
|
2c0a628613
|
migrations: fix conflict in migration files
|
2025-04-01 18:19:28 +07:00 |
|
|
|
f8752a94de
|
Merge branch 'main' into feature-farm-setup
|
2025-04-01 17:42:49 +07:00 |
|
|
|
0776291bc8
|
Merge pull request #23 from ForFarmTeam/feature-inventory
Add inventory CRUD and migrations
|
2025-04-01 17:38:34 +07:00 |
|
|
|
d6dc91270e
|
Merge branch 'feature-farm-setup' of https://github.com/ForFarmTeam/ForFarm into feature-farm-setup
|
2025-04-01 17:14:43 +07:00 |
|
Pattadon
|
e7bdb5d6a1
|
feat: add fetchInventoryStatus API and integrate into inventory page
|
2025-04-01 16:07:09 +07:00 |
|
Natthapol SERMSARAN
|
a00111aa07
|
feat: update main api and add harvestRepo
|
2025-04-01 15:18:29 +07:00 |
|
Natthapol SERMSARAN
|
022a6e4caa
|
feat: update inventory API for status, category and harvest relations
|
2025-04-01 15:17:39 +07:00 |
|
Natthapol SERMSARAN
|
b79f3f69f3
|
feat: implement inventory repository with status and category relations
|
2025-04-01 15:16:51 +07:00 |
|
Natthapol SERMSARAN
|
6dac03a489
|
feat: implement harvest units repository
|
2025-04-01 15:16:18 +07:00 |
|
Natthapol SERMSARAN
|
10bb1a9475
|
feat: add inventory status, category and units models
|
2025-04-01 15:15:51 +07:00 |
|
Buravit Yenjit
|
8af97c0150
|
feat: add CreateRelatedArticle
|
2025-04-01 14:52:47 +07:00 |
|
Pattadon
|
338733b12b
|
fix: remove unnecessary 'Type' column from inventory table
|
2025-04-01 14:25:48 +07:00 |
|
Pattadon
|
a254185375
|
feat: add inventory_category table and update inventory_items structure with category and unit references
|
2025-04-01 14:11:52 +07:00 |
|
Buravit Yenjit
|
dd86f38b5a
|
feat: add migration for knowledgeHub
|
2025-04-01 13:42:07 +07:00 |
|
Buravit Yenjit
|
38f01d0fbe
|
feat: add knowledgeHub api
|
2025-04-01 13:41:06 +07:00 |
|
Buravit Yenjit
|
b336d94277
|
feat: add knowledgeHub repository
|
2025-04-01 13:40:22 +07:00 |
|
Buravit Yenjit
|
0d2b38110a
|
feat: add knowledgeHub domain
|
2025-04-01 13:39:25 +07:00 |
|
Pattadon
|
b4793aba38
|
fix: streamline inventory item filtering by converting id to string
|
2025-04-01 13:31:04 +07:00 |
|
Pattadon
|
9b81a8af3b
|
fix: update inventory item status to "Out Of Stock" and adjust status class handling
|
2025-04-01 11:19:25 +07:00 |
|
Pattadon
|
7d8fd6e10f
|
feat: create inventory_status table and modify inventory_items to use status_id
|
2025-04-01 11:06:50 +07:00 |
|
Pattadon
|
4e42794aad
|
feat: enhance EditInventoryItem component with props and status selection
|
2025-04-01 10:47:22 +07:00 |
|
Natthapol SERMSARAN
|
0a1320805c
|
feat: add user to inventory and update api
|
2025-04-01 03:52:01 +07:00 |
|
Natthapol SERMSARAN
|
54c8fd433c
|
feat: add user to inventory domain
|
2025-04-01 03:51:42 +07:00 |
|
Natthapol SERMSARAN
|
5a373b5f2b
|
feat: add user to inventory repository
|
2025-04-01 03:51:31 +07:00 |
|
Natthapol SERMSARAN
|
b39ddfba6f
|
feat: add user to inventory_items table in migration file
|
2025-04-01 03:51:06 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
06b318bfc5
|
Merge branch 'feature-inventory' into feature-farm-setup
|
2025-03-31 22:16:49 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
fd00ec02de
|
refactor: format axios post request for better readability in createInventoryItem function
|
2025-03-31 22:16:14 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
486c16ab15
|
feat: style delete button and remove unused search handler in inventory page
|
2025-03-31 22:12:18 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
0df2d8241e
|
feat: enhance status display in inventory table with conditional styling
|
2025-03-31 21:58:12 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
e004c62941
|
feat: add sorting icons to inventory table headers and disable sorting for edit/delete columns
|
2025-03-31 21:53:09 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
83bffe9747
|
feat: add search functionality to inventory page
|
2025-03-31 21:37:38 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
2b694a1b44
|
change to use the tannstack table
|
2025-03-31 21:07:23 +07:00 |
|
|
|
89364fae0c
|
feat: modify google map state management + add farm creation
|
2025-03-31 11:24:29 +07:00 |
|
|
|
a5bdac4f2d
|
feat: include crops in farm fetch
|
2025-03-31 11:04:13 +07:00 |
|
THIS ONE IS A LITTLE BIT TRICKY KRUB
|
7b69c68056
|
Merge branch 'feature-farm-setup' into feature-inventory
|
2025-03-30 17:32:59 +07:00 |
|
Natthapol SERMSARAN
|
41e5b1fb81
|
feat: create inventory_items table migration
|
2025-03-29 19:17:46 +07:00 |
|
Natthapol SERMSARAN
|
860181d983
|
feat: add inventory routes and handlers to api.go
|
2025-03-29 19:16:51 +07:00 |
|
Natthapol SERMSARAN
|
64098b5d10
|
feat: add inventory api
|
2025-03-29 19:13:15 +07:00 |
|
Natthapol SERMSARAN
|
4ed46f9ba5
|
feat: add inventory repository for query logic
|
2025-03-29 19:12:46 +07:00 |
|