Differences between revisions 1 and 2
Revision 1 as of 2012-01-11 05:53:22
Size: 564
Editor: fuzzy
Comment:
Revision 2 as of 2012-01-11 06:07:18
Size: 611
Editor: JonCo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Creating spooled printers. = Creating spooled printers. =
Two symbolic links would have to be created, One for labels, one for reports. This symbolic link would be named the same as the subdirectory under company directory.
Line 3: Line 4:
Two symbolic links would have to be created, One for labels, one for reports. This symbolic link would be named the same as the subdirectory under company directory. example prntlbl and prntrep (print label, print reports) Example prntlbl and prntrep (print label, print reports)
Line 6: Line 7:

{{{
Line 10: Line 13:
ln -s prntdir prntrep ln -s prntdir prntrep }}}
In the menus, we can add (C)ommands
Line 12: Line 16:
In the menus, we can add commands
Print spooled labels  prntlbl
Print spooled reports prntrep
{{{
Print spooled labels            prntlbl
Print spooled reports           prntrep
}}}

Creating spooled printers.

Two symbolic links would have to be created, One for labels, one for reports. This symbolic link would be named the same as the subdirectory under company directory.

Example prntlbl and prntrep (print label, print reports)

We need the following created (we will use NTOPINES company as example)

mkdir /u/ccr.13/NTOPINES/prntlbl
mkdir /u/ccr.13/NTOPINES/prntrep
cd /u/ccr.13/binl
ln -s prntdir prntlbl
ln -s prntdir prntrep 

In the menus, we can add (C)ommands

Print spooled labels            prntlbl
Print spooled reports           prntrep

Neeto_printer (last edited 2013-09-18 06:09:33 by localhost)