Skip to content

Various tools to manage the Amethyst Foundation's treasury paperwork

License

Notifications You must be signed in to change notification settings

Moxinilian/backertrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backertrack

MIT Lines of Code Join us on Discord

This utility helps managing the treasury paperwork of the Amethyst Foundation.
Currently, its only purpose is to keep a ledger of all transactions and automate the processing of donations.
It can also output documents required by tax authorities.

NOTE: The command line graphical interface only works on Linux and macOS for now.
You can still use the traditional command line on Windows.

Installation

As it is tailored to the specific needs of the Amethyst Foundation, backertrack is not available for download from cargo. Therefore, you will have to build it yourself, which is fortunately very easy with cargo.

$ git clone https://github.com/Moxinilian/backertrack.git
$ cd backertrack
$ cargo build --release
$ ./target/release/backertrack [commands]

You can also grab the output executable in your target/release folder.

Alternatively, you can use backertrack directly with cargo run:

$ git clone https://github.com/Moxinilian/backertrack.git
$ cd backertrack
$ cargo run --release -- [commands]

Usage

backertrack can be used from the command line. To consult the documentation, run:

$ backertrack --help

You can also use the command line UI by running:

$ backertrack -l path/to/ledger/file.json

About

Various tools to manage the Amethyst Foundation's treasury paperwork

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages