Auto stash before rebase of "dashboard" onto "origin/dashboard"
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
import DashboardNotification from "./DashboardNotification.svelte";
|
import DashboardNotification from "./DashboardNotification.svelte";
|
||||||
import { notifications } from "#components/NotificationProvider/shared.js";
|
import { notifications } from "#components/NotificationProvider/shared.js";
|
||||||
import { Bell } from "radix-svelte-icons";
|
import { Bell } from "radix-svelte-icons";
|
||||||
|
import { A13BerechnungRechnerischeLaufzeitHeizung } from "#lib/Berechnungen/BedarfsausweisWohnen/A13BerechnungRechnerischeLaufzeitHeizung.js";
|
||||||
const progress = ausweis.ausgestellt ? 100 : ausweis.bestellt ? 66 : 33;
|
const progress = ausweis.ausgestellt ? 100 : ausweis.bestellt ? 66 : 33;
|
||||||
|
|
||||||
const ausweisart = getAusweisartFromId(ausweis.id);
|
const ausweisart = getAusweisartFromId(ausweis.id);
|
||||||
@@ -408,7 +409,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="mt-8">
|
||||||
{#if ausweis.bestellt}
|
{#if ausweis.bestellt}
|
||||||
{#if ausweis.ausweistyp === Enums.AusweisTyp.Beratung || ausweis.ausweistyp === Enums.AusweisTyp.BeratungXL}
|
{#if ausweis.ausweistyp === Enums.AusweisTyp.Beratung || ausweis.ausweistyp === Enums.AusweisTyp.BeratungXL}
|
||||||
<p class="text-sm">Sie haben Hilfe zu diesem Ausweis angefordert. Sie werden <span class="font-bold">innerhalb der nächsten 48 Stunden</span> über die hinterlegte Telefonnummer vom IB Cornelsen kontaktiert.</p>
|
<p class="text-sm">Sie haben Hilfe zu diesem Ausweis angefordert. Sie werden <span class="font-bold">innerhalb der nächsten 48 Stunden</span> über die hinterlegte Telefonnummer vom IB Cornelsen kontaktiert.</p>
|
||||||
@@ -594,11 +595,19 @@
|
|||||||
<div class="flex flex-row flex-wrap items-center gap-2">
|
<div class="flex flex-row flex-wrap items-center gap-2">
|
||||||
<div class="text-sm">
|
<div class="text-sm">
|
||||||
<span class="font-bold">Rechnungsadresse</span><br>
|
<span class="font-bold">Rechnungsadresse</span><br>
|
||||||
IB Cornelsen, Katendeich 5, 21035 Hamburg
|
{rechnung.empfaenger},
|
||||||
|
{#if rechnung.zusatzzeile !== null}
|
||||||
|
{rechnung.zusatzzeile},
|
||||||
|
{/if}
|
||||||
|
{rechnung.strasse}, {rechnung.plz} {rechnung.ort}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-sm mb-2">
|
<div class="text-sm mb-2">
|
||||||
<span class="font-bold">Versandadresse</span><br>
|
<span class="font-bold">Versandadresse</span><br>
|
||||||
IB Cornelsen, Katendeich 5, 21035 Hamburg
|
{rechnung.versand_empfaenger},
|
||||||
|
{#if rechnung.versand_zusatzzeile !== null}
|
||||||
|
{rechnung.versand_zusatzzeile},
|
||||||
|
{/if}
|
||||||
|
{rechnung.versand_strasse}, {rechnung.versand_plz} {rechnung.versand_ort}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-lg font-semibold">Unterlagen</div>
|
<div class="text-lg font-semibold">Unterlagen</div>
|
||||||
<div class="text-sm">
|
<div class="text-sm">
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
<div class="flex flex-col gap-2 mt-0 md:mt-8 px-0">
|
<div class="flex flex-col gap-2 mt-0 md:mt-8 px-0">
|
||||||
<a class="button-tab" href="/dashboard">
|
<a class="button-tab" href="/dashboard">
|
||||||
<Reader width={22} height={22} />
|
<Reader width={22} height={22} />
|
||||||
Vorgänge
|
Ausweise
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<hr class="border-gray-600" />
|
<hr class="border-gray-600" />
|
||||||
@@ -64,13 +64,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="text-xs text-gray-500">
|
<div class="text-xs text-gray-500">
|
||||||
<!-- Soll für den Aussteller sichtbar sein -->
|
<!-- Soll für den Aussteller sichtbar sein -->
|
||||||
Telefon 0176 1234567
|
Telefon {benutzer.telefon}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr class="border-gray-600" />
|
<hr class="border-gray-600" />
|
||||||
|
|
||||||
|
<!--
|
||||||
Mitwirkende
|
Mitwirkende
|
||||||
|
|
||||||
<div class="flex flex-row mb-1">
|
<div class="flex flex-row mb-1">
|
||||||
@@ -154,6 +155,7 @@
|
|||||||
Einladen
|
Einladen
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
|
||||||
{#if benutzer.rolle === "ADMIN"}
|
{#if benutzer.rolle === "ADMIN"}
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@@ -75,22 +75,22 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="my-4 grid grid-cols-[1fr] md:grid-cols-[7fr,16fr,5fr] lg:grid-cols-[7fr,16fr,5fr]">
|
<div class="my-4 grid grid-cols-[1fr] md:grid-cols-[7fr,16fr,5fr] lg:grid-cols-[7fr,16fr,5fr] min-h-[600px]">
|
||||||
<DashboardAusweis {benutzer} {ausweis} aufnahme={ausweis.aufnahme} objekt={ausweis.aufnahme.objekt} rechnung={ausweis.rechnung}></DashboardAusweis>
|
<DashboardAusweis {benutzer} {ausweis} aufnahme={ausweis.aufnahme} objekt={ausweis.aufnahme.objekt} rechnung={ausweis.rechnung}></DashboardAusweis>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
{#if page > 1}
|
{#if page > 1}
|
||||||
<a class="p-2 rounded-lg hover:bg-gray-200 cursor-pointer" href="/dashboard/objekte/{page - 1}">
|
<a class="p-2 rounded-lg hover:bg-gray-200 cursor-pointer" href="/dashboard/objekte/{page - 1}">
|
||||||
<CaretLeft size={24}></CaretLeft>
|
<CaretLeft size={30}></CaretLeft>
|
||||||
</a>
|
</a>
|
||||||
{:else}
|
{:else}
|
||||||
<div></div>
|
<div></div>
|
||||||
{/if}
|
{/if}
|
||||||
<div>{page} / {totalPageCount}</div>
|
<div class="text-lg">Ausweis {page} / {totalPageCount}</div>
|
||||||
{#if totalPageCount > page}
|
{#if totalPageCount > page}
|
||||||
<a class="p-2 rounded-lg hover:bg-gray-200 cursor-pointer" href="/dashboard/objekte/{page + 1}">
|
<a class="p-2 rounded-lg hover:bg-gray-200 cursor-pointer" href="/dashboard/objekte/{page + 1}">
|
||||||
<CaretRight size={24}></CaretRight>
|
<CaretRight size={30}></CaretRight>
|
||||||
</a>
|
</a>
|
||||||
{:else}
|
{:else}
|
||||||
<div></div>
|
<div></div>
|
||||||
|
|||||||
@@ -71,36 +71,6 @@
|
|||||||
<Person size={22} />
|
<Person size={22} />
|
||||||
Profil
|
Profil
|
||||||
</Tab>
|
</Tab>
|
||||||
<Tab>
|
|
||||||
<Reader width={22} height={22} />
|
|
||||||
Ausweise
|
|
||||||
</Tab>
|
|
||||||
<Tab>
|
|
||||||
<EnvelopeClosed width={22} height={22} />
|
|
||||||
Kontakt
|
|
||||||
</Tab>
|
|
||||||
<li>
|
|
||||||
<details>
|
|
||||||
<summary class="tab w-full outline-0 hover:outline-0">
|
|
||||||
<Cube width={22} height={22} />
|
|
||||||
Services</summary
|
|
||||||
>
|
|
||||||
<ul>
|
|
||||||
<li>
|
|
||||||
<Tab>
|
|
||||||
<EnvelopeClosed width={22} height={22} />
|
|
||||||
Kontakt
|
|
||||||
</Tab>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<Tab>
|
|
||||||
<EnvelopeClosed width={22} height={22} />
|
|
||||||
Kontakt
|
|
||||||
</Tab>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</details>
|
|
||||||
</li>
|
|
||||||
</TabList>
|
</TabList>
|
||||||
<div
|
<div
|
||||||
class="border border-base-300 w-full h-full rounded-lg bg-base-200 p-8"
|
class="border border-base-300 w-full h-full rounded-lg bg-base-200 p-8"
|
||||||
|
|||||||
Reference in New Issue
Block a user