diff --git a/clients.php b/clients.php
index e98050d7..c1bfcc50 100644
--- a/clients.php
+++ b/clients.php
@@ -224,13 +224,15 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
?>
-
+ fa-fw">
+
+
- SUPPORT: ;">
-
- Contract started:
+ Added:
|
|
@@ -268,8 +270,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
}
?>
|
-
- Balance: $
+ |
+ Balance: $
Paid: $
|
diff --git a/post.php b/post.php
index 987944cc..30b9f540 100644
--- a/post.php
+++ b/post.php
@@ -4666,6 +4666,8 @@ if(isset($_GET['export_client_pdf'])){
]
},
+ pageMargins: [ 15, 15, 15, 15 ],
+
content: [
{
text: ,
@@ -4674,6 +4676,7 @@ if(isset($_GET['export_client_pdf'])){
{
//layout: 'lightHorizontalLines', // optional
+ layout: 'lightHorizontalLines',
table: {
body: [
[
@@ -5069,6 +5072,10 @@ if(isset($_GET['export_client_pdf'])){
{
text: 'Warranty Expire',
style: 'itemHeader'
+ },
+ {
+ text: 'Notes',
+ style: 'itemHeader'
}
],
@@ -5084,6 +5091,7 @@ if(isset($_GET['export_client_pdf'])){
$asset_mac = $row['asset_mac'];
$asset_purchase_date = $row['asset_purchase_date'];
$asset_warranty_expire = $row['asset_warranty_expire'];
+ $asset_notes = $row['asset_notes'];
?>
[
@@ -5122,6 +5130,10 @@ if(isset($_GET['export_client_pdf'])){
{
text: ,
style: 'item'
+ },
+ {
+ text: ,
+ style: 'item'
}
],
@@ -5389,13 +5401,13 @@ if(isset($_GET['export_client_pdf'])){
//Item Header
itemHeader: {
fontSize: 9,
- margin: [0,2,0,2],
+ margin: [0,1,0,1],
bold: true
},
//item
item: {
fontSize: 9,
- margin: [0,2,0,2]
+ margin: [0,1,0,1]
}
}
};