Parcourir la source

indicazioni fabio

Roberto Santini il y a 3 ans
Parent
révision
f7e14d7658

+ 6
- 1
SegnalazioniCliente.skipper Voir le fichier

@@ -12,7 +12,7 @@
12 12
       <field name="password" type="string" uuid="af475c54-9b5d-4370-b974-0cb8dab62a46"/>
13 13
       <field name="email_verified_at" type="timestamp" uuid="298fbbd8-6e02-4598-9062-3ac8f0303abf"/>
14 14
       <field name="remember_token" type="string" uuid="195b6ad3-1e2c-4549-b08e-8cb93abbdf3c"/>
15
-      <field name="progetti" type="string" uuid="2032867f-d624-4182-9b78-090206d41bf2"/>
15
+      <field name="progetti" type="longText" uuid="2032867f-d624-4182-9b78-090206d41bf2"/>
16 16
       <field name="created_at" type="timestamp" uuid="c8f32666-5ce7-43c1-8068-8a38466b1bf5"/>
17 17
       <field name="updated_at" type="timestamp" uuid="25472662-c3e5-401e-bf68-a194821ea700"/>
18 18
       <orm-attributes>
@@ -145,6 +145,11 @@
145 145
         </element>
146 146
         <element action="reorder" uuid="c8f32666-5ce7-43c1-8068-8a38466b1bf5" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="2032867f-d624-4182-9b78-090206d41bf2" previous-sibling-uuid="195b6ad3-1e2c-4549-b08e-8cb93abbdf3c" type="field" helper="true"/>
147 147
       </revision>
148
+      <revision uuid="12cd06f6-dd37-44b6-bb23-23ecab0ad2d6" date="2022-06-10 11:37:07.971502" exportable="true">
149
+        <element action="update" uuid="2032867f-d624-4182-9b78-090206d41bf2" parent-uuid="25689795-5af3-40e8-92a6-fdc2f985c0fa" sibling-uuid="195b6ad3-1e2c-4549-b08e-8cb93abbdf3c" type="field">
150
+          <property name="type" value="longText"/>
151
+        </element>
152
+      </revision>
148 153
     </migrations>
149 154
   </module>
150 155
   <visual-data>

+ 7
- 0
app/Http/Controllers/IssueController.php Voir le fichier

@@ -282,6 +282,13 @@ class IssueController extends Controller
282 282
     ]);
283 283
 
