How to Calculate Invoice Amount (Qty * Rate) & Total using JS | Invoice Calculator Example

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 93

  • @humayooncader5149
    @humayooncader5149 Рік тому +1

    Sir, This video is very helpful for me Thank you

  • @neerajbisht7505
    @neerajbisht7505 Рік тому +1

    Very nice teaching by you... Thank You so much.. 🙏

    • @selfimagination
      @selfimagination  Рік тому

      You're welcome! I'm glad that you found my teaching helpful.

  • @Bestforyou9940
    @Bestforyou9940 Рік тому +2

    thank you so much sir for making this video help me a lot

  • @MahtabKamal
    @MahtabKamal Рік тому +1

    awesome boss. wanna this type of practicle js video more and more.

  • @Mi_Min20
    @Mi_Min20 Рік тому

    very good, you are my savior

  • @AmanKumar-cn5yc
    @AmanKumar-cn5yc Рік тому

    Nice teaching experience

  • @swingTrader345
    @swingTrader345 2 місяці тому

    Plz make all your videos playlist, by series, to learn step by step

  • @muhammadansarkhan4544
    @muhammadansarkhan4544 9 місяців тому

    sir! Thanks so much You are great

  • @PythonDevloper-t6u
    @PythonDevloper-t6u Рік тому +1

    very good

  • @shivendrasharma9205
    @shivendrasharma9205 Рік тому

    Thanks really helpful

  • @asgeralia8802
    @asgeralia8802 3 місяці тому

    Superb superb superb
    But I want in django

  • @mrahman3788
    @mrahman3788 9 місяців тому

    Excellent Thank u Brother

  • @faisalsalam33
    @faisalsalam33 11 місяців тому

    ❤❤❤❤ Thank you for the video.

  • @Uk49s_boom_boom_prediction
    @Uk49s_boom_boom_prediction Рік тому

    thank you for tutorial

  • @kamleshgawai4557
    @kamleshgawai4557 11 місяців тому

    sir how to inser this data in database usig JDBC

  • @stackdeveloper7818
    @stackdeveloper7818 Рік тому

    sir select box mai agr 3 options ho or hum first row mai ik option select kr dy to next row mai wo select box mai show na ho option isi kaise kry gy using simple jquery

  • @asgeralia8802
    @asgeralia8802 3 місяці тому

    Assalamualaikum
    Sir how do i write this code in django

  • @mjhiremathhiremath3237
    @mjhiremathhiremath3237 Рік тому

    THANK YOU

  • @daitran5047
    @daitran5047 Рік тому

    thanks

  • @imranansari-lp5rm
    @imranansari-lp5rm 21 день тому

    Serial No. wise kahan se start h

  • @mohammadnazmi6592
    @mohammadnazmi6592 Рік тому +1

    mujhe jquery k vedios ho to dijye nd mujhe java ko use karna h back end me to .. study kara dijye full..

  • @tmtrig1m468
    @tmtrig1m468 Рік тому

    Sir aadhar number se pan find ka full video banaiye

  • @hritikshrivastava6602
    @hritikshrivastava6602 9 місяців тому

    how can we fetch the data from an api in this project i mean when i start typing the name of a product it should search the product in my database and when i select that particuler product it will be inserted in the table with respected price ... i need your help in this.

    • @selfimagination
      @selfimagination  9 місяців тому +1

      Thanks for Watching. I have made a video on this channel with the name "Fetch Item Rates from Google Sheets | Dynamic Invoice Tutorial using Apps Script & JavaScript" in which Google Apps Script has been used. You can understand the logic, use whatever API you want.

  • @M.nassib2211Haqmal
    @M.nassib2211Haqmal 6 місяців тому

    Dear brother
    I tried to do as same you have written but it is not multiplying the row what I do for more instruction please tell me how to do

    • @selfimagination
      @selfimagination  6 місяців тому

      Please check on the console, there must be some errors coming.

  • @f450fpv7
    @f450fpv7 6 місяців тому +1

  • @shortcutclips
    @shortcutclips 5 місяців тому

    jb tamam row delete krain to gst b zeero hona chiay

  • @vanjarivinod907
    @vanjarivinod907 Рік тому

    Sir how to find auto gst using Javascript only

    • @selfimagination
      @selfimagination  Рік тому

      Thanks for Watching.
      Exactly as we have done for amt = qty * rate you can do for gst_amt = amt * gst_per /100 and you can pass 0 in index because gst value is in footer not in table which is only one time.

  • @Uk49s_boom_boom_prediction
    @Uk49s_boom_boom_prediction Рік тому

    Value already in input box means echo value or fetched from database tables then how is calculate? Means one input box value is 10 and other one is 20 then how is calculate?

    • @selfimagination
      @selfimagination  Рік тому

      Thanks for Watching.
      You create a function in JavaScript and call it when the page loads or after the value is set from the database, which will do the calculation.

  • @chbh112
    @chbh112 Рік тому

    what code is required to calculate 18% GST?

    • @selfimagination
      @selfimagination  Рік тому

      Thanks for Watching. You will have to create another input before the GST amount and calculate it by writing JavaScript on it. I will make a detailed video on this in a few days

  • @globalwastesolution2055
    @globalwastesolution2055 8 місяців тому

    Best❤❤❤❤❤❤❤❤

  • @hashirahmad5137
    @hashirahmad5137 Рік тому

    Assalam o Alaikum Ham Grand Total jo is page par aaya hai isko kisi dusaray page par kaisay display karvaye gain

    • @selfimagination
      @selfimagination  Рік тому

      Namaste, Aap URL par parameter pass kar Value ko dusre page par le ja skate hain.

  • @humayooncader5149
    @humayooncader5149 Рік тому

    Sir, Its possible to show how i can use "rate" with decimel

    • @selfimagination
      @selfimagination  Рік тому

      Yes it is possible, if you type decimal in the rate, it will be typed.

  • @shwetankjoshi3011
    @shwetankjoshi3011 Рік тому +1

    useful information sir. what book should I refer for JavaScript. from where u mastered it.

    • @selfimagination
      @selfimagination  Рік тому

      Thanks for watching.
      Shwetank, "Perfection comes from practice". If you want to Mastery in any programming language, then you have to understand them well by taking small tasks.
      I have also not read particulars from any website or book, I also take small tasks and complete them, for example you must have seen this invoice example.
      Soon I will make a Blog/Video to learn JavaScript from scratch.
      Thanks

  • @EmildaNongspung
    @EmildaNongspung 5 місяців тому

    How to store this data from + colum into database

    • @selfimagination
      @selfimagination  5 місяців тому

      Thanks for watching, To store in database you can watch this video on this channel "How to Connect HTML to MySQL Database using PHP"

  • @titan-squads
    @titan-squads Рік тому

    var net = +(sum) + +(gst); ki jagah bas ye use krna hain var net = +(sum) * ((100 + +(gst)) / 100); GST calculate into percentage

  • @xyzCompany-z6v
    @xyzCompany-z6v 9 місяців тому

    Why disabled is not working brother in my code

    • @selfimagination
      @selfimagination  9 місяців тому

      Thanks for Watching. You just try writing disabled, if it is still not there then try changing the browser once.

  • @jakubdrazkowski5952
    @jakubdrazkowski5952 Рік тому

    Hi! What if I would like to divide the total score by amount of items?

  • @santhoshsanthosh-m5u
    @santhoshsanthosh-m5u Рік тому

    bro how to store the database in background

    • @selfimagination
      @selfimagination  Рік тому

      Thanks for watching, you will also get videos on storing data on this channel. If you want to store data in MySQL then watch this video (How to Connect HTML to MySQL Database using PHP). And if you want to store on Google Sheet then watch this video (How to Submit a HTML Form to Google Sheet Using Apps Script), there are different videos on Google Sheet according to the concept.

  • @Tech-Tutorial-VBA
    @Tech-Tutorial-VBA 9 місяців тому

    thank you so much sir for making this video help me a lot
    Can u give me the practice file?

    • @selfimagination
      @selfimagination  9 місяців тому

      Welcome, Link Available in Description, Thanks for Watching.

  • @Bestforyou9940
    @Bestforyou9940 Рік тому

    Sir iss mai aik masla hai jab mai form ko dubara clone karta hu
    Thu kaam karta hai lakin jab iss mai value ditha hu aur phir cross btn pi click karta hu thu voh value total se subtract nahi huta hai sir kia masla hu saktha hai

    • @selfimagination
      @selfimagination  Рік тому

      Delete के लिए हमने BtnDel() Function बनाया हैं , इसमे Row Remove करने के बाद आपको फिर से GetTotal(); Function Call करना होगा, शायद इसी कारण Delete करने पर Re Total नहीं हो रहा हैं।

    • @Bestforyou9940
      @Bestforyou9940 Рік тому

      @@selfimagination sir plz written english or urdu
      Muje hindi nahi athi hai

    • @selfimagination
      @selfimagination  Рік тому

      We have created BtnDel() Function for Delete, in this after removing Row you will call GetTotal() Function, probably because of this, Re Total is not happening after deleting.

    • @Bestforyou9940
      @Bestforyou9940 Рік тому

      @@selfimagination thank you sir muje reply dena ka layee
      Ok sir mai try karonga

  • @LiTerminal
    @LiTerminal Рік тому

    How to insert those input fields results in database at a time?

    • @selfimagination
      @selfimagination  Рік тому +1

      HTML to MySQL wala video kal publish kiya hain use dekh kar aap html se mysql me data store kar sakte hain

    • @LiTerminal
      @LiTerminal Рік тому

      @@selfimagination thank you so much sir 🙏🙏🙏🙏

  • @Tirth813
    @Tirth813 Рік тому

    Iski coding step by step btaiye sir plz

    • @selfimagination
      @selfimagination  Рік тому

      इस Video के Description मे Video की लिंक हैं उसमे इस Invoice को शुरू से बनाना बताया हैं।

  • @HarbhajanSingh-zu2pj
    @HarbhajanSingh-zu2pj 10 місяців тому

    Maine without input krna hai wo kaise hoga

    • @selfimagination
      @selfimagination  10 місяців тому

      Thanks for Watching. आपने Input की जगह पर क्या लिया हैं? , Div हैं या Table TD मे डाटा हैं ?

  • @shadabalisayed1372
    @shadabalisayed1372 Рік тому

    Hello sir nice tutorial...
    But sir how to display GST 18% amount in GST input field... Sub total calculate karne ke baad total GST amount display karna hai...
    Please reply sir

    • @selfimagination
      @selfimagination  Рік тому

      Thank you,
      You can calculate 18 percent GST and add GST to Net on the same which we have brought Sum in GetTotal function in JavaScript.

  • @DasTech-o2g
    @DasTech-o2g Рік тому

    Thank you so much sir for making this video help me a lot
    But I have a question
    That as we enter the product name,
    can the rate be automatically displayed or fetched from google sheet?
    Because I want to create an invoice in such a way that
    I only need to enter the barcode of the product, and after that,
    the product name, unit of measurement, and cost price should automatically appear from [my sheets "all products" database].
    I can simply enter the quantity and submit it."

    • @selfimagination
      @selfimagination  Рік тому

      Welcome,
      You can do exactly as you want. As soon as you select the item, the information related to the item is picked up from the item sheet and appears on the HTML.

  • @hendraprahmono7636
    @hendraprahmono7636 10 місяців тому

    Hallo sir, this video is very helpful for me, but can you help me to get separator for calculated value? e.g : 10000 --> 10,000 Thanks

    • @selfimagination
      @selfimagination  10 місяців тому

      Welcome, Thanks for Watching, A video related to this (Currency Format) is going to come on this channel in some time.

    • @hendraprahmono7636
      @hendraprahmono7636 10 місяців тому

      Oh great I'll wait for the video, thank you so much@@selfimagination

    • @selfimagination
      @selfimagination  10 місяців тому

      Thanks & Welcome

  • @rayyanabdulwajid7681
    @rayyanabdulwajid7681 4 місяці тому

    Source code please

  • @mohammedelaminazza5217
    @mohammedelaminazza5217 Рік тому

    can you send me the code i realy need it plzzz

    • @selfimagination
      @selfimagination  Рік тому

      There are links in the description, you can make your own with their reference.

  • @JollyJinglesStories885
    @JollyJinglesStories885 2 місяці тому

    sir

  • @mohamednourqaadi1374
    @mohamednourqaadi1374 2 місяці тому

    thanks