Make an Invoicing App

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024

Комментарии • 42

  • @KGingeri
    @KGingeri 8 месяцев назад

    Wow, great tutorial! You've answered a TON of questions I was running into with AppSheet. I just about abandoned it! Thanks. I'm going at it again. My need is a bit different in that I want to invoice from tasks and time spent for various clients. However, I think you've given me what I need to progress! Subscribed.🙂

  • @manalaoahmad
    @manalaoahmad 2 года назад +4

    Hi Rich. Thank you so much for this video and all the other videos that you have made. I have been on other Apphsheet channels. And by far I have learned way more on your channel than all of the others combined. I like how you dive straight into the task at-hand and explore functions that are quite unique or not usually discussed by other experts. And most importantly you show the whole process of creating Appsheet app from beginning to end; which most other channels don't.
    I hope my gratitude will encourage you to keep producing great tutorial videos! Keep up the great work sir!

    • @appify
      @appify  2 года назад

      Thanks for the kind words! I appreciate it.

  • @vvdd903
    @vvdd903 2 года назад

    Awesome video. I was able to follow and duplicate from start to finish. Thanks so much.

    • @appify
      @appify  2 года назад

      Glad it helped!

  • @karimaboutouk
    @karimaboutouk 7 дней назад

    great rich , that is great , i have an esue how can i deal with the changing of price of product without crupted old data with the old price ?

  • @yumeileventhal3069
    @yumeileventhal3069 2 года назад

    Thank you for this excellent tutorial!

  • @chukwuebukanwajagu5922
    @chukwuebukanwajagu5922 2 года назад

    This is great. Wonderful presentation.
    Pls can you make a video of multiple item POS system, that a customer selects an item and a pop-up requests for quantity and verifies amount. Is it possible? If is, Pls help a beginner.

  • @SufiShahHamidJalali
    @SufiShahHamidJalali 2 года назад

    Rich!! Thank you very much!
    You are great!

    • @appify
      @appify  2 года назад

      Glad it helped!

  • @davep8695
    @davep8695 2 года назад

    Thanks Rich, succinct and useful, as always

    • @appify
      @appify  2 года назад

      My pleasure!

  • @MuhammadUsman-cw1ih
    @MuhammadUsman-cw1ih Год назад

    Peace!
    Such a nice work!
    I want know that, how can i make duplicate of a sheet including app..?
    I've more then five clients, but their work is similar. So how can be possible that one time work can be applied to all copied/duplicated app...???

    • @appify
      @appify  Год назад

      You can make a copy of an app under Manage>Author. You will see the option to copy. After clicking copy you can choose to copy the data as well.
      Once you make a copy those apps are all independent. However you can make a reference app and use the Upgrade functionality under Manage>Version by targeting your reference app. However after you do that you need to take care and connect the app back to the appropriate data sources for each of the copies.

    • @MuhammadUsman-cw1ih
      @MuhammadUsman-cw1ih Год назад

      @@appify such a noice of...

    • @MuhammadUsman-cw1ih
      @MuhammadUsman-cw1ih Год назад

      Your means that do that work again like cell referance make again...

    • @MuhammadUsman-cw1ih
      @MuhammadUsman-cw1ih Год назад

      Actually i am travelling yet, therefore i did not practical...
      please make clearify little bit more...

  • @SudheeshSugunan-l9v
    @SudheeshSugunan-l9v 4 месяца назад

    Relative reference list items not appearing in pdf

  • @BenBruton
    @BenBruton Год назад

    Hi Great tutorials! Im trying to copy your app but i keep get erorrs saying it can't find the sheets templates, have you removed them?

    • @appify
      @appify  Год назад

      Sorry about that. It is fixed.

  • @IvyPlans
    @IvyPlans 2 года назад

    Thank you 🙏🏼🙏🏼🙏🏼🙏🏼

  • @xienmiful
    @xienmiful 2 года назад

    Hello, many thanks for your valuable video. There is some point that when I add an unit from Invoices button but Invoice's total does not change in both google sheet and appsheet screen as well, how I can correct ?

    • @appify
      @appify  2 года назад

      If you are using an app formula it only computes when the record is updated. If you want the data to be updating in realtime in the Google sheet, then you need to create a column that has an Google sheet formula and regenerate the table in AppSheet. Appsheet will pickup this formula to ensure it is also added to all new records that are added too. This formula will show in the column settings under "Spreadsheet formula"

  • @icloudcloudy
    @icloudcloudy Год назад

    What programming language(s) can you use on the formula section?

    • @appify
      @appify  Год назад

      It's a proprietary system. However it is very similar to Excel/Sheets.

  • @Lil_A_
    @Lil_A_ 3 месяца назад

    If a customer would want to buy more than one thing in an invoice how could this be made possible?

    • @appify
      @appify  2 месяца назад

      You can use the transactions table for this as well. I didn't cover this in the video but, when you setup a REF type column there is the option to set "is a part of". This will add the function of allowing you to add multiple items when creating a new invoice. Check out the bottom part of this help article. support.google.com/appsheet/answer/10106510?hl=en

  • @mangeshmundhe7539
    @mangeshmundhe7539 2 года назад

    Sir can you create a video on lookup function…. Its quite confusing please

    • @appify
      @appify  2 года назад +1

      here you go! ruclips.net/video/ixyj_UoRifI/видео.html

  • @archersterling7321
    @archersterling7321 2 года назад

    Great video but need help with a expression pls

    • @appify
      @appify  2 года назад

      Sure. What are you trying to do?

    • @archersterling7321
      @archersterling7321 2 года назад

      @@appify when I add a record to the Child’s table under (Trip) , I want the the (Dashboard ) table to update automatically with the new info . And hide the update button in the background.

    • @archersterling7321
      @archersterling7321 2 года назад

      Sorry Dashboard is the parent

    • @appify
      @appify  2 года назад

      To hide the update button go to Behaviors -> actions and click show system actions at the bottom of the page. This will show the edit system action which you can then hide.

    • @appify
      @appify  2 года назад

      Are you wanting to update a specific field in the dashboard table record? I would need a little more info on what from the child table you want to update in the dashboard.