1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/resources/views/pdf-designs/bold.html

365 lines
9.1 KiB
HTML
Raw Normal View History

<style id="style">
:root {
2021-01-19 12:37:27 +01:00
--primary-color: $primary_color;
--secondary-color: $secondary_color;
--line-height: 1.6;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Arial, Helvetica, sans-serif;
2021-01-14 15:57:14 +01:00
font-size: "$font_size";
2021-02-09 16:47:41 +01:00
zoom: 80%;
2021-01-14 15:57:14 +01:00
}
@page {
margin: -0.25cm !important;
2021-04-08 17:49:28 +02:00
size: $page_size $page_layout;
}
p {
margin: 0;
padding: 0;
2021-07-29 11:35:13 +02:00
/* page-break-after: always; */
}
.header-wrapper {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr;
2021-05-18 13:14:09 +02:00
gap: 20px;
background-color: #2d2c2a;
padding: 3rem;
color: white;
2021-02-10 12:31:14 +01:00
min-width: 100%;
line-height: var(--line-height);
}
.company-logo {
2021-08-18 11:10:16 +02:00
max-width: 55%;
}
#company-details,
#company-address {
display: flex;
flex-direction: column;
}
#client-details {
margin: 2rem;
display: flex;
flex-direction: column;
line-height: var(--line-height);
}
#client-details > :first-child {
font-weight: bold;
}
.client-entity-wrapper {
display: grid;
grid-template-columns: 1.5fr 1fr;
2021-02-09 16:47:41 +01:00
padding-left: 1rem;
padding-top: 3rem;
}
.entity-details-wrapper {
background-color: var(--primary-color);
padding: 1rem;
}
#entity-details {
width: 100%;
text-align: left;
color: white !important;
}
#entity-details > tr,
#entity-details th {
font-weight: normal;
padding-bottom: 0.5rem;
}
2020-11-05 13:33:43 +01:00
#product-table,
#task-table,
#delivery-note-table {
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
margin-top: 3rem;
/* margin-bottom: 200px; */
}
.task-time-details {
display: block;
margin-top: 5px;
color: grey;
}
2020-11-05 13:33:43 +01:00
#product-table > thead,
#delivery-note-table > thead,
2020-11-05 13:33:43 +01:00
#task-table > thead {
text-align: left;
}
2020-11-05 13:33:43 +01:00
#product-table > thead > tr > th,
#delivery-note-table > thead > tr > th,
2020-11-05 13:33:43 +01:00
#task-table > thead > tr > th {
2021-02-09 16:47:41 +01:00
padding: 1.5rem 3rem;
font-size: 1rem;
}
2020-11-05 13:33:43 +01:00
#product-table > thead > tr > th:last-child,
#delivery-note-table > thead > tr > th:last-child,
2020-11-05 13:33:43 +01:00
#task-table > thead > tr > th:last-child {
text-align: right;
}
2020-11-05 13:33:43 +01:00
#product-table > tbody > tr > td,
#delivery-note-table > tbody > tr > td,
2020-11-05 13:33:43 +01:00
#task-table > tbody > tr > td {
2021-02-09 16:47:41 +01:00
padding: 1.5rem 3rem;
}
2020-11-05 13:33:43 +01:00
#product-table > tbody > tr > td:last-child,
#delivery-note-table > tbody > tr > td:last-child,
2020-11-05 13:33:43 +01:00
#task-table > tbody > tr > td:last-child {
text-align: right;
}
2020-11-05 13:33:43 +01:00
#product-table > tbody > tr > td:first-child,
#delivery-note-table > tbody > tr > td:first-child,
2020-11-05 13:33:43 +01:00
#task-table > tbody > tr > td:first-child {
font-weight: bold;
}
2020-11-05 13:33:43 +01:00
#product-table > tbody > tr:nth-child(odd),
#delivery-note-table > tbody > tr:nth-child(odd),
2020-11-05 13:33:43 +01:00
#task-table > tbody > tr:nth-child(odd) {
background-color: #ebebeb;
}
2020-11-05 13:33:43 +01:00
#table-totals {
page-break-inside: avoid;
}
2021-02-09 16:47:41 +01:00
#table-totals {
2021-05-20 14:56:21 +02:00
margin-top: 1rem;
display: grid;
2021-02-09 16:47:41 +01:00
grid-template-columns: 2fr 1fr;
padding-top: .5rem;
2021-02-09 16:47:41 +01:00
padding-left: 3rem;
padding-right: 3rem;
gap: 80px;
}
#table-totals .totals-table-right-side>* {
display: grid;
grid-template-columns: 1fr 1fr;
}
#table-totals>.totals-table-right-side>*> :nth-child(1) {
2021-08-16 11:31:14 +02:00
text-align: "$dir_text_align";
2021-07-21 14:45:42 +02:00
margin-top: .75rem;
}
#table-totals>.totals-table-right-side> * > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
2021-02-09 16:47:41 +01:00
}
#table-totals>.totals-table-right-side>*> :nth-child(2) {
text-align: right;
}
2020-11-05 13:33:43 +01:00
#table-totals
> *
[data-element='product-table-balance-due-label'],
2020-11-05 13:33:43 +01:00
#table-totals
> *
[data-element='product-table-balance-due'] {
font-weight: bold;
font-size: 1.4rem;
}
2020-11-05 13:33:43 +01:00
#table-totals
> *
[data-element='product-table-balance-due'] {
color: var(--primary-color);
}
2020-11-05 13:33:43 +01:00
#table-totals > * > :last-child {
text-align: right;
padding-right: 1.5rem;
}
2021-02-09 16:47:41 +01:00
.entity-label {
text-transform: uppercase;
color: var(--primary-color);
padding-left: 2rem;
font-size: 1.5rem;
}
2021-02-10 12:31:14 +01:00
.footer-wrapper {
margin-top: 1rem;
background-color: #2d2c2a;
height: 160px;
min-width: 100%;
position: fixed;
bottom: 0;
padding: 1rem 3rem;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 15px;
color: white;
}
2021-04-25 15:22:29 +02:00
[data-ref="total_table-footer"] {
padding-top: 0.5rem
2021-02-10 12:31:14 +01:00
}
2021-05-26 13:03:27 +02:00
/** Repeating header & footer styling. */
table {
width: 100%;
}
table.print-content {}
table.print-content th,
table.print-content td {
padding: .2rem .4rem;
text-align: left;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
@media print {
.print-footer {
position: fixed;
bottom: 0;
left: 0;
}
.no-print {
display: none
}
}
2021-07-29 11:35:13 +02:00
/** Markdown-specific styles. **/
#product-table h3,
#task-table h3,
#delivery-note-table h3 {
font-size: 1rem;
margin-bottom: 0;
}
2021-08-10 14:25:27 +02:00
[data-ref="product_table-product.description-th"] {
width: 23%;
}
2021-08-10 14:25:27 +02:00
/** 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 **/
2021-02-10 12:31:14 +01:00
</style>
2021-05-26 13:03:27 +02:00
<table>
<!-- Start Header -->
<thead>
2021-02-10 12:31:14 +01:00
<tr>
2021-05-26 13:03:27 +02:00
<td>
2021-02-10 12:31:14 +01:00
<div class="header-wrapper" id="header">
<img class="company-logo" src="$company.logo" alt="$company.name logo"/>
<div id="company-details"></div>
<div id="company-address"></div>
</div>
</td>
</tr>
2021-05-26 13:03:27 +02:00
</thead>
<!-- End Header -->
2021-02-10 12:31:14 +01:00
<tr>
2021-05-26 13:03:27 +02:00
<td id="body">
2021-02-10 12:31:14 +01:00
<div class="client-entity-wrapper">
<div class="client-wrapper-left-side">
<h4 class="entity-label">$entity_label</h4>
<div id="client-details" cellspacing="0"></div>
</div>
<div class="entity-details-wrapper-right-side">
<div class="entity-details-wrapper">
2021-08-16 11:31:14 +02:00
<table id="entity-details" dir="$dir"></table>
2021-02-10 12:31:14 +01:00
</div>
</div>
2021-02-09 16:47:41 +01:00
</div>
2020-07-20 17:03:52 +02:00
2021-05-26 13:03:27 +02:00
<!-- Start Print Content -->
<table id="product-table" cellspacing="0" class="print-content"></table>
2020-11-05 13:33:43 +01:00
2021-05-26 13:03:27 +02:00
<table id="task-table" cellspacing="0" class="print-content"></table>
2021-05-20 14:56:21 +02:00
2021-05-26 13:03:27 +02:00
<table id="delivery-note-table" cellspacing="0" class="print-content"></table>
<!-- End Print Content -->
</td>
</tr>
<tr>
<td>
2021-05-20 14:56:21 +02:00
<div id="table-totals" cellspacing="0"></div>
2021-02-10 12:31:14 +01:00
</td>
</tr>
2021-05-26 13:03:27 +02:00
<!-- Start Space For Footer -->
<tfoot>
<tr>
<td style="height: 180px">
<!-- Leave this empty and don't remove it. This space is where footer placed on print. -->
</td>
</tr>
</tfoot>
<!-- End Space For Footer -->
</table>
<!-- Start Footer -->
<div class="footer-wrapper print-footer" id="footer">
<div>
<p data-ref="total_table-footer">$entity_footer</p>
<script>
// Clear up space a bit, if [product-table, tasks-table, delivery-note-table] isn't present.
document.addEventListener('DOMContentLoaded', () => {
['product-table', 'task-table', 'delivery-note-table'].forEach((tableIdentifier) => {
document.getElementById(tableIdentifier).childElementCount === 0
? document.getElementById(tableIdentifier).style.display = 'none'
: '';
});
});
</script>
</div>
<div> <!-- #2 column --> </div>
<div> <!-- #3 column --> </div>
</div>
<!-- End Footer -->