mpdroog / acct-example

InvoiceD accounting example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acct-example

InvoiceD accounting-db example.

How to add another year?

mkdir -p name/$(date +\%Y) # mkdir name/2019
cd name/$(date +\%Y)
touch .keep
cd -
git add .
git commit -m "Add another year"

What is the default login?

email=you@yourcompany.com
password=minimum

About

InvoiceD accounting example