This is a discussion on "[SOLVED] ASP Invoicing System" within the Classic ASP section. This forum, and the thread "[SOLVED] ASP Invoicing System are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] ASP Invoicing System
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hey guys...
Does any of you have a sample of a simple asp program (using access database) for a simple invoicing database? Please refer to the attached image for the sample invoice that i wanted to make. thanx...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|
|
|||
|
Re: ASP Invoicing System
What format do you want to output it in, PDF, E-Mail,....?
|
|
||||
|
Re: ASP Invoicing System
Wouldn't that be a webpage?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: ASP Invoicing System
Ok, should be no problem with an ASP page, I just presumed he would want tou output it and send it to the customer.
All that is needed is some 2 Recoordsets and some code. If you have more details I would be happy to assist and guide. Regards Robbie |
|
||||
|
Re: ASP Invoicing System
Quote:
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: ASP Invoicing System
|
|
||||
|
Re: ASP Invoicing System
To see the end result.
There are loads of tutorials like this for PHP, but ASP I find few. so i'd like to see how to do this
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: ASP Invoicing System
Do you mean like freshbooks? If he wants to do something like this then why try to build one when fresh books is free to a point.
I can now see what you mean, I ain't got time at the present to build a monster app like that, i missunderstood.... lol. I thought he wanted to output it so a user could login and get the invioce afterbeing notified by e-mail. Robbie |
|
||||
|
Re: ASP Invoicing System
Or one of these maybe?
|
|
||||
|
Re: ASP Invoicing System
Oh, I assumed it was for educational purposes
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: ASP Invoicing System
Quote:
Ok, lets start. I use this invoicing/billing in my brother small shop. Actually, I know the basic input, save and delete function in asp and I know how to do that. The problem in what I wanted to archieve here is: Reffering to the attachment, I have 5 column and a few rows default. The price will be the [amount x unit price]. What I want to do is, the row depends on the number of items a customer want to buy. Let say the costomer want to buy 5 item, so the row will be 5. Currently, I set the row to maybe 10. so if the customer want to buy 5 item, the rest of the column will be empty and the database function will not execute because of this. Do you guys have any idea how to build this kind of simple billing system using asp and access? Or maybe i will stick to use ms excel that is more simple.
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|||
|
Re: ASP Invoicing System
Quote:
Hope it helps? EDIT: Forgot to mention there is an address to kill the Session Variables (You could Add this to the Print Invoice page as a button) - http://www.donenet.co.uk/invoice/web...asp?killUser=Y Last edited by robbied72; Sep 19th, 2007 at 16:36. |
|
|||
|
Re: ASP Invoicing System
Quote:
I will put my effort to learn the program and change it according to my need. The link that karinne and robbie gave me is to complicated, I mean the invoicing system. The system also using the internet to operate. What I want is a stand alone system (eg. asp & access) that can be used for billing purpose in my brother small shop. By the way thank you for giving me the example, maybe I could use that one day. Hey, robbied! Do you mean a button like "EXIT" the invoice (that kill/clear the session variable)? Let me try that first. Quote:
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Last edited by Monie; Sep 20th, 2007 at 02:07. |
|
|||
|
Re: ASP Invoicing System
Quote:
Robbie |
|
|||
|
Re: ASP Invoicing System
Hey robbied,
Maybe my question is more on javascript function or maybe a database function but anyway let me ask first and see if you could help me. Ok, let say I want to add the calculation part, I mean let say if I want to give a discount 10% to one customer to a specific item, (that already in the database with the price already set) what way should I do that? Could you give me a brain wash, thanks.
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|||
|
Re: ASP Invoicing System
Quote:
I have just added the discount calculations based on the amount set in the customer table, i have also added 3 new buttons to the final invoice page (Print Invoice, Add Item to sale and Complete Sale(this abandons the session and sets it up ready for a new sale)). You can download the zip file from the same location as above as i have overwrote the old system. Hope this works for you buddy. Robbie |
|
|||
|
Re: ASP Invoicing System
Hi Monie, Just thought it would be easy to control stock levels in here to, ain't got time at the moment to do it myself but all you would have to do is add another command to the tasks.asp page to deduct from the products table.
Send me a copy of the final product when your finished so I can take a look. |
|
|||
|
Re: ASP Invoicing System
Quote:
The system I would say 98% satisfy my requirement and with a little bit of CSS styling, it will be perfect! For the Stock Level thing, maybe later bcoz I have to study your coding/variable/calculation in order to do that, not to mention that I don't have any idea before this on how to do calculation in asp. Its really difficult for me I guess. Well, I really appreciate your help man. I will try to do the stock count and if I can't do it I will get back to you. Thanks.
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
|||
|
Re: ASP Invoicing System
Quote:
|
![]() |
| Tags |
| invoice |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CMS system suggestions... | Dewetha | Web Page Design | 9 | Sep 13th, 2007 18:31 |
| system commands | ktsirig | PHP Forum | 0 | Oct 12th, 2005 13:06 |
| PHP system commands | ktsirig | PHP Forum | 2 | Oct 3rd, 2005 12:06 |