Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5896 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a "Stock Checkbox" that I can check manually if the item is in stock, then I have a calculation that calculates a products weight and price. So when the price is below $0 the checkbox should be automatically un check (so we know to reorder the product).

But it still should be possible to uncheck or check the same checkbox manually. How is this possible?

Thanks

T

Posted

I don't follow. Why would a product's weight and price have any thing to do with whether or not it is in stock?

And..don't you calculate Qty in Stock using Receipts/Sold/Adjustments, etc?

Posted

Hi, yes you have stock numbers, but in this case its liquid used in recipes, so when the liquid runs out (by volume or weight) the checkbox should be unchecked. One bottle od liquid for example 500g is used in 10 recipes and once a calculation gets below "0" checkbox reminder pops off and also will change the fields color.

Posted

Why would you manually check InStock if you have a calculated InStock? Is your calc not accurate and you're getting false InStock values? Can you add Adjustments to the qty in stock, bringing it down to zero if necessary?

Posted

Ok, but what would the formula be?

if the field displays a - (negative)number the checkbox should uncheck.

I tried:

Case ( oil_quantities:il_weight_left > 0 ;oil_materials:il_stock = 1;

oil_quantities:il_weight_left < 0; oil_materials:il_stock = 0)

But it wont work

Thanks

This topic is 5896 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.