diff --git a/resources/views/pdf-designs/bold.html b/resources/views/pdf-designs/bold.html
index 54434dd3778d..7a97341591cb 100644
--- a/resources/views/pdf-designs/bold.html
+++ b/resources/views/pdf-designs/bold.html
@@ -250,6 +250,35 @@
font-size: 1rem;
margin-bottom: 0;
}
+
+ /** Useful snippets, uncomment to enable. **/
+
+ /** Hide company logo **/
+ /* .company-logo { display: none } */
+
+ /* Hide company details */
+ /* #company-details > * { display: none } */
+
+ /* Hide company address */
+ /* #company-address > * { display: none } */
+
+ /* Hide public notes */
+ /* [data-ref="total_table-public_notes"] { display: none } */
+
+ /* Hide terms label */
+ /* [data-ref="total_table-terms-label"] { display: none } */
+
+ /* Hide totals table */
+ /* #table-totals { display: none } */
+
+ /* Hide totals table left side */
+ /* #table-totals div:first-child > * { display: none !important } */
+
+ /* Hide totals table right side */
+ /* .totals-table-right-side { display: none } */
+
+ /** For more info, please check our docs: https://invoiceninja.github.io **/
+ /** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
diff --git a/resources/views/pdf-designs/business.html b/resources/views/pdf-designs/business.html
index 3d5c61ee45a5..152b464b131d 100644
--- a/resources/views/pdf-designs/business.html
+++ b/resources/views/pdf-designs/business.html
@@ -243,6 +243,35 @@
font-size: 1rem;
margin-bottom: 0;
}
+
+ /** Useful snippets, uncomment to enable. **/
+
+ /** Hide company logo **/
+ /* .company-logo { display: none } */
+
+ /* Hide company details */
+ /* #company-details > * { display: none } */
+
+ /* Hide company address */
+ /* #company-address > * { display: none } */
+
+ /* Hide public notes */
+ /* [data-ref="total_table-public_notes"] { display: none } */
+
+ /* Hide terms label */
+ /* [data-ref="total_table-terms-label"] { display: none } */
+
+ /* Hide totals table */
+ /* #table-totals { display: none } */
+
+ /* Hide totals table left side */
+ /* #table-totals div:first-child > * { display: none !important } */
+
+ /* Hide totals table right side */
+ /* .totals-table-right-side { display: none } */
+
+ /** For more info, please check our docs: https://invoiceninja.github.io **/
+ /** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
diff --git a/resources/views/pdf-designs/clean.html b/resources/views/pdf-designs/clean.html
index 0cfb96bd705a..f92129cd831a 100644
--- a/resources/views/pdf-designs/clean.html
+++ b/resources/views/pdf-designs/clean.html
@@ -201,6 +201,35 @@
font-size: 1rem;
margin-bottom: 0;
}
+
+ /** Useful snippets, uncomment to enable. **/
+
+ /** Hide company logo **/
+ /* .company-logo { display: none } */
+
+ /* Hide company details */
+ /* #company-details > * { display: none } */
+
+ /* Hide company address */
+ /* #company-address > * { display: none } */
+
+ /* Hide public notes */
+ /* [data-ref="total_table-public_notes"] { display: none } */
+
+ /* Hide terms label */
+ /* [data-ref="total_table-terms-label"] { display: none } */
+
+ /* Hide totals table */
+ /* #table-totals { display: none } */
+
+ /* Hide totals table left side */
+ /* #table-totals div:first-child > * { display: none !important } */
+
+ /* Hide totals table right side */
+ /* .totals-table-right-side { display: none } */
+
+ /** For more info, please check our docs: https://invoiceninja.github.io **/
+ /** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
diff --git a/resources/views/pdf-designs/creative.html b/resources/views/pdf-designs/creative.html
index 18a537b3bdce..c41cd1c20ee1 100644
--- a/resources/views/pdf-designs/creative.html
+++ b/resources/views/pdf-designs/creative.html
@@ -203,6 +203,35 @@
font-size: 1rem;
margin-bottom: 0;
}
+
+ /** Useful snippets, uncomment to enable. **/
+
+ /** Hide company logo **/
+ /* .company-logo { display: none } */
+
+ /* Hide company details */
+ /* #company-details > * { display: none } */
+
+ /* Hide company address */
+ /* #company-address > * { display: none } */
+
+ /* Hide public notes */
+ /* [data-ref="total_table-public_notes"] { display: none } */
+
+ /* Hide terms label */
+ /* [data-ref="total_table-terms-label"] { display: none } */
+
+ /* Hide totals table */
+ /* #table-totals { display: none } */
+
+ /* Hide totals table left side */
+ /* #table-totals div:first-child > * { display: none !important } */
+
+ /* Hide totals table right side */
+ /* .totals-table-right-side { display: none } */
+
+ /** For more info, please check our docs: https://invoiceninja.github.io **/
+ /** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
diff --git a/resources/views/pdf-designs/elegant.html b/resources/views/pdf-designs/elegant.html
index d0591b5c5d58..eaa2db9dbf17 100644
--- a/resources/views/pdf-designs/elegant.html
+++ b/resources/views/pdf-designs/elegant.html
@@ -201,6 +201,35 @@
font-size: 1rem;
margin-bottom: 0;
}
+
+ /** Useful snippets, uncomment to enable. **/
+
+ /** Hide company logo **/
+ /* .company-logo { display: none } */
+
+ /* Hide company details */
+ /* #company-details > * { display: none } */
+
+ /* Hide company address */
+ /* #company-address > * { display: none } */
+
+ /* Hide public notes */
+ /* [data-ref="total_table-public_notes"] { display: none } */
+
+ /* Hide terms label */
+ /* [data-ref="total_table-terms-label"] { display: none } */
+
+ /* Hide totals table */
+ /* #table-totals { display: none } */
+
+ /* Hide totals table left side */
+ /* #table-totals div:first-child > * { display: none !important } */
+
+ /* Hide totals table right side */
+ /* .totals-table-right-side { display: none } */
+
+ /** For more info, please check our docs: https://invoiceninja.github.io **/
+ /** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
diff --git a/resources/views/pdf-designs/hipster.html b/resources/views/pdf-designs/hipster.html
index 3d15e1c4adc7..cd1d498ceffa 100644
--- a/resources/views/pdf-designs/hipster.html
+++ b/resources/views/pdf-designs/hipster.html
@@ -212,6 +212,35 @@
font-size: 1rem;
margin-bottom: 0;
}
+
+ /** Useful snippets, uncomment to enable. **/
+
+ /** Hide company logo **/
+ /* .company-logo { display: none } */
+
+ /* Hide company details */
+ /* #company-details > * { display: none } */
+
+ /* Hide company address */
+ /* #company-address > * { display: none } */
+
+ /* Hide public notes */
+ /* [data-ref="total_table-public_notes"] { display: none } */
+
+ /* Hide terms label */
+ /* [data-ref="total_table-terms-label"] { display: none } */
+
+ /* Hide totals table */
+ /* #table-totals { display: none } */
+
+ /* Hide totals table left side */
+ /* #table-totals div:first-child > * { display: none !important } */
+
+ /* Hide totals table right side */
+ /* .totals-table-right-side { display: none } */
+
+ /** For more info, please check our docs: https://invoiceninja.github.io **/
+ /** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
diff --git a/resources/views/pdf-designs/modern.html b/resources/views/pdf-designs/modern.html
index dbc154858259..ace80dd8ed15 100644
--- a/resources/views/pdf-designs/modern.html
+++ b/resources/views/pdf-designs/modern.html
@@ -269,6 +269,35 @@
font-size: 1rem;
margin-bottom: 0;
}
+
+ /** Useful snippets, uncomment to enable. **/
+
+ /** Hide company logo **/
+ /* .company-logo { display: none } */
+
+ /* Hide company details */
+ /* #company-details > * { display: none } */
+
+ /* Hide company address */
+ /* #company-address > * { display: none } */
+
+ /* Hide public notes */
+ /* [data-ref="total_table-public_notes"] { display: none } */
+
+ /* Hide terms label */
+ /* [data-ref="total_table-terms-label"] { display: none } */
+
+ /* Hide totals table */
+ /* #table-totals { display: none } */
+
+ /* Hide totals table left side */
+ /* #table-totals div:first-child > * { display: none !important } */
+
+ /* Hide totals table right side */
+ /* .totals-table-right-side { display: none } */
+
+ /** For more info, please check our docs: https://invoiceninja.github.io **/
+ /** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
diff --git a/resources/views/pdf-designs/plain.html b/resources/views/pdf-designs/plain.html
index 439ff565e912..1acac373e8ce 100644
--- a/resources/views/pdf-designs/plain.html
+++ b/resources/views/pdf-designs/plain.html
@@ -179,6 +179,35 @@
font-size: 1rem;
margin-bottom: 0;
}
+
+ /** Useful snippets, uncomment to enable. **/
+
+ /** Hide company logo **/
+ /* .company-logo { display: none } */
+
+ /* Hide company details */
+ /* #company-details > * { display: none } */
+
+ /* Hide company address */
+ /* #company-address > * { display: none } */
+
+ /* Hide public notes */
+ /* [data-ref="total_table-public_notes"] { display: none } */
+
+ /* Hide terms label */
+ /* [data-ref="total_table-terms-label"] { display: none } */
+
+ /* Hide totals table */
+ /* #table-totals { display: none } */
+
+ /* Hide totals table left side */
+ /* #table-totals div:first-child > * { display: none !important } */
+
+ /* Hide totals table right side */
+ /* .totals-table-right-side { display: none } */
+
+ /** For more info, please check our docs: https://invoiceninja.github.io **/
+ /** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
diff --git a/resources/views/pdf-designs/playful.html b/resources/views/pdf-designs/playful.html
index 55a4023a8fbd..29e919c90f02 100644
--- a/resources/views/pdf-designs/playful.html
+++ b/resources/views/pdf-designs/playful.html
@@ -248,6 +248,35 @@
font-size: 1rem;
margin-bottom: 0;
}
+
+ /** Useful snippets, uncomment to enable. **/
+
+ /** Hide company logo **/
+ /* .company-logo { display: none } */
+
+ /* Hide company details */
+ /* #company-details > * { display: none } */
+
+ /* Hide company address */
+ /* #company-address > * { display: none } */
+
+ /* Hide public notes */
+ /* [data-ref="total_table-public_notes"] { display: none } */
+
+ /* Hide terms label */
+ /* [data-ref="total_table-terms-label"] { display: none } */
+
+ /* Hide totals table */
+ /* #table-totals { display: none } */
+
+ /* Hide totals table left side */
+ /* #table-totals div:first-child > * { display: none !important } */
+
+ /* Hide totals table right side */
+ /* .totals-table-right-side { display: none } */
+
+ /** For more info, please check our docs: https://invoiceninja.github.io **/
+ /** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/