Added the journal report as the first accounting report.

This commit is contained in:
2023-03-04 18:29:00 +08:00
parent 55c2ce6695
commit 9bfcd3c50c
16 changed files with 1956 additions and 7 deletions

View File

@ -109,6 +109,20 @@
border-top: thick double slategray;
}
/* The accounting report */
.accounting-ledger-table thead {
border-bottom: 1px double black;
}
.accounting-amount {
text-align: right;
}
td.accounting-amount {
font-style: italic;
}
.accounting-mobile-journal-credit {
padding-left: 1rem;
}
/* The Material Design text field (floating form control in Bootstrap) */
.accounting-material-text-field {
position: relative;