Tom Butcher tom
tom pushed to main at farmcontrol/farmcontrol-ui 2025-12-28 17:25:54 +00:00
e74d88d286 Use yarn for ci.
tom pushed to main at farmcontrol/farmcontrol-ui 2025-12-28 16:45:52 +00:00
9ef8874418 Updated Jenkins file to work on 3x nodes.
tom pushed to main at farmcontrol/farmcontrol-ws 2025-12-28 02:13:01 +00:00
7572661615 Update schemas to match api.
tom pushed to main at farmcontrol/farmcontrol-api 2025-12-28 02:12:52 +00:00
a7e35c279e Refactor invoice routes and handlers for improved clarity and functionality
d3cbea45c5 Add invoicing fields to shipment schema and update recalculation logic
dd86075734 Add 'name' field and invoicing details to order item schema
0f14f0f52c Add payment management functionality
858041b8e9 Refactor invoice schema to improve clarity and add acknowledgment date
Compare 7 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2025-12-28 02:12:45 +00:00
84e98aa626 Add Payments Routes to Finance Module
9d78473a2a Update SalesOrder model to refine state validation for invoice actions
b2b1cd4fe0 Enhance Invoice Model with New Payment and Acknowledgment Features
d52b89de43 Add New Invoice Modal to SalesOrderInfo Component
b4a78f3c91 Add divider to InventorySidebar for improved item separation
Compare 27 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2025-12-27 17:25:10 +00:00
24502dddfc Fixed charts lazy loading.
b3961871ff Fixed rollup.
01287f39ae Define mask for compat.
Compare 3 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2025-12-27 16:36:12 +00:00
88e76e1d68 Fixed icon rollup.
919e6d192a Added pre-load animation.
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2025-12-27 16:18:27 +00:00
309d825110 Bump deps.
ab9818d18f Added result logging.
72fea29593 Improved chuncking.
6eb9f8d37f Added rollup stats.
664bd7751f Fixed depreciated setting.
Compare 6 commits »
tom pushed to main at farmcontrol/farmcontrol-ws 2025-12-27 15:19:46 +00:00
237383d3c4 Removed development logging.
tom pushed to main at farmcontrol/farmcontrol-api 2025-12-27 15:19:41 +00:00
dea6a90b68 Removed development logging.
tom pushed to main at farmcontrol/farmcontrol-ui 2025-12-27 15:19:32 +00:00
7e1ec9f3ae Removed development logging.
f6986a45cd Fixed all warnings.
e6ebc16009 Fixed base.
Compare 3 commits »
tom pushed to main at farmcontrol/farmcontrol-ws 2025-12-27 14:15:19 +00:00
8eafc81321 Updated models inline with API.
50221a0228 Updated Keycloak clientId in config.json from 'farmcontrol-client' to 'farmcontrol-dev'.
6bc0f6eded Added dotenv support.
Compare 3 commits »
tom opened issue farmcontrol/farmcontrol-ui#2 2025-12-27 14:09:03 +00:00
Add payments to finance section.
tom opened issue farmcontrol/farmcontrol-ui#1 2025-12-27 14:08:24 +00:00
Add sales/commerce section
tom pushed to main at farmcontrol/farmcontrol-api 2025-12-27 14:05:52 +00:00
c4f2de910a Remove images.
tom pushed to main at farmcontrol/farmcontrol-api 2025-12-27 14:05:03 +00:00
5d8e2d0cb8 Clean repo.
tom pushed to main at farmcontrol/farmcontrol-api 2025-12-27 14:04:02 +00:00
a12ae1f340 Bump packages.
db85735f9b Update tax rate import path in taxrates.js to reflect schema renaming.
5a16890b7a Add route handler for updating multiple stock events in stockevents.js
361689cef4 Update allowedFilters in order items route to include shipment and shipment._id for enhanced filtering capabilities.
a7bda46acf Add shipment management functionality with new route handlers for shipping, receiving, and canceling shipments. Updated service methods to handle state validation and order item updates accordingly.
Compare 17 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2025-12-27 13:55:30 +00:00
94406a1bfc Add Invoice model to objectModels and re-export for direct access.
a0e09508f4 Update Job and Printer models to change 'info' color to 'processing' for printing count.
2bbb068621 Add FinanceIcon component.
8b6dbff9ff Add Purchase Order Statistics section to InventoryOverview component
769229aacb Updated NewOrderItem component to set default state to 'draft' and added an optional section for shipment details.
Compare 21 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2025-12-14 23:06:51 +00:00
d7827ecb6d Implemented new message context.
c6088361cd Change port back.
Compare 2 commits »
tom pushed to main at farmcontrol/farmcontrol-ui 2025-12-14 22:11:28 +00:00
5e7e9510fb Refactored electron code and added spotlight feature.