Renamed "journal entry" to "voucher line item", and "entry type" to "side".

This commit is contained in:
2023-03-19 21:00:11 +08:00
parent 25c45b16ae
commit c1235608d8
58 changed files with 1961 additions and 1926 deletions

View File

@ -117,29 +117,29 @@
}
/* Links between objects */
.accounting-original-entry {
.accounting-original-line-item {
border-top: thin solid darkslategray;
padding: 0.2rem 0.5rem;
}
.accounting-original-entry a {
.accounting-original-line-item a {
color: inherit;
text-decoration: none;
}
.accounting-original-entry a:hover {
.accounting-original-line-item a:hover {
color: inherit;
}
.accounting-offset-entries {
.accounting-offset-line-items {
border-top: thin solid darkslategray;
padding: 0.2rem 0.5rem;
}
.accounting-offset-entries ul li {
.accounting-offset-line-items ul li {
list-style: none;
}
.accounting-offset-entries ul li a {
.accounting-offset-line-items ul li a {
color: inherit;
text-decoration: none;
}
.accounting-offset-entries ul li a:hover {
.accounting-offset-line-items ul li a:hover {
color: inherit;
}
@ -156,31 +156,28 @@
.accounting-currency-content {
width: calc(100% - 3rem);
}
.accounting-entry-content {
.accounting-line-item-content {
width: calc(100% - 3rem);
background-color: transparent;
}
.accounting-entry-control {
border-color: transparent;
}
.accounting-list-group-stripped .list-group-item:nth-child(2n+1) {
background-color: #f2f2f2;
}
.accounting-list-group-hover .list-group-item:hover {
background-color: #ececec;
}
.accounting-voucher-entry {
.accounting-voucher-line-item {
border: none;
}
.accounting-voucher-entry-header {
.accounting-voucher-line-item-header {
font-weight: bolder;
border-bottom: thick double slategray;
}
.list-group-item.accounting-voucher-entry-total {
.list-group-item.accounting-voucher-line-item-total {
font-weight: bolder;
border-top: thick double slategray;
}
.accounting-entry-editor-original-entry-content {
.accounting-line-item-editor-original-line-item-content {
width: calc(100% - 3rem);
}