Changed Colors
Added IncomingInvoicesUnfinishedCount
This commit is contained in:
@@ -31,7 +31,7 @@ const calculateOpenSum = (statement) => {
|
||||
<tr>
|
||||
<td colspan="2">Nicht zugewiesene Bankbuchungen:</td>
|
||||
<td>
|
||||
<span v-if="unallocatedStatements > 0" class="text-rose-600 font-bold">{{unallocatedStatements}}</span>
|
||||
<span v-if="unallocatedStatements > 0" class="text-orange-500 font-bold">{{unallocatedStatements}}</span>
|
||||
<span v-else class="text-primary-500 font-bold">0</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user