created foundation for ledger
This commit is contained in:
2
commands/balance-sheet
Executable file
2
commands/balance-sheet
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "TO DO"
|
||||
2
commands/cash-flow-statement
Executable file
2
commands/cash-flow-statement
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "TO DO"
|
||||
2
commands/check
Executable file
2
commands/check
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
bean-check ledger/main.beancount
|
||||
2
commands/income-statement
Executable file
2
commands/income-statement
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "TO DO"
|
||||
2
commands/serve
Executable file
2
commands/serve
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
fava ledger/main.beancount -p 8080
|
||||
Reference in New Issue
Block a user