27 lines
615 B
Markdown
27 lines
615 B
Markdown
# Project Name
|
|
|
|
This script creates automatic donation reciepts from an MT940 file exported in the online banking transaction history.
|
|
|
|
## Table of Contents
|
|
|
|
- [Installation](#installation)
|
|
- [Usage](#usage)
|
|
- [Contributing](#contributing)
|
|
- [License](#license)
|
|
|
|
## Installation
|
|
|
|
You need LaTex and Ruby installed
|
|
|
|
## Usage
|
|
|
|
./beitragsquittung.rb <MT940 file> <Excel file> <member id>
|
|
|
|
The member ID is optional. If not provided, all members are processed.
|
|
The time range is used from the MT940 file.
|
|
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
|