taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

taler-merchant-report-generator.1.rst (2090B)


      1 taler-merchant-report-generator(1)
      2 ##################################
      3 
      4 .. only:: html
      5 
      6    Name
      7    ====
      8 
      9    **taler-merchant-report-generator** - fetch and transmit periodic reports
     10 
     11 
     12 Synopsis
     13 ========
     14 
     15 **taler-merchant-report-generator**
     16 [**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
     17 [**-h** | **--help**]
     18 [**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
     19 [**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
     20 [**-T** *USEC* | **--timetravel**\ \ *USEC*]
     21 [**-t** | **--test**]
     22 [**-v** | **--version**]
     23 
     24 Description
     25 ===========
     26 
     27 **taler-merchant-report-generator** is a background job that
     28 peridoically fetches reports from the merchant backend and
     29 transmits them using report-generator helper processes. This
     30 is typically used to send statistical data for accounting.
     31 
     32 Its options are as follows:
     33 
     34 **-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
     35    Use the configuration and other resources for the merchant to operate
     36    from *FILENAME*.
     37 
     38 **-h** \| **--help**
     39    Print short help on options.
     40 
     41 **-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL*
     42    Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
     43    ``WARNING``, ``ERROR``.
     44 
     45 **-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
     46    Send logging output to *FILENAME*.
     47 
     48 **-T** *USEC* \| **--timetravel=**\ \ *USEC*
     49    Modify the system time by *USEC* microseconds.
     50    *USEC* may be prefixed with ``+`` or ``-`` (e.g. ``-T +300``).
     51    This option is intended for debugging/testing only.
     52 
     53 **-t** \| **--test**
     54    Run in test mode. Only runs until the current list of bank
     55    transactions have all been checked.
     56 
     57 **-v** \| **–version**
     58    Print version information.
     59 
     60 Exit Status
     61 ===========
     62 
     63 ``0``
     64    Successful termination.
     65 
     66 ``1``
     67    An operational failure occurred.
     68 
     69 ``2``
     70    The command-line arguments are invalid.
     71 
     72 ``5``
     73    The merchant database is unavailable.
     74 
     75 ``6``
     76    A required configuration setting is missing or invalid.
     77 
     78 See Also
     79 ========
     80 
     81 taler-merchant.conf(5).
     82 
     83 Bugs
     84 ====
     85 
     86 Report bugs by using https://bugs.taler.net or by sending electronic
     87 mail to <taler@gnu.org>.