How to Create a Powerful Point of Sale Application in Java NetBeans - Full Tutorial

  Рет қаралды 84,448

DJ Oamen

DJ Oamen

Күн бұрын

Пікірлер: 125
@dextermachado8479
@dextermachado8479 Жыл бұрын
You are my teacher, now that I am studying, the contribution of your code would help me a lot... I thank you very much, teacher!
@DJOamen
@DJOamen Жыл бұрын
You are welcome!
@fardadfarajollahi
@fardadfarajollahi 4 ай бұрын
Wow that's amazing! Man you saved my life I need that to start my small business but had some problems with coding. Thanks again ❤❤
@DJOamen
@DJOamen 4 ай бұрын
Glad it helped, Redline Music Farsi, Subscribe to the channel. Thank you
@EvanTomoki69
@EvanTomoki69 2 жыл бұрын
Great tutorial I made this for my gf startup and just went smoothly Thank you Oam
@DJOamen
@DJOamen 2 жыл бұрын
Glad it helped!
@didivskyi_mashyngver
@didivskyi_mashyngver 2 жыл бұрын
bro I can't thank you enough, literally saved me
@DJOamen
@DJOamen 2 жыл бұрын
Glad to hear it man. Good luck
@mohammadridhopardomuan2486
@mohammadridhopardomuan2486 3 жыл бұрын
my english is not good but im tried until end video and finally i can follow your tutorial, big thanks sir! you helped me out from my homework!
@DJOamen
@DJOamen 3 жыл бұрын
Glad to hear that
@ashnasaju5224
@ashnasaju5224 2 жыл бұрын
Thank you so much for this excellant tutorial
@DJOamen
@DJOamen 2 жыл бұрын
You're very welcome!
@berpatmande3
@berpatmande3 Ай бұрын
what is the environment you are using, please help me with the link
@DJOamen
@DJOamen Ай бұрын
Is Java, developed using NetBeans
@lealynleal1508
@lealynleal1508 9 ай бұрын
Thankyou,sirr❤❤
@DJOamen
@DJOamen 9 ай бұрын
👍👍
@ahmedzunayed1363
@ahmedzunayed1363 Жыл бұрын
is this good enough for a final year project in computer science?
@DJOamen
@DJOamen Жыл бұрын
The choice is yours, and good luck with your decision
@_keto444
@_keto444 3 жыл бұрын
Here again, really thank you sir, great tutorial without any problems
@DJOamen
@DJOamen 3 жыл бұрын
You're welcome!
@sneha-4394
@sneha-4394 2 жыл бұрын
thank you so much for this!!
@DJOamen
@DJOamen 2 жыл бұрын
You're so welcome!
@icy9861
@icy9861 5 ай бұрын
Hello, is there a way to make it so that whenever you click the same button/item twice or more, the quantity of that specific item will be changed and not just added below it? I am currently implementing your design, which is very amazing by the way, for my school project this weekend and would like some feedback!
@DJOamen
@DJOamen 5 ай бұрын
Thank you for reaching out! I'm glad to hear that you find the design helpful for your school project. Regarding your question, it is indeed possible to modify the behavior of the button/item so that clicking it multiple times updates the quantity of the specific item instead of adding it repeatedly. Here’s a general approach you can follow to achieve this: Identify the Item: Ensure each item has a unique identifier (ID) so you can track it properly. Check for Existing Item: When the button is clicked, check if the item already exists in the list/cart. Update Quantity: If the item exists, update the quantity. If it does not exist, add the item to the list/cart.
@azeyclaivey
@azeyclaivey 5 ай бұрын
Hello, @DJOamen I am a member of your channel how can I add the tax, totaltax, subtotal, total and barcode on the recipe.
@DJOamen
@DJOamen 5 ай бұрын
Add a new Java class for handling the receipt generation Define methods to calculate the subtotal, tax, total tax, and total. Use a library like Barcode4J or ZXing to generate the barcode. Combine the calculated financial details and barcode into a formatted receipt string. Good luck
@efrenguerrero8072
@efrenguerrero8072 3 жыл бұрын
Super thank content creator very much
@DJOamen
@DJOamen 3 жыл бұрын
So nice of you
@macjoeplays
@macjoeplays 2 жыл бұрын
thanks a lot, this vid, helps a lot😙😉
@DJOamen
@DJOamen 2 жыл бұрын
You're welcome 😊
@AnisahNisa-f4j
@AnisahNisa-f4j Жыл бұрын
hello sir, I'm a beginner in Java programming and I want to ask why in the first coding session for the number buttons I got a red color for jtxtDisplay, and I don't understand why in the video I can't? can u help me please
@DJOamen
@DJOamen Жыл бұрын
Do you have a component call jtxtDisplay? If you don't, then create one. Carefully watch the tutorial
@najwaan-nisa3887
@najwaan-nisa3887 Жыл бұрын
hi sir, why do all my button/fieldtext become error in my source code. i already declared the variable accordingly. it stated that “cannot find symbol”
@DJOamen
@DJOamen Жыл бұрын
Carefully watch the video tutorial and check your codes
@mikelchi8695
@mikelchi8695 7 ай бұрын
great one
@DJOamen
@DJOamen 7 ай бұрын
👍
@EditMods
@EditMods Жыл бұрын
thank you
@DJOamen
@DJOamen Жыл бұрын
You're welcome
@jadefacioligcalinos8541
@jadefacioligcalinos8541 5 ай бұрын
Hello the pay function isnt working how will i fix it
@DJOamen
@DJOamen 5 ай бұрын
Carefully watch the tutorial again
@eemunleong1079
@eemunleong1079 Жыл бұрын
Hello sir, thanks for the wonderful tutorial you have provided. I have an extra question to ask. Let say I want to edit one of the photo in the button, how can I change the photo in the GUI when the program is running? Please let me know is there a solution to it.😢 thank you so much.
@DJOamen
@DJOamen Жыл бұрын
Hello there, I'm glad you found the tutorial helpful! Absolutely, you can definitely achieve that. If you wish to change the photo displayed in the GUI while the program is running, one approach is to maintain an array of images. Each image in the array would correspond to a different state or option in your GUI. Then, based on user interactions or any other conditions, you can dynamically update the displayed image by selecting the appropriate image from the array. Additionally, you can include instructions in your code to associate each image with relevant information such as cost or price of the selected item. This way, you'll have a flexible system to manage and update images as needed. Good luck
@eemunleong1079
@eemunleong1079 Жыл бұрын
Thank you so much for the helpful information!
@FilmaticFreak
@FilmaticFreak Жыл бұрын
Can I do this project on NetBeans IDE 7.1.2
@DJOamen
@DJOamen Жыл бұрын
Yes
@FilmaticFreak
@FilmaticFreak Жыл бұрын
Thnx,man.
@ImranHammed-i6i
@ImranHammed-i6i 11 ай бұрын
Hello sir, when i previewed the design it work,but when i tried running the design it flagged out errors what do you think i did wrong sir😥
@DJOamen
@DJOamen 11 ай бұрын
Carefully watch the video and try again
@jomarichirobedar2904
@jomarichirobedar2904 Жыл бұрын
why does the barcode font not working in netbeans 8.2, please help I am really struggling
@DJOamen
@DJOamen Жыл бұрын
Download and install Barcode: www.dafont.com/code39.font Once installed you can use it like any other font
@nicky1.
@nicky1. 6 ай бұрын
e estado 2 horas intentando poner el codigo de barras y no puedo, no aparece y pensando en eso, si otra persona quiere abrirlo desde su dispositivo necesita el descargar la tipografía? o le aparece en el codigo
@DJOamen
@DJOamen 6 ай бұрын
Tendrá que descargar la fuente y luego instalarla en su dispositivo. Finalmente, llame a la fuente en su programa. Descargue e instale el código de barras: www.dafont.com/code39.font Suscríbete al canal
@luigimallari4757
@luigimallari4757 6 ай бұрын
What version of netbeans do you use?
@DJOamen
@DJOamen 6 ай бұрын
This is an old version is actually java NetBeans IDE 11.0. However, the code will also work in the latest version, I believe that is NetBeans-20
@imanashraf6164
@imanashraf6164 Жыл бұрын
Jtxtdisplay is a method that we have to create?
@DJOamen
@DJOamen Жыл бұрын
Is not a method, is an object "JTextArea"
@thehamza1
@thehamza1 6 ай бұрын
Sir , where we will get those pictures
@DJOamen
@DJOamen 6 ай бұрын
Online
@chrizellbaldomera4619
@chrizellbaldomera4619 Жыл бұрын
Can I do this project on NetBeans IDE 17? the latest one
@DJOamen
@DJOamen Жыл бұрын
Yes you can
@shalomradebe5543
@shalomradebe5543 2 жыл бұрын
Evening sir, what did you do to make your panel reappear because when I tap on absolute layer the panel disappears and I can't seem to get it reappear
@DJOamen
@DJOamen 2 жыл бұрын
Make sure the Frame or Form is set to absolute layer as well, as, for the panel, it's there, however, if you want to see the panel, set the border properties line to about 2, 3 or 4
@shalomradebe5543
@shalomradebe5543 2 жыл бұрын
Evening sir, my Java(11.2) does not have the chosen bar code font (C7...)do you think there is another font for the bar code I can use
@DJOamen
@DJOamen 2 жыл бұрын
Download and install Barcode: www.dafont.com/code39.font
@shalomradebe5543
@shalomradebe5543 2 жыл бұрын
@@DJOamen Thank you sir, after down installing it how do I get it activated on my Java 11.2
@DJOamen
@DJOamen 2 жыл бұрын
In your Java application select the object you want to use for the barcode, click on Properties of the object and then select Font, for the font type in cc, and your barcode will appear.
@julianseanpaulfalch7795
@julianseanpaulfalch7795 Жыл бұрын
hello sir where can i get those images sir?
@DJOamen
@DJOamen Жыл бұрын
Online
@yoshee3146
@yoshee3146 2 жыл бұрын
yo i get the font as CSD16? why is that instead of the barcode you have
@DJOamen
@DJOamen 2 жыл бұрын
Install the font, see the link below. Download Barcode: www.dafont.com/ Once the font is installed, select the properties of the object, e.g Label, and TextBox, and change the font on the properties to cc, and the cc will immediately display the Barcode font. Good Luck
@sunethjayasinghe7783
@sunethjayasinghe7783 3 жыл бұрын
thank your project t is good
@DJOamen
@DJOamen 3 жыл бұрын
Glad you like it
@ImranHammed-i6i
@ImranHammed-i6i 11 ай бұрын
Hello sir,i have problem finding the images
@DJOamen
@DJOamen 11 ай бұрын
Go online or use any image you have
@AdamKaczynski-cc8db
@AdamKaczynski-cc8db Жыл бұрын
Do I just join for 4.99/month and i can access the code? How do you give access?
@DJOamen
@DJOamen Жыл бұрын
Click on the link and access will be granted
@rovelmingao8742
@rovelmingao8742 2 жыл бұрын
How to Download the BarCode?
@DJOamen
@DJOamen 2 жыл бұрын
Download and install Barcode: www.dafont.com/code39.font
@ashtronaut3889
@ashtronaut3889 3 жыл бұрын
THANK ALOT
@DJOamen
@DJOamen 3 жыл бұрын
👍🏻
@empejem
@empejem 3 жыл бұрын
Hello, can i as ho can i add barcode? After i downloaded the font how can i add to the netbeans?
@DJOamen
@DJOamen 3 жыл бұрын
You are meant to unzip the file, and then install it onto your PC. If you are using Java NetBean for example select the object or the JTextBox or JButton you want to change the barcode, and then select the Font properties and look for the barcode font. The examples below are the font I used CCode39 C39HrP24DlTt C39HrP36DlTt
@empejem
@empejem 3 жыл бұрын
@@DJOamen THANKYOUUU!!!! SO MUCH SIR
@catherinegarcia5116
@catherinegarcia5116 2 жыл бұрын
@@DJOamen hi may I know if you have video tutorial for this? thank you
@johnleyengyo4418
@johnleyengyo4418 2 жыл бұрын
Do you have inventory for this sir?
@DJOamen
@DJOamen 2 жыл бұрын
No not for this tutorial
@sekedarkomentar
@sekedarkomentar 2 жыл бұрын
Can it be sold?
@DJOamen
@DJOamen 2 жыл бұрын
Yes
@abderraoufzouaoui9865
@abderraoufzouaoui9865 Жыл бұрын
please u want to add something to save all the transactions how
@DJOamen
@DJOamen Жыл бұрын
You can use, MySQL, Access Database or Excel. Good luck
@abderraoufzouaoui9865
@abderraoufzouaoui9865 Жыл бұрын
please can you show me how and i really thank you for this amazing effort
@DJOamen
@DJOamen Жыл бұрын
How to Connect to MySQL Database, Insert, Update and Delete in Java NetBeans - Full Tutorial kzbin.info/www/bejne/bIHZfIedbrOLobc
@juanrodrigotapiamamani31
@juanrodrigotapiamamani31 Жыл бұрын
el link del proyecto me da acceso denegado. me podria facilitar el codigo por favor
@DJOamen
@DJOamen Жыл бұрын
Sí, estaré encantado de proporcionarle el código, todo lo que necesita hacer es UNIRSE y convertirse en miembro del canal. Gracias
@jomarichirobedar2904
@jomarichirobedar2904 Жыл бұрын
How can I add database in this system?
@DJOamen
@DJOamen Жыл бұрын
Check out my videos with MySql connection
@youliafeona666
@youliafeona666 2 жыл бұрын
Sir, I have subscribed your channel, and it means I became channel member right? But the google drive doesn't give me access to source code sir, may i request if we can get access to source code because me and my friends are making project. We would be happy if you could help us sir.
@DJOamen
@DJOamen 2 жыл бұрын
You are NOT a channel member. To become a channel member click on the JOIN button
@josuecm8274
@josuecm8274 2 жыл бұрын
How do I download the code? ask me access :(
@DJOamen
@DJOamen 2 жыл бұрын
Check description
@inakoci3670
@inakoci3670 Жыл бұрын
Hello what is DefaultTableModel plz
@DJOamen
@DJOamen Жыл бұрын
Is an object
@inakoci3670
@inakoci3670 Жыл бұрын
ctotal is not declared how to do?
@DJOamen
@DJOamen Жыл бұрын
cTotal1 is declared inside the public void ItemCost() double cTotal1 = Double.parseDouble(jtxtSubTotal.getText()); Make sure you subscribe to the channel. Thanks
@blackdragon5015
@blackdragon5015 10 ай бұрын
Hey can i get that images
@DJOamen
@DJOamen 10 ай бұрын
Use any image online
@habibrahmatillahi8166
@habibrahmatillahi8166 2 жыл бұрын
Why can't the file be run?
@DJOamen
@DJOamen 2 жыл бұрын
Watch the tutorial carefully
@elo3452
@elo3452 2 жыл бұрын
Hi did anyone has a quick code of this ?
@DJOamen
@DJOamen 2 жыл бұрын
I do, see check description
@ricardorimado3659
@ricardorimado3659 2 жыл бұрын
I joined to your channel, can i get the code of this video?
@DJOamen
@DJOamen 2 жыл бұрын
Sent
@qaseemkhan4683
@qaseemkhan4683 Жыл бұрын
Can I get source code of it?
@DJOamen
@DJOamen Жыл бұрын
Yeah
@ksafetv7081
@ksafetv7081 3 жыл бұрын
How to get payment membership? And how to getting secure code ?
@DJOamen
@DJOamen 3 жыл бұрын
Check description
@Zahra-j7t8k
@Zahra-j7t8k 11 ай бұрын
@DJOamen
@DJOamen 11 ай бұрын
❤❤❤
@afrozaffu189
@afrozaffu189 Жыл бұрын
Hlo sir
@DJOamen
@DJOamen Жыл бұрын
Hello
@darilleyapgalleros2663
@darilleyapgalleros2663 3 жыл бұрын
How did u add the barcode
@DJOamen
@DJOamen 3 жыл бұрын
Check this link: www.dafont.com/ and below is the link to the installation instructions www.dafont.com/faq.php
@darilleyapgalleros2663
@darilleyapgalleros2663 3 жыл бұрын
@@DJOamen Thank youu! Im currently doing this now
@darilleyapgalleros2663
@darilleyapgalleros2663 3 жыл бұрын
hey where did you get those pictures?
How To Create A Coffee Shop Point Of Sale In Excel
3:04:58
Excel For Freelancers
Рет қаралды 47 М.
Elza love to eat chiken🍗⚡ #dog #pets
00:17
ElzaDog
Рет қаралды 25 МЛН
When u fight over the armrest
00:41
Adam W
Рет қаралды 24 МЛН
这是自救的好办法 #路飞#海贼王
00:43
路飞与唐舞桐
Рет қаралды 125 МЛН
Code Flappy Bird in Java
54:02
Kenny Yip Coding
Рет қаралды 148 М.
fees receipt system in java by using netbeans
15:51
Coding Time
Рет қаралды 130 М.
Icecream Shop Pos System using Java
41:24
Tutus Funny
Рет қаралды 26 М.
How to Create a Point of Sale Application in C# - Full Tutorial
1:04:27
КАК УСТРОЕН TCP/IP?
31:32
Alek OS
Рет қаралды 209 М.
Easy Java: Java Coffee Shop Program
35:47
Arsenio Scott
Рет қаралды 85 М.