Add JendaSAP compatibilit mode configuration and command-line option.
This commit is contained in:
parent
462862c542
commit
067f5eba62
2 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
(-apikeys-file- fname))
|
||||
(-bankdir (dir) "Where are bank CSV files"
|
||||
(-bank-dir- dir))
|
||||
(-jenda () "JendaSAP compatibility mode"
|
||||
(*jendasap-compat* #t))
|
||||
""
|
||||
"Query options:"
|
||||
(-mi (id) "Specify member by id" (-member-id- (string->number id)))
|
||||
|
|
|
@ -52,4 +52,7 @@
|
|||
;; Needed by multiple modules actually
|
||||
(define *members-directory* (make-parameter "members"))
|
||||
|
||||
;; JendaSAP compatibility mode
|
||||
(define *jendasap-compat* (make-parameter #f))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue