[BACK]Return to pta.1 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / pta

Diff for /pta/pta.1 between version 1.2 and 1.6

version 1.2, 2020/09/27 15:38:25 version 1.6, 2020/11/18 16:35:40
Line 23 
Line 23 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm pta  .Nm pta
 .Op Fl abcnps  .Op Fl abcnps
   .Op Fl D Oo Ar start : Oc Ns Op Ar end
 .Op Fl L Cm de  .Op Fl L Cm de
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The Plain Text Accounting program reads bookkeeping journals  The Plain Text Accounting program reads bookkeeping journals that
   users are expected to create and maintain with arbitrary text editors
 and writes account lists, balances, and cost center assessments  and writes account lists, balances, and cost center assessments
 to standard output.  to standard output.
 All input files are  All input files are
Line 95  Print the accounts and balances for each
Line 97  Print the accounts and balances for each
 .Em cost center .  .Em cost center .
 For each cost center, all related account entries are printed,  For each cost center, all related account entries are printed,
 grouped by accounts, followed by a balance sheet for the cost center.  grouped by accounts, followed by a balance sheet for the cost center.
   .It Fl D Oo Ar start : Oc Ns Op Ar end
   Restrict analysis to the time range from
   .Ar start
   to
   .Ar end ,
   inclusive, both to be specified in the form YYYYMMDD.
   .Pp
   If
   .Ar end
   is given, later journal entries are still checked for errors,
   but omitted from account lists, balance sheets, and profit and loss
   calculations.
 .It Fl L Cm de  .It Fl L Cm de
 In standard output, use German instead of English terms.  In standard output, use German instead of English terms.
 There are no plans to fully internationalize  There are no plans to fully internationalize
Line 148  There are often lines listing surcharges and fees rela
Line 162  There are often lines listing surcharges and fees rela
 and sells, though.  and sells, though.
 .Pp  .Pp
 In lines listing revenues like interest or dividends and costs like  In lines listing revenues like interest or dividends and costs like
 surchanges and fees, the text string is the original text string  surcharges and fees, the text string is the original text string
 from the respective  from the respective
 .Em journal entry .  .Em journal entry .
 .Pp  .Pp
Line 194  example input file
Line 208  example input file
 .Xr pta-accounts 5 ,  .Xr pta-accounts 5 ,
 .Xr pta-journal 5 ,  .Xr pta-journal 5 ,
 .Xr pta-glossary 7  .Xr pta-glossary 7
   .Pp
   The
   .Nm
   homepage:
   .Lk https://mandoc.bsd.lv/pta/
 .Sh AUTHORS  .Sh AUTHORS
 .An Ingo Schwarze Aq Mt schwarze@openbsd.org  .An Ingo Schwarze Aq Mt schwarze@openbsd.org
 .Sh BUGS  .Sh BUGS

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.6

CVSweb