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
farmcontrol-api
/
src
/
database
/
schemas
History
Tom Butcher
9bba139998
Removed paymentDate field from payment schema and updated related route handlers to reflect this change, streamlining payment data management.
2026-07-18 14:00:44 +01:00
..
finance
Removed paymentDate field from payment schema and updated related route handlers to reflect this change, streamlining payment data management.
2026-07-18 14:00:44 +01:00
inventory
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.
2026-07-04 16:48:50 +01:00
management
Enhanced courier service and listing schemas by adding cost-related fields and integrating courier services into listings. Updated route handlers and service logic to accommodate new fields, improving data management and retrieval capabilities.
2026-07-18 13:36:01 +01:00
misc
Implemented notifications.
2026-03-01 01:42:30 +00:00
production
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.
2026-07-04 16:48:50 +01:00
sales
Enhanced courier service and listing schemas by adding cost-related fields and integrating courier services into listings. Updated route handlers and service logic to accommodate new fields, improving data management and retrieval capabilities.
2026-07-18 13:36:01 +01:00
models.js
Refactored tax record management by moving tax record schema and routes to the finance directory, enhancing organization. Implemented CRUD operations for tax records in the new service and added corresponding tests for route handlers.
2026-06-21 22:23:14 +01:00