Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 040708a2db |
@@ -34,6 +34,9 @@ class EventServiceProvider extends ServiceProvider
|
|||||||
Verified::class => [
|
Verified::class => [
|
||||||
ActivateUser::class,
|
ActivateUser::class,
|
||||||
],
|
],
|
||||||
|
\SocialiteProviders\Manager\SocialiteWasCalled::class => [
|
||||||
|
'SocialiteProviders\\Azure\\AzureExtendSocialite@handle',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -43,7 +46,7 @@ class EventServiceProvider extends ServiceProvider
|
|||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
//
|
parent::boot(); // Aggiungi questa linea per sicurezza
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -44,6 +44,7 @@
|
|||||||
"phpmailer/phpmailer": "^6.9",
|
"phpmailer/phpmailer": "^6.9",
|
||||||
"phpoffice/phpspreadsheet": "^4.1",
|
"phpoffice/phpspreadsheet": "^4.1",
|
||||||
"proengsoft/laravel-jsvalidation": "^4.0.0",
|
"proengsoft/laravel-jsvalidation": "^4.0.0",
|
||||||
|
"socialiteproviders/microsoft-azure": "^5.2",
|
||||||
"spatie/laravel-query-builder": "^5.0",
|
"spatie/laravel-query-builder": "^5.0",
|
||||||
"vanguardapp/activity-log": "^6.0",
|
"vanguardapp/activity-log": "^6.0",
|
||||||
"vanguardapp/announcements": "^6.0",
|
"vanguardapp/announcements": "^6.0",
|
||||||
|
|||||||
Generated
+126
-1
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "ef3e05e7260284f5b7c7b4b6f93b252b",
|
"content-hash": "583c865e5b67680202a816953a662b03",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "akaunting/laravel-setting",
|
"name": "akaunting/laravel-setting",
|
||||||
@@ -4980,6 +4980,131 @@
|
|||||||
],
|
],
|
||||||
"time": "2024-04-27T21:32:50+00:00"
|
"time": "2024-04-27T21:32:50+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "socialiteproviders/manager",
|
||||||
|
"version": "v4.8.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/SocialiteProviders/Manager.git",
|
||||||
|
"reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/8180ec14bef230ec2351cff993d5d2d7ca470ef4",
|
||||||
|
"reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
|
||||||
|
"laravel/socialite": "^5.5",
|
||||||
|
"php": "^8.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"mockery/mockery": "^1.2",
|
||||||
|
"phpunit/phpunit": "^9.0"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"laravel": {
|
||||||
|
"providers": [
|
||||||
|
"SocialiteProviders\\Manager\\ServiceProvider"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"SocialiteProviders\\Manager\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Andy Wendt",
|
||||||
|
"email": "andy@awendt.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Anton Komarev",
|
||||||
|
"email": "a.komarev@cybercog.su"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Miguel Piedrafita",
|
||||||
|
"email": "soy@miguelpiedrafita.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "atymic",
|
||||||
|
"email": "atymicq@gmail.com",
|
||||||
|
"homepage": "https://atymic.dev"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Easily add new or override built-in providers in Laravel Socialite.",
|
||||||
|
"homepage": "https://socialiteproviders.com",
|
||||||
|
"keywords": [
|
||||||
|
"laravel",
|
||||||
|
"manager",
|
||||||
|
"oauth",
|
||||||
|
"providers",
|
||||||
|
"socialite"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/socialiteproviders/manager/issues",
|
||||||
|
"source": "https://github.com/socialiteproviders/manager"
|
||||||
|
},
|
||||||
|
"time": "2025-02-24T19:33:30+00:00"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "socialiteproviders/microsoft-azure",
|
||||||
|
"version": "5.2.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
|
||||||
|
"reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/453d62c9d7e3b3b76e94c913fb46e68a33347b16",
|
||||||
|
"reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"ext-json": "*",
|
||||||
|
"php": "^8.0",
|
||||||
|
"socialiteproviders/manager": "^4.4"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"SocialiteProviders\\Azure\\": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Chris Hemmings",
|
||||||
|
"email": "chris@hemmin.gs"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
|
||||||
|
"keywords": [
|
||||||
|
"azure",
|
||||||
|
"laravel",
|
||||||
|
"microsoft",
|
||||||
|
"oauth",
|
||||||
|
"provider",
|
||||||
|
"socialite"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"docs": "https://socialiteproviders.com/microsoft-azure",
|
||||||
|
"issues": "https://github.com/socialiteproviders/providers/issues",
|
||||||
|
"source": "https://github.com/socialiteproviders/providers"
|
||||||
|
},
|
||||||
|
"time": "2024-03-15T03:02:10+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/laravel-package-tools",
|
"name": "spatie/laravel-package-tools",
|
||||||
"version": "1.16.4",
|
"version": "1.16.4",
|
||||||
|
|||||||
+3
-3
@@ -11,9 +11,9 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// 'social' => [
|
'social' => [
|
||||||
// 'providers' => ['facebook', 'twitter', 'google'],
|
'providers' => ['azure'],
|
||||||
// ],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -78,4 +78,11 @@ return [
|
|||||||
'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'),
|
'channel' => env('SLACK_BOT_USER_DEFAULT_CHANNEL'),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'azure' => [
|
||||||
|
'client_id' => env('AZURE_CLIENT_ID'),
|
||||||
|
'client_secret' => env('AZURE_CLIENT_SECRET'),
|
||||||
|
'redirect' => env('AZURE_REDIRECT_URI'),
|
||||||
|
'tenant' => env('AZURE_TENANT_ID'),
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -32,4 +32,3 @@ $langdatatables = [
|
|||||||
"paginate_next" => "Next",
|
"paginate_next" => "Next",
|
||||||
"paginate_previous" => "Previous"
|
"paginate_previous" => "Previous"
|
||||||
];
|
];
|
||||||
$quotationstitle = "Quotations";
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,28 +0,0 @@
|
|||||||
<?php
|
|
||||||
header('Content-Type: application/json');
|
|
||||||
include('include/headscript.php');
|
|
||||||
|
|
||||||
$dbHandler = DBHandlerSelect::getInstance();
|
|
||||||
$pdo = $dbHandler->getConnection();
|
|
||||||
|
|
||||||
$data = json_decode(file_get_contents('php://input'), true);
|
|
||||||
|
|
||||||
$partId = $data['part_id'] ?? null;
|
|
||||||
|
|
||||||
if (!$partId) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'ID parte mancante']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
$stmt = $pdo->prepare("DELETE FROM identification_parts WHERE id = :part_id");
|
|
||||||
$stmt->execute([':part_id' => $partId]);
|
|
||||||
$rowCount = $stmt->rowCount();
|
|
||||||
if ($rowCount > 0) {
|
|
||||||
echo json_encode(['success' => true, 'message' => 'Parte eliminata con successo']);
|
|
||||||
} else {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Nessuna parte trovata con ID ' . $partId]);
|
|
||||||
}
|
|
||||||
} catch (PDOException $e) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Errore nell\'eliminazione: ' . $e->getMessage()]);
|
|
||||||
}
|
|
||||||
@@ -41,21 +41,7 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>-->
|
||||||
<li>
|
|
||||||
<a href="javascript:;" class="has-arrow">
|
|
||||||
<div class="parent-icon"><i class="bx bx-category"></i>
|
|
||||||
</div>
|
|
||||||
<div class="menu-title">Other Functions</div>
|
|
||||||
</a>
|
|
||||||
<ul>
|
|
||||||
<li> <a href="quotations.php"><i class='bx bx-radio-circle'></i><?php echo $quotationstitle; ?></a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
<?php
|
|
||||||
header('Content-Type: application/json');
|
|
||||||
include('include/headscript.php');
|
|
||||||
|
|
||||||
$dbHandler = DBHandlerSelect::getInstance();
|
|
||||||
$pdo = $dbHandler->getConnection();
|
|
||||||
|
|
||||||
$idquotations = $_GET['idquotations'] ?? null;
|
|
||||||
|
|
||||||
if (!$idquotations) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'ID quotations mancante']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
$stmt = $pdo->prepare("SELECT id, idquotations, part_number, part_description FROM identification_parts WHERE idquotations = :idquotations ORDER BY part_number ASC");
|
|
||||||
$stmt->execute([':idquotations' => $idquotations]);
|
|
||||||
$parts = $stmt->fetchAll();
|
|
||||||
|
|
||||||
echo json_encode(['success' => true, 'parts' => $parts]);
|
|
||||||
} catch (PDOException $e) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Errore nel caricamento: ' . $e->getMessage()]);
|
|
||||||
}
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
<?php
|
|
||||||
// load_photo_quotation.php
|
|
||||||
header('Content-Type: application/json');
|
|
||||||
|
|
||||||
include('include/headscript.php');
|
|
||||||
|
|
||||||
$dbHandler = DBHandlerSelect::getInstance();
|
|
||||||
$pdo = $dbHandler->getConnection();
|
|
||||||
|
|
||||||
$idquotations = isset($_GET['idquotations']) ? intval($_GET['idquotations']) : null;
|
|
||||||
|
|
||||||
if (!$idquotations) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'ID quotation mancante']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
// Seleziona le foto per il dato idquotations dalla tabella datadb_photos
|
|
||||||
$stmt = $pdo->prepare("SELECT id, file_path FROM datadb_photos WHERE idquotations = ?");
|
|
||||||
$stmt->execute([$idquotations]);
|
|
||||||
$photos = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
|
||||||
|
|
||||||
if ($photos && count($photos) > 0) {
|
|
||||||
$photoPaths = array_map(function ($photo) {
|
|
||||||
return '../photostrf/' . $photo['file_path'];
|
|
||||||
}, $photos);
|
|
||||||
echo json_encode(['success' => true, 'photos' => $photoPaths]);
|
|
||||||
} else {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Nessuna foto trovata']);
|
|
||||||
}
|
|
||||||
} catch (PDOException $e) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Errore nel caricamento: ' . $e->getMessage()]);
|
|
||||||
}
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
<!-- Modal modificato con pulsante per riconoscimento vocale e download -->
|
<!-- Modal modificato con pulsante per riconoscimento vocale -->
|
||||||
<div class="modal fade" id="partsModal" tabindex="-1" aria-labelledby="partsModalLabel" aria-hidden="true">
|
<div class="modal fade" id="partsModal" tabindex="-1" aria-labelledby="partsModalLabel" aria-hidden="true">
|
||||||
<div class="modal-dialog modal-xl" style="max-width: 80% !important; width: 80% !important;">
|
<div class="modal-dialog modal-xl" style="max-width: 80% !important; width: 80% !important;">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
@@ -44,14 +44,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<h6>Foto del Campione</h6>
|
<h6>Foto del Campione</h6>
|
||||||
<div style="display: flex; align-items: center; margin-bottom: 10px;">
|
<div id="photoSelectorContainer" style="display: none;">
|
||||||
<button type="button" class="btn btn-primary btn-sm" id="downloadPhotoBtn" style="padding: 0.1rem 0.5rem; font-size: 0.8rem; margin-right: 10px;"><i class="fas fa-download"></i> </button>
|
<!-- Dropdown or buttons for photo selection will appear here -->
|
||||||
<div id="photoSelectorContainer" style="display: none;"></div>
|
|
||||||
</div>
|
</div>
|
||||||
<div style="position: relative; width: 100%; min-height: 400px;">
|
<div style="position: relative; width: 100%; min-height: 400px;">
|
||||||
<img id="samplePhoto" src="" alt="Foto del campione" style="max-width: 100%; max-height: 100%; object-fit: contain; position: absolute; top: 0; left: 0;">
|
<img id="samplePhoto" src="" alt="Foto del campione" style="max-width: 100%; max-height: 100%; object-fit: contain; position: absolute; top: 0; left: 0;">
|
||||||
<canvas id="photoCanvas" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></canvas>
|
<canvas id="photoCanvas" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></canvas>
|
||||||
<canvas id="overlayCanvas" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000;"></canvas> <!-- Nuovo canvas per Fabric.js -->
|
<div id="descriptionList" class="draggable-description" style="display: none;"></div>
|
||||||
<div id="markerContainer"></div>
|
<div id="markerContainer"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -98,14 +97,6 @@
|
|||||||
font-size: 0.6rem !important;
|
font-size: 0.6rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#partsModal {
|
|
||||||
z-index: 1060 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#partsModal .modal-backdrop {
|
|
||||||
z-index: 1055 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#partsModal .modal-content {
|
#partsModal .modal-content {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
@@ -136,33 +127,12 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
background: rgba(255, 255, 255, 0.8);
|
background: rgba(255, 255, 255, 0.8);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
font-size: 10px;
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
cursor: move;
|
cursor: move;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
min-width: 100px;
|
|
||||||
min-height: 50px;
|
|
||||||
overflow: visible;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.draggable-description.active-interaction {
|
|
||||||
border: 2px dashed #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.draggable-description div {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.resize-handle {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
right: 0;
|
|
||||||
width: 10px;
|
|
||||||
height: 10px;
|
|
||||||
background: #888;
|
|
||||||
cursor: se-resize;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.draggable-marker {
|
.draggable-marker {
|
||||||
@@ -192,17 +162,21 @@
|
|||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Normale Save button */
|
||||||
#savePhotoBtn {
|
#savePhotoBtn {
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Unsaved changes */
|
||||||
#savePhotoBtn.unsaved {
|
#savePhotoBtn.unsaved {
|
||||||
background-color: #dc3545 !important;
|
background-color: #dc3545 !important;
|
||||||
|
/* Rosso */
|
||||||
border-color: #dc3545 !important;
|
border-color: #dc3545 !important;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
animation: pulse 1.2s infinite;
|
animation: pulse 1.2s infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Animazione pulsante */
|
||||||
@keyframes pulse {
|
@keyframes pulse {
|
||||||
0% {
|
0% {
|
||||||
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
|
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
|
||||||
@@ -216,37 +190,4 @@
|
|||||||
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
|
box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.color-picker-container {
|
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-picker {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 25px;
|
|
||||||
left: 0;
|
|
||||||
background: #fff;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
padding: 5px;
|
|
||||||
z-index: 1002;
|
|
||||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
|
||||||
flex-wrap: wrap;
|
|
||||||
width: 120px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-option {
|
|
||||||
width: 24px;
|
|
||||||
height: 24px;
|
|
||||||
margin: 3px;
|
|
||||||
border: 1px solid #000;
|
|
||||||
cursor: pointer;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color-option:hover {
|
|
||||||
border: 2px solid #000;
|
|
||||||
margin: 2px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
+591
-996
File diff suppressed because it is too large
Load Diff
+18
-31
@@ -1,21 +1,19 @@
|
|||||||
document.addEventListener("DOMContentLoaded", function () {
|
document.addEventListener("DOMContentLoaded", function () {
|
||||||
// Funzione per caricare il contenuto del popup
|
// Funzione per caricare il contenuto del popup
|
||||||
async function loadPopupContent(iddatadb, idquotations) {
|
async function loadPopupContent(iddatadb) {
|
||||||
const popupContent = document.getElementById("popupContent");
|
const popupContent = document.getElementById("popupContent");
|
||||||
if (!popupContent) {
|
if (!popupContent) {
|
||||||
console.error("Elemento popupContent non trovato");
|
console.error("Elemento popupContent non trovato");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const endpoint = idquotations
|
const response = await fetch(
|
||||||
? `photos_popup.php?idquotations=${idquotations}`
|
`photos_popup.php?iddatadb=${iddatadb}`,
|
||||||
: `photos_popup.php?iddatadb=${iddatadb}`;
|
);
|
||||||
console.log("Caricamento popup da:", endpoint);
|
|
||||||
const response = await fetch(endpoint);
|
|
||||||
if (!response.ok)
|
if (!response.ok)
|
||||||
throw new Error("Errore nella risposta del server");
|
throw new Error("Errore nella risposta del server");
|
||||||
popupContent.innerHTML = await response.text();
|
popupContent.innerHTML = await response.text();
|
||||||
attachPhotoEventListeners(iddatadb, idquotations);
|
attachPhotoEventListeners(iddatadb);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
popupContent.innerHTML = `<p>Errore durante il caricamento: ${error.message}</p>`;
|
popupContent.innerHTML = `<p>Errore durante il caricamento: ${error.message}</p>`;
|
||||||
console.error("Errore in loadPopupContent:", error);
|
console.error("Errore in loadPopupContent:", error);
|
||||||
@@ -23,7 +21,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Funzione per gestire la webcam
|
// Funzione per gestire la webcam
|
||||||
function setupWebcam(iddatadb, idquotations) {
|
function setupWebcam(iddatadb) {
|
||||||
const openWebcamBtn = document.getElementById("openWebcamBtn");
|
const openWebcamBtn = document.getElementById("openWebcamBtn");
|
||||||
const webcamArea = document.getElementById("webcamArea");
|
const webcamArea = document.getElementById("webcamArea");
|
||||||
const webcamVideo = document.getElementById("webcamVideo");
|
const webcamVideo = document.getElementById("webcamVideo");
|
||||||
@@ -160,7 +158,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
if (loader) {
|
if (loader) {
|
||||||
loader.style.display = "flex";
|
loader.style.display = "flex";
|
||||||
}
|
}
|
||||||
await handleFiles([file], iddatadb, idquotations);
|
await handleFiles([file], iddatadb);
|
||||||
if (stream) {
|
if (stream) {
|
||||||
stream.getTracks().forEach((track) => track.stop());
|
stream.getTracks().forEach((track) => track.stop());
|
||||||
stream = null;
|
stream = null;
|
||||||
@@ -173,7 +171,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
async function handleFiles(files, iddatadb, idquotations) {
|
async function handleFiles(files, iddatadb) {
|
||||||
const loader = document.getElementById("loader");
|
const loader = document.getElementById("loader");
|
||||||
if (!loader) {
|
if (!loader) {
|
||||||
console.error("Elemento loader non trovato");
|
console.error("Elemento loader non trovato");
|
||||||
@@ -195,12 +193,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
|
|
||||||
const formData = new FormData();
|
const formData = new FormData();
|
||||||
formData.append("photo", file);
|
formData.append("photo", file);
|
||||||
if (idquotations) {
|
|
||||||
formData.append("idquotations", idquotations);
|
|
||||||
} else {
|
|
||||||
formData.append("iddatadb", iddatadb);
|
formData.append("iddatadb", iddatadb);
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch("upload_photo.php", {
|
const response = await fetch("upload_photo.php", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
@@ -208,7 +201,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
});
|
});
|
||||||
const result = await response.json();
|
const result = await response.json();
|
||||||
if (result.success) {
|
if (result.success) {
|
||||||
loadPopupContent(iddatadb, idquotations);
|
loadPopupContent(iddatadb);
|
||||||
} else {
|
} else {
|
||||||
alert("Errore durante il caricamento: " + result.message);
|
alert("Errore durante il caricamento: " + result.message);
|
||||||
}
|
}
|
||||||
@@ -220,7 +213,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function attachPhotoEventListeners(iddatadb, idquotations) {
|
function attachPhotoEventListeners(iddatadb) {
|
||||||
const dropArea = document.getElementById("dropArea");
|
const dropArea = document.getElementById("dropArea");
|
||||||
const photoInput = document.getElementById("photoInput");
|
const photoInput = document.getElementById("photoInput");
|
||||||
const photosModal = document.getElementById("photosModal");
|
const photosModal = document.getElementById("photosModal");
|
||||||
@@ -264,7 +257,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
(e) => {
|
(e) => {
|
||||||
const files = e.dataTransfer.files;
|
const files = e.dataTransfer.files;
|
||||||
if (files.length > 0) {
|
if (files.length > 0) {
|
||||||
handleFiles(files, iddatadb, idquotations);
|
handleFiles(files, iddatadb);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
false,
|
false,
|
||||||
@@ -283,7 +276,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
(e) => {
|
(e) => {
|
||||||
const files = e.target.files;
|
const files = e.target.files;
|
||||||
if (files.length > 0) {
|
if (files.length > 0) {
|
||||||
handleFiles(files, iddatadb, idquotations);
|
handleFiles(files, iddatadb);
|
||||||
}
|
}
|
||||||
e.target.value = "";
|
e.target.value = "";
|
||||||
},
|
},
|
||||||
@@ -305,7 +298,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
});
|
});
|
||||||
const result = await response.json();
|
const result = await response.json();
|
||||||
if (result.success) {
|
if (result.success) {
|
||||||
loadPopupContent(iddatadb, idquotations);
|
loadPopupContent(iddatadb);
|
||||||
} else {
|
} else {
|
||||||
alert(
|
alert(
|
||||||
"Errore durante l'eliminazione: " +
|
"Errore durante l'eliminazione: " +
|
||||||
@@ -343,7 +336,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
setupWebcam(iddatadb, idquotations);
|
setupWebcam(iddatadb);
|
||||||
|
|
||||||
const createCollageBtn = document.getElementById("createCollageBtn");
|
const createCollageBtn = document.getElementById("createCollageBtn");
|
||||||
if (createCollageBtn) {
|
if (createCollageBtn) {
|
||||||
@@ -876,9 +869,9 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
type: "image/jpeg",
|
type: "image/jpeg",
|
||||||
});
|
});
|
||||||
|
|
||||||
await handleFiles([file], iddatadb, idquotations);
|
await handleFiles([file], iddatadb);
|
||||||
document.getElementById("collageModal").style.display = "none";
|
document.getElementById("collageModal").style.display = "none";
|
||||||
loadPopupContent(iddatadb, idquotations);
|
loadPopupContent(iddatadb);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -999,14 +992,8 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
if (photosButtons.length && photosModal && closeBtn) {
|
if (photosButtons.length && photosModal && closeBtn) {
|
||||||
photosButtons.forEach((button) => {
|
photosButtons.forEach((button) => {
|
||||||
button.addEventListener("click", function () {
|
button.addEventListener("click", function () {
|
||||||
const iddatadb = this.getAttribute("data-iddatadb") || null;
|
const iddatadb = this.getAttribute("data-iddatadb");
|
||||||
const idquotations =
|
loadPopupContent(iddatadb);
|
||||||
this.getAttribute("data-idquotations") || null;
|
|
||||||
console.log("Apertura modale foto con:", {
|
|
||||||
iddatadb,
|
|
||||||
idquotations,
|
|
||||||
});
|
|
||||||
loadPopupContent(iddatadb, idquotations);
|
|
||||||
photosModal.style.display = "block";
|
photosModal.style.display = "block";
|
||||||
document.querySelector(".overlay").style.display = "none";
|
document.querySelector(".overlay").style.display = "none";
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -17,131 +17,69 @@ use Endroid\QrCode\QrCode;
|
|||||||
use Endroid\QrCode\RoundBlockSizeMode;
|
use Endroid\QrCode\RoundBlockSizeMode;
|
||||||
use Endroid\QrCode\Writer\PngWriter;
|
use Endroid\QrCode\Writer\PngWriter;
|
||||||
|
|
||||||
// Abilita logging per debug
|
|
||||||
ini_set('display_errors', 1);
|
|
||||||
ini_set('display_startup_errors', 1);
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
ini_set('log_errors', 1);
|
|
||||||
ini_set('error_log', __DIR__ . '/photos_popup_debug.log');
|
|
||||||
|
|
||||||
// Log iniziale
|
|
||||||
error_log("Richiesta a photos_popup.php: " . print_r($_GET, true));
|
|
||||||
|
|
||||||
// Carica le variabili d'ambiente
|
// Carica le variabili d'ambiente
|
||||||
try {
|
try {
|
||||||
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__ . '/../../');
|
$dotenv = Dotenv\Dotenv::createImmutable(__DIR__ . '/../../');
|
||||||
$dotenv->load();
|
$dotenv->load();
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
error_log("Errore nel caricamento del file .env: " . $e->getMessage());
|
error_log("Errore nel caricamento del file .env: " . $e->getMessage());
|
||||||
?>
|
echo json_encode(['error' => 'Errore nel caricamento del file di configurazione']);
|
||||||
<div class="popup-content">
|
|
||||||
<p>Errore: Impossibile caricare il file di configurazione.</p>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verifica che BASE_URL sia definito
|
// Verifica che BASE_URL sia definito
|
||||||
if (!isset($_ENV['BASE_URL'])) {
|
if (!isset($_ENV['BASE_URL'])) {
|
||||||
error_log("Errore: la variabile BASE_URL non è definita nel file .env");
|
error_log("Errore: la variabile BASE_URL non è definita nel file .env");
|
||||||
?>
|
echo json_encode(['error' => 'Variabile BASE_URL non definita']);
|
||||||
<div class="popup-content">
|
|
||||||
<p>Errore: Variabile BASE_URL non definita.</p>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$db = DBHandlerSelect::getInstance();
|
$db = DBHandlerSelect::getInstance();
|
||||||
$pdo = $db->getConnection();
|
$pdo = $db->getConnection();
|
||||||
|
|
||||||
// Verifica che almeno uno degli ID sia passato
|
// Verifica che l'iddatadb sia stato passato
|
||||||
$iddatadb = isset($_GET['iddatadb']) && !empty($_GET['iddatadb']) ? intval($_GET['iddatadb']) : null;
|
if (!isset($_GET['iddatadb']) || empty($_GET['iddatadb'])) {
|
||||||
$idquotations = isset($_GET['idquotations']) && !empty($_GET['idquotations']) ? intval($_GET['idquotations']) : null;
|
echo json_encode(['error' => 'ID riga non fornito']);
|
||||||
|
|
||||||
if (!$iddatadb && !$idquotations) {
|
|
||||||
error_log("Errore: ID riga o ID quotations non fornito");
|
|
||||||
?>
|
|
||||||
<div class="popup-content">
|
|
||||||
<p>Errore: ID riga o ID quotations non fornito.</p>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($iddatadb && $idquotations) {
|
$iddatadb = intval($_GET['iddatadb']);
|
||||||
error_log("Errore: Non è possibile specificare sia iddatadb che idquotations");
|
|
||||||
?>
|
|
||||||
<div class="popup-content">
|
|
||||||
<p>Errore: Non è possibile specificare sia iddatadb che idquotations.</p>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Determina quale ID e tabella usare
|
// Recupera i dettagli della riga (idriga e sample_code)
|
||||||
$paramName = $iddatadb ? 'iddatadb' : 'id'; // Usa 'id' per quotations
|
$stmt = $pdo->prepare("SELECT iddatadb, sample_code FROM datadb WHERE iddatadb = ?");
|
||||||
$paramValue = $iddatadb ?: $idquotations;
|
$stmt->execute([$iddatadb]);
|
||||||
$table = $iddatadb ? 'datadb' : 'quotations';
|
|
||||||
$field = $iddatadb ? 'sample_code' : 'description'; // Usa 'description' per quotations
|
|
||||||
$photoTable = 'datadb_photos'; // Usa sempre datadb_photos
|
|
||||||
$photoParamName = $iddatadb ? 'iddatadb' : 'idquotations'; // Usa 'idquotations' per datadb_photos
|
|
||||||
|
|
||||||
// Recupera i dettagli della riga
|
|
||||||
try {
|
|
||||||
$stmt = $pdo->prepare("SELECT {$paramName}, {$field} FROM {$table} WHERE {$paramName} = ?");
|
|
||||||
$stmt->execute([$paramValue]);
|
|
||||||
$row = $stmt->fetch(PDO::FETCH_ASSOC);
|
$row = $stmt->fetch(PDO::FETCH_ASSOC);
|
||||||
|
|
||||||
if (!$row) {
|
if (!$row) {
|
||||||
error_log("Errore: Riga non trovata per {$paramName} = {$paramValue}");
|
echo json_encode(['error' => 'Riga non trovata']);
|
||||||
?>
|
|
||||||
<div class="popup-content">
|
|
||||||
<p>Errore: Riga non trovata.</p>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
} catch (Exception $e) {
|
|
||||||
error_log("Errore query dettagli riga: " . $e->getMessage());
|
|
||||||
?>
|
|
||||||
<div class="popup-content">
|
|
||||||
<p>Errore: Impossibile recuperare i dettagli della riga.</p>
|
|
||||||
</div>
|
|
||||||
<?php
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$id = $row[$paramName];
|
$idriga = $row['iddatadb'];
|
||||||
$code = $row[$field] ?? 'Non disponibile';
|
$sampleCode = $row['sample_code'] ?? 'Non disponibile';
|
||||||
|
|
||||||
// Recupera le foto associate alla riga
|
// Recupera le foto associate alla riga
|
||||||
try {
|
$stmt = $pdo->prepare("SELECT id, file_path, file_name, description, uploaded_at FROM datadb_photos WHERE iddatadb = ? ORDER BY uploaded_at DESC");
|
||||||
$stmt = $pdo->prepare("SELECT id, file_path, file_name, description, uploaded_at FROM {$photoTable} WHERE {$photoParamName} = ? ORDER BY uploaded_at DESC");
|
$stmt->execute([$iddatadb]);
|
||||||
$stmt->execute([$paramValue]);
|
|
||||||
$photos = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
$photos = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||||
} catch (Exception $e) {
|
|
||||||
error_log("Errore query foto: " . $e->getMessage());
|
|
||||||
$photos = []; // Imposta array vuoto in caso di errore
|
|
||||||
}
|
|
||||||
|
|
||||||
// Definisci il percorso base per le foto
|
// Definisci il percorso base per le foto
|
||||||
$photoBasePath = '../photostrf/';
|
$photoBasePath = '../photostrf/';
|
||||||
|
|
||||||
// Usa la variabile d'ambiente BASE_URL
|
// Usa la variabile d'ambiente BASE_URL
|
||||||
$baseUrl = rtrim($_ENV['BASE_URL'], '/');
|
$baseUrl = rtrim($_ENV['BASE_URL'], '/'); // Rimuove eventuali slash finali
|
||||||
$uploadUrl = $iddatadb
|
$uploadUrl = $baseUrl . "/upload_photos_mobile.php?iddatadb=" . $iddatadb;
|
||||||
? $baseUrl . "/upload_photos_mobile.php?iddatadb=" . $iddatadb
|
|
||||||
: $baseUrl . "/upload_photos_mobile.php?idquotations=" . $idquotations;
|
|
||||||
|
|
||||||
// Genera il QR code con endroid/qr-code 6.0.6
|
// Genera il QR code con endroid/qr-code 6.0.6
|
||||||
$qrCodeDir = '../photostrf/qrcodes/';
|
$qrCodeDir = '../photostrf/qrcodes/';
|
||||||
if (!is_dir($qrCodeDir)) {
|
if (!is_dir($qrCodeDir)) {
|
||||||
mkdir($qrCodeDir, 0755, true);
|
mkdir($qrCodeDir, 0755, true);
|
||||||
}
|
}
|
||||||
$qrCodeFile = $qrCodeDir . "qrcode_{$id}.png";
|
$qrCodeFile = $qrCodeDir . "qrcode_{$iddatadb}.png";
|
||||||
|
|
||||||
$writer = new PngWriter();
|
$writer = new PngWriter();
|
||||||
|
|
||||||
|
// Crea il QR code usando il costruttore
|
||||||
$qrCode = new QrCode(
|
$qrCode = new QrCode(
|
||||||
data: $uploadUrl,
|
data: $uploadUrl,
|
||||||
encoding: new Encoding('UTF-8'),
|
encoding: new Encoding('UTF-8'),
|
||||||
@@ -165,13 +103,13 @@ $result->saveToFile($qrCodeFile);
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3>Manage Photos</h3>
|
<h3>Manage Photos</h3>
|
||||||
<p><strong>ID:</strong> <?= htmlspecialchars($id) ?></p>
|
<p><strong>ID Row:</strong> <?= htmlspecialchars($idriga) ?></p>
|
||||||
<p><strong>Code:</strong> <?= htmlspecialchars($code) ?></p>
|
<p><strong>Sample Code:</strong> <?= htmlspecialchars($sampleCode) ?></p>
|
||||||
|
|
||||||
<!-- QR Code per il caricamento da mobile -->
|
<!-- QR Code per il caricamento da mobile -->
|
||||||
<div style="text-align: center; margin-bottom: 20px;">
|
<div style="text-align: center; margin-bottom: 20px;">
|
||||||
<p>Scan the QR Code with the mobile to take photo with camera:</p>
|
<p>Scan the QR Code with the mobile to take photo with camera:</p>
|
||||||
<img src="../photostrf/qrcodes/qrcode_<?= htmlspecialchars($id) ?>.png" alt="QR Code" style="max-width: 150px;">
|
<img src="../photostrf/qrcodes/qrcode_<?= $iddatadb ?>.png" alt="QR Code" style="max-width: 150px;">
|
||||||
<p style="margin-top: 10px;">
|
<p style="margin-top: 10px;">
|
||||||
<a href="<?= htmlspecialchars($uploadUrl) ?>" target="_blank"><?= htmlspecialchars($uploadUrl) ?></a>
|
<a href="<?= htmlspecialchars($uploadUrl) ?>" target="_blank"><?= htmlspecialchars($uploadUrl) ?></a>
|
||||||
</p>
|
</p>
|
||||||
@@ -198,7 +136,7 @@ $result->saveToFile($qrCodeFile);
|
|||||||
<!-- Elenco delle foto -->
|
<!-- Elenco delle foto -->
|
||||||
<div id="photosList">
|
<div id="photosList">
|
||||||
<?php if (empty($photos)): ?>
|
<?php if (empty($photos)): ?>
|
||||||
<p>Nessuna foto presente.</p>
|
<p>No Photos present.</p>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?php foreach ($photos as $photo): ?>
|
<?php foreach ($photos as $photo): ?>
|
||||||
<?php
|
<?php
|
||||||
@@ -254,7 +192,7 @@ $result->saveToFile($qrCodeFile);
|
|||||||
<button id="addToCanvasBtn">Aggiungi Selezionate al Canvas</button>
|
<button id="addToCanvasBtn">Aggiungi Selezionate al Canvas</button>
|
||||||
|
|
||||||
<!-- Canvas per editing -->
|
<!-- Canvas per editing -->
|
||||||
<canvas id="collageCanvas" width="960" height="720" style="border: 1px solid #ccc; margin-top: 20px;"></canvas>
|
<canvas id="collageCanvas" width="800" height="600" style="border: 1px solid #ccc; margin-top: 20px;"></canvas>
|
||||||
|
|
||||||
<!-- Pannello dei livelli -->
|
<!-- Pannello dei livelli -->
|
||||||
<div id="layersPanel" style="width: 120px; max-height: 600px; overflow-y: auto; background: #f8f9fa; padding: 10px; position: absolute; right: 0; top: 60px;">
|
<div id="layersPanel" style="width: 120px; max-height: 600px; overflow-y: auto; background: #f8f9fa; padding: 10px; position: absolute; right: 0; top: 60px;">
|
||||||
|
|||||||
@@ -93,7 +93,6 @@ if (isset($_GET['edit_id'])) {
|
|||||||
<?php include('cssinclude.php'); ?>
|
<?php include('cssinclude.php'); ?>
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2Lw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2Lw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||||
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.4/css/jquery.dataTables.min.css">
|
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.4/css/jquery.dataTables.min.css">
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/fabric.js/5.3.1/fabric.min.js"></script>
|
|
||||||
<style>
|
<style>
|
||||||
/* Stili simili alla pagina fornita, adattati */
|
/* Stili simili alla pagina fornita, adattati */
|
||||||
.cell-changed {
|
.cell-changed {
|
||||||
@@ -175,43 +174,6 @@ if (isset($_GET['edit_id'])) {
|
|||||||
.quotation-actions {
|
.quotation-actions {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal {
|
|
||||||
display: none;
|
|
||||||
position: fixed;
|
|
||||||
z-index: 1050;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
overflow: auto;
|
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-content {
|
|
||||||
background-color: #fefefe;
|
|
||||||
margin: 15% auto;
|
|
||||||
padding: 20px;
|
|
||||||
border: 1px solid #888;
|
|
||||||
width: 80%;
|
|
||||||
max-width: 600px;
|
|
||||||
border-radius: 8px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.close-btn {
|
|
||||||
color: #aaa;
|
|
||||||
float: right;
|
|
||||||
font-size: 28px;
|
|
||||||
font-weight: bold;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.close-btn:hover,
|
|
||||||
.close-btn:focus {
|
|
||||||
color: #000;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<title>Gestione Quotations - <?= htmlspecialchars($titlewebsite, ENT_QUOTES, 'UTF-8'); ?></title>
|
<title>Gestione Quotations - <?= htmlspecialchars($titlewebsite, ENT_QUOTES, 'UTF-8'); ?></title>
|
||||||
</head>
|
</head>
|
||||||
@@ -250,8 +212,8 @@ if (isset($_GET['edit_id'])) {
|
|||||||
</form>
|
</form>
|
||||||
<div class="quotation-actions">
|
<div class="quotation-actions">
|
||||||
<h6 class="mb-3">Azioni</h6>
|
<h6 class="mb-3">Azioni</h6>
|
||||||
<button type="button" class="photos-btn action-btn" data-row="<?= $index ?>" data-idquotations="<?= $editQuotation['id'] ?>" style="background: #007bff; color: white; border: none; padding: 8px 12px; border-radius: 5px; cursor: pointer; flex: 1;"><i class="fas fa-camera"></i></button>
|
<button type="button" class="photos-btn action-btn" data-idquotations="<?= $editQuotation['id'] ?>" title="Photos"><i class="fas fa-camera"></i></button>
|
||||||
<button class="parts-btn" data-iddatadb="" data-idquotations="456" data-row="0">Parti</button>
|
<button type="button" class="parts-btn action-btn" data-idquotations="<?= $editQuotation['id'] ?>" title="Parts"><i class="fas fa-puzzle-piece"></i></button>
|
||||||
</div>
|
</div>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<!-- Lista Quotations -->
|
<!-- Lista Quotations -->
|
||||||
@@ -280,12 +242,11 @@ if (isset($_GET['edit_id'])) {
|
|||||||
<td>
|
<td>
|
||||||
<input type="text" name="customer" class="cell-input manual-input form-control" value="<?= htmlspecialchars($row['customer']) ?>">
|
<input type="text" name="customer" class="cell-input manual-input form-control" value="<?= htmlspecialchars($row['customer']) ?>">
|
||||||
</td>
|
</td>
|
||||||
<!-- In quotations.php, nella tabella delle quotations -->
|
|
||||||
<td>
|
<td>
|
||||||
<button type="button" class="save-btn action-btn edit-btn" data-id="<?= $row['id'] ?>" title="Salva Modifiche"><i class="fas fa-save"></i></button>
|
<button type="button" class="save-btn action-btn edit-btn" data-id="<?= $row['id'] ?>" title="Salva Modifiche"><i class="fas fa-save"></i></button>
|
||||||
<button type="button" class="delete-btn action-btn" data-id="<?= $row['id'] ?>" title="Cancella" data-bs-toggle="modal" data-bs-target="#deleteModal"><i class="fas fa-trash"></i></button>
|
<button type="button" class="delete-btn action-btn" data-id="<?= $row['id'] ?>" title="Cancella" data-bs-toggle="modal" data-bs-target="#deleteModal"><i class="fas fa-trash"></i></button>
|
||||||
<button type="button" class="photos-btn action-btn" data-entity-type="quotation" data-idquotations="<?= $row['id'] ?>" title="Photos"><i class="fas fa-camera"></i></button>
|
<button type="button" class="photos-btn action-btn" data-idquotations="<?= $row['id'] ?>" title="Photos"><i class="fas fa-camera"></i></button>
|
||||||
<button type="button" class="parts-btn action-btn" data-entity-type="quotation" data-idquotations="<?= $row['id'] ?>" title="Parts"><i class="fas fa-puzzle-piece"></i></button>
|
<button type="button" class="parts-btn action-btn" data-idquotations="<?= $row['id'] ?>" title="Parts"><i class="fas fa-puzzle-piece"></i></button>
|
||||||
<a href="quotations.php?edit_id=<?= $row['id'] ?>" class="btn btn-secondary action-btn" title="Modifica Dettagliata"><i class="fas fa-edit"></i></a>
|
<a href="quotations.php?edit_id=<?= $row['id'] ?>" class="btn btn-secondary action-btn" title="Modifica Dettagliata"><i class="fas fa-edit"></i></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -415,15 +376,6 @@ if (isset($_GET['edit_id'])) {
|
|||||||
// I bottoni photos e parts usano gli script esistenti (photos.js, parts.js), passando data-idquotations
|
// I bottoni photos e parts usano gli script esistenti (photos.js, parts.js), passando data-idquotations
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Modale per le foto in quotations.php -->
|
|
||||||
<div class="modal" id="photosModal">
|
|
||||||
<div class="modal-content">
|
|
||||||
<span class="close-btn">×</span>
|
|
||||||
<div class="popup-content"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,63 +0,0 @@
|
|||||||
<?php
|
|
||||||
header('Content-Type: application/json');
|
|
||||||
include('include/headscript.php');
|
|
||||||
|
|
||||||
$dbHandler = DBHandlerSelect::getInstance();
|
|
||||||
$pdo = $dbHandler->getConnection();
|
|
||||||
|
|
||||||
$data = json_decode(file_get_contents('php://input'), true);
|
|
||||||
|
|
||||||
$idquotations = $data['idquotations'] ?? null;
|
|
||||||
$parts = $data['parts'] ?? [];
|
|
||||||
|
|
||||||
if (!$idquotations || empty($parts)) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Dati mancanti']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
$pdo->beginTransaction();
|
|
||||||
|
|
||||||
// Elimina tutte le parti esistenti per idquotations
|
|
||||||
$stmt = $pdo->prepare("DELETE FROM identification_parts WHERE idquotations = :idquotations");
|
|
||||||
$stmt->execute([':idquotations' => $idquotations]);
|
|
||||||
|
|
||||||
// Prepara l'inserimento delle nuove parti
|
|
||||||
$stmt = $pdo->prepare("
|
|
||||||
INSERT INTO identification_parts
|
|
||||||
(idquotations, part_number, part_description, mix, created_at, updated_at)
|
|
||||||
VALUES (:idquotations, :part_number, :part_description, :mix, NOW(), NOW())
|
|
||||||
");
|
|
||||||
|
|
||||||
$part_ids = [];
|
|
||||||
foreach ($parts as $part) {
|
|
||||||
$partNumber = $part['part_number'] ?? null;
|
|
||||||
$partDescription = $part['part_description'] ?? '';
|
|
||||||
$mix = $part['mix'] ?? 'N';
|
|
||||||
|
|
||||||
if (!$partNumber || !$partDescription) {
|
|
||||||
throw new PDOException("Numero parte o descrizione mancante per parte: " . json_encode($part));
|
|
||||||
}
|
|
||||||
|
|
||||||
$stmt->execute([
|
|
||||||
':idquotations' => $idquotations,
|
|
||||||
':part_number' => $partNumber,
|
|
||||||
':part_description' => $partDescription,
|
|
||||||
':mix' => $mix
|
|
||||||
]);
|
|
||||||
$part_ids[] = $pdo->lastInsertId();
|
|
||||||
}
|
|
||||||
|
|
||||||
$pdo->commit();
|
|
||||||
echo json_encode([
|
|
||||||
'success' => true,
|
|
||||||
'part_ids' => $part_ids,
|
|
||||||
'message' => 'Parti rinumerate con successo'
|
|
||||||
]);
|
|
||||||
} catch (PDOException $e) {
|
|
||||||
$pdo->rollBack();
|
|
||||||
echo json_encode([
|
|
||||||
'success' => false,
|
|
||||||
'message' => 'Errore nel salvataggio: ' . $e->getMessage()
|
|
||||||
]);
|
|
||||||
}
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
<?php
|
|
||||||
header('Content-Type: application/json');
|
|
||||||
|
|
||||||
include('include/headscript.php');
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
ini_set('display_errors', 1);
|
|
||||||
|
|
||||||
$dataURL = $_POST['dataURL'] ?? null;
|
|
||||||
$filename = $_POST['filename'] ?? null;
|
|
||||||
$idquotations = $_POST['idquotations'] ?? null;
|
|
||||||
|
|
||||||
if (!$dataURL || !$filename || !$idquotations) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Dati mancanti']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
// Verifica che idquotations esista nella tabella quotations
|
|
||||||
$dbHandler = DBHandlerSelect::getInstance();
|
|
||||||
$pdo = $dbHandler->getConnection();
|
|
||||||
$stmt = $pdo->prepare("SELECT idquotations FROM quotations WHERE idquotations = :idquotations");
|
|
||||||
$stmt->execute([':idquotations' => $idquotations]);
|
|
||||||
if (!$stmt->fetch()) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'idquotations non valido']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Salva l'immagine
|
|
||||||
$data = explode(',', $dataURL)[1];
|
|
||||||
$decodedData = base64_decode($data);
|
|
||||||
|
|
||||||
$dirPath = '../photostrf/annotated';
|
|
||||||
if (!file_exists($dirPath)) {
|
|
||||||
mkdir($dirPath, 0777, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
$filePath = $dirPath . '/' . $filename;
|
|
||||||
file_put_contents($filePath, $decodedData);
|
|
||||||
|
|
||||||
// Registra nel database
|
|
||||||
$stmt = $pdo->prepare("
|
|
||||||
INSERT INTO datadb_photos (idquotations, file_path, file_name, uploaded_at, uploaded_by)
|
|
||||||
VALUES (:idquotations, :file_path, :file_name, NOW(), :uploaded_by)
|
|
||||||
");
|
|
||||||
$stmt->execute([
|
|
||||||
':idquotations' => $idquotations,
|
|
||||||
':file_path' => $filePath,
|
|
||||||
':file_name' => $filename,
|
|
||||||
':uploaded_by' => $iduserlogin
|
|
||||||
]);
|
|
||||||
|
|
||||||
echo json_encode([
|
|
||||||
'success' => true,
|
|
||||||
'file_path' => $filePath,
|
|
||||||
'message' => 'Foto salvata con successo e registrata nel DB'
|
|
||||||
]);
|
|
||||||
} catch (Exception $e) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Errore: ' . $e->getMessage()]);
|
|
||||||
}
|
|
||||||
@@ -1,60 +0,0 @@
|
|||||||
<?php
|
|
||||||
header('Content-Type: application/json');
|
|
||||||
include('include/headscript.php');
|
|
||||||
|
|
||||||
$dbHandler = DBHandlerSelect::getInstance();
|
|
||||||
$pdo = $dbHandler->getConnection();
|
|
||||||
|
|
||||||
$data = json_decode(file_get_contents('php://input'), true);
|
|
||||||
|
|
||||||
$idquotations = $data['idquotations'] ?? null;
|
|
||||||
$parts = $data['parts'] ?? [];
|
|
||||||
|
|
||||||
if (!$idquotations || empty($parts)) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Dati mancanti']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
$part = $parts[0];
|
|
||||||
$partId = $part['id'] ?? null;
|
|
||||||
$partNumber = $part['part_number'] ?? null;
|
|
||||||
$partDescription = $part['part_description'] ?? '';
|
|
||||||
$mix = $part['mix'] ?? 'N';
|
|
||||||
|
|
||||||
if ($partDescription) {
|
|
||||||
try {
|
|
||||||
if ($partId) {
|
|
||||||
// UPDATE se esiste già la parte
|
|
||||||
$stmt = $pdo->prepare("UPDATE identification_parts
|
|
||||||
SET part_number = :part_number,
|
|
||||||
part_description = :part_description,
|
|
||||||
mix = :mix,
|
|
||||||
updated_at = NOW()
|
|
||||||
WHERE id = :id");
|
|
||||||
$stmt->execute([
|
|
||||||
':id' => $partId,
|
|
||||||
':part_number' => $partNumber,
|
|
||||||
':part_description' => $partDescription,
|
|
||||||
':mix' => $mix
|
|
||||||
]);
|
|
||||||
echo json_encode(['success' => true, 'part_id' => $partId, 'part_number' => $partNumber, 'message' => 'Parte aggiornata con successo']);
|
|
||||||
} else {
|
|
||||||
// INSERT se è nuova
|
|
||||||
$stmt = $pdo->prepare("INSERT INTO identification_parts
|
|
||||||
(idquotations, part_number, part_description, mix, created_at, updated_at)
|
|
||||||
VALUES (:idquotations, :part_number, :part_description, :mix, NOW(), NOW())");
|
|
||||||
$stmt->execute([
|
|
||||||
':idquotations' => $idquotations,
|
|
||||||
':part_number' => $partNumber,
|
|
||||||
':part_description' => $partDescription,
|
|
||||||
':mix' => $mix
|
|
||||||
]);
|
|
||||||
$newId = $pdo->lastInsertId();
|
|
||||||
echo json_encode(['success' => true, 'part_id' => $newId, 'part_number' => $partNumber, 'message' => 'Parte salvata con successo']);
|
|
||||||
}
|
|
||||||
} catch (PDOException $e) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Errore nel salvataggio: ' . $e->getMessage()]);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Descrizione mancante']);
|
|
||||||
}
|
|
||||||
@@ -4,23 +4,13 @@ include('include/headscript.php');
|
|||||||
|
|
||||||
header('Content-Type: application/json');
|
header('Content-Type: application/json');
|
||||||
|
|
||||||
if ($_SERVER['REQUEST_METHOD'] !== 'POST' || !isset($_FILES['photo']) || (!isset($_POST['iddatadb']) && !isset($_POST['idquotations']))) {
|
if ($_SERVER['REQUEST_METHOD'] !== 'POST' || !isset($_FILES['photo']) || !isset($_POST['iddatadb'])) {
|
||||||
echo json_encode(['success' => false, 'message' => 'Richiesta non valida']);
|
echo json_encode(['success' => false, 'message' => 'Richiesta non valida']);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
$iddatadb = isset($_POST['iddatadb']) ? intval($_POST['iddatadb']) : null;
|
$iddatadb = intval($_POST['iddatadb']);
|
||||||
$idquotations = isset($_POST['idquotations']) ? intval($_POST['idquotations']) : null;
|
$photo = $_FILES['photo'];
|
||||||
|
|
||||||
if ($iddatadb && $idquotations) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Non è possibile specificare sia iddatadb che idquotations']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!$iddatadb && !$idquotations) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'ID TRF o ID quotations mancante']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Verifica che l'utente loggato esista in auth_users
|
// Verifica che l'utente loggato esista in auth_users
|
||||||
$db = DBHandlerSelect::getInstance();
|
$db = DBHandlerSelect::getInstance();
|
||||||
@@ -35,28 +25,6 @@ if (!$userExists) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verifica l'esistenza dell'ID nella tabella corrispondente
|
|
||||||
try {
|
|
||||||
if ($iddatadb) {
|
|
||||||
$stmt = $pdo->prepare("SELECT iddatadb FROM datadb WHERE iddatadb = ?");
|
|
||||||
$stmt->execute([$iddatadb]);
|
|
||||||
if (!$stmt->fetch()) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'iddatadb non valido']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
$stmt = $pdo->prepare("SELECT id FROM quotations WHERE id = ?");
|
|
||||||
$stmt->execute([$idquotations]);
|
|
||||||
if (!$stmt->fetch()) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'idquotations non valido']);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} catch (PDOException $e) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Errore nella validazione: ' . $e->getMessage()]);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Usa un percorso assoluto per la cartella photostrf
|
// Usa un percorso assoluto per la cartella photostrf
|
||||||
$uploadDir = realpath(__DIR__ . '/../photostrf') . '/';
|
$uploadDir = realpath(__DIR__ . '/../photostrf') . '/';
|
||||||
if (!is_dir($uploadDir)) {
|
if (!is_dir($uploadDir)) {
|
||||||
@@ -73,7 +41,6 @@ if (!is_writable($uploadDir)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Verifica che il file sia un'immagine (inclusi HEIC/HEIF)
|
// Verifica che il file sia un'immagine (inclusi HEIC/HEIF)
|
||||||
$photo = $_FILES['photo'];
|
|
||||||
$allowedTypes = ['image/jpeg', 'image/png', 'image/gif', 'image/heic', 'image/heif'];
|
$allowedTypes = ['image/jpeg', 'image/png', 'image/gif', 'image/heic', 'image/heif'];
|
||||||
if (!in_array($photo['type'], $allowedTypes)) {
|
if (!in_array($photo['type'], $allowedTypes)) {
|
||||||
echo json_encode(['success' => false, 'message' => 'Il file deve essere un\'immagine (JPEG, PNG, GIF, HEIC)']);
|
echo json_encode(['success' => false, 'message' => 'Il file deve essere un\'immagine (JPEG, PNG, GIF, HEIC)']);
|
||||||
@@ -86,11 +53,10 @@ if (!file_exists($photo['tmp_name']) || !is_uploaded_file($photo['tmp_name'])) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Rinomina il file: id-timestamp-nomeoriginale.estensione
|
// Rinomina il file: idriga-timestamp-nomeoriginale.estensione
|
||||||
$timestamp = date('YmdHis');
|
$timestamp = date('YmdHis');
|
||||||
$originalName = pathinfo($photo['name'], PATHINFO_FILENAME);
|
$originalName = pathinfo($photo['name'], PATHINFO_FILENAME);
|
||||||
$extension = strtolower(pathinfo($photo['name'], PATHINFO_EXTENSION));
|
$extension = strtolower(pathinfo($photo['name'], PATHINFO_EXTENSION));
|
||||||
$id = $iddatadb ?: $idquotations;
|
|
||||||
|
|
||||||
// Se il file è HEIC/HEIF, convertilo in JPEG
|
// Se il file è HEIC/HEIF, convertilo in JPEG
|
||||||
if (in_array($photo['type'], ['image/heic', 'image/heif'])) {
|
if (in_array($photo['type'], ['image/heic', 'image/heif'])) {
|
||||||
@@ -108,11 +74,11 @@ if (in_array($photo['type'], ['image/heic', 'image/heif'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Crea un nuovo nome per il file JPEG
|
// Crea un nuovo nome per il file JPEG
|
||||||
$newFileName = "{$id}-{$timestamp}-{$originalName}.jpg";
|
$newFileName = "{$iddatadb}-{$timestamp}-{$originalName}.jpg";
|
||||||
$destination = $uploadDir . $newFileName;
|
$destination = $uploadDir . $newFileName;
|
||||||
|
|
||||||
// Salva l'immagine come JPEG
|
// Salva l'immagine come JPEG
|
||||||
if (!imagejpeg($image, $destination, 90)) {
|
if (!imagejpeg($image, $destination, 90)) { // 90 è la qualità JPEG
|
||||||
imagedestroy($image);
|
imagedestroy($image);
|
||||||
echo json_encode(['success' => false, 'message' => 'Errore durante la conversione del file HEIC in JPEG']);
|
echo json_encode(['success' => false, 'message' => 'Errore durante la conversione del file HEIC in JPEG']);
|
||||||
exit;
|
exit;
|
||||||
@@ -122,7 +88,7 @@ if (in_array($photo['type'], ['image/heic', 'image/heif'])) {
|
|||||||
imagedestroy($image);
|
imagedestroy($image);
|
||||||
} else {
|
} else {
|
||||||
// Per i formati non HEIC, usa il nome e l'estensione originali
|
// Per i formati non HEIC, usa il nome e l'estensione originali
|
||||||
$newFileName = "{$id}-{$timestamp}-{$originalName}.{$extension}";
|
$newFileName = "{$iddatadb}-{$timestamp}-{$originalName}.{$extension}";
|
||||||
$destination = $uploadDir . $newFileName;
|
$destination = $uploadDir . $newFileName;
|
||||||
|
|
||||||
// Salva il file
|
// Salva il file
|
||||||
@@ -139,12 +105,7 @@ error_log("Destination: $destination");
|
|||||||
error_log("Temp file: " . $photo['tmp_name']);
|
error_log("Temp file: " . $photo['tmp_name']);
|
||||||
|
|
||||||
// Salva il riferimento nel database
|
// Salva il riferimento nel database
|
||||||
try {
|
$stmt = $pdo->prepare("INSERT INTO datadb_photos (iddatadb, file_path, file_name, uploaded_by) VALUES (?, ?, ?, ?)");
|
||||||
$stmt = $pdo->prepare("INSERT INTO datadb_photos (iddatadb, idquotations, file_path, file_name, uploaded_by) VALUES (?, ?, ?, ?, ?)");
|
$stmt->execute([$iddatadb, $newFileName, $newFileName, $iduserlogin]);
|
||||||
$stmt->execute([$iddatadb, $idquotations, $newFileName, $newFileName, $iduserlogin]);
|
|
||||||
} catch (PDOException $e) {
|
|
||||||
echo json_encode(['success' => false, 'message' => 'Errore durante il salvataggio nel database: ' . $e->getMessage()]);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
echo json_encode(['success' => true, 'message' => 'Foto caricata con successo']);
|
echo json_encode(['success' => true, 'message' => 'Foto caricata con successo']);
|
||||||
|
|||||||
@@ -5,41 +5,24 @@ include('include/headscript.php');
|
|||||||
$db = DBHandlerSelect::getInstance();
|
$db = DBHandlerSelect::getInstance();
|
||||||
$pdo = $db->getConnection();
|
$pdo = $db->getConnection();
|
||||||
|
|
||||||
// Verifica che almeno uno degli ID sia passato
|
// Verifica che l'iddatadb sia stato passato
|
||||||
$iddatadb = isset($_GET['iddatadb']) && !empty($_GET['iddatadb']) ? intval($_GET['iddatadb']) : null;
|
if (!isset($_GET['iddatadb']) || empty($_GET['iddatadb'])) {
|
||||||
$idquotations = isset($_GET['idquotations']) && !empty($_GET['idquotations']) ? intval($_GET['idquotations']) : null;
|
die('ID riga non fornito');
|
||||||
|
|
||||||
if (!$iddatadb && !$idquotations) {
|
|
||||||
die('ID riga o ID quotations non fornito');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($iddatadb && $idquotations) {
|
$iddatadb = intval($_GET['iddatadb']);
|
||||||
die('Non è possibile specificare sia iddatadb che idquotations');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Verifica che l'utente loggato esista
|
// Recupera i dettagli della riga (idriga e sample_code)
|
||||||
$stmt = $pdo->prepare("SELECT id FROM auth_users WHERE id = ?");
|
$stmt = $pdo->prepare("SELECT iddatadb, sample_code FROM datadb WHERE iddatadb = ?");
|
||||||
$stmt->execute([$iduserlogin]);
|
$stmt->execute([$iddatadb]);
|
||||||
if (!$stmt->fetch(PDO::FETCH_ASSOC)) {
|
|
||||||
die('Utente non valido');
|
|
||||||
}
|
|
||||||
|
|
||||||
// Determina quale ID usare e verifica l'esistenza
|
|
||||||
$paramName = $iddatadb ? 'iddatadb' : 'idquotations';
|
|
||||||
$paramValue = $iddatadb ?: $idquotations;
|
|
||||||
$table = $iddatadb ? 'datadb' : 'quotations';
|
|
||||||
$field = $iddatadb ? 'sample_code' : 'quotation_code';
|
|
||||||
|
|
||||||
$stmt = $pdo->prepare("SELECT {$paramName}, {$field} FROM {$table} WHERE {$paramName} = ?");
|
|
||||||
$stmt->execute([$paramValue]);
|
|
||||||
$row = $stmt->fetch(PDO::FETCH_ASSOC);
|
$row = $stmt->fetch(PDO::FETCH_ASSOC);
|
||||||
|
|
||||||
if (!$row) {
|
if (!$row) {
|
||||||
die('Riga non trovata');
|
die('Riga non trovata');
|
||||||
}
|
}
|
||||||
|
|
||||||
$id = $row[$paramName];
|
$idriga = $row['iddatadb'];
|
||||||
$code = $row[$field] ?? 'Non disponibile';
|
$sampleCode = $row['sample_code'] ?? 'Non disponibile';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@@ -49,23 +32,17 @@ $code = $row[$field] ?? 'Non disponibile';
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Carica Foto da Mobile</title>
|
<title>Carica Foto da Mobile</title>
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: #f4f4f4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-area {
|
.upload-area {
|
||||||
border: 2px dashed #ccc;
|
border: 2px dashed #ccc;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin: 20px auto;
|
margin: 20px 0;
|
||||||
max-width: 500px;
|
|
||||||
background: white;
|
|
||||||
border-radius: 8px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-area.highlight {
|
.upload-area.highlight {
|
||||||
@@ -79,121 +56,57 @@ $code = $row[$field] ?? 'Non disponibile';
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
max-width: 500px;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.photo-item img {
|
.photo-item img {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.loader {
|
|
||||||
display: none;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
background: rgba(0, 0, 0, 0.5);
|
|
||||||
z-index: 1000;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.loader i {
|
|
||||||
font-size: 40px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.error-message {
|
|
||||||
color: red;
|
|
||||||
margin: 10px 0;
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.delete-photo-btn {
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
color: #dc3545;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h2>Carica Foto per ID: <?= htmlspecialchars($id) ?></h2>
|
<h2>Carica Foto per ID Riga: <?= htmlspecialchars($idriga) ?></h2>
|
||||||
<p><strong>Codice:</strong> <?= htmlspecialchars($code) ?></p>
|
<p><strong>Sample Code:</strong> <?= htmlspecialchars($sampleCode) ?></p>
|
||||||
<div class="loader" id="loader">
|
|
||||||
<div>
|
|
||||||
<i class="fas fa-spinner fa-spin"></i>
|
|
||||||
<p>Caricamento in corso...</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="error-message" id="errorMessage"></div>
|
|
||||||
<div class="upload-area" id="uploadArea">
|
<div class="upload-area" id="uploadArea">
|
||||||
<p>Scatta una foto o seleziona immagini</p>
|
<p>Scatta una foto o seleziona un'immagine</p>
|
||||||
<input type="file" id="photoInput" accept="image/*" capture="camera" multiple style="display: none;">
|
<input type="file" id="photoInput" accept="image/*" capture="camera">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="photosList">
|
||||||
|
<!-- Le foto verranno caricate dinamicamente -->
|
||||||
</div>
|
</div>
|
||||||
<div id="photosList"></div>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const uploadArea = document.getElementById('uploadArea');
|
const uploadArea = document.getElementById('uploadArea');
|
||||||
const photoInput = document.getElementById('photoInput');
|
const photoInput = document.getElementById('photoInput');
|
||||||
const photosList = document.getElementById('photosList');
|
const photosList = document.getElementById('photosList');
|
||||||
const loader = document.getElementById('loader');
|
|
||||||
const errorMessage = document.getElementById('errorMessage');
|
|
||||||
const iddatadb = '<?= $iddatadb ?>';
|
|
||||||
const idquotations = '<?= $idquotations ?>';
|
|
||||||
const endpoint = idquotations ? 'load_photo_quotation.php' : 'load_photo.php';
|
|
||||||
const dataParam = idquotations ? {
|
|
||||||
idquotations: idquotations
|
|
||||||
} : {
|
|
||||||
iddatadb: iddatadb
|
|
||||||
};
|
|
||||||
|
|
||||||
// Carica le foto esistenti all'avvio
|
// Carica le foto esistenti all'avvio
|
||||||
loadPhotos();
|
loadPhotos();
|
||||||
|
|
||||||
// Gestione drag-and-drop
|
// Gestione del click sull'area di upload
|
||||||
uploadArea.addEventListener('dragover', (e) => {
|
uploadArea.addEventListener('click', () => {
|
||||||
e.preventDefault();
|
photoInput.click();
|
||||||
uploadArea.classList.add('highlight');
|
|
||||||
});
|
|
||||||
uploadArea.addEventListener('dragleave', () => {
|
|
||||||
uploadArea.classList.remove('highlight');
|
|
||||||
});
|
|
||||||
uploadArea.addEventListener('drop', (e) => {
|
|
||||||
e.preventDefault();
|
|
||||||
uploadArea.classList.remove('highlight');
|
|
||||||
handleFiles(e.dataTransfer.files);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Gestione click sull'area di upload
|
// Gestione del caricamento delle foto
|
||||||
uploadArea.addEventListener('click', () => photoInput.click());
|
photoInput.addEventListener('change', () => {
|
||||||
|
handleFiles(photoInput.files);
|
||||||
// Gestione caricamento foto
|
});
|
||||||
photoInput.addEventListener('change', () => handleFiles(photoInput.files));
|
|
||||||
|
|
||||||
async function handleFiles(files) {
|
async function handleFiles(files) {
|
||||||
loader.style.display = 'flex';
|
|
||||||
errorMessage.style.display = 'none';
|
|
||||||
for (const file of files) {
|
for (const file of files) {
|
||||||
if (!file.type.startsWith('image/')) {
|
if (!file.type.startsWith('image/')) {
|
||||||
showError('Per favore, carica solo immagini!');
|
alert('Per favore, carica solo immagini!');
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
const formData = new FormData();
|
const formData = new FormData();
|
||||||
formData.append('photo', file);
|
formData.append('photo', file);
|
||||||
if (iddatadb) formData.append('iddatadb', iddatadb);
|
formData.append('iddatadb', '<?= $iddatadb ?>');
|
||||||
if (idquotations) formData.append('idquotations', idquotations);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch('upload_photo.php', {
|
const response = await fetch('upload_photo.php', {
|
||||||
@@ -201,85 +114,31 @@ $code = $row[$field] ?? 'Non disponibile';
|
|||||||
body: formData
|
body: formData
|
||||||
});
|
});
|
||||||
const result = await response.json();
|
const result = await response.json();
|
||||||
if (!result.success) {
|
|
||||||
showError('Errore durante il caricamento: ' + result.message);
|
|
||||||
}
|
|
||||||
} catch (error) {
|
|
||||||
showError('Errore di rete: ' + error.message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
loadPhotos();
|
|
||||||
loader.style.display = 'none';
|
|
||||||
}
|
|
||||||
|
|
||||||
async function loadPhotos() {
|
|
||||||
loader.style.display = 'flex';
|
|
||||||
errorMessage.style.display = 'none';
|
|
||||||
try {
|
|
||||||
const response = await fetch(`${endpoint}?${new URLSearchParams(dataParam)}`);
|
|
||||||
const result = await response.json();
|
|
||||||
photosList.innerHTML = '';
|
|
||||||
if (result.success && result.photos && result.photos.length > 0) {
|
|
||||||
for (const photo of result.photos) {
|
|
||||||
const photoName = photo.split('/').pop();
|
|
||||||
const photoItem = document.createElement('div');
|
|
||||||
photoItem.className = 'photo-item';
|
|
||||||
photoItem.innerHTML = `
|
|
||||||
<img src="${photo}" alt="${photoName}">
|
|
||||||
<div style="flex: 1; text-align: left;">
|
|
||||||
<strong>Nome:</strong> ${photoName}<br>
|
|
||||||
<strong>Caricata il:</strong> Non disponibile
|
|
||||||
</div>
|
|
||||||
<button class="delete-photo-btn" data-photo-path="${photo}">
|
|
||||||
<i class="fas fa-trash"></i>
|
|
||||||
</button>`;
|
|
||||||
photosList.appendChild(photoItem);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
photosList.innerHTML = '<p>Nessuna foto presente.</p>';
|
|
||||||
}
|
|
||||||
} catch (error) {
|
|
||||||
showError('Errore durante il caricamento delle foto: ' + error.message);
|
|
||||||
}
|
|
||||||
loader.style.display = 'none';
|
|
||||||
}
|
|
||||||
|
|
||||||
function showError(message) {
|
|
||||||
errorMessage.textContent = message;
|
|
||||||
errorMessage.style.display = 'block';
|
|
||||||
setTimeout(() => errorMessage.style.display = 'none', 5000);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Gestione eliminazione foto
|
|
||||||
photosList.addEventListener('click', async (e) => {
|
|
||||||
if (e.target.closest('.delete-photo-btn')) {
|
|
||||||
const button = e.target.closest('.delete-photo-btn');
|
|
||||||
const photoPath = button.dataset.photoPath;
|
|
||||||
if (confirm('Sei sicuro di voler eliminare questa foto?')) {
|
|
||||||
loader.style.display = 'flex';
|
|
||||||
try {
|
|
||||||
const response = await fetch('delete_photo.php', {
|
|
||||||
method: 'POST',
|
|
||||||
headers: {
|
|
||||||
'Content-Type': 'application/json'
|
|
||||||
},
|
|
||||||
body: JSON.stringify({
|
|
||||||
file_path: photoPath
|
|
||||||
})
|
|
||||||
});
|
|
||||||
const result = await response.json();
|
|
||||||
if (result.success) {
|
if (result.success) {
|
||||||
loadPhotos();
|
loadPhotos(); // Ricarica le foto
|
||||||
} else {
|
} else {
|
||||||
showError('Errore durante l\'eliminazione: ' + result.message);
|
alert('Errore durante il caricamento: ' + result.message);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
showError('Errore durante l\'eliminazione: ' + error.message);
|
alert('Errore durante il caricamento: ' + error.message);
|
||||||
}
|
}
|
||||||
loader.style.display = 'none';
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Funzione per caricare le foto esistenti
|
||||||
|
async function loadPhotos() {
|
||||||
|
try {
|
||||||
|
const response = await fetch(`photos_popup.php?iddatadb=<?= $iddatadb ?>`);
|
||||||
|
const html = await response.text();
|
||||||
|
const parser = new DOMParser();
|
||||||
|
const doc = parser.parseFromString(html, 'text/html');
|
||||||
|
const photosListContent = doc.querySelector('#photosList').innerHTML;
|
||||||
|
photosList.innerHTML = photosListContent;
|
||||||
|
} catch (error) {
|
||||||
|
photosList.innerHTML = `<p>Errore durante il caricamento delle foto: ${error.message}</p>`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
@@ -25,6 +25,14 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if (in_array('azure', $socialProviders))
|
||||||
|
<div class="col-{{ $colSize }} d-flex align-items-center justify-content-center">
|
||||||
|
<a href="{{ url('auth/azure/login') }}" style="color: #0078d4;">
|
||||||
|
<i class="fab fa-microsoft fa-2x"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
+19
@@ -6203,6 +6203,25 @@ return array(
|
|||||||
'SebastianBergmann\\Type\\UnknownType' => $vendorDir . '/sebastian/type/src/type/UnknownType.php',
|
'SebastianBergmann\\Type\\UnknownType' => $vendorDir . '/sebastian/type/src/type/UnknownType.php',
|
||||||
'SebastianBergmann\\Type\\VoidType' => $vendorDir . '/sebastian/type/src/type/VoidType.php',
|
'SebastianBergmann\\Type\\VoidType' => $vendorDir . '/sebastian/type/src/type/VoidType.php',
|
||||||
'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php',
|
'SebastianBergmann\\Version' => $vendorDir . '/sebastian/version/src/Version.php',
|
||||||
|
'SocialiteProviders\\Azure\\AzureExtendSocialite' => $vendorDir . '/socialiteproviders/microsoft-azure/AzureExtendSocialite.php',
|
||||||
|
'SocialiteProviders\\Azure\\Provider' => $vendorDir . '/socialiteproviders/microsoft-azure/Provider.php',
|
||||||
|
'SocialiteProviders\\Azure\\User' => $vendorDir . '/socialiteproviders/microsoft-azure/User.php',
|
||||||
|
'SocialiteProviders\\Manager\\Config' => $vendorDir . '/socialiteproviders/manager/src/Config.php',
|
||||||
|
'SocialiteProviders\\Manager\\ConfigTrait' => $vendorDir . '/socialiteproviders/manager/src/ConfigTrait.php',
|
||||||
|
'SocialiteProviders\\Manager\\Contracts\\ConfigInterface' => $vendorDir . '/socialiteproviders/manager/src/Contracts/ConfigInterface.php',
|
||||||
|
'SocialiteProviders\\Manager\\Contracts\\Helpers\\ConfigRetrieverInterface' => $vendorDir . '/socialiteproviders/manager/src/Contracts/Helpers/ConfigRetrieverInterface.php',
|
||||||
|
'SocialiteProviders\\Manager\\Contracts\\OAuth1\\ProviderInterface' => $vendorDir . '/socialiteproviders/manager/src/Contracts/OAuth1/ProviderInterface.php',
|
||||||
|
'SocialiteProviders\\Manager\\Contracts\\OAuth2\\ProviderInterface' => $vendorDir . '/socialiteproviders/manager/src/Contracts/OAuth2/ProviderInterface.php',
|
||||||
|
'SocialiteProviders\\Manager\\Exception\\InvalidArgumentException' => $vendorDir . '/socialiteproviders/manager/src/Exception/InvalidArgumentException.php',
|
||||||
|
'SocialiteProviders\\Manager\\Exception\\MissingConfigException' => $vendorDir . '/socialiteproviders/manager/src/Exception/MissingConfigException.php',
|
||||||
|
'SocialiteProviders\\Manager\\Helpers\\ConfigRetriever' => $vendorDir . '/socialiteproviders/manager/src/Helpers/ConfigRetriever.php',
|
||||||
|
'SocialiteProviders\\Manager\\OAuth1\\AbstractProvider' => $vendorDir . '/socialiteproviders/manager/src/OAuth1/AbstractProvider.php',
|
||||||
|
'SocialiteProviders\\Manager\\OAuth1\\Server' => $vendorDir . '/socialiteproviders/manager/src/OAuth1/Server.php',
|
||||||
|
'SocialiteProviders\\Manager\\OAuth1\\User' => $vendorDir . '/socialiteproviders/manager/src/OAuth1/User.php',
|
||||||
|
'SocialiteProviders\\Manager\\OAuth2\\AbstractProvider' => $vendorDir . '/socialiteproviders/manager/src/OAuth2/AbstractProvider.php',
|
||||||
|
'SocialiteProviders\\Manager\\OAuth2\\User' => $vendorDir . '/socialiteproviders/manager/src/OAuth2/User.php',
|
||||||
|
'SocialiteProviders\\Manager\\ServiceProvider' => $vendorDir . '/socialiteproviders/manager/src/ServiceProvider.php',
|
||||||
|
'SocialiteProviders\\Manager\\SocialiteWasCalled' => $vendorDir . '/socialiteproviders/manager/src/SocialiteWasCalled.php',
|
||||||
'Spatie\\Backtrace\\Arguments\\ArgumentReducers' => $vendorDir . '/spatie/backtrace/src/Arguments/ArgumentReducers.php',
|
'Spatie\\Backtrace\\Arguments\\ArgumentReducers' => $vendorDir . '/spatie/backtrace/src/Arguments/ArgumentReducers.php',
|
||||||
'Spatie\\Backtrace\\Arguments\\ProvidedArgument' => $vendorDir . '/spatie/backtrace/src/Arguments/ProvidedArgument.php',
|
'Spatie\\Backtrace\\Arguments\\ProvidedArgument' => $vendorDir . '/spatie/backtrace/src/Arguments/ProvidedArgument.php',
|
||||||
'Spatie\\Backtrace\\Arguments\\ReduceArgumentPayloadAction' => $vendorDir . '/spatie/backtrace/src/Arguments/ReduceArgumentPayloadAction.php',
|
'Spatie\\Backtrace\\Arguments\\ReduceArgumentPayloadAction' => $vendorDir . '/spatie/backtrace/src/Arguments/ReduceArgumentPayloadAction.php',
|
||||||
|
|||||||
Vendored
+1
-1
@@ -24,6 +24,7 @@ return array(
|
|||||||
'09f6b20656683369174dd6fa83b7e5fb' => $vendorDir . '/symfony/polyfill-uuid/bootstrap.php',
|
'09f6b20656683369174dd6fa83b7e5fb' => $vendorDir . '/symfony/polyfill-uuid/bootstrap.php',
|
||||||
'a1105708a18b76903365ca1c4aa61b02' => $vendorDir . '/symfony/translation/Resources/functions.php',
|
'a1105708a18b76903365ca1c4aa61b02' => $vendorDir . '/symfony/translation/Resources/functions.php',
|
||||||
'47e1160838b5e5a10346ac4084b58c23' => $vendorDir . '/laravel/prompts/src/helpers.php',
|
'47e1160838b5e5a10346ac4084b58c23' => $vendorDir . '/laravel/prompts/src/helpers.php',
|
||||||
|
'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
|
||||||
'e39a8b23c42d4e1452234d762b03835a' => $vendorDir . '/ramsey/uuid/src/functions.php',
|
'e39a8b23c42d4e1452234d762b03835a' => $vendorDir . '/ramsey/uuid/src/functions.php',
|
||||||
'265b4faa2b3a9766332744949e83bf97' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/helpers.php',
|
'265b4faa2b3a9766332744949e83bf97' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/helpers.php',
|
||||||
'c7a3c339e7e14b60e06a2d7fcce9476b' => $vendorDir . '/laravel/framework/src/Illuminate/Events/functions.php',
|
'c7a3c339e7e14b60e06a2d7fcce9476b' => $vendorDir . '/laravel/framework/src/Illuminate/Events/functions.php',
|
||||||
@@ -32,7 +33,6 @@ return array(
|
|||||||
'58571171fd5812e6e447dce228f52f4d' => $vendorDir . '/laravel/framework/src/Illuminate/Support/helpers.php',
|
'58571171fd5812e6e447dce228f52f4d' => $vendorDir . '/laravel/framework/src/Illuminate/Support/helpers.php',
|
||||||
'6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
'6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
||||||
'3bd81c9b8fcc150b69d8b63b4d2ccf23' => $vendorDir . '/spatie/flare-client-php/src/helpers.php',
|
'3bd81c9b8fcc150b69d8b63b4d2ccf23' => $vendorDir . '/spatie/flare-client-php/src/helpers.php',
|
||||||
'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
|
|
||||||
'ec07570ca5a812141189b1fa81503674' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert/Functions.php',
|
'ec07570ca5a812141189b1fa81503674' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert/Functions.php',
|
||||||
'801c31d8ed748cfa537fa45402288c95' => $vendorDir . '/psy/psysh/src/functions.php',
|
'801c31d8ed748cfa537fa45402288c95' => $vendorDir . '/psy/psysh/src/functions.php',
|
||||||
'b84a5ba6d9a8ee8cf648b71c42c799b7' => $vendorDir . '/akaunting/laravel-setting/src/helpers.php',
|
'b84a5ba6d9a8ee8cf648b71c42c799b7' => $vendorDir . '/akaunting/laravel-setting/src/helpers.php',
|
||||||
|
|||||||
Vendored
+2
@@ -60,6 +60,8 @@ return array(
|
|||||||
'Spatie\\FlareClient\\' => array($vendorDir . '/spatie/flare-client-php/src'),
|
'Spatie\\FlareClient\\' => array($vendorDir . '/spatie/flare-client-php/src'),
|
||||||
'Spatie\\ErrorSolutions\\' => array($vendorDir . '/spatie/error-solutions/src'),
|
'Spatie\\ErrorSolutions\\' => array($vendorDir . '/spatie/error-solutions/src'),
|
||||||
'Spatie\\Backtrace\\' => array($vendorDir . '/spatie/backtrace/src'),
|
'Spatie\\Backtrace\\' => array($vendorDir . '/spatie/backtrace/src'),
|
||||||
|
'SocialiteProviders\\Manager\\' => array($vendorDir . '/socialiteproviders/manager/src'),
|
||||||
|
'SocialiteProviders\\Azure\\' => array($vendorDir . '/socialiteproviders/microsoft-azure'),
|
||||||
'Ramsey\\Uuid\\' => array($vendorDir . '/ramsey/uuid/src'),
|
'Ramsey\\Uuid\\' => array($vendorDir . '/ramsey/uuid/src'),
|
||||||
'Ramsey\\Collection\\' => array($vendorDir . '/ramsey/collection/src'),
|
'Ramsey\\Collection\\' => array($vendorDir . '/ramsey/collection/src'),
|
||||||
'Psy\\' => array($vendorDir . '/psy/psysh/src'),
|
'Psy\\' => array($vendorDir . '/psy/psysh/src'),
|
||||||
|
|||||||
Vendored
+30
-1
@@ -25,6 +25,7 @@ class ComposerStaticInitc91cd9c5b1e6a9e8573a14b799ea9342
|
|||||||
'09f6b20656683369174dd6fa83b7e5fb' => __DIR__ . '/..' . '/symfony/polyfill-uuid/bootstrap.php',
|
'09f6b20656683369174dd6fa83b7e5fb' => __DIR__ . '/..' . '/symfony/polyfill-uuid/bootstrap.php',
|
||||||
'a1105708a18b76903365ca1c4aa61b02' => __DIR__ . '/..' . '/symfony/translation/Resources/functions.php',
|
'a1105708a18b76903365ca1c4aa61b02' => __DIR__ . '/..' . '/symfony/translation/Resources/functions.php',
|
||||||
'47e1160838b5e5a10346ac4084b58c23' => __DIR__ . '/..' . '/laravel/prompts/src/helpers.php',
|
'47e1160838b5e5a10346ac4084b58c23' => __DIR__ . '/..' . '/laravel/prompts/src/helpers.php',
|
||||||
|
'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
|
||||||
'e39a8b23c42d4e1452234d762b03835a' => __DIR__ . '/..' . '/ramsey/uuid/src/functions.php',
|
'e39a8b23c42d4e1452234d762b03835a' => __DIR__ . '/..' . '/ramsey/uuid/src/functions.php',
|
||||||
'265b4faa2b3a9766332744949e83bf97' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Collections/helpers.php',
|
'265b4faa2b3a9766332744949e83bf97' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Collections/helpers.php',
|
||||||
'c7a3c339e7e14b60e06a2d7fcce9476b' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Events/functions.php',
|
'c7a3c339e7e14b60e06a2d7fcce9476b' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Events/functions.php',
|
||||||
@@ -33,7 +34,6 @@ class ComposerStaticInitc91cd9c5b1e6a9e8573a14b799ea9342
|
|||||||
'58571171fd5812e6e447dce228f52f4d' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/helpers.php',
|
'58571171fd5812e6e447dce228f52f4d' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Support/helpers.php',
|
||||||
'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
'6124b4c8570aa390c21fafd04a26c69f' => __DIR__ . '/..' . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
|
||||||
'3bd81c9b8fcc150b69d8b63b4d2ccf23' => __DIR__ . '/..' . '/spatie/flare-client-php/src/helpers.php',
|
'3bd81c9b8fcc150b69d8b63b4d2ccf23' => __DIR__ . '/..' . '/spatie/flare-client-php/src/helpers.php',
|
||||||
'decc78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
|
|
||||||
'ec07570ca5a812141189b1fa81503674' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert/Functions.php',
|
'ec07570ca5a812141189b1fa81503674' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/Assert/Functions.php',
|
||||||
'801c31d8ed748cfa537fa45402288c95' => __DIR__ . '/..' . '/psy/psysh/src/functions.php',
|
'801c31d8ed748cfa537fa45402288c95' => __DIR__ . '/..' . '/psy/psysh/src/functions.php',
|
||||||
'b84a5ba6d9a8ee8cf648b71c42c799b7' => __DIR__ . '/..' . '/akaunting/laravel-setting/src/helpers.php',
|
'b84a5ba6d9a8ee8cf648b71c42c799b7' => __DIR__ . '/..' . '/akaunting/laravel-setting/src/helpers.php',
|
||||||
@@ -120,6 +120,8 @@ class ComposerStaticInitc91cd9c5b1e6a9e8573a14b799ea9342
|
|||||||
'Spatie\\FlareClient\\' => 19,
|
'Spatie\\FlareClient\\' => 19,
|
||||||
'Spatie\\ErrorSolutions\\' => 22,
|
'Spatie\\ErrorSolutions\\' => 22,
|
||||||
'Spatie\\Backtrace\\' => 17,
|
'Spatie\\Backtrace\\' => 17,
|
||||||
|
'SocialiteProviders\\Manager\\' => 27,
|
||||||
|
'SocialiteProviders\\Azure\\' => 25,
|
||||||
),
|
),
|
||||||
'R' =>
|
'R' =>
|
||||||
array (
|
array (
|
||||||
@@ -464,6 +466,14 @@ class ComposerStaticInitc91cd9c5b1e6a9e8573a14b799ea9342
|
|||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/..' . '/spatie/backtrace/src',
|
0 => __DIR__ . '/..' . '/spatie/backtrace/src',
|
||||||
),
|
),
|
||||||
|
'SocialiteProviders\\Manager\\' =>
|
||||||
|
array (
|
||||||
|
0 => __DIR__ . '/..' . '/socialiteproviders/manager/src',
|
||||||
|
),
|
||||||
|
'SocialiteProviders\\Azure\\' =>
|
||||||
|
array (
|
||||||
|
0 => __DIR__ . '/..' . '/socialiteproviders/microsoft-azure',
|
||||||
|
),
|
||||||
'Ramsey\\Uuid\\' =>
|
'Ramsey\\Uuid\\' =>
|
||||||
array (
|
array (
|
||||||
0 => __DIR__ . '/..' . '/ramsey/uuid/src',
|
0 => __DIR__ . '/..' . '/ramsey/uuid/src',
|
||||||
@@ -7009,6 +7019,25 @@ class ComposerStaticInitc91cd9c5b1e6a9e8573a14b799ea9342
|
|||||||
'SebastianBergmann\\Type\\UnknownType' => __DIR__ . '/..' . '/sebastian/type/src/type/UnknownType.php',
|
'SebastianBergmann\\Type\\UnknownType' => __DIR__ . '/..' . '/sebastian/type/src/type/UnknownType.php',
|
||||||
'SebastianBergmann\\Type\\VoidType' => __DIR__ . '/..' . '/sebastian/type/src/type/VoidType.php',
|
'SebastianBergmann\\Type\\VoidType' => __DIR__ . '/..' . '/sebastian/type/src/type/VoidType.php',
|
||||||
'SebastianBergmann\\Version' => __DIR__ . '/..' . '/sebastian/version/src/Version.php',
|
'SebastianBergmann\\Version' => __DIR__ . '/..' . '/sebastian/version/src/Version.php',
|
||||||
|
'SocialiteProviders\\Azure\\AzureExtendSocialite' => __DIR__ . '/..' . '/socialiteproviders/microsoft-azure/AzureExtendSocialite.php',
|
||||||
|
'SocialiteProviders\\Azure\\Provider' => __DIR__ . '/..' . '/socialiteproviders/microsoft-azure/Provider.php',
|
||||||
|
'SocialiteProviders\\Azure\\User' => __DIR__ . '/..' . '/socialiteproviders/microsoft-azure/User.php',
|
||||||
|
'SocialiteProviders\\Manager\\Config' => __DIR__ . '/..' . '/socialiteproviders/manager/src/Config.php',
|
||||||
|
'SocialiteProviders\\Manager\\ConfigTrait' => __DIR__ . '/..' . '/socialiteproviders/manager/src/ConfigTrait.php',
|
||||||
|
'SocialiteProviders\\Manager\\Contracts\\ConfigInterface' => __DIR__ . '/..' . '/socialiteproviders/manager/src/Contracts/ConfigInterface.php',
|
||||||
|
'SocialiteProviders\\Manager\\Contracts\\Helpers\\ConfigRetrieverInterface' => __DIR__ . '/..' . '/socialiteproviders/manager/src/Contracts/Helpers/ConfigRetrieverInterface.php',
|
||||||
|
'SocialiteProviders\\Manager\\Contracts\\OAuth1\\ProviderInterface' => __DIR__ . '/..' . '/socialiteproviders/manager/src/Contracts/OAuth1/ProviderInterface.php',
|
||||||
|
'SocialiteProviders\\Manager\\Contracts\\OAuth2\\ProviderInterface' => __DIR__ . '/..' . '/socialiteproviders/manager/src/Contracts/OAuth2/ProviderInterface.php',
|
||||||
|
'SocialiteProviders\\Manager\\Exception\\InvalidArgumentException' => __DIR__ . '/..' . '/socialiteproviders/manager/src/Exception/InvalidArgumentException.php',
|
||||||
|
'SocialiteProviders\\Manager\\Exception\\MissingConfigException' => __DIR__ . '/..' . '/socialiteproviders/manager/src/Exception/MissingConfigException.php',
|
||||||
|
'SocialiteProviders\\Manager\\Helpers\\ConfigRetriever' => __DIR__ . '/..' . '/socialiteproviders/manager/src/Helpers/ConfigRetriever.php',
|
||||||
|
'SocialiteProviders\\Manager\\OAuth1\\AbstractProvider' => __DIR__ . '/..' . '/socialiteproviders/manager/src/OAuth1/AbstractProvider.php',
|
||||||
|
'SocialiteProviders\\Manager\\OAuth1\\Server' => __DIR__ . '/..' . '/socialiteproviders/manager/src/OAuth1/Server.php',
|
||||||
|
'SocialiteProviders\\Manager\\OAuth1\\User' => __DIR__ . '/..' . '/socialiteproviders/manager/src/OAuth1/User.php',
|
||||||
|
'SocialiteProviders\\Manager\\OAuth2\\AbstractProvider' => __DIR__ . '/..' . '/socialiteproviders/manager/src/OAuth2/AbstractProvider.php',
|
||||||
|
'SocialiteProviders\\Manager\\OAuth2\\User' => __DIR__ . '/..' . '/socialiteproviders/manager/src/OAuth2/User.php',
|
||||||
|
'SocialiteProviders\\Manager\\ServiceProvider' => __DIR__ . '/..' . '/socialiteproviders/manager/src/ServiceProvider.php',
|
||||||
|
'SocialiteProviders\\Manager\\SocialiteWasCalled' => __DIR__ . '/..' . '/socialiteproviders/manager/src/SocialiteWasCalled.php',
|
||||||
'Spatie\\Backtrace\\Arguments\\ArgumentReducers' => __DIR__ . '/..' . '/spatie/backtrace/src/Arguments/ArgumentReducers.php',
|
'Spatie\\Backtrace\\Arguments\\ArgumentReducers' => __DIR__ . '/..' . '/spatie/backtrace/src/Arguments/ArgumentReducers.php',
|
||||||
'Spatie\\Backtrace\\Arguments\\ProvidedArgument' => __DIR__ . '/..' . '/spatie/backtrace/src/Arguments/ProvidedArgument.php',
|
'Spatie\\Backtrace\\Arguments\\ProvidedArgument' => __DIR__ . '/..' . '/spatie/backtrace/src/Arguments/ProvidedArgument.php',
|
||||||
'Spatie\\Backtrace\\Arguments\\ReduceArgumentPayloadAction' => __DIR__ . '/..' . '/spatie/backtrace/src/Arguments/ReduceArgumentPayloadAction.php',
|
'Spatie\\Backtrace\\Arguments\\ReduceArgumentPayloadAction' => __DIR__ . '/..' . '/spatie/backtrace/src/Arguments/ReduceArgumentPayloadAction.php',
|
||||||
|
|||||||
Vendored
+131
@@ -8107,6 +8107,137 @@
|
|||||||
],
|
],
|
||||||
"install-path": "../sebastian/version"
|
"install-path": "../sebastian/version"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "socialiteproviders/manager",
|
||||||
|
"version": "v4.8.1",
|
||||||
|
"version_normalized": "4.8.1.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/SocialiteProviders/Manager.git",
|
||||||
|
"reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/8180ec14bef230ec2351cff993d5d2d7ca470ef4",
|
||||||
|
"reference": "8180ec14bef230ec2351cff993d5d2d7ca470ef4",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
|
||||||
|
"laravel/socialite": "^5.5",
|
||||||
|
"php": "^8.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"mockery/mockery": "^1.2",
|
||||||
|
"phpunit/phpunit": "^9.0"
|
||||||
|
},
|
||||||
|
"time": "2025-02-24T19:33:30+00:00",
|
||||||
|
"type": "library",
|
||||||
|
"extra": {
|
||||||
|
"laravel": {
|
||||||
|
"providers": [
|
||||||
|
"SocialiteProviders\\Manager\\ServiceProvider"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"installation-source": "dist",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"SocialiteProviders\\Manager\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Andy Wendt",
|
||||||
|
"email": "andy@awendt.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Anton Komarev",
|
||||||
|
"email": "a.komarev@cybercog.su"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Miguel Piedrafita",
|
||||||
|
"email": "soy@miguelpiedrafita.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "atymic",
|
||||||
|
"email": "atymicq@gmail.com",
|
||||||
|
"homepage": "https://atymic.dev"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Easily add new or override built-in providers in Laravel Socialite.",
|
||||||
|
"homepage": "https://socialiteproviders.com",
|
||||||
|
"keywords": [
|
||||||
|
"laravel",
|
||||||
|
"manager",
|
||||||
|
"oauth",
|
||||||
|
"providers",
|
||||||
|
"socialite"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/socialiteproviders/manager/issues",
|
||||||
|
"source": "https://github.com/socialiteproviders/manager"
|
||||||
|
},
|
||||||
|
"install-path": "../socialiteproviders/manager"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "socialiteproviders/microsoft-azure",
|
||||||
|
"version": "5.2.0",
|
||||||
|
"version_normalized": "5.2.0.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
|
||||||
|
"reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/453d62c9d7e3b3b76e94c913fb46e68a33347b16",
|
||||||
|
"reference": "453d62c9d7e3b3b76e94c913fb46e68a33347b16",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"ext-json": "*",
|
||||||
|
"php": "^8.0",
|
||||||
|
"socialiteproviders/manager": "^4.4"
|
||||||
|
},
|
||||||
|
"time": "2024-03-15T03:02:10+00:00",
|
||||||
|
"type": "library",
|
||||||
|
"installation-source": "dist",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"SocialiteProviders\\Azure\\": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Chris Hemmings",
|
||||||
|
"email": "chris@hemmin.gs"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
|
||||||
|
"keywords": [
|
||||||
|
"azure",
|
||||||
|
"laravel",
|
||||||
|
"microsoft",
|
||||||
|
"oauth",
|
||||||
|
"provider",
|
||||||
|
"socialite"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"docs": "https://socialiteproviders.com/microsoft-azure",
|
||||||
|
"issues": "https://github.com/socialiteproviders/providers/issues",
|
||||||
|
"source": "https://github.com/socialiteproviders/providers"
|
||||||
|
},
|
||||||
|
"install-path": "../socialiteproviders/microsoft-azure"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/backtrace",
|
"name": "spatie/backtrace",
|
||||||
"version": "1.6.2",
|
"version": "1.6.2",
|
||||||
|
|||||||
Vendored
+20
-2
@@ -3,7 +3,7 @@
|
|||||||
'name' => 'loshmis/vanguard',
|
'name' => 'loshmis/vanguard',
|
||||||
'pretty_version' => 'dev-main',
|
'pretty_version' => 'dev-main',
|
||||||
'version' => 'dev-main',
|
'version' => 'dev-main',
|
||||||
'reference' => '8cad59e3d60f189970968596f1958eb34e103ccd',
|
'reference' => '34d4dc86606bc95d9081b13c34f71f8e6cd5ff22',
|
||||||
'type' => 'project',
|
'type' => 'project',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
@@ -688,7 +688,7 @@
|
|||||||
'loshmis/vanguard' => array(
|
'loshmis/vanguard' => array(
|
||||||
'pretty_version' => 'dev-main',
|
'pretty_version' => 'dev-main',
|
||||||
'version' => 'dev-main',
|
'version' => 'dev-main',
|
||||||
'reference' => '8cad59e3d60f189970968596f1958eb34e103ccd',
|
'reference' => '34d4dc86606bc95d9081b13c34f71f8e6cd5ff22',
|
||||||
'type' => 'project',
|
'type' => 'project',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
@@ -1295,6 +1295,24 @@
|
|||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'dev_requirement' => true,
|
'dev_requirement' => true,
|
||||||
),
|
),
|
||||||
|
'socialiteproviders/manager' => array(
|
||||||
|
'pretty_version' => 'v4.8.1',
|
||||||
|
'version' => '4.8.1.0',
|
||||||
|
'reference' => '8180ec14bef230ec2351cff993d5d2d7ca470ef4',
|
||||||
|
'type' => 'library',
|
||||||
|
'install_path' => __DIR__ . '/../socialiteproviders/manager',
|
||||||
|
'aliases' => array(),
|
||||||
|
'dev_requirement' => false,
|
||||||
|
),
|
||||||
|
'socialiteproviders/microsoft-azure' => array(
|
||||||
|
'pretty_version' => '5.2.0',
|
||||||
|
'version' => '5.2.0.0',
|
||||||
|
'reference' => '453d62c9d7e3b3b76e94c913fb46e68a33347b16',
|
||||||
|
'type' => 'library',
|
||||||
|
'install_path' => __DIR__ . '/../socialiteproviders/microsoft-azure',
|
||||||
|
'aliases' => array(),
|
||||||
|
'dev_requirement' => false,
|
||||||
|
),
|
||||||
'spatie/backtrace' => array(
|
'spatie/backtrace' => array(
|
||||||
'pretty_version' => '1.6.2',
|
'pretty_version' => '1.6.2',
|
||||||
'version' => '1.6.2.0',
|
'version' => '1.6.2.0',
|
||||||
|
|||||||
Reference in New Issue
Block a user