This commit is contained in:
Paolo A
2024-08-13 13:44:16 +00:00
parent 1bbb23088d
commit e796d76612
4001 changed files with 30101 additions and 40075 deletions

0
resources/js/app.js vendored Normal file → Executable file
View File

0
resources/js/bootstrap.js vendored Normal file → Executable file
View File

0
resources/lang/en/auth.php Normal file → Executable file
View File

0
resources/lang/en/pagination.php Normal file → Executable file
View File

0
resources/lang/en/passwords.php Normal file → Executable file
View File

0
resources/lang/en/validation.php Normal file → Executable file
View File

0
resources/lang/vendor/backup/ar/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/cs/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/da/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/de/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/en/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/es/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/fa/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/fi/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/fr/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/hi/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/id/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/it/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/ja/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/nl/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/no/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/pl/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/pt-BR/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/pt/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/ro/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/ru/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/tr/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/uk/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/zh-CN/notifications.php vendored Normal file → Executable file
View File

0
resources/lang/vendor/backup/zh-TW/notifications.php vendored Normal file → Executable file
View File

0
resources/sass/app.scss vendored Normal file → Executable file
View File

View File

@@ -1,25 +0,0 @@
@foreach($orders as $order)
@php
$product = $order->product;
$titolo = $product
? "<a href='{$product->permalink}' target='_blank'><span style='font-weight: bold;'>{$product->name}</span></a>"
: "";
@endphp
{{ getvalstr("", $order->Codice) }}
{{ getvalstr("", $order->DataOra) }}
{{ getvalstr("", $titolo) }}
{{ getvalstr("Ordine", $order->IdInternet, true) }}
{{ getvalstr("Articolo", $order->CodArticoloGM, true) }}
{{ getvalstr("Prezzo", $order->PrezzoLordo) }}
{{ getvalstr("Quantità", $order->Qta) }}
@if($order->PercSconto)
{{ getvalstr("Sconto", $order->PercSconto) }}
@endif
@if($order->Descrizione)
{{ getvalstr("Descr", $order->Descrizione) }}
@endif
<a href="{{ $baseUrl }}apimacro/public/setordine/{{ $order->IdInternet }}/del/" target="_blank">ELIMINA!</a>
<br>
@endforeach

0
resources/views/welcome.blade.php Normal file → Executable file
View File