Changed Colors

Added IncomingInvoicesUnfinishedCount
This commit is contained in:
2025-04-24 15:42:58 +02:00
parent d9dc7c67be
commit 1679bfdc7d
2 changed files with 20 additions and 2 deletions

View File

@@ -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>