Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Invoice Due Date via Terms

Featured Replies

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?

  • Author

Thanks GisMo ;)

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.

  • Author

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
)

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.