This commit is contained in:
Kevin Adametz 2024-08-05 12:05:24 +02:00
parent 04d677d37a
commit bfa3bb1df4
1191 changed files with 637397 additions and 10619 deletions

View file

@ -10,12 +10,12 @@
<table class="datatables-style table table-striped table-bordered" id="datatable-user-credit">
<thead>
<tr>
<th>{{ __('G.Nr.') }}</th>
<th>{{ __('Gutschrift') }}</th>
<th>{{ __('Betrag') }}</th>
<th>{{ __('Datum') }}</th>
<th>{{ __('Zahlung') }}</th>
<th>{{ __('aus Guthaben') }}</th>
<th>{{ __('tables.c_no') }}</th>
<th>{{ __('tables.credit_note') }}</th>
<th>{{ __('tables.amount') }}</th>
<th>{{ __('tables.date') }}</th>
<th>{{ __('tables.payment') }}</th>
<th>{{ __('tables.from_credit_balance') }}</th>
</tr>
</thead>
<tbody>
@ -26,17 +26,17 @@
<hr>
<div class="card">
<h5 class="card-header">
Mein Guthaben
{{ __('account.my_credit') }}
</h5>
<div class="card-datatable table-responsive">
<table class="datatables-style table table-striped table-bordered" id="datatable-user-credit-item">
<thead>
<tr>
<th style="width: 55%">Betreff</th>
<th>Betrag</th>
<th>Datum</th>
<th>Status</th>
<th>Gutschrift</th>
<th style="width: 55%">{{ __('tables.subject') }}</th>
<th>{{ __('tables.amount') }}</th>
<th>{{ __('tables.date') }}</th>
<th>{{ __('tables.status') }}</th>
<th>{{ __('tables.credit_note') }}</th>
</tr>
</thead>
<tbody>
@ -69,7 +69,7 @@
"bLengthChange": false,
"iDisplayLength": 50,
"language": {
"url": "/js/German.json"
"url": "/js/datatables-{{ \App::getLocale() }}.json"
}
});
/*$('#filter_sales_year').on('change', function(){
@ -100,7 +100,7 @@
"bLengthChange": false,
"iDisplayLength": 50,
"language": {
"url": "/js/German.json"
"url": "/js/datatables-{{ \App::getLocale() }}.json"
}
});
/*$('#filter_user_status').on('change', function(){