Fix reports

Add currency report
make reports use json storage
Make tables nicer
This commit is contained in:
Aaron Kimbre
2022-01-16 20:24:47 -06:00
parent 1a5531eb19
commit b2af6d967a
17 changed files with 197 additions and 67 deletions

View File

@@ -8,7 +8,7 @@ $theme-colors: (
$link-color: #005ac2;
@import "../bootstrap-4.2.1/scss/bootstrap";
@import url(http://fonts.googleapis.com/css?family=Nunito:700);
@import url(https://fonts.googleapis.com/css?family=Nunito:700);
body { font-family:'Nunito', Helvetica, Arial, sans-serif; }