AppSheet Inventory Point Of Sale Management for Any Business Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024
  • Create Inventory Management POS Sytem for any business using AppSheet Part 1
    link of Webhook Part 1: docs.google.co...
    More Tutorials Below
    Generate PDF Using Google Form in Appsheet and Send Email
    • Google Forms To PDF Ap...
    Generate Qr Code
    • How To Generate QR Cod...
    Calculate Age based on Date of Birth
    • How To Calculate Age U...
    Delete Rows of Another AppSheet App
    • How To Delete a Row Da...
    Add and Update Another AppSheet App
    • Add and Update Data in...
    Multiple Items POS System with Inventory Management
    • How To Create Your Own...
    Recover Deleted Row Data
    • AppSheet Copy Data Fro...
    How to Send Whatsapp Messages
    • How To Send Whatsapp M...
    Generate Customize Report and Download in PDF
    • How To Generate a Cust...
    Create Your Own Inventory Management from Scratch using AppSheet
    • How To Make an Invento...
    Appsheet Edit a Table Using Another Table
    • How To Modify a Data T...
    Create your own payroll payslip in Appsheet
    • How To Create a Payrol...
    Create your own TAX Invoice App Printable Using Appsheet and Google sheet
    • How To Create a TAX In...
    Create Your Own POS Restaurant System
    • How to make your own P...
    How to Autofill Columns in AppSheet
    • How To Auto Fill Data ...
    Create a Dynamic Dashboard
    • Appsheet Dashboard View
    #appsheet #QRCode #barcode #whatsappapi #AppSheetapi #webhook

