Invoice Widgets completed

This commit is contained in:
2026-02-11 19:38:06 +01:00
parent 87531237c7
commit 882752472e
16 changed files with 240 additions and 18 deletions

View File

@@ -1,6 +1,8 @@
<script setup>
import ShadowedBox from "../../Components/ShadowedBox.vue";
import MyInvoices from "../../../Domains/Dashboard/Views/Partials/Widgets/MyInvoices.vue";
import OpenCostUnits from "../../../Domains/Dashboard/Views/Partials/Widgets/OpenCostUnits.vue";
</script>
<template>
@@ -10,13 +12,13 @@ import ShadowedBox from "../../Components/ShadowedBox.vue";
</shadowed-box>
<shadowed-box class="widget-box">
Widget 2
<MyInvoices />
</shadowed-box>
<shadowed-box class="widget-box">
Widget 3
</shadowed-box>
<shadowed-box class="widget-box">
Widget 4
<OpenCostUnits />
</shadowed-box>
</diV>
</template>