[ADD] inventory valuation

This commit is contained in:
Xavier Morel
2015-04-17 21:59:21 +02:00
parent a7aba04e33
commit 051d680fdd
4 changed files with 549 additions and 1 deletions
+9 -1
View File
@@ -78,6 +78,13 @@ label:hover,
font-style: normal;
}
.values-table tr > * {
text-align: right;
}
.values-table tr > :first-child {
text-align: left;
}
/* 3-column (thing, debit, credit) tables */
/* 2nd and 3rd th & td of each row right-aligned and 1/4th width */
.d-c-table tr > :nth-child(2),
@@ -104,7 +111,8 @@ label:hover,
color: #aaa !important;
}
.chart-of-accounts .highlight-op {
.chart-of-accounts .highlight-op,
.valuation-chart .highlight-op {
background-color: #030035;
}
}