1
0

Add message about accounts in ledgerbil

This commit is contained in:
Tony Grosinger 2022-07-26 22:03:04 -07:00
parent 8ce8b3857c
commit 45e203f4a2
2 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,11 @@
# https://github.com/scarpent/ledgerbil
# NOTE: It does not seem that aliases are properly expanded when using
# ledgerbil. You'll need to use the value actually used for the accounts in the
# transaction.
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
REPOPATH="$(dirname ${SCRIPTPATH})"

View File

@ -1,5 +1,9 @@
#!/bin/bash
# NOTE: It does not seem that aliases are properly expanded when reconciling
# with ledgerbil. You'll need to make sure you reconcile with the value actually
# used for the accounts in the transaction.
if [ ${#} -ne 1 ]; then
echo "Must provide an account name to reconcile."
echo "Usage: ${0} account_name"