Document cards export.
This commit is contained in:
parent
6658b1ebcf
commit
f3653cf4ef
1 changed files with 18 additions and 0 deletions
|
@ -17,8 +17,26 @@ questionable.
|
||||||
|
|
||||||
### Members Info Printer
|
### Members Info Printer
|
||||||
|
|
||||||
|
Export Modules
|
||||||
|
--------------
|
||||||
|
|
||||||
|
These modules generate export files for other systems.
|
||||||
|
|
||||||
### Cards
|
### Cards
|
||||||
|
|
||||||
|
(import cards)
|
||||||
|
|
||||||
|
Exports files with card information for BrmDoor.
|
||||||
|
|
||||||
|
(cards-export mb cards desfire)
|
||||||
|
|
||||||
|
* ```mb``` - mbase structure
|
||||||
|
* ```cards``` - file path for generic cards
|
||||||
|
* ```desfire``` - file path for desfire cards
|
||||||
|
|
||||||
|
Generates two files with cards information for all active members. The
|
||||||
|
file format is compatible with BrmDoor project.
|
||||||
|
|
||||||
### Web Static
|
### Web Static
|
||||||
|
|
||||||
(import web-static)
|
(import web-static)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue