Creating A Billing Application?
Feb 18, 2010removed
Attached File(s)
billcalc.zip (239.61K)
Number of downloads: 265
removed
Attached File(s)
billcalc.zip (239.61K)
Number of downloads: 265
send me source code for any billing project
View 3 Repliesi m trying to develop a billing sw using vb.net as front end and ms sql as back end. i 'll need two tables for this. So, how can i design avb.net form for this purpose. means what tools should be used for item entries
View 2 Repliesanyone can teach me how to make billing system which is server - client.i will put the sql database to one pc then clients - the gui system.i want to run may system from other pc then connect to sql database which in another pc..
View 1 Replieswe're working on a billing systemCurrently I am working on the categories module. Here's the thing:I need a dynamically changing UI. So the user can add categories, delete them and teh UI would accordingly add or remove controls automatically.I used DataGridView, but since the fetching and storing of data will not be done in a database, I need to fetch it and update it using an HTTP API, the data bindings are causing problems as I need to update, Insert or delete data using functions instead of letting VB do the hard work. I tried creating a datatable and checking for changes everytime user added/deleted/changed a row, but again the problem is: in a datatable I am not able select what type of control represents the column. For Example I have a parent category column where the control needs to be a combo box. The datatable's columns don't seem to provide an option and are automatically set to text box.I am thinking there is a really cool way of doing this that I am unaware of. all the VB.NET books I have read only seem to use DataGridView in conjunction with some sort of a database and not independantly.
View 4 RepliesIf a billing period always starts on say the 22nd of the month and ends on the 21st of the following month then all I'd have to really figure out is how many days are in the month the billing period started right? I hate working with Dates! This is what I've come up with using the idea above...Note, Dates are strings in the first column of a Listview in the format of, mm/dd/yyyy.
' get month from start of billing period (last item in LV) ' example of dates: 06/22/2011
Dim BillStartMonth = CInt(ListView1.Items(ListView1.Items.Count - 1).Text.Substring(0, 2))
' get Year from start of billing period (last item in LV)
[code].....
currently i am doing a billing system project using vs2010 and sqlserver 2008. i got 2 form, one for invoice & one for delivery order, and a button to submit the invoice details to DO form.
would like to ask a few question,
1) once i add new transaction, the invoice number will be auto increment and save all details into database table.
2) the invoice number cannot use again even after the transaction being canceled.
3) how to make the DO number and invoice number the same as per transaction done / undone.
I want to make a coffee shop billing system ..but don't know how to give a start to it ..I have searched and searched but no responses any where so far . I have not seen any billing softwares so don't know what all buttons,menus and database need to be created for the same ...I'm using Microsoft Visual Studio 2008 with frame work 3.5 and would like to use SQL database for connecting...
View 5 RepliesIm planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen.
Im not asking for the code on how to do it. and one more thing is it safe to use winsock in creating a client/server application?
I want to create a AIO (All In One) application.
Heres an example of what i want to do , lets say each line of text on this image is a button that opens the the program when clicked
Also imagine that the pic below is a "Windows Form"
I know i can open programs by using the "shell (Program location) " code , but in want to be able to upload this AIO to rapidshare etc. for others to use on other computers.
I'm creating an application in vb.net.I wish to have 2 projects- one for GUI and the other for class implementations.(Its for the maintainabilty purpose i'm separating GUI and implementation.)I would like to call the class ct
View 2 RepliesActually I am facing issue in creating an ASP.net application.I have created a project in VB.net but now my seniors are saying that the code should be in ASP.net and it is taking hell lot of time for code conversion, designing and all other stuff.Actually I am not able to get all the functions and properties in ASP.Net since I had been working in ASP.Net for a long time.
View 11 RepliesI am doing a project on the CRM application which can sending or receiving of emails and sms. Most of the CRM application that has been build is using the web form which mean the application of the CRM is build as website. But the problem is that I am doing it in the windows application. The CRM application that I am doing is the the admin can send/receive emails and sms. It is some sort like microsoft outlook. but the difference is that in microsoft outlook it can only send emails. When i search the internet for the gateway, there is no free gateway. Is there any examples for sending or receiving of sms and emails. My group partner is doing on the emails which he uses the SMTP server.
View 1 RepliesI am doing a project of CRM application which does sending and receiving sms/email. I am doing this using the visual studios 2005 ans SQL Server Database to store the send or received sms/email. I have search on sms in the internet but the problem is that it is using C# as I am using the vb.net language. Even though some of the research that i came across is in vb.net but the application did not work.
In my research, the sending and receiving of sms application uses sms gateway, AT command. But I am not sure which one to use becoz I am doing this application for my project. Hope for any recommendation on which one to use either the sms gateway or AT command or any other device. My lecturer said that my project is most likely like the M2U Mozat. Not only that I am doing the sms but also the email. The email part is done by my partner but the problem is that he creates the email using the SMTP server. How can using a SMTP server to create sms? It is because the part that I am doing which is the sms and the email to combine together.
i am kind of new to the programming scene, i am creating a battleships application and i want to know if it is possible to drag an image from a picture box, to another picturebox image at a specific spot in the image, like placing your ships? perhaps set the board as a background imagine, im working with visual basic.net for experienced programmers, and i ahve gotten the idea from the chess game they make,unfortunatly they dont mention dragging from one picture box to another.
View 2 Replieshow to create a console application that asks the user to input his or her first name and last name separately. The console application will display a message that varies according to the user. Then combine the two names into a single string variable named fullName, so that they 'll output a full name.
View 4 Repliesacctually i m creating a desktop application in vb.net so on the data insertaton page i had got an error that is "the ConnectionString property not initilized" so i m posting all my code here.
[Code]...
create a small multimedia application using Visual Basic.net 2008. What i need is for this application to pull information from a webpage.
View 9 Replieshow to create a new .exe from my application. Basically I have a form with a textbox and a create button, when I hit create I want to create a new .exe with, well whatever code I want for example MsgBox(text1.text). So when I run the new .exe I get just the message box with the text from the previous application.
View 5 RepliesI was wondering about the possiblity of creating a portable application in vb.net, not for anything specific - more out of curiousity than anything else. The only way that i have thought of doing this is creating an application, grabbing it out of /bin and it would save settings in a xml file or text document/whatever.
View 4 Repliescreating a skype application in vb?
View 3 Repliesi am creating an application that is like an alarm, for example an item in my listbox is "2010-10-24" and the date in my label is also "2010-10-24".i would like to pop a message that there is a due paper in that date.my problem is my code below, it does not find the item in listbox and the label equal. i wonder what is the problem,
[Code]...
I need to make an application that edits the values in a file but it needs to be done in a hax editor can Im using VB 2008 Express Edition
View 1 RepliesI am trying making a appliction that produce a invoice, its just a type of business application, in that i want to and form that contain a email sector divided on two tabs one to send email, and second to receive email (like to check my inbox
View 12 RepliesI'm creating new application with visual basic web developer i have 3 textbox on web form ajax this is code inside event load
Dim Connection As SqlConnection
Dim Command As SqlCommand
Dim dr As SqlDataReader
[code]....
In the company I work for we have a desktop application developed in .NET that we like to open up some parts for other software developers.
I see it like some kind of public methods that other software can access. Is there any standard approach, best practices or other experience of this?
I guess you could do this with Win32 calls, C/C++ programming etc. But I'm mainly a .NET developer and have some years of experience programmming in mainly VB.NET but also some C#. I hope finding a way to do this within .NET. But it should be accessible for software developed in other languages.
I own an online forum:A host server with MySQL database support, domain name, and, MyBB forum software.I want to create an application that will let my users log in, and, well, chat.But I am clueless. What do I need? I have my own database online and host and everything so... What is a good start?
View 1 RepliesWhat I need to do is create the server side for a chat application that will run on the iPhone, Android, Blackberry and web browsers. To do this I am thinking of:
[Code]...
I am having trouble creating a console application with these specifications:
* Declare variables named HoursWorked, HourlyRate, GrossPay, and NetPay, each having a data type of Double.
* Read values for the hours worked and hourly rate.
* Write the statements to multiply the hours worked by the hourly rate to calculate the gross pay. Calculate the net pay by multiplying the gross pay by 0.80.
* Display the gross pay and net pay (formatted for currency).
This is what I have so far:
Sub Main()
Dim HoursWorked As Double
Dim HourlyRate As Double
Dim GrossPay As Double
[code]....
I don't exactly understand what it means to "read the values for hours worked and hourly rate". Does it have something to do with "Read Line"?
First of all, I want to say sorry if this is not a correct forum. I have built several standalone applications up until now. But now I need to create a server client application, the only database is on the server. The application itself is installed on all the client computers but not all of them are granted the same level of access to the database.
[Code]...