From 1963f03d75cbd3e469adf68ff0ce41ea1f949408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 10 Aug 2021 14:25:27 +0200 Subject: [PATCH] Add comments about hiding sections --- resources/views/pdf-designs/bold.html | 29 +++++++++++++++++++++++ resources/views/pdf-designs/business.html | 29 +++++++++++++++++++++++ resources/views/pdf-designs/clean.html | 29 +++++++++++++++++++++++ resources/views/pdf-designs/creative.html | 29 +++++++++++++++++++++++ resources/views/pdf-designs/elegant.html | 29 +++++++++++++++++++++++ resources/views/pdf-designs/hipster.html | 29 +++++++++++++++++++++++ resources/views/pdf-designs/modern.html | 29 +++++++++++++++++++++++ resources/views/pdf-designs/plain.html | 29 +++++++++++++++++++++++ resources/views/pdf-designs/playful.html | 29 +++++++++++++++++++++++ resources/views/pdf-designs/tech.html | 29 +++++++++++++++++++++++ 10 files changed, 290 insertions(+) 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 **/