2 releases
0.1.1 | Jun 25, 2019 |
---|---|
0.1.0 | Jun 25, 2019 |
#12 in #beancount
250KB
276 lines
Rsbeancount
A tool to make beancount
file through the bill downloaded from payment platform.
TODO
- Alipay
- Wechat Pay
- China Merchants Bank(credit card)
Usage
-
cargo build
-
export PATH=$PATH:$PWD/target/debug
-
rsbeancount
-
rsbeancount --help
USAGE:
rsbeancount [OPTIONS] <CSVPATH> <BEANPATH>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-s, --source <ENUM> Source of the bill, default is Alipay
ARGS:
<CSVPATH> Path of the csv file
<BEANPATH> Path of the bean file
View
pip3 install beancount
pip3 install fava
fava bean/main.bean
Reference
Dependencies
~6MB
~80K SLoC