Added trial balance.

This commit is contained in:
2023-03-06 00:20:11 +08:00
parent 480e2d2d8f
commit cca43c68a6
8 changed files with 439 additions and 3 deletions

View File

@ -127,6 +127,41 @@ td.accounting-amount {
font-weight: bolder;
font-style: italic;
}
.accounting-report-card {
padding: 2em 1.5em;
margin: 1em;
background-color: #F8F9FA;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.accounting-report-card h2 {
border-bottom: thick double slategray;
}
.accounting-report-row {
border: none;
}
a.accounting-report-row:hover {
color: inherit;
}
.accounting-trial-balance-row.accounting-trial-balance-header {
border-bottom: thick double slategray;
font-weight: bolder;
font-size: 1.2rem;
}
.accounting-trial-balance-row.accounting-trial-balance-header .accounting-amount {
font-style: normal;
}
.accounting-trial-balance-row > div {
width: 50%;
}
.accounting-trial-balance-row .accounting-amount {
width: 50%;
font-style: italic;
}
.accounting-trial-balance-row.accounting-trial-balance-total {
border-top: thick double slategray;
font-weight: bolder;
font-size: 1.2rem;
}
/* The Material Design text field (floating form control in Bootstrap) */
.accounting-material-text-field {