Bro can you see your bill print grand total is printed wrongly grand total is multiply colu.n counting
@pastorgaddi8112 күн бұрын
Source Code please plus database
@charlo-d216 күн бұрын
Virtually impossible to do this on visual basic 2018.
@BhasiniPerera17 күн бұрын
Thank you
@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Ай бұрын
where is the code mahn
@IrfaanKVPVАй бұрын
1:14:57
@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Ай бұрын
No voice 😂
@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Ай бұрын
Hello sir, the dataset billdate in Time is not the same as the current time, it makes a default value of 12:00AM.
@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
@vawaide2 ай бұрын
Merci pour cette video
@goudemarc64882 ай бұрын
T'es fort
@MohammadNur-h5t2 ай бұрын
where is the pass man?
@wilkeansbellamy11432 ай бұрын
Amazing tutorial mate💯👍🏾
@wilkeansbellamy11432 ай бұрын
Amazing video man,thank for the help.
@1080p-wo6ex2 ай бұрын
Hello sir? Do you still have this system??
@Shivam-nm3uf3 ай бұрын
Bruh how should i redirect this login signup page to my existing website
@kelvinmate34363 ай бұрын
what is the password guys?
@Dela.is.Mighty3 ай бұрын
kzbin.info/www/bejne/qJ_apWeMjMqpbcU
@triplektechnicalsupport62763 ай бұрын
Guna.UI2 Version 1.0.1.7 not downloadable?
@ashentharusha97083 ай бұрын
Can you send the project i have my project presentation pls can you help me
@TiTest-y5o3 ай бұрын
HI sir, can I have this project?
@jefreye.lariba75304 ай бұрын
how to edit the billprint form?
@aymanjaberlb4 ай бұрын
Password pls
@lawmaina784 ай бұрын
Where can I download the source code even if I have to pay for it, will help me in learning properly.
@daffrinfrani3424 ай бұрын
@NOOBCODER- can you please post the tutorial
@likedarkweb54725 ай бұрын
Password, Please?
@itssaniata275 ай бұрын
Can you do a sample of Barangay Profiling System using VB?
@hakeemadejare48185 ай бұрын
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-mt5xp5 ай бұрын
Hello, please: lbl_subtotalPrice.Text ????
@rukshandhananjana55775 ай бұрын
You have to add it
@WilliamAguilar-mt5xp5 ай бұрын
@@rukshandhananjana5577 ok thank you
@CMAD_20235 ай бұрын
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-v2g5 ай бұрын
app link
@aydatuengineer85675 ай бұрын
I want to make this
@Amitvideophotoshop5 ай бұрын
pass - noob9944
@hakeemadejare48185 ай бұрын
we need the github as soon as possible please
@aliftawfiquealif5 ай бұрын
password is noob9944
@mbazombomboro45375 ай бұрын
Share the code!
@sidenbd70106 ай бұрын
noob9944 password 🔑
@OMEDIT-19906 ай бұрын
How to run on two devices ?
@GoldenYTG6 ай бұрын
Brother please forgive me, I can only give one like 🙏🙏🙏🙏
@denverdulay37716 ай бұрын
Can i see the relationship of the table?
@shariarzunak51396 ай бұрын
Where is the code
@muyanjaronald-i4r7 ай бұрын
Perfect tutorial
@vijayvs31067 ай бұрын
Mast e bhai after 5years
@dharunyaponnusamy4347 ай бұрын
Broo I couldn't get this in Mac please help that and please reply I would be very grateful
@PastorEduardo-oy9hg7 ай бұрын
Password?
@weirdxx_27 ай бұрын
can you share this project?
@RobinHood-qg2xz8 ай бұрын
i have problem with building can any one help thanks i will pay