count overpay as debts when fronted + add debt writeoff
This commit is contained in:
1 parent
2939415f76
commit
7ec95ee24a
8 files changed
+194
-5
No files matched your search
@@ -958,6 +958,12 @@ td a:hover {
|
||||
border: 1px solid rgba(251, 146, 60, 0.22);
|
||||
}
|
||||
|
||||
.pill-front_writeoff {
|
||||
color: #f87171;
|
||||
background: rgba(248, 113, 113, 0.12);
|
||||
border: 1px solid rgba(248, 113, 113, 0.22);
|
||||
}
|
||||
|
||||
.pill-note {
|
||||
color: #cbd5e1;
|
||||
background: rgba(203, 213, 225, 0.08);
|
||||
@@ -983,6 +989,12 @@ td a:hover {
|
||||
border: 1px solid rgba(239, 68, 68, 0.24);
|
||||
}
|
||||
|
||||
.status-written_off {
|
||||
color: #f87171;
|
||||
background: rgba(248, 113, 113, 0.12);
|
||||
border: 1px solid rgba(248, 113, 113, 0.24);
|
||||
}
|
||||
|
||||
.inline-action-form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user