ความคิดเห็น • 58

  • @mbtv7576
    @mbtv7576 ปีที่แล้ว +3

    Really I don't know what to say to thank you because you really helped us.
    I am sure that your training is better among the which I follow online it makes me want to create my applications that I had the idea to do but I do know where to start and it open the big door

  • @medicareneweraclinics
    @medicareneweraclinics ปีที่แล้ว +5

    Great content as always. Where do we get Part 2?

  • @irvanhamzah9303
    @irvanhamzah9303 6 หลายเดือนก่อน

    Thank you for the tutorial, i have question, Is there any bot/task if i edit the sales qty it will also change the inventory available stocks?

  • @JohnWick-j9p
    @JohnWick-j9p 7 หลายเดือนก่อน

    hi bro, is there any chance to observate total sum of trade. For example daily, weekly or monthly. Thank you in advance

  • @A01_M07
    @A01_M07 5 หลายเดือนก่อน

    Hello brother, I need your help in teaching me to create an integrated program for sales, purchases, invoices, and so on to manage the company as soon as possible. Thank you.

  • @roxasmindoro9098
    @roxasmindoro9098 ปีที่แล้ว

    Thank you so much I learn a lot..but I'm stock at the receipt it does not print the or create a pdf file at my drive..can you please help me

  • @veradelmamaclay7355
    @veradelmamaclay7355 5 หลายเดือนก่อน

    Hi sir do you have apps of this integrated by barcode scanning?

  • @Alfredinni10
    @Alfredinni10 ปีที่แล้ว

    Hi, is it possible to have inventory by location (store) ? and have inventory in Distribution center, so that store manager can see his inventory and also the inventory in the distribution center?

  • @alessandroscimone5463
    @alessandroscimone5463 2 ปีที่แล้ว +1

    Bravo! Bravo! good job

  • @VelmorBelda
    @VelmorBelda ปีที่แล้ว +1

    HI! I followed each and every step in your tutorial but automation did not work for me, sales transactions does deduct to inventory.Available stocks remains the same..What could be my mistake?

    • @welintongomes8552
      @welintongomes8552 6 หลายเดือนก่อน

      I'm using this code and it's working perfectly now after a lot of trying
      {
      "Action": "Edit",
      "Properties": {
      "Locale": "en-US",
      "Location": "47.623098, -122.330184",
      "Timezone": "Pacific Standard Time"
      },
      "Rows": [
      {
      "Item Code": "",
      "Available Stocks": ""
      }
      ]
      }

  • @dudong.6138
    @dudong.6138 2 หลายเดือนก่อน

    Is the 2nd part of this video available?

  • @mbtv7576
    @mbtv7576 ปีที่แล้ว

    Comment pourront nous avoir la deuxième partie de cette vidéo car c'est très important pour finir cette formation avec les deux parties

  • @Estsony
    @Estsony 2 หลายเดือนก่อน

    Hello sir. Is there a part 2 of this tutorial?

  • @huberfrancis6800
    @huberfrancis6800 ปีที่แล้ว

    Please am frimpong from Ghana west African pl can l get the steps in pdf form

  • @billyjoseph7844
    @billyjoseph7844 ปีที่แล้ว

    Great video! Where can we find Part 2?

  • @dmtauto-m9m
    @dmtauto-m9m 6 หลายเดือนก่อน

    Thanks for this video I followed but now I need part 2 which is not available I searched for "AppSheet Inventory Point Of Sale Management for Any Business Part 2", but could not find it can you please help?

    • @kaizerjohn7771
      @kaizerjohn7771 6 หลายเดือนก่อน

      Hi there, just repeat the process he did from sales and sales form. Don't include the settlement, item code and item name in delivery form just include Total quantity delivered sum(select(Delivery[Quantity],[_thisrow].[Reference]=[reference]).
      the formula for the reference in delivery form will be: MAXROW("DELIVERY", "Date", ([Date] < [_THISROW].[Date])). It will return the latest delivery reference you have entered.
      then repeat the automation just like what he did. Duplicate the "new Sale bot" and replace the event table to delivery and the new HTTP body will be:
      {
      "Action": "Edit",
      "Properties": {
      "Locale": "en-US",
      "Location": "47.623098, -122.330184",
      "Timezone": "Pacific Standard Time"
      },
      "Rows": [
      {
      "Item Code": "",
      "Available Stocks": ""
      }
      ]
      }
      then you've created the Delivery update inventory

  • @rasmionline6214
    @rasmionline6214 ปีที่แล้ว

    can your create billing system or invoice management system

  • @emqbaba3890
    @emqbaba3890 ปีที่แล้ว +1

    hi sir when are ganna upload sa 2nd part?

  • @fabianomarques927
    @fabianomarques927 ปีที่แล้ว

    Hi, in my new sales form I have the Status that can be updated among other options to "Sale Confirmed". So the thing is, I wish I could only update the inventory when I trigger my status to confirmed, Because when I am creating my sales the client might change his mind about the quantity and your program doesn't expect this kind of situation

    • @fabianomarques927
      @fabianomarques927 ปีที่แล้ว

      in this case it will be updating the stock for all the sales at once

  • @HybridSupport
    @HybridSupport 2 หลายเดือนก่อน

    Is this full tutorial or is there part 2?

  • @youssefhalabi4892
    @youssefhalabi4892 10 หลายเดือนก่อน

    Why my available stock doesn't update to new available stock when i make a new sale ?

  • @huberfrancis6800
    @huberfrancis6800 ปีที่แล้ว

    Interesting one

  • @viveksharma7675
    @viveksharma7675 ปีที่แล้ว

    Sir can you tell me what we have to do if bot testing shows error : http error webhook 400 bad request … something like that because

  • @fg009letyrds8
    @fg009letyrds8 ปีที่แล้ว +1

    Can this be used on Android Phone?

    • @JoeTayactac
      @JoeTayactac  ปีที่แล้ว

      Yes download in google play store

  • @TPRacing-t4l
    @TPRacing-t4l 9 หลายเดือนก่อน

    The bot doesn't create the file. Go look at the system that doesn't allow using the free hookup web?

  • @justaRandomthoughts
    @justaRandomthoughts ปีที่แล้ว

    I wanted to input the item Names when costumers are making a purchase not the code, if I have hundreds of items without a scanner, how am I supposed to remember what item code they are? Please teach us how to fix it

    • @JoeTayactac
      @JoeTayactac  ปีที่แล้ว

      Hi, use ref type dropdown and ensure in ref type table the label is item name

  • @Glykeria_OfficiaI
    @Glykeria_OfficiaI ปีที่แล้ว

    How can we print directly from appsheet to a thermal printer

  • @Adeeb15-05
    @Adeeb15-05 4 หลายเดือนก่อน

    Can someone help me with this same app I have created and I want to attach the same PDF invoice via WhatsApp web, I have tried so many times but only getting PDF name in attachment. Please help me

  • @Lohith-b3i
    @Lohith-b3i 8 หลายเดือนก่อน

    My Inventory Table is not updating.. please help me out

  • @bijoyrevi6699
    @bijoyrevi6699 ปีที่แล้ว

    I have some issue with print area in automation. Can you please support me

  • @Lohith-b3i
    @Lohith-b3i 8 หลายเดือนก่อน

    where can we get part2?

  • @RaviMaster-o6w
    @RaviMaster-o6w ปีที่แล้ว

    🎉

  • @bluepawn
    @bluepawn 11 หลายเดือนก่อน

    I hope one day there will be a Tesla team for the nocode and my grandmother will understand how to build everything in 2 minutes. For the moment, Google has built a big... Appshit !

  • @ChristopherJohnEder
    @ChristopherJohnEder ปีที่แล้ว

    Do u still have the appsheet copy for this?

    • @JoeTayactac
      @JoeTayactac  ปีที่แล้ว

      :-( deleted

    • @ChristopherJohnEder
      @ChristopherJohnEder ปีที่แล้ว

      @@JoeTayactac do you stil have the part 2 of this video?

    • @focuswallah
      @focuswallah 10 หลายเดือนก่อน

      Pls share

  • @mohanvakil4604
    @mohanvakil4604 หลายเดือนก่อน

    webhook not working what to do?

  • @SixonHardwareIronstores
    @SixonHardwareIronstores ปีที่แล้ว +1

    part 2?

  • @ruliadinugroho3307
    @ruliadinugroho3307 3 หลายเดือนก่อน

    Where is part 2

  • @SixonHardwareIronstores
    @SixonHardwareIronstores 11 หลายเดือนก่อน

    MY WEBHOOK DOESNT WORK
    HELP PLEASE

  • @hilmanjayalaksana4431
    @hilmanjayalaksana4431 ปีที่แล้ว +1

    still waiting part2😀

    • @mbtv7576
      @mbtv7576 ปีที่แล้ว

      Bonsoir comment vas tu ok j'ai foyer dans la playlist de notre formateur et j'ai trouvé cette vidéo qui est comme la deuxième partie de notre vidéo essayer le voir
      th-cam.com/video/pfgucuUfqPY/w-d-xo.html

    • @mbtv7576
      @mbtv7576 ปีที่แล้ว

      La seconde partie peut être ceci essayer le voir th-cam.com/video/pfgucuUfqPY/w-d-xo.html

  • @محمدالسامعي-ل9ص
    @محمدالسامعي-ل9ص 2 ปีที่แล้ว

    هل يحتاج الى اشتراك مميز ام مجاني

  • @monks9486
    @monks9486 7 หลายเดือนก่อน

    Why Use Item Code as Ref? It should be Item name. Nobody searches for Item Code To Find Item name.

    • @TGr963
      @TGr963 6 หลายเดือนก่อน

      i agree! trying to find solution to fix this but failing 😢

    • @irvanhamzah9303
      @irvanhamzah9303 6 หลายเดือนก่อน

      That's just an example, you can reverse the code to use the item name as a ref

    • @makaniharesh1459
      @makaniharesh1459 5 หลายเดือนก่อน

      If you use barcode then it will be helpful...in that you can add scan button

  • @lakshanmadhuwantha8619
    @lakshanmadhuwantha8619 ปีที่แล้ว +1

    nice work sir thank you can i contact you?

  • @KarthikSiva-c4v
    @KarthikSiva-c4v 10 หลายเดือนก่อน

    can i get your number,i have doubt in one point

  • @Plumb365
    @Plumb365 7 หลายเดือนก่อน

    Where is part 2