Commit graph

32 commits

Author SHA1 Message Date
csawatzky
cabc0146ed replaced uses of getGrainUnit to the users grainUnit function to pull form logged in users settings rather than local storage 2026-03-26 12:47:16 -06:00
csawatzky
dc54f99abd had cursor replace uses of getDistanceUnit with using the distance unit in the users settings so that it no longer relies on local storage 2026-03-26 09:43:39 -06:00
csawatzky
ce41a2dc05 replacing the getTemperatureUnit function in units that uses the local storage with a function in the user model to just get it from the user settings 2026-03-25 15:45:59 -06:00
csawatzky
62c2f6a63c finished updating for US tons 2026-03-06 10:24:12 -06:00
csawatzky
29d9e7377c working on US ton stuff 2026-03-04 12:51:10 -06:00
csawatzky
27590da78f changed the component used in the bin and component settings to the grain selector and split out the form into another component that handles just the form and passing up a grainSettings object from its fields 2025-12-23 10:16:31 -06:00
csawatzky
be8dc1d11f various display updates to use the custom grain name and colors 2025-12-17 14:04:37 -06:00
csawatzky
7697ec5474 renamed prop 2025-12-16 14:15:25 -06:00
csawatzky
d6c670fb78 updated the grain describers to use the new enum in the pond for the moisture calculation, changed the extract moisture function to account for custom grain types, and if there is no equation set it will return the humidity, updated instances where the bin uses that function to pass in the grain settings in its inventory 2025-12-12 15:17:37 -06:00
csawatzky
f228e1a574 Merge branch 'multi_plenum_drying' into staging_environment 2025-11-20 16:03:44 -06:00
csawatzky
965738fedd Merge branch 'reverse_nodes' into staging_environment 2025-11-14 16:25:55 -06:00
csawatzky
e70c971a88 built out the functions to create the interactions 2025-11-14 16:21:18 -06:00
csawatzky
d831677769 hotfix for the moisture not being visible for custom grain types 2025-11-12 16:30:49 -06:00
csawatzky
d2c5eeffe2 added a way to set the distance between the the peak and the lidar to be able to adjust the height for the inventory calc 2025-11-12 11:41:16 -06:00
csawatzky
b8a9f6b497 adding spaces to some places since libra cart is two words 2025-09-04 14:47:00 -06:00
csawatzky
e57f75bf56 set up an areea chart for bin levels over time if there are more than 10 changes since the bars get kinda cluttered 2025-08-15 11:18:19 -06:00
csawatzky
3e6185be8f making sure the bin uses the correct data when using libracart as an inventory control 2025-08-12 16:20:04 -06:00
csawatzky
cb7bf64c68 Merge branch 'hybrid_inventory_control' into staging_environment 2025-06-09 14:55:26 -06:00
csawatzky
cd2a0258bc fixed form issue where the basic bin height was not being updated when advanced was being edited 2025-06-04 15:45:00 -06:00
csawatzky
691b3be1f9 approval of transactions works, is also now requires a matching transaction if the bin selected also uses hybrid control, rejection still needs to be implemented 2025-06-04 15:20:46 -06:00
csawatzky
86ecb593db fixed the positioning of the word "shape" in the settings 2025-05-28 13:19:44 -06:00
csawatzky
78a5cfe089 adding hybrid inventory control option 2025-05-20 10:22:59 -06:00
csawatzky
2f2015ae08 set up a way to adjust the threshold for auto lidar 2025-05-05 12:36:57 -06:00
csawatzky
59f7f7f4e1 updated all uses of as in the api files to use the global state as well as a passed in value, will give priority to the passed in value and fall back to the state if it is undefined. 2025-04-28 10:47:59 -06:00
csawatzky
5d697091e0 fixed the actions on the bin settings and the bottom navigator opening up the side when buttons other than more waere clicked 2025-04-24 10:57:21 -06:00
csawatzky
76744c1b6f updated the bin yard api with as fix 2025-04-17 14:35:24 -06:00
csawatzky
e2f5eb0557 modified th api's for bin, contract and task to have as passed in as a prop and not get it ffrom the global state directly in the api 2025-04-17 13:33:27 -06:00
csawatzky
9074120f74 added the fan picker stuff back in to the binSettings and componentForm 2025-04-08 15:27:02 -06:00
csawatzky
d3431f5559 updated the columns for transactions 2025-04-08 14:39:24 -06:00
csawatzky
97bbd41492 adding the transaction page 2025-04-08 11:43:39 -06:00
csawatzky
c5afdc2c3d adding in the lidar inventory control stuff 2025-04-02 12:42:26 -06:00
Carter
cd972409b2 bins page now has the add bin button 2025-03-10 12:51:40 -06:00