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.

EU no VAT on Invoice

Featured Replies

Hello all

I have a great invoice table thats been working great. Unfortunately, we now have a client in EU. I 've been informed that we don't charge VAT to clients based in EU.

I 've created a field on my contacts list named COUNTRY with a drop down box UK or EU.

If the drop down box states EU is there a way that calculation field for VAT not be used or made to = 0?

Look forward to any replies! I will keep working on an answer!

regards

BFGK

Make your vat amount field a calc field and use the following calc

Case(Country="EU";0;your current vat calc)

This will set the vat amount to 0 if the field country = EU or will set it to your current vat result otherwise

HTH

phil

  • Author

Thanks I used the following:

If(Wholesale Contacts::Country="UK";Total Net * 17.5/100;0)

Seems to work!!!

BFGK

Do not hard code the 17.5 in the calc itself. Store it in a filed in a preferences table since tax rates change all the time.

So the value of Preferences::Taxrate would be .175

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.