This website requires JavaScript.
Explore
Help
Sign In
farmcontrol
/
farmcontrol-api
Watch
2
Star
0
Fork
0
You've already forked farmcontrol-api
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
161
Commits
2
Branches
0
Tags
Commit Graph
6 Commits
Author
SHA1
Message
Date
Tom Butcher
367891eb33
Refactored population logic in invoice, payment, order item, and other route handlers to use constants for improved readability and maintainability. This change enhances consistency across the codebase and simplifies future updates to population fields.
All checks were successful
farmcontrol/farmcontrol-api/pipeline/head
This commit looks good
Details
2026-07-04 20:48:27 +01:00
Tom Butcher
50eacb3974
Added text indexes to various schemas for improved search capabilities across finance, inventory, and management modules. Updated route handlers to include search functionality for invoices, payments, tax records, and inventory items, enhancing data retrieval efficiency.
Some checks failed
farmcontrol/farmcontrol-api/pipeline/head
There was a failure building this commit
Details
2026-07-04 16:48:50 +01:00
Tom Butcher
d9247d2504
Refactored config system to have both production and development configs.
2025-12-13 23:01:03 +00:00
Tom Butcher
55a1633eab
Updated import paths.
2025-12-13 21:14:06 +00:00
Tom Butcher
b44e3a5141
Added loads of features, updated packages and created schema sync.
2025-12-02 18:29:30 +00:00
Tom Butcher
72d03ce976
Add document jobs management: Introduced new routes, schema, and service functions for managing document jobs. Updated index.js to include documentJobs route. Implemented CRUD operations and filtering capabilities for document jobs in the application.
2025-09-05 23:24:24 +01:00