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

296 lines
7.2 KiB
HTML
Raw Normal View History

<style id="style">
:root {
--primary-color: $primary_color;
--secondary-color: $secondary_color;
}
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";
margin: 0;
padding: 0;
2021-02-09 16:47:41 +01:00
zoom: 80%;
}
2021-01-14 15:57:14 +01:00
@page {
margin: -0.22cm;
2021-04-08 17:49:28 +02:00
size: $page_size $page_layout;
2021-01-14 15:57:14 +01:00
}
p {
margin: 0;
padding: 0;
page-break-after: always;
}
.header-container {
background-color: var(--primary-color);
color: white;
display: grid;
grid-template-columns: 1.5fr 1fr;
2021-02-10 12:31:14 +01:00
padding: 3rem;
min-width: 100%;
height: 160px;
}
2021-02-10 12:31:14 +01:00
.company-name {
text-align: left;
}
.header-container .company-name {
font-size: 2rem;
}
#entity-details {
text-align: left;
color: #fff4e9 !important;
}
#entity-details > tr,
#entity-details th {
font-weight: normal;
padding-bottom: 0.5rem;
}
.logo-client-wrapper {
2021-02-10 12:31:14 +01:00
margin: 3rem 2rem;
display: grid;
grid-template-columns: 1.5fr 1fr;
}
2021-05-18 13:14:09 +02:00
.company-logo {
zoom: 50%; /** Adapt the zoom size, if you think it's necessary. **/
2021-05-18 13:14:09 +02:00
}
#client-details {
display: flex;
flex-direction: column;
}
#client-details > * {
margin-bottom: 0.5rem;
}
.table-wrapper {
2021-02-10 12:31:14 +01:00
margin: 3rem 2rem;
}
2020-11-05 14:47:24 +01:00
#product-table,
#delivery-note-table,
2020-11-05 14:47:24 +01:00
#task-table {
min-width: 100%;
table-layout: fixed;
overflow-wrap: break-word;
}
.task-time-details {
display: block;
margin-top: 5px;
color: grey;
}
2020-11-05 14:47:24 +01:00
#product-table > thead,
#delivery-note-table > thead,
2020-11-05 14:47:24 +01:00
#task-table > thead {
text-align: left;
2021-01-14 15:57:14 +01:00
width: 100%;
}
#product-table th + th,
#delivery-note-table th + th,
#task-table th + th {
border-left: 2px solid white;
}
2020-11-05 14:47:24 +01:00
#product-table > thead > tr > th,
#delivery-note-table > thead > tr > th,
2020-11-05 14:47:24 +01:00
#task-table > thead > tr > th {
padding: 0.8rem;
background-color: var(--secondary-color);
color: white;
}
2020-11-05 14:47:24 +01:00
#product-table > thead > tr > th:last-child,
#delivery-note-table > thead > tr > th:last-child,
2020-11-05 14:47:24 +01:00
#task-table > thead > tr > th:last-child {
text-align: right;
}
2020-11-05 14:47:24 +01:00
#product-table > tbody > tr > td,
#delivery-note-table > tbody > tr > td,
2020-11-05 14:47:24 +01:00
#task-table > tbody > tr > td {
border-bottom: 1px solid var(--secondary-color);
padding: 1rem;
}
2020-11-05 14:47:24 +01:00
#product-table > tbody > tr > td:first-child,
#delivery-note-table > tbody > tr > td:first-child,
2020-11-05 14:47:24 +01:00
#task-table > tbody > tr > td:first-child {
font-weight: bold;
}
2020-11-05 14:47:24 +01:00
#product-table > tbody > tr > td:last-child,
#delivery-note-table > tbody > tr > td:last-child,
2020-11-05 14:47:24 +01:00
#task-table > tbody > tr > td:last-child {
text-align: right;
}
.footer-wrapper {
margin-top: 1rem;
background-color: var(--primary-color);
2021-02-10 12:31:14 +01:00
padding-left: 3rem;
padding-right: 3rem;
height: 220px;
width: 100%;
position: fixed;
bottom: 0;
}
.footer-content {
display: grid;
gap: 15px;
width: 100%;
grid-template-columns: 1fr 1fr 1fr;
color: #fff4e9;
2021-02-10 12:31:14 +01:00
max-height: 140px;
}
#company-address,
#company-details {
display: flex;
flex-direction: column;
margin-top: 2rem;
margin-bottom: 2rem;
}
#company-address > *,
#company-details > * {
margin-bottom: 0.5rem;
}
2020-11-05 14:47:24 +01:00
#table-totals {
page-break-inside: avoid;
}
2021-02-09 16:47:41 +01:00
#table-totals {
display: grid;
2021-02-09 16:47:41 +01:00
grid-template-columns: 2fr 1fr;
2021-02-10 12:31:14 +01:00
padding-top: .5rem;
padding-left: 3rem;
padding-right: 3rem;
2021-02-09 16:47:41 +01:00
gap: 80px;
}
#table-totals .totals-table-right-side>* {
display: grid;
grid-template-columns: 1fr 1fr;
}
#table-totals>.totals-table-right-side>*> :nth-child(1) {
text-align: left;
}
#table-totals>.totals-table-right-side>*> :nth-child(2) {
text-align: right;
}
2020-11-05 14:47:24 +01:00
#table-totals
> *
[data-element='product-table-balance-due-label'],
2020-11-05 14:47:24 +01:00
#table-totals
> *
[data-element='product-table-balance-due'] {
font-weight: bold;
font-size: 1.3rem;
}
table.page-container {
page-break-after: always;
2021-01-14 15:57:14 +01:00
min-width: 100%;
}
thead.page-header {
display: table-header-group;
}
tfoot.page-footer {
display: table-footer-group;
}
2021-02-10 12:31:14 +01:00
.page-content-cell {
padding: 1rem;
}
2021-04-25 15:22:29 +02:00
[data-ref="total_table-footer"] {
margin-top: 2rem;
margin-bottom: 2rem
}
</style>
<table class="page-container">
<thead class="page-header">
<tr>
<th class="page-header-cell">
<div class="header-container" id="header">
<h1 class="company-name">$company.name</h1>
<table id="entity-details" cellspacing="0"></table>
</div>
</th>
</tr>
</thead>
<tfoot class="page-footer">
<tr>
<td class="page-footer-cell">
<div class="footer-info">
<div style="margin-top: 195px"></div>
<div class="footer-wrapper" id="footer">
<div class="footer-content">
<div>
2021-04-25 15:17:47 +02:00
<p data-ref="total_table-footer">$entity_footer</p>
2021-05-20 14:57:21 +02:00
<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 id="company-details"></div>
<div id="company-address"></div>
2020-09-17 14:28:38 +02:00
</div>
</div>
</div>
</td>
</tr>
</tfoot>
<tbody class="page-content">
<tr>
<td class="page-content-cell" id="body">
<div class="logo-client-wrapper">
<img
class="company-logo"
src="$company.logo"
alt="$company.name logo"
/>
<div id="client-details"></div>
</div>
<div class="table-wrapper">
<table id="product-table" cellspacing="0"></table>
2020-11-05 14:47:24 +01:00
<table id="task-table" cellspacing="0"></table>
2020-11-09 16:23:27 +01:00
<table id="delivery-note-table" cellspacing="0"></table>
</div>
2020-11-05 14:47:24 +01:00
<div id="table-totals" cellspacing="0"></div>
</td>
</tr>
</tbody>
</table>