Show
Ignore:
Timestamp:
10/09/05 22:39:06 (19 years ago)
Author:
jerome
Message:

Replaced some 'filename' tags with 'command' tags.
Improved pkbcodes' documentation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/docs/pkbcodes.sgml

    r2541 r2551  
    66   
    77  <para> 
     8    Some people like lawyers for example need to be able to invoice their own clients 
     9    for printouts. To address such needs, <application>CUPS</application> features 
     10    the possibility to attach a particular billing code to each print job, and of course, 
     11    <application>PyKota</application> can make use of it. 
    812  </para>   
     13   
     14  <para> 
     15    To use a billing code when printing, you have to pass an additionnal argument to the  
     16    <command>lp</command> command, for example for a client named <literal>smith</literal> 
     17    this could be something like : 
     18    <screen> 
     19$ lp -o job-billing=smith the_file_to_print.ps 
     20    </screen> 
     21  </para> 
     22   
     23  <para> 
     24    For <application>PyKota</application> to be able to maintain statistics 
     25    per billing code, you first have to add these billing codes to <application>PyKota</application>'s 
     26    database. This is the main goal of the <command>pkbcodes</command> command line tool. 
     27  </para> 
     28   
     29  <para> 
     30    But <command>pkbcodes</command> also allows you to add a textual description to each billing 
     31    code, to delete them, to reset billing code specific counters, and finally to list 
     32    existing billing codes. 
     33  </para> 
    934   
    1035  <sect1> 
     
    1237    <para> 
    1338      <cmdsynopsis> 
    14         <command>pkmail</command> 
     39        <command>pkbcodes</command> 
    1540        <group choice="opt"><arg>-v</arg><arg>--version</arg></group> 
    1641        <group choice="opt"><arg>-h</arg><arg>--help</arg></group>