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.

Date based invoicing

Featured Replies

I am trying to design a rental system with automatic invoicing based on the date such that:

if the rental start date is in the current month and the start date is not the 1st of the month then

Rental/Number of days in the month*(number of days in the month-Rental start date)+commision.

And conversely if the rental end date is in the current month etc.

Can anyone help construct this formula please

Chris

Case (Month(rentalStartDate)=Month(Status(CurrentDate)and Day(rentalStartDate) > 1 ; (rentalAmount/numberDaysinMonth)*(Date(Month(Status(CurrentDate)))+1,0,Year(Status(CurrentDate)))-rentalStartDate)+commission

The other calculations would be similar. In version 7, using Let, we could simplify the calculation drastically.

  • Author

Thank you for your help, I have today received my FMP7 (V7.02) and installed it, how would Let be simpler. By the way FMP7 appears much slower launching a solution than either 5.5 or 6. Is this because these solutions were designed in previous versions and then converted.

Chris

  • Author

I can not get this expression to work, numberDaysinMonth, I have tried different syntax but to no avail

Chris

It's hard to know what the last day of the month is. But it's easy to know what the first day of next month is, then substract 1:

Day ( Date ( Month ( Get (CurrentDate) ) + 1; 1; Year ( Get (CurrentDate)) ) - 1 )

Actually, there is a special, rather odd way to get the last day of the month. It's day 0 of next month. So this also works:

Day ( Date ( Month ( Get (CurrentDate) ) + 1 ; 0; Year ( Get (CurrentDate)) ) )

Fenton:

Nicely done. It's always good to see some code that gets the cereal into the bowl in just the right (non-rectilinear) way.

-Stanley

  • Author

Wow, now I know why I feel dumb, it's because I am. Thanks for all your help

Chris

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.