Last active
November 30, 2015 00:15
-
-
Save yegle/cfebd29535c8c9c56528 to your computer and use it in GitHub Desktop.
document problem in beancount
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
echo "Because gist doesn't support directory" | |
dir=$(dirname "$0") | |
mkdir -p "$dir/stmts/Assets/US/BoA" | |
touch "$dir/stmts/Assets/US/BoA/2015-01-31.statement" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
option "documents" "./stmts" | |
2015-01-01 open Assets:US:BoA:Checking | |
; without a "document" directive, there's no link to the document on journal web page |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
option "documents" "./stmts" | |
2015-01-01 open Assets:US:BoA:Checking | |
; insert a bogus document directive here | |
2015-01-31 document Assets:US:BoA "stmts/Assets/US/BoA/Checking/2015-01-31.statement" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment