View admin geändert
This commit is contained in:
parent
adef137459
commit
fdcc4ca3a6
@ -73,8 +73,7 @@
|
|||||||
<!-- Aktionen -->
|
<!-- Aktionen -->
|
||||||
<div class="billing-actions">
|
<div class="billing-actions">
|
||||||
<% if (invoices.length === 0) { %>
|
<% if (invoices.length === 0) { %>
|
||||||
<% if (period >= currentPeriod) { %>
|
<!-- Noch kein Lauf → Vorschau + Lauf starten -->
|
||||||
<!-- Aktueller/zukünftiger Monat → Lauf starten -->
|
|
||||||
<div class="billing-preview-box">
|
<div class="billing-preview-box">
|
||||||
<div class="preview-info">
|
<div class="preview-info">
|
||||||
<strong>Bereit für Abrechnungslauf <%= periodLabel %></strong>
|
<strong>Bereit für Abrechnungslauf <%= periodLabel %></strong>
|
||||||
@ -86,12 +85,6 @@
|
|||||||
<button type="submit" class="btn btn-primary">▶ Abrechnungslauf starten</button>
|
<button type="submit" class="btn btn-primary">▶ Abrechnungslauf starten</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<% } else { %>
|
|
||||||
<!-- Vergangener Monat ohne Rechnungen -->
|
|
||||||
<div class="billing-past-info">
|
|
||||||
<span>ℹ️ Für <strong><%= periodLabel %></strong> wurde kein Abrechnungslauf durchgeführt.</span>
|
|
||||||
</div>
|
|
||||||
<% } %>
|
|
||||||
<% } else { %>
|
<% } else { %>
|
||||||
<!-- Lauf bereits durchgeführt → Export & Aktionen -->
|
<!-- Lauf bereits durchgeführt → Export & Aktionen -->
|
||||||
<div class="billing-run-done">
|
<div class="billing-run-done">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user