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 5947 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm hoping to write a database to help a small organisation keep track of their book sales and keep track of stock. They sell lots of titles a month and some run out sooner than others. So what they want is to do a stocktake, record sales, and show remaining stock. When stock hits a certain point it flags something to say reorder.

I have a file that contains rows for each title:

title | stockcount | triggerpoint

I need to create another file that works with this data. How do I create a field that keeps a running tally as you put in the quantity sold in that period (eg weekly tally per record) it takes into account all previous sales to give you a 'remaining stock' field without resorting to running a summary preview. If it goes beneath the triggerpoint it displays red.

At some point you restock, but then do you start a new file as all the previous records exhausted the last stock?

Posted

I would do a Sum(field) totaling all sales of a certain item and just keep it in the item record?

Assuming you have sales, items, orders tables.

This topic is 5947 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.