Added ledger.

This commit is contained in:
2023-03-05 14:25:00 +08:00
parent fe77f87110
commit eabe80b790
12 changed files with 736 additions and 86 deletions

View File

@ -122,6 +122,11 @@ td.accounting-amount {
.accounting-mobile-journal-credit {
padding-left: 1rem;
}
.accounting-ledger-table tfoot {
border-top: 1px double black;
font-weight: bolder;
font-style: italic;
}
/* The Material Design text field (floating form control in Bootstrap) */
.accounting-material-text-field {