Update documentation.
This commit is contained in:
parent
647ce20cd3
commit
68781e97b6
4 changed files with 7 additions and 8 deletions
|
@ -10,7 +10,7 @@ apikeys-file /root/sap/apikey.ntlm
|
||||||
bank-dir /root/sap/
|
bank-dir /root/sap/
|
||||||
|
|
||||||
# Where to find last checked Fio transaction id
|
# Where to find last checked Fio transaction id
|
||||||
jendasap-checked /root/sap/checked.ntlm
|
checked-file /root/sap/checked.ntlm
|
||||||
|
|
||||||
# Global sender for any emails sent by the system
|
# Global sender for any emails sent by the system
|
||||||
email-from Brmlab - Rada <rada@brmlab.cz>
|
email-from Brmlab - Rada <rada@brmlab.cz>
|
||||||
|
|
|
@ -130,7 +130,7 @@ are used to set initial values for runtime parameters:
|
||||||
|
|
||||||
* members-directory
|
* members-directory
|
||||||
* apikeys-file
|
* apikeys-file
|
||||||
* jendasap-checked
|
* checked-file
|
||||||
* bank-dir
|
* bank-dir
|
||||||
* email-from
|
* email-from
|
||||||
* summary-mailto
|
* summary-mailto
|
||||||
|
|
|
@ -398,10 +398,9 @@ bank API.
|
||||||
|
|
||||||
.SS Last Checked Transaction ID File
|
.SS Last Checked Transaction ID File
|
||||||
|
|
||||||
A file specified under the "jendasap-checked" key in
|
A file specified under the "checked-file" key in \fBCONFIGURATION\fR
|
||||||
\fBCONFIGURATION\fR or given as command-line option \fB\-checked\fR
|
or given as command-line option \fB\-checked\fR contains the ID of the
|
||||||
contains the ID of the last checked bank transaction across all bank
|
last checked bank transaction across all bank account statements.
|
||||||
account statements.
|
|
||||||
|
|
||||||
When checking for \fB\-unpaired\fR transactions, only transactions
|
When checking for \fB\-unpaired\fR transactions, only transactions
|
||||||
with ID greater than the numeric value stored in this file are
|
with ID greater than the numeric value stored in this file are
|
||||||
|
@ -436,7 +435,7 @@ apikeys-file /root/sap/apikey.ntlm
|
||||||
bank-dir /root/sap/
|
bank-dir /root/sap/
|
||||||
|
|
||||||
# Where to find last checked Fio transaction id
|
# Where to find last checked Fio transaction id
|
||||||
jendasap-checked /root/sap/checked.ntlm
|
checked-file /root/sap/checked.ntlm
|
||||||
|
|
||||||
# Global sender for any emails sent by the system
|
# Global sender for any emails sent by the system
|
||||||
email-from Brmlab - Rada <rada@brmlab.cz>
|
email-from Brmlab - Rada <rada@brmlab.cz>
|
||||||
|
|
|
@ -68,7 +68,7 @@ configuration values.
|
||||||
|
|
||||||
*apikeys-file*
|
*apikeys-file*
|
||||||
|
|
||||||
*jendasap-checked*
|
*checked-file*
|
||||||
|
|
||||||
*bank-dir*
|
*bank-dir*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue