Changed text in Address/invoice

This commit is contained in:
Frank Schubert
2024-07-10 19:26:07 +02:00
parent c9a8a4fef3
commit 30eb172eb6
2 changed files with 7 additions and 3 deletions

View File

@@ -32,14 +32,15 @@
<div class="card border-top-purple">
<div class="card-body">
<h3 class="text-center mb-3">Rechnungen</h3>
<h3 class="">Rechnungen zu Kundennummer <?=$address->customer_number?></h3>
<div class="mb-3">Verrechnungskonto: <?=$address->fibu_account_number?></div>
<div><?=$address->getCompanyOrName()?></div>
<div class="font-weight-bold"><?=$address->getCompanyOrName()?></div>
<div><?=$address->street?></div>
<div><?=$address->zip?> <?=$address->city?></div>
<div><?=$address->country->name?></div>
<table class="table table-sm table-striped">
<table class="table table-sm table-striped mt-2">
<tr>
<th>Typ</th>
<th>Rechnungsnummer</th>

View File

@@ -117,6 +117,9 @@ h1, h2, h3, h4, h5, h6 {
.card.border-top-info {
border-top: 2px solid #4b88e4;
}
.card.border-top-purple {
border-top: 2px solid #6b5eae;
}
/*
.card-header.underline-danger {
border-bottom: 2px solid #f1556c;