PDF template in HTML

webmarco

New member
Riporto di seguito i 3 file che compongono il template:

test_header.html:


<html lang="en">
<head>
<meta charset="utf-8" />
</head>

<body>

<h1>ESECUZIONI PIANIFICATE</h1>

<table>
<thead>
<tr><th>AREA</th><th>INTERVENTO</th></tr>
</thead>
<tbody>

test.html:

<tr><td>dadabik_field AREA dadabik_field</td>
<td>dadabik_field INTERVENTO dadabik_field</td></tr>

test_footer.html

</tbody>
</table>
</body>
</html>

Il pdf risultante ha due colonne con relativa intestazione, ma i dati vendono visualizzati solo per la prima colonna.

Dove sbaglio?

Your current DaDaBIK version
You are using DaDaBIK version 10.6-Manarola enterprise, installed on 14-04-2021 (installation code: 1681960715a9293861), the latest version of DaDaBIK is 10.6-Manarola released on 26-01-2021

You are runnning the latest release of DaDaBIK

In case you want to upgrade to a more powerful edition (from Pro to Enterprise/Platinum, from Enteprise to Platinum) please contact us.

System info
PHP Version: 7.3.27-1~deb10u1

mysql version: 5.5.5-10.3.27-MariaDB-0+deb10u1

Web server: Apache/2.4.38 (Raspbian)

Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36

URL installation: http://192.168.2.122/my_dadabik_directory/
 
Top