Пікірлер
@tinojantinojan830
@tinojantinojan830 8 күн бұрын
Bro can you see your bill print grand total is printed wrongly grand total is multiply colu.n counting
@pastorgaddi81
@pastorgaddi81 12 күн бұрын
Source Code please plus database
@charlo-d2
@charlo-d2 16 күн бұрын
Virtually impossible to do this on visual basic 2018.
@BhasiniPerera
@BhasiniPerera 17 күн бұрын
Thank you
@IslaWren-c8v
@IslaWren-c8v Ай бұрын
I am unable to understand how to open that thing in phpMyAdmin; it's all unclear to me. Could you please explain? I need to submit the project tomorrow.
@n6techworld879
@n6techworld879 Ай бұрын
where is the code mahn
@IrfaanKVPV
@IrfaanKVPV Ай бұрын
1:14:57
@Dela.is.Mighty
@Dela.is.Mighty Ай бұрын
rivate Sub mainCashier_Load(sender As Object, e As EventArgs) Handles MyBase.Load dbconn() txtSearchProduct_Barcode.Focus() End Sub Public Sub ADDLIST() ' Return immediately if barcode input is empty If String.IsNullOrWhiteSpace(txtSearchProduct_Barcode.Text) Then Return Dim exist As Boolean = False Dim numrow As Integer = 0 Dim numtext As Integer ' Check if the product already exists in the DataGridView For Each itm As DataGridViewRow In DataGridView1.Rows If itm.Cells(1).Value IsNot Nothing AndAlso itm.Cells(1).Value.ToString() = txtSearchProduct_Barcode.Text Then exist = True numrow = itm.Index numtext = CInt(itm.Cells(8).Value) Exit For End If Next ' If the product does not exist, fetch it from the database and add it If Not exist Then Try conn.Open() cmd = New MySqlCommand("SELECT * FROM `products` WHERE `procode` = @procode", conn) cmd.Parameters.AddWithValue("@procode", txtSearchProduct_Barcode.Text) dr = cmd.ExecuteReader() While dr.Read() ' Safely retrieve data from the database Dim procode As String = If(IsDBNull(dr.Item("procode")), "", dr.Item("procode").ToString()) Dim proname As String = If(IsDBNull(dr.Item("proname")), "", dr.Item("proname").ToString()) Dim progroup As String = If(IsDBNull(dr.Item("progroup")), "", dr.Item("progroup").ToString()) Dim uom As String = If(IsDBNull(dr.Item("uom")), "", dr.Item("uom").ToString()) Dim price As Decimal = If(IsDBNull(dr.Item("price")), 0, Convert.ToDecimal(dr.Item("price"))) Dim tax As Decimal = If(IsDBNull(dr.Item("tax")), 0, Convert.ToDecimal(dr.Item("tax"))) Dim totalprice As Decimal = price + price * tax / 100 ' Calculate total quantity price Dim totalqtyprice As Decimal = price * tax / 100 + price ' Add the product to the DataGridView DataGridView1.Rows.Add(DataGridView1.Rows.Count + 1, procode, proname, progroup, uom, price, tax, totalprice, 1, totalqtyprice) End While Catch ex As Exception MsgBox(ex.Message) Finally ' Ensure the reader and connection are properly closed If dr IsNot Nothing Then dr.Close() conn.Close() End Try End If End Sub Private Sub txtSearchProduct_Barcode_KeyDown(sender As Object, e As KeyEventArgs) Handles txtSearchProduct_Barcode.KeyDown If Not String.IsNullOrWhiteSpace(txtSearchProduct_Barcode.Text) Then If e.KeyCode = Keys.Enter Then e.SuppressKeyPress = True ADDLIST() ' Clear and refocus the barcode input field txtSearchProduct_Barcode.Clear() txtSearchProduct_Barcode.Focus() End If End If End Sub End Class
@davinderchawla3973
@davinderchawla3973 Ай бұрын
No voice 😂
@kbrothers001
@kbrothers001 Ай бұрын
An unhandled exception of type 'System.Data.OleDb.OleDbException' occurred in System.Data.dll Additional information: Not a valid file name. this error is showing
@kurtpetermangayan8565
@kurtpetermangayan8565 Ай бұрын
Hello sir, the dataset billdate in Time is not the same as the current time, it makes a default value of 12:00AM.
@Edcelleannobanagammad8874
@Edcelleannobanagammad8874 Ай бұрын
Can I ask you po for our report can I ask how the total expance works? why is it necessary in our code? Pls reply
@vawaide
@vawaide 2 ай бұрын
Merci pour cette video
@goudemarc6488
@goudemarc6488 2 ай бұрын
T'es fort
@MohammadNur-h5t
@MohammadNur-h5t 2 ай бұрын
where is the pass man?
@wilkeansbellamy1143
@wilkeansbellamy1143 2 ай бұрын
Amazing tutorial mate💯👍🏾
@wilkeansbellamy1143
@wilkeansbellamy1143 2 ай бұрын
Amazing video man,thank for the help.
@1080p-wo6ex
@1080p-wo6ex 2 ай бұрын
Hello sir? Do you still have this system??
@Shivam-nm3uf
@Shivam-nm3uf 3 ай бұрын
Bruh how should i redirect this login signup page to my existing website
@kelvinmate3436
@kelvinmate3436 3 ай бұрын
what is the password guys?
@Dela.is.Mighty
@Dela.is.Mighty 3 ай бұрын
kzbin.info/www/bejne/qJ_apWeMjMqpbcU
@triplektechnicalsupport6276
@triplektechnicalsupport6276 3 ай бұрын
Guna.UI2 Version 1.0.1.7 not downloadable?
@ashentharusha9708
@ashentharusha9708 3 ай бұрын
Can you send the project i have my project presentation pls can you help me
@TiTest-y5o
@TiTest-y5o 3 ай бұрын
HI sir, can I have this project?
@jefreye.lariba7530
@jefreye.lariba7530 4 ай бұрын
how to edit the billprint form?
@aymanjaberlb
@aymanjaberlb 4 ай бұрын
Password pls
@lawmaina78
@lawmaina78 4 ай бұрын
Where can I download the source code even if I have to pay for it, will help me in learning properly.
@daffrinfrani342
@daffrinfrani342 4 ай бұрын
@NOOBCODER- can you please post the tutorial
@likedarkweb5472
@likedarkweb5472 5 ай бұрын
Password, Please?
@itssaniata27
@itssaniata27 5 ай бұрын
Can you do a sample of Barangay Profiling System using VB?
@hakeemadejare4818
@hakeemadejare4818 5 ай бұрын
Good morning sir, thanks alot for the great job.Kudos to you bro. I was actually following your foot steps and everything has been running out well smoothly not until I got to ... <div class="main_content"> <div class="content"></div> <h1>BMS M3<br><span>competition</span></h1> <p>Maximum Driving Dynamic and Exclusiveness</p> </div> After I wrote this particular code exactly the way it was written,the result(output) was showing at the right hand side instead of showing at the left hand side just like yours.😢 Pls where have I actually gotten anything twisted here please sir??? Thanks alot
@WilliamAguilar-mt5xp
@WilliamAguilar-mt5xp 5 ай бұрын
Hello, please: lbl_subtotalPrice.Text ????
@rukshandhananjana5577
@rukshandhananjana5577 5 ай бұрын
You have to add it
@WilliamAguilar-mt5xp
@WilliamAguilar-mt5xp 5 ай бұрын
@@rukshandhananjana5577 ok thank you
@CMAD_2023
@CMAD_2023 5 ай бұрын
Es realmente bonito, bien hecho y con mucho trabajo, sólo un pequeño apunte, la sesión se queda abierta, no cierra, si entras y le das a salir y copias la dirección de cuanod haces login, puedes entrar sin loguearte
@GHl-v2g
@GHl-v2g 5 ай бұрын
app link
@aydatuengineer8567
@aydatuengineer8567 5 ай бұрын
I want to make this
@Amitvideophotoshop
@Amitvideophotoshop 5 ай бұрын
pass - noob9944
@hakeemadejare4818
@hakeemadejare4818 5 ай бұрын
we need the github as soon as possible please
@aliftawfiquealif
@aliftawfiquealif 5 ай бұрын
password is noob9944
@mbazombomboro4537
@mbazombomboro4537 5 ай бұрын
Share the code!
@sidenbd7010
@sidenbd7010 6 ай бұрын
noob9944 password 🔑
@OMEDIT-1990
@OMEDIT-1990 6 ай бұрын
How to run on two devices ?
@GoldenYTG
@GoldenYTG 6 ай бұрын
Brother please forgive me, I can only give one like 🙏🙏🙏🙏
@denverdulay3771
@denverdulay3771 6 ай бұрын
Can i see the relationship of the table?
@shariarzunak5139
@shariarzunak5139 6 ай бұрын
Where is the code
@muyanjaronald-i4r
@muyanjaronald-i4r 7 ай бұрын
Perfect tutorial
@vijayvs3106
@vijayvs3106 7 ай бұрын
Mast e bhai after 5years
@dharunyaponnusamy434
@dharunyaponnusamy434 7 ай бұрын
Broo I couldn't get this in Mac please help that and please reply I would be very grateful
@PastorEduardo-oy9hg
@PastorEduardo-oy9hg 7 ай бұрын
Password?
@weirdxx_2
@weirdxx_2 7 ай бұрын
can you share this project?
@RobinHood-qg2xz
@RobinHood-qg2xz 8 ай бұрын
i have problem with building can any one help thanks i will pay