Inventory System: Printing on a doc template

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dilliwal
Forum Newbie
Posts: 2
Joined: Mon Sep 07, 2009 5:18 am

Inventory System: Printing on a doc template

Post by dilliwal »

Hello Everyone,
i am making an inventory system for a customer according to his requirement he wants to print bills on his printed blank bills i just want to put up the values in right cells and columns

I am bit confused on how shud i make it happen
-- (html)should i calculate the exact position of the values in pixel to print (The Paper is A4 in size)
-- (doc) or should i convert it in doc and then print
or any other direction...

I have been looking such applications in shops at the time of billing :D
User avatar
Salaria
Forum Commoner
Posts: 34
Joined: Fri Feb 13, 2009 2:50 am
Location: India
Contact:

Re: Inventory System: Printing on a doc template

Post by Salaria »

I did the same problem with HTML DIVisons.

I think -- (html)should i calculate the exact position of the values in pixel to print (The Paper is A4 in size) is the best option.
dilliwal
Forum Newbie
Posts: 2
Joined: Mon Sep 07, 2009 5:18 am

Re: Inventory System: Printing on a doc template

Post by dilliwal »

Thank You,
I will make a try now :)
Post Reply