Index: ossp-pkg/as/as-gui/as-accounts.pod RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as-accounts.pod,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/as/as-gui/as-accounts.pod,v' | diff -u /dev/null - -L'ossp-pkg/as/as-gui/as-accounts.pod' 2>/dev/null --- ossp-pkg/as/as-gui/as-accounts.pod +++ - 2025-04-18 22:05:51.363022872 +0200 @@ -0,0 +1,103 @@ +## +## OSSP asgui - Accounting system graphical user interface +## Copyright (c) 2002-2003 The OSSP Project (http://www.ossp.org/) +## Copyright (c) 2002-2003 Cable & Wireless Deutschland (http://www.cw.com/de/) +## Copyright (c) 2002-2003 Ralf S. Engelschall +## Copyright (c) 2002-2003 Michael Schloh von Bennewitz +## +## This file is part of OSSP asgui, an accounting system graphical user +## interface which can be found at http://www.ossp.org/pkg/tool/asgui/. +## +## Permission to use, copy, modify, and distribute this software for +## any purpose with or without fee is hereby granted, provided that +## the above copyright notice and this permission notice appear in all +## copies. +## +## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED +## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR +## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF +## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +## SUCH DAMAGE. +## +## as-accounts.pod: Plain old documentation file +## + +=pod + +=head1 NAME + +B - accounting system accounts document format + +=head1 DESCRIPTION + +The B application specifies a user entry as including many individual +pieces of information (see as-events.5). One of these is the account, +describing a task on which the user worked. While the account field may +contain free text, there are a number of atomic values which are typical in +the work atmosphere. The B client reads a file of such values to offer +the user a listing in which to choose from. This file is called the +B file, and is typically named F. Its name and location +are arbitrary and may be changed through the user preferences. + +=head1 FILE FORMAT + +The B file contains ASCII text. The first line consists of an +identifier to associate the file type and version. Following text may contain +white space, comments, and data tuples. + +=head1 GRAMMAR + +B ::= B B + +B ::= "%!AS-ACCOUNTS-" [0-9] '.' [0-9] + +B ::= B | B | B | EMPTY + +B ::= ($#.*) + +B ::= B B | B B B + +B ::= B | B + +B ::= B B + +B ::= [RM] + +B ::= '/' + +B ::= [a-zA-Z0-9_-]* + +=head1 EXAMPLE + +A typical B file might look like this: + +%!AS-ACCOUNTS-0.6 + +## Internet Services (IS) department ## + +# General + +R /is/common/meeting # Specify type + +R /is/common/meeting/weekly # A weekly meeting + +# Special + +R /is/sales/absence/illness # Approved absence (illness) + +R /is/sales/absence/vacation # Approved absence (vacation) + +=head1 SEE ALSO + +as-gui(1), +as-gui.conf(5), +as-events(5) + +=cut