473,386 Members | 1,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Need some advice on invoicing

Hi,
I have searched the internet, but havent seen any sample on large scale
invoice printing. I am tasked with this project of rerieving data form a
database and printing invoices on a daily bases. There will be about 2000
invoices printed on a daily basis.

The problem I have is how do I go about doing this. I was thinking of
creating a templete in crystal report in my vb.net app and then bring my data
into a dataset, then loop through the dataset and send each record to fill
the templete, then send to the printer (Laser Printing). I did try this
however, it seems to be slow beacuse I have to send each record as an
individual file to the printer instead of one file with all the invoices.

How do you guys normally batch print your invoices or how do the large scale
applicaions handle invoice printing? Where can I find any info on this?

Please advice.

Thanks
Jul 10 '06 #1
1 1048
Chris,

One of the problems with multiple invoices in a file is that if there is a
problem with the printer, you will have a mess trying to print only the
invoices that didn’t get printed already. One option is to buy a really,
really fast printer. Barring that, if you have multiple printers available
you could set up your application to print to those different printers
simultaneously. Depending on how your network is configured and your
performance requirements you may want to look into a grid computing solution.
It all depends on your requirements.

If you want to look at a grid solution I suggest looking at the Digipede
Network. (www.digipede.net) The Digipede Network Developer Edition is free
and you can experiment with it to solve your problem.

Good luck,

Kim Greenlee

--
digipede - Many legs make light work.
Grid computing for the real world.
http://www.digipede.net
http://krgreenlee.blogspot.net

Jul 13 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Droolboy | last post by:
Hi, I'm about to start building a simple invoicing system for internal use, and am leaning towards using Java in some form. Thing is, there are so many ways it could be done, I'm having a hard...
4
by: Active8 | last post by:
I did this once and can't remember how <blush> so I read the reportlab user guid. It says to unzip the reportlab archive - this is on w2k, BTW, with Python23 - to a directory and make a file...
3
by: Willam Roberts | last post by:
Does anyone no were I can find example(s) of database models (table structures and relationships) for complex invoicing databases, that model the ability for a single customer to have multiple...
5
by: David B | last post by:
I have an app which includes invoicing, which is working fine. I am wondering how best to deal with the situation where the amount paid is different from the amount invoiced. Would it be best to...
0
by: David B | last post by:
Back in Dec 03 I was working on an app which included invoicing. With some help from Allen Browne I got something that has worked with no probs. I modifyed the origional app last March to handle a...
2
by: Chris | last post by:
Hi, I am trying to create an invoicing project with crystal. Sometime back I came accross an article where the author did a great job showing how to ceate an invoice object and use the crystal...
10
by: antheana | last post by:
Hi there, I am currently redesigning a database, which includes a contracts table that captures information about each contract e.g. ContractID (PK) ContractReference ContractTypeID (FK) ...
3
by: narpet | last post by:
Hello all... I'm having trouble with a query. Here's the situation: I have two tables, one that holds client info and another that holds invoicing info. The two tables have client number in...
1
by: uremroper | last post by:
Hi, I am currently moving from a MS Access background to SQL. Found both the speed, access to stored procedures and userdefined functions amazing. I have an invoicing system that stores;...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.