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

Recommended Posts

Posted

Looking for some advice on my due date calculation.

My calculation is working, but wondering if it is as sound as it could be.

 

due_date = [ invoice_date + terms ]

 

Should this be written better?

Posted

Can't see how this would work. Invoice Date is a date field. What is the field Terms? If it's a payment schedule (30 days, 60 days etc. and also related to date then it's possible. Not enough info.

Posted

Can't see how this would work. Invoice Date is a date field. What is the field Terms? If it's a payment schedule (30 days, 60 days etc. and also related to date then it's possible. Not enough info.

invoice_date is a date field

terms is a number field and would be set to 0, 30, 60, etc...

 

Being that the terms field is a number field, you could set it to "Net 30" and FileMaker will ignore the "Net ". But I chose to keep it clean and leave "Due Upon Receipt" and "Net" out of the terms field.

 

Instead I created a terms_label calculation that is displayed on invoice report...

 

 

Case(
terms ≤ 0; "Due Upon Receipt"; "Net " & terms
)

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