Consolidates UI components into a centralized components.css file Removes duplicate styles across multiple CSS files Adds utility classes in a new utilities.css file Reduces overall CSS complexity and improves maintainability Removes quick-stats.css and redistributes its styles Updates layout and stylesheet references accordingly
36 lines
1.5 KiB
Text
36 lines
1.5 KiB
Text
<swp-card>
|
|
<swp-section-label localize="cash.revenue.title">Periodens omsætning</swp-section-label>
|
|
<swp-card-content>
|
|
<swp-data-table>
|
|
<swp-data-header>
|
|
<span>Type</span>
|
|
<span>System</span>
|
|
<span>Kontrol</span>
|
|
</swp-data-header>
|
|
|
|
<swp-data-row>
|
|
<swp-data-label localize="cash.revenue.cardPayments">Kortbetalinger</swp-data-label>
|
|
<swp-data-system>12.875,50</swp-data-system>
|
|
<swp-data-input>
|
|
<input type="text" placeholder="Valgfrit" />
|
|
</swp-data-input>
|
|
</swp-data-row>
|
|
|
|
<swp-data-row>
|
|
<swp-data-label localize="cash.revenue.mobilePay">MobilePay / Online</swp-data-label>
|
|
<swp-data-system>2.450,00</swp-data-system>
|
|
<swp-data-input>
|
|
<input type="text" placeholder="Valgfrit" />
|
|
</swp-data-input>
|
|
</swp-data-row>
|
|
|
|
<swp-data-row>
|
|
<swp-data-label localize="cash.revenue.cashSales">Kontantsalg</swp-data-label>
|
|
<swp-data-system>3.540,00</swp-data-system>
|
|
<swp-data-value class="muted">..</swp-data-value>
|
|
</swp-data-row>
|
|
</swp-data-table>
|
|
|
|
<swp-table-note localize="cash.revenue.hint">Kort og MobilePay afstemmes mod bank/indløser. Kontanter tælles op nedenfor.</swp-table-note>
|
|
</swp-card-content>
|
|
</swp-card>
|