Jump 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 Line items noob

Featured Replies

  • Newbies

Guys im new here and im already having trouble.

I used Invoice template and i wanted to change one thing, is it possible to make one button on invoice tab that when is clicked opens the products DB in list mode and let you pick what items you want to add to invoice. Solution provided in template seems a bit wierd to chose from drop down list especialy if you have 200-300 items to sell, and especially that wont let me add items by part number or item name, only by itemd ID.

Thanks

Yes. you have to script the selection is such a way that you "gather" the products and push them to your items file. I like to push the unique product ID (or number or SKU or whatever), into a variable (or a global field, if you prefer). If you use a global, then you can trigger a calculated way to show the product already "selected" (with a field or conditional formatting). You can even make it so that clicking again removes the id from the "list" and turns off "selected".

When you are done you have a LIST of ids (remember to add a return after each value!). You can loop the list in your script and push each id into the items table as a new record. Use lookups or auto-enter calculations to populate the details of the product. Allow entry of quantity, auto-enter the calculation of the extended price (quantity * price). Et voila! you have used the popup to add multiple items.

Another great advantage of the pop-up window with the product list view is,the ability to filter by product type, sort by price or other normal list functions. you cannot do that with a dropdown! :)

beverly

Create an account or sign in to comment

Important Information

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

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.