https://github.com/silviokennecke/helium-miner-sevdesk
Create bookings in Sevdesk from Helium Miner Account
https://github.com/silviokennecke/helium-miner-sevdesk
crypto-mining helium sevdesk taxes
Last synced: 3 months ago
JSON representation
Create bookings in Sevdesk from Helium Miner Account
- Host: GitHub
- URL: https://github.com/silviokennecke/helium-miner-sevdesk
- Owner: silviokennecke
- License: gpl-3.0
- Created: 2022-02-05T01:18:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T11:58:58.000Z (about 2 years ago)
- Last Synced: 2025-02-04T11:02:38.230Z (3 months ago)
- Topics: crypto-mining, helium, sevdesk, taxes
- Language: TypeScript
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helium Miner to Sevdesk
This project creates bookings in the cloud accounting software Sevdesk for rewards of helium mining.
> :warning: This project was developed for private use. The code is pretty static, not covered by unit tests, etc. I will not offer any support.
>
> Please talk to you accountant before using this tool!
>
> If you find any bugs, feel free to open a PR.## Usage
It's suggested to run this using a cronjob.
```sh-session
$ npm install -g helium-miner-sevdesk
$ helium-miner-sevdesk COMMAND
running command...
$ helium-miner-sevdesk (--version)
helium-miner-sevdesk/0.0.3 darwin-arm64 node-v17.4.0
$ helium-miner-sevdesk --help [COMMAND]
USAGE
$ helium-miner-sevdesk COMMAND
...
``````sh-session
$ npm install
$ npm run build
$ bin/run post-rewards --heliumAccount=YOUR-HELIUM-ACCOUNT-ID --date=THE-DATE-YOU-WANT-TO-IMPORT --sevdeskApiToken=YOUR-SEVDESK-API-TOKEN --sevdeskAccount=ID-OF-ACCOUNT-TO-BOOK --sevdeskCheckAccount=ID-OF-BANK-ACCOUNT-TO-BOOK-PAYMENT
...
```