Bill Printing

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Bill Printing

Post by sudip »

Hello All,

Can anyone suggest me a method for Bill Printing (or Cash Memo printing).

What will be easier, using report designer or hand coded report programs.

Thanks in advance.

With best regards.

Sudip
With best regards,
Sudip
User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Bill Printing

Post by Rathinagiri »

IMHO, since it is a single time effort, it will be fine if we do it hard coded.

I suggest a pre-printed format (for laser printer/dot matrix printer) to reduce the printer stationery cost.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
sudip
Posts: 1456
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: Bill Printing

Post by sudip »

Hello Rathi,

Thanks a lot for your valued advice :)

With best regards.

Sudip
With best regards,
Sudip
User avatar
mol
Posts: 3825
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: Bill Printing

Post by mol »

I'm using hard-coded forms - too much variants for using report designer...
User avatar
Roberto Lopez
HMG Founder
Posts: 4023
Joined: Wed Jul 30, 2008 6:43 pm

Re: Bill Printing

Post by Roberto Lopez »

sudip wrote:Hello All,

Can anyone suggest me a method for Bill Printing (or Cash Memo printing).

What will be easier, using report designer or hand coded report programs.

Thanks in advance.

With best regards.

Sudip
@...PRINT commands were designed to print at exact page locations despite printer and paper used.

So, in combination with pre-printed forms is a good way to go.

Sadly, here, most business (there are exceptions) are obligated to use 'fiscal printers'. A print device that takes care of the complete job (even invoice numbering). You must connect to it via serial port (newer models via USB) and send to it a set of 'esoteric' commands to generate an invoice.

Sadly, there is not a standard for the commands, so, each brand, has its own command set.

As you can imagine, a terrible nightmare :)
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
Post Reply