invoice/ bill receipt generating and printing system in java with source code part 01

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

КОМЕНТАРІ • 42

  • @azharislam2986
    @azharislam2986 2 роки тому

    thanks allah ap ko jaza day

  • @YT_technique
    @YT_technique 29 днів тому

    Please sir add your voice in your videos...

  • @kambbysch890
    @kambbysch890 4 роки тому +3

    Hello Boss thanks for your brillent work but, when i try printing it leads me to Microsoft oneNote.
    I can't print and also when i click on print a dialog pop up with the inscription 2.0

  • @somsun8419
    @somsun8419 4 роки тому +2

    Thank teacher very much

  • @steelgardenf2p
    @steelgardenf2p 2 роки тому +1

    does it have a conflict for it to manually input change and sub total

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

    thank you man

  • @swapnilkulkarni5444
    @swapnilkulkarni5444 3 роки тому +1

    Nice it works !

  • @thedestinators8561
    @thedestinators8561 3 роки тому

    how can we print complete ledger using it? ledger has 6 columns .. i wanna use wide printer .. plz reply as soon as possible

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

    please how to increase the height of body
    you have yshift =10
    but i have yshift = 12

  • @walkwithme153
    @walkwithme153 4 роки тому

    well how to print multiple pages using this of say 10 different customers all at the same time?

  • @dilshod_iskandarov
    @dilshod_iskandarov 2 роки тому

    Thanks a lot !

  • @djdhirajdkn9061
    @djdhirajdkn9061 3 роки тому

    Thank you

  • @abdullahahsan4942
    @abdullahahsan4942 4 роки тому

    bhai video voice k sath dalty to ziyada helpful hoti

  • @viniciusborgesdelima2519
    @viniciusborgesdelima2519 4 роки тому +3

    Excelente video! Do you know if this code works with JavaFX?

  • @justfun2799
    @justfun2799 2 роки тому +2

    You just copied what copy paste the other code that u done.

  • @moonlix
    @moonlix 3 роки тому

    the image url i changed this by "img/nameimage.jpg" but doesnt work .. is it really necessary ? i mean.... write "c//user//...//nameOfImge.png" all this url? i want write only "/img/name.jpg or png" ... 'cause i will send the project to other pc

    • @moonlix
      @moonlix 3 роки тому

      pleaseee somebody help!

    • @codeguid
      @codeguid  3 роки тому +1

      contact me at syntech1994@gmail.com

    • @moonlix
      @moonlix 3 роки тому

      @@codeguid ty

  • @syedmuhammadqandilkhalil6797
    @syedmuhammadqandilkhalil6797 4 роки тому +1

    Nice ..tutorial hn ..bht useful .. Sir please help me to connection of barcode scanner with netbeans project

    • @codeguid
      @codeguid  4 роки тому

      contact me at syntech1994@gmail.com

  • @talk2devid
    @talk2devid 3 роки тому +1

    Thank you very much. Can you please suggest me how do i specify the printer paper size to 58mm? Thanks in advance.

    • @dilshod_iskandarov
      @dilshod_iskandarov 2 роки тому +1

      1 - Edit ( double width = cm_to_pp(8); ) 8 to 6
      2 - Try to change the units of measurement.

      PageFormat pf = pj.defaultPage();
      Paper paper = pf.getPaper();
      double bodyHeight = bHeight;
      double headerHeight = 5.0;
      double footerHeight = 5.0;
      👇
      double width = cm_to_pp(6);
      👆
      double height = cm_to_pp(headerHeight+bodyHeight+footerHeight);
      paper.setSize(width, height);
      paper.setImageableArea(0,10,width,height - cm_to_pp(1));

      pf.setOrientation(PageFormat.PORTRAIT);
      pf.setPaper(paper);

    • @arthurmugenga9029
      @arthurmugenga9029 2 роки тому +1

      @@dilshod_iskandarov it doesn't work on 58 mm after change that 8 to 6 help me

  • @houssammezerreg6210
    @houssammezerreg6210 3 роки тому

    the link of source code not working can you fix it

    • @codeguid
      @codeguid  3 роки тому +1

      It is working.
      codeguid.com/2019/12/22/create-and-print-receipt-in-java-netbeans/

    • @houssammezerreg6210
      @houssammezerreg6210 3 роки тому

      I have this error: this site took too long to respo

    • @houssammezerreg6210
      @houssammezerreg6210 3 роки тому

      @@codeguid it not working please help me I need it

    • @codeguid
      @codeguid  3 роки тому

      @@houssammezerreg6210 you can download source code using this link.
      payhip.com/b/6vE4

    • @houssammezerreg6210
      @houssammezerreg6210 3 роки тому

      @@codeguid it is not free ?

  • @moonlix
    @moonlix 3 роки тому

    thanksssssss!!!

  • @vidyasagardamu7048
    @vidyasagardamu7048 4 роки тому

    First of all I can't hear ur voice. When I try this code after clicking print button the MSWord open and nothing was happening

    • @codeguid
      @codeguid  4 роки тому +1

      need help contact syntech1994@gmail.com

  • @tchasingajacques8328
    @tchasingajacques8328 3 роки тому +2

    I like this Video but, try sometime to talk when you create a few tutorials ...
    I'd like to have your Gmail... Can you me that....??..,

  • @Lmdevs
    @Lmdevs 2 роки тому +1

    Source Code

    • @codeguid
      @codeguid  2 роки тому

      codeguid.com/2019/12/22/create-and-print-receipt-in-java-netbeans/

  • @thedestinators8561
    @thedestinators8561 3 роки тому

    how can we print complete ledger using it? ledger has 6 columns .. i wanna use wide printer .. plz reply as soon as possible

  • @thedestinators8561
    @thedestinators8561 3 роки тому

    how can we print complete ledger using it? ledger has 6 columns .. i wanna use wide printer .. plz reply as soon as possible

  • @thedestinators8561
    @thedestinators8561 3 роки тому +1

    how can we print complete ledger using it? ledger has 6 columns .. i wanna use wide printer .. plz reply as soon as possible