284 284
     if($timeEntries->object()->total_count > 0){
285
+      // return view('issue.user_report', [
286
+      //   'from' => $from,
287
+      //   'to' => $to,
288
+      //   'project_id' => $request->project_id
289
+      // ]);
290
+
291
+
285 292
       $pdf = PDF::loadView('issue.user_report', [
286 293
         'from' => $from,
287 294
         'to' => $to,

+ 1
- 0
composer.json Voir le fichier

@@ -7,6 +7,7 @@
7 7
     "require": {
8 8
         "php": "^7.3|^8.0",
9 9
         "barryvdh/laravel-dompdf": "^0.9.0",
10
+        "doctrine/dbal": "^3.3",
10 11
         "fruitcake/laravel-cors": "^2.0",
11 12
         "guzzlehttp/guzzle": "^7.0.1",
12 13
         "laravel/framework": "^8.75",

+ 391
- 1
composer.lock Voir le fichier

@@ -4,7 +4,7 @@
4 4
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 5
         "This file is @generated automatically"
6 6
     ],
7
-    "content-hash": "2a0a96f8ecfaaf8ce677f8b1b6c925ee",
7
+    "content-hash": "cf1f379e1081007b63b6df3f86c109c7",
8 8
     "packages": [
9 9
         {
10 10
             "name": "asm89/stack-cors",
@@ -263,6 +263,347 @@
263 263
             },
264 264
             "time": "2021-08-13T13:06:58+00:00"
265 265
         },
266
+        {
267
+            "name": "doctrine/cache",
268
+            "version": "2.2.0",
269
+            "source": {
270
+                "type": "git",
271
+                "url": "https://github.com/doctrine/cache.git",
272
+                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
273
+            },
274
+            "dist": {
275
+                "type": "zip",
276
+                "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
277
+                "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
278
+                "shasum": ""
279
+            },
280
+            "require": {
281
+                "php": "~7.1 || ^8.0"
282
+            },
283
+            "conflict": {
284
+                "doctrine/common": ">2.2,<2.4"
285
+            },
286
+            "require-dev": {
287
+                "cache/integration-tests": "dev-master",
288
+                "doctrine/coding-standard": "^9",
289
+                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
290
+                "psr/cache": "^1.0 || ^2.0 || ^3.0",
291
+                "symfony/cache": "^4.4 || ^5.4 || ^6",
292
+                "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
293
+            },
294
+            "type": "library",
295
+            "autoload": {
296
+                "psr-4": {
297
+                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
298
+                }
299
+            },
300
+            "notification-url": "https://packagist.org/downloads/",
301
+            "license": [
302
+                "MIT"
303
+            ],
304
+            "authors": [
305
+                {
306
+                    "name": "Guilherme Blanco",
307
+                    "email": "guilhermeblanco@gmail.com"
308
+                },
309
+                {
310
+                    "name": "Roman Borschel",
311
+                    "email": "roman@code-factory.org"
312
+                },
313
+                {
314
+                    "name": "Benjamin Eberlei",
315
+                    "email": "kontakt@beberlei.de"
316
+                },
317
+                {
318
+                    "name": "Jonathan Wage",
319
+                    "email": "jonwage@gmail.com"
320
+                },
321
+                {
322
+                    "name": "Johannes Schmitt",
323
+                    "email": "schmittjoh@gmail.com"
324
+                }
325
+            ],
326
+            "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
327
+            "homepage": "https://www.doctrine-project.org/projects/cache.html",
328
+            "keywords": [
329
+                "abstraction",
330
+                "apcu",
331
+                "cache",
332
+                "caching",
333
+                "couchdb",
334
+                "memcached",
335
+                "php",
336
+                "redis",
337
+                "xcache"
338
+            ],
339
+            "support": {
340
+                "issues": "https://github.com/doctrine/cache/issues",
341
+                "source": "https://github.com/doctrine/cache/tree/2.2.0"
342
+            },
343
+            "funding": [
344
+                {
345
+                    "url": "https://www.doctrine-project.org/sponsorship.html",
346
+                    "type": "custom"
347
+                },
348
+                {
349
+                    "url": "https://www.patreon.com/phpdoctrine",
350
+                    "type": "patreon"
351
+                },
352
+                {
353
+                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
354
+                    "type": "tidelift"
355
+                }
356
+            ],
357
+            "time": "2022-05-20T20:07:39+00:00"
358
+        },
359
+        {
360
+            "name": "doctrine/dbal",
361
+            "version": "3.3.6",
362
+            "source": {
363
+                "type": "git",
364
+                "url": "https://github.com/doctrine/dbal.git",
365
+                "reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21"
366
+            },
367
+            "dist": {
368
+                "type": "zip",
369
+                "url": "https://api.github.com/repos/doctrine/dbal/zipball/9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
370
+                "reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21",
371
+                "shasum": ""
372
+            },
373
+            "require": {
374
+                "composer-runtime-api": "^2",
375
+                "doctrine/cache": "^1.11|^2.0",
376
+                "doctrine/deprecations": "^0.5.3|^1",
377
+                "doctrine/event-manager": "^1.0",
378
+                "php": "^7.3 || ^8.0",
379
+                "psr/cache": "^1|^2|^3",
380
+                "psr/log": "^1|^2|^3"
381
+            },
382
+            "require-dev": {
383
+                "doctrine/coding-standard": "9.0.0",
384
+                "jetbrains/phpstorm-stubs": "2022.1",
385
+                "phpstan/phpstan": "1.6.3",
386
+                "phpstan/phpstan-strict-rules": "^1.2",
387
+                "phpunit/phpunit": "9.5.20",
388
+                "psalm/plugin-phpunit": "0.16.1",
389
+                "squizlabs/php_codesniffer": "3.6.2",
390
+                "symfony/cache": "^5.2|^6.0",
391
+                "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
392
+                "vimeo/psalm": "4.23.0"
393
+            },
394
+            "suggest": {
395
+                "symfony/console": "For helpful console commands such as SQL execution and import of files."
396
+            },
397
+            "bin": [
398
+                "bin/doctrine-dbal"
399
+            ],
400
+            "type": "library",
401
+            "autoload": {
402
+                "psr-4": {
403
+                    "Doctrine\\DBAL\\": "src"
404
+                }
405
+            },
406
+            "notification-url": "https://packagist.org/downloads/",
407
+            "license": [
408
+                "MIT"
409
+            ],
410
+            "authors": [
411
+                {
412
+                    "name": "Guilherme Blanco",
413
+                    "email": "guilhermeblanco@gmail.com"
414
+                },
415
+                {
416
+                    "name": "Roman Borschel",
417
+                    "email": "roman@code-factory.org"
418
+                },
419
+                {
420
+                    "name": "Benjamin Eberlei",
421
+                    "email": "kontakt@beberlei.de"
422
+                },
423
+                {
424
+                    "name": "Jonathan Wage",
425
+                    "email": "jonwage@gmail.com"
426
+                }
427
+            ],
428
+            "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
429
+            "homepage": "https://www.doctrine-project.org/projects/dbal.html",
430
+            "keywords": [
431
+                "abstraction",
432
+                "database",
433
+                "db2",
434
+                "dbal",
435
+                "mariadb",
436
+                "mssql",
437
+                "mysql",
438
+                "oci8",
439
+                "oracle",
440
+                "pdo",
441
+                "pgsql",
442
+                "postgresql",
443
+                "queryobject",
444
+                "sasql",
445
+                "sql",
446
+                "sqlite",
447
+                "sqlserver",
448
+                "sqlsrv"
449
+            ],
450
+            "support": {
451
+                "issues": "https://github.com/doctrine/dbal/issues",
452
+                "source": "https://github.com/doctrine/dbal/tree/3.3.6"
453
+            },
454
+            "funding": [
455
+                {
456
+                    "url": "https://www.doctrine-project.org/sponsorship.html",
457
+                    "type": "custom"
458
+                },
459
+                {
460
+                    "url": "https://www.patreon.com/phpdoctrine",
461
+                    "type": "patreon"
462
+                },
463
+                {
464
+                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
465
+                    "type": "tidelift"
466
+                }
467
+            ],
468
+            "time": "2022-05-02T17:21:01+00:00"
469
+        },
470
+        {
471
+            "name": "doctrine/deprecations",
472
+            "version": "v1.0.0",
473
+            "source": {
474
+                "type": "git",
475
+                "url": "https://github.com/doctrine/deprecations.git",
476
+                "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
477
+            },
478
+            "dist": {
479
+                "type": "zip",
480
+                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
481
+                "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
482
+                "shasum": ""
483
+            },
484
+            "require": {
485
+                "php": "^7.1|^8.0"
486
+            },
487
+            "require-dev": {
488
+                "doctrine/coding-standard": "^9",
489
+                "phpunit/phpunit": "^7.5|^8.5|^9.5",
490
+                "psr/log": "^1|^2|^3"
491
+            },
492
+            "suggest": {
493
+                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
494
+            },
495
+            "type": "library",
496
+            "autoload": {
497
+                "psr-4": {
498
+                    "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
499
+                }
500
+            },
501
+            "notification-url": "https://packagist.org/downloads/",
502
+            "license": [
503
+                "MIT"
504
+            ],
505
+            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
506
+            "homepage": "https://www.doctrine-project.org/",
507
+            "support": {
508
+                "issues": "https://github.com/doctrine/deprecations/issues",
509
+                "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
510
+            },
511
+            "time": "2022-05-02T15:47:09+00:00"
512
+        },
513
+        {
514
+            "name": "doctrine/event-manager",
515
+            "version": "1.1.1",
516
+            "source": {
517
+                "type": "git",
518
+                "url": "https://github.com/doctrine/event-manager.git",
519
+                "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
520
+            },
521
+            "dist": {
522
+                "type": "zip",
523
+                "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
524
+                "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
525
+                "shasum": ""
526
+            },
527
+            "require": {
528
+                "php": "^7.1 || ^8.0"
529
+            },
530
+            "conflict": {
531
+                "doctrine/common": "<2.9@dev"
532
+            },
533
+            "require-dev": {
534
+                "doctrine/coding-standard": "^6.0",
535
+                "phpunit/phpunit": "^7.0"
536
+            },
537
+            "type": "library",
538
+            "extra": {
539
+                "branch-alias": {
540
+                    "dev-master": "1.0.x-dev"
541
+                }
542
+            },
543
+            "autoload": {
544
+                "psr-4": {
545
+                    "Doctrine\\Common\\": "lib/Doctrine/Common"
546
+                }
547
+            },
548
+            "notification-url": "https://packagist.org/downloads/",
549
+            "license": [
550
+                "MIT"
551
+            ],
552
+            "authors": [
553
+                {
554
+                    "name": "Guilherme Blanco",
555
+                    "email": "guilhermeblanco@gmail.com"
556
+                },
557
+                {
558
+                    "name": "Roman Borschel",
559
+                    "email": "roman@code-factory.org"
560
+                },
561
+                {
562
+                    "name": "Benjamin Eberlei",
563
+                    "email": "kontakt@beberlei.de"
564
+                },
565
+                {
566
+                    "name": "Jonathan Wage",
567
+                    "email": "jonwage@gmail.com"
568
+                },
569
+                {
570
+                    "name": "Johannes Schmitt",
571
+                    "email": "schmittjoh@gmail.com"
572
+                },
573
+                {
574
+                    "name": "Marco Pivetta",
575
+                    "email": "ocramius@gmail.com"
576
+                }
577
+            ],
578
+            "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
579
+            "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
580
+            "keywords": [
581
+                "event",
582
+                "event dispatcher",
583
+                "event manager",
584
+                "event system",
585
+                "events"
586
+            ],
587
+            "support": {
588
+                "issues": "https://github.com/doctrine/event-manager/issues",
589
+                "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
590
+            },
591
+            "funding": [
592
+                {
593
+                    "url": "https://www.doctrine-project.org/sponsorship.html",
594
+                    "type": "custom"
595
+                },
596
+                {
597
+                    "url": "https://www.patreon.com/phpdoctrine",
598
+                    "type": "patreon"
599
+                },
600
+                {
601
+                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
602
+                    "type": "tidelift"
603
+                }
604
+            ],
605
+            "time": "2020-05-29T18:28:51+00:00"
606
+        },
266 607
         {
267 608
             "name": "doctrine/inflector",
268 609
             "version": "2.0.4",
@@ -3038,6 +3379,55 @@
3038 3379
             ],
3039 3380
             "time": "2021-12-04T23:24:31+00:00"
3040 3381
         },
3382
+        {
3383
+            "name": "psr/cache",
3384
+            "version": "1.0.1",
3385
+            "source": {
3386
+                "type": "git",
3387
+                "url": "https://github.com/php-fig/cache.git",
3388
+                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
3389
+            },
3390
+            "dist": {
3391
+                "type": "zip",
3392
+                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
3393
+                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
3394
+                "shasum": ""
3395
+            },
3396
+            "require": {
3397
+                "php": ">=5.3.0"
3398
+            },
3399
+            "type": "library",
3400
+            "extra": {
3401
+                "branch-alias": {
3402
+                    "dev-master": "1.0.x-dev"
3403
+                }
3404
+            },
3405
+            "autoload": {
3406
+                "psr-4": {
3407
+                    "Psr\\Cache\\": "src/"
3408
+                }
3409
+            },
3410
+            "notification-url": "https://packagist.org/downloads/",
3411
+            "license": [
3412
+                "MIT"
3413
+            ],
3414
+            "authors": [
3415
+                {
3416
+                    "name": "PHP-FIG",
3417
+                    "homepage": "http://www.php-fig.org/"
3418
+                }
3419
+            ],
3420
+            "description": "Common interface for caching libraries",
3421
+            "keywords": [
3422
+                "cache",
3423
+                "psr",
3424
+                "psr-6"
3425
+            ],
3426
+            "support": {
3427
+                "source": "https://github.com/php-fig/cache/tree/master"
3428
+            },
3429
+            "time": "2016-08-06T20:24:11+00:00"
3430
+        },
3041 3431
         {
3042 3432
             "name": "psr/container",
3043 3433
             "version": "1.1.2",

+ 36
- 0
database/migrations/2022_06_10_113707_skipper_migrations_2022061011370797.php Voir le fichier

@@ -0,0 +1,36 @@
1
+<?php
2
+/* 
3
+ * Migrations generated by: Skipper (http://www.skipper18.com)
4
+ * Migration id: 12cd06f6-dd37-44b6-bb23-23ecab0ad2d6
5
+ * Migration datetime: 2022-06-10 11:37:07.971502
6
+ */ 
7
+
8
+use Illuminate\Support\Facades\Schema;
9
+use Illuminate\Database\Schema\Blueprint;
10
+use Illuminate\Database\Migrations\Migration;
11
+
12
+class SkipperMigrations2022061011370797 extends Migration
13
+{
14
+    /**
15
+     * Run the migrations.
16
+     *
17
+     * @return void
18
+     */
19
+    public function up()
20
+    {
21
+        Schema::table('users', function (Blueprint $table) {
22
+            $table->longText('progetti')->nullable(true)->after('remember_token')->change();
23
+        });
24
+    }
25
+    /**
26
+     * Reverse the migrations.
27
+     *
28
+     * @return void
29
+     */
30
+    public function down()
31
+    {
32
+        Schema::table('users', function (Blueprint $table) {
33
+            $table->string('progetti')->nullable(true)->after('remember_token')->change();
34
+        });
35
+    }
36
+}

+ 1
- 1
resources/views/issue/componi_user_report.blade.php Voir le fichier

@@ -33,7 +33,7 @@ use Illuminate\Support\Collection;
33 33
 
34 34
           <x-auth-validation-errors class="mb-4" :errors="$errors" />
35 35
 
36
-          {!! Form::open(['route' => 'issue.user_report']) !!}
36
+          {!! Form::open(['route' => 'issue.user_report', 'target' => '_blank']) !!}
37 37
 
38 38
           <div class="form-row">
39 39
             <div class="form-group col-md">

+ 0
- 98
resources/views/issue/pdf.blade.php Voir le fichier

@@ -1,98 +0,0 @@
1
-<html>
2
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
3
-<body>
4
-  @include('footer_pdf')
5
-  <div style="width: 100%;">
6
-
7
-    @include('testata_pdf')
8
-
9
-    <div style="width: 100%; margin-bottom: 30px">
10
-      <div style="width: 100%">
11
-        <h1>Rapporto d'intervento</h1>
12
-      </div>
13
-
14
-      <div style="height: 130px; width: 100%">
15
-        <div class="box_sx">
16
-          <h3 style="display: inline; ">n. {{ $issue->id }} del {{ $dataIntervento->format('d/m/Y') }}</h3>
17
-        </div>
18
-        <div class="box_dx">
19
-          <h3 style="font-weight: bold;">Cliente</h3>
20
-          {{ $cliente }}<br>
21
-          @if($persona_riferimento != null && $persona_riferimento != '')
22
-          Persona di riferimento: {{ $persona_riferimento }}
23
-          @endif
24
-        </div>
25
-      </div>
26
-
27
-      @if($note != '' && $note != null)
28
-      <div style="width: 100%">
29
-        <h2>Descrizione</h2>
30
-        {!! $note !!}
31
-      </div>
32
-      @endif
33
-
34
-      @if($materiale_utilizzato != '' && $materiale_utilizzato != null)
35
-      <div style="width: 100%">
36
-        <h2>Materiale utilizzato</h2>
37
-        {!! $materiale_utilizzato !!}
38
-      </div>
39
-      @endif
40
-
41
-      @if($merce_ritirata != '' && $merce_ritirata != null)
42
-      <div style="width: 100%">
43
-        <h2>Merce ritirata</h2>
44
-        {!! $merce_ritirata !!}
45
-      </div>
46
-      @endif
47
-
48
-      @if($merce_consegnata != '' && $merce_consegnata != null)
49
-      <div style="width: 100%">
50
-        <h2>Merce consegnata</h2>
51
-        {!! $merce_consegnata !!}
52
-      </div>
53
-      @endif
54
-
55
-      <div style="width: 100%">
56
-        <table style="width: 100%">
57
-          <thead>
58
-          <tr>
59
-            <th>Tecnico</th>
60
-            <th>dalle ore</th>
61
-            <th>alle ore</th>
62
-          </tr>
63
-        </thead>
64
-        <tbody>
65
-          @foreach($tecnici as $tecnico)
66
-          <tr>
67
-            <td>{{ $tecnico }}</td>
68
-            <td>{{ $inizio->format('H:i') }}</td>
69
-            <td>{{ $fine->format('H:i') }}</td>
70
-          </tr>
71
-          @endforeach
72
-        </tbody>
73
-        </table>
74
-      </div>
75
-
76
-      <div style="height: 130px; width: 100%; position: fixed; left: 0; bottom: 0px;">
77
-        <div class="box_sx">
78
-          <h2>Firma tecnico</h2>
79
-          <img src="data:image/png;base64,{{ chunk_split(base64_encode($firmaTecnico)) }}" style="width: 80%"/>
80
-        </div>
81
-        <div class="box_dx">
82
-          <h2>Firma cliente</h2>
83
-          <img src="data:image/png;base64,{{ chunk_split(base64_encode($firmaCliente)) }}" style="width: 80%"/>
84
-        </div>
85
-      </div>
86
-
87
-
88
-
89
-
90
-
91
-    </div>
92
-
93
-
94
-
95
-
96
-  </div>
97
-</body>
98
-</html>

+ 4
- 4
resources/views/issue/user_report.blade.php Voir le fichier

@@ -84,14 +84,14 @@ $project_ids = json_decode(Auth::user()->progetti);
84 84
       foreach($collectionIssue as $issue){
85 85
         $sedeCliente = $issue['sede_cliente'];
86 86
         if($sedeClienteCorrente !== $sedeCliente){
87
-          if($sedeClienteCorrente != null){
87
+          if($sedeClienteCorrente !== null){
88 88
             echo "</table>";
89 89
           }
90 90
           $sedeClienteCorrente = $sedeCliente;
91 91
           echo "<table class='table' style='width: 100%; margin-bottom: 40px;'>
92 92
           <thead>
93 93
           <tr>
94
-          <th style='width: 430px;'>Segnalazione";
94
+          <th style=''>Segnalazione";
95 95
           if($sedeCliente != '' && $sedeCliente != null){
96 96
             echo "- Sede: ".$sedeCliente;
97 97
           }
@@ -140,13 +140,13 @@ $project_ids = json_decode(Auth::user()->progetti);
140 140
 
141 141
 
142 142
       ?>
143
-    </table>
143
+    <!-- </table> -->
144 144
 
145 145
   </div>
146 146
 
147 147
 </div>
148 148
 
149
-</table>
149
+<!-- </table> -->
150 150
 
151 151
 
152 152
 </body>

Chargement…
Annuler
Enregistrer