Enabled product bundles

This commit is contained in:
Nedim Uka
2018-06-29 14:40:28 +02:00
parent e0514f7f57
commit b5475ff2f1
12004 changed files with 1694047 additions and 1610 deletions

View File

@@ -0,0 +1,33 @@
<h1>Credit Note</h1>
<p>
<table class="pdf_invoice_heading_table">
<tbody>
<tr><th>Credit Note Nr.</th><td>[wcj_credit_note_number]</td></tr>
<tr><th>Credit Note Date</th><td>[wcj_credit_note_date]</td></tr>
<tr><th>Invoice Nr.</th><td>[wcj_invoice_number]</td></tr>
<tr><th>Order Nr.</th><td>[wcj_order_number]</td></tr>
</tbody>
</table>
</p>
<p>
<table class="pdf_invoice_seller_buyer_table">
<tbody>
<tr><th>Seller</th><th>Buyer</th></tr>
<tr><td>COMPANY NAME<br>COMPANY ADDRESS 1<br>COMPANY ADDRESS 2<br></td><td>[wcj_order_billing_address]</td></tr>
</tbody>
</table>
</p>
<p>
[wcj_order_items_table table_class="pdf_invoice_items_table" price_prefix="-"
columns="item_number|item_name|item_quantity|line_total_tax_excl"
columns_titles="|Product|Qty|Total"
columns_styles="width:5%;|width:75%;|width:5%;|width:15%;text-align:right;"]
<table class="pdf_invoice_totals_table">
<tbody>
<tr><th>Total (excl. TAX)</th><td>-[wcj_order_total_excl_tax]</td></tr>
<tr><th>Taxes</th><td>-[wcj_order_total_tax hide_if_zero="no"]</td></tr>
<tr><th>Order Total</th><td>-[wcj_order_total]</td></tr>
</tbody>
</table>
</p>
<p>Payment method: [wcj_order_payment_method]</p>

View File

@@ -0,0 +1,34 @@
<h1>Custom Document</h1>
<p>
<table class="pdf_invoice_heading_table">
<tbody>
<tr><th>Custom Document Nr.</th><td>[wcj_custom_doc_number]</td></tr>
<tr><th>Custom Document Date</th><td>[wcj_custom_doc_date]</td></tr>
<tr><th>Invoice Nr.</th><td>[wcj_invoice_number]</td></tr>
<tr><th>Invoice Date</th><td>[wcj_invoice_date]</td></tr>
<tr><th>Order Nr.</th><td>[wcj_order_number]</td></tr>
</tbody>
</table>
</p>
<p>
<table class="pdf_invoice_seller_buyer_table">
<tbody>
<tr><th>Seller</th><th>Buyer</th></tr>
<tr><td>COMPANY NAME<br>COMPANY ADDRESS 1<br>COMPANY ADDRESS 2<br></td><td>[wcj_order_billing_address]</td></tr>
</tbody>
</table>
</p>
<p>
[wcj_order_items_table table_class="pdf_invoice_items_table"
columns="item_number|item_name|item_quantity|line_total_tax_excl"
columns_titles="|Product|Qty|Total"
columns_styles="width:5%;|width:75%;|width:5%;|width:15%;text-align:right;"]
<table class="pdf_invoice_totals_table">
<tbody>
<tr><th>Total (excl. TAX)</th><td>[wcj_order_total_excl_tax]</td></tr>
<tr><th>Taxes</th><td>[wcj_order_total_tax hide_if_zero="no"]</td></tr>
<tr><th>Order Total</th><td>[wcj_order_total]</td></tr>
</tbody>
</table>
</p>
<p>Payment method: [wcj_order_payment_method]</p>

View File

@@ -0,0 +1,32 @@
<h1>Invoice</h1>
<p>
<table class="pdf_invoice_heading_table">
<tbody>
<tr><th>Invoice Nr.</th><td>[wcj_invoice_number]</td></tr>
<tr><th>Invoice Date</th><td>[wcj_invoice_date]</td></tr>
<tr><th>Order Nr.</th><td>[wcj_order_number]</td></tr>
</tbody>
</table>
</p>
<p>
<table class="pdf_invoice_seller_buyer_table">
<tbody>
<tr><th>Seller</th><th>Buyer</th></tr>
<tr><td>COMPANY NAME<br>COMPANY ADDRESS 1<br>COMPANY ADDRESS 2<br></td><td>[wcj_order_billing_address]</td></tr>
</tbody>
</table>
</p>
<p>
[wcj_order_items_table table_class="pdf_invoice_items_table"
columns="item_number|item_name|item_quantity|line_total_tax_excl"
columns_titles="|Product|Qty|Total"
columns_styles="width:5%;|width:75%;|width:5%;|width:15%;text-align:right;"]
<table class="pdf_invoice_totals_table">
<tbody>
<tr><th>Total (excl. TAX)</th><td>[wcj_order_total_excl_tax]</td></tr>
<tr><th>Taxes</th><td>[wcj_order_total_tax hide_if_zero="no"]</td></tr>
<tr><th>Order Total</th><td>[wcj_order_total]</td></tr>
</tbody>
</table>
</p>
<p>Payment method: [wcj_order_payment_method]</p>

View File

@@ -0,0 +1,27 @@
<h1>Packing Slip</h1>
<p>
<table class="pdf_invoice_heading_table">
<tbody>
<tr><th>Shipping method</th><td>[wcj_order_shipping_method]</td></tr>
<tr><th>Proforma Invoice Nr.</th><td>[wcj_proforma_invoice_number]</td></tr>
<tr><th>Invoice Nr.</th><td>[wcj_invoice_number]</td></tr>
<tr><th>Order Nr.</th><td>[wcj_order_number]</td></tr>
<tr><th>Order Date</th><td>[wcj_order_date]</td></tr>
</tbody>
</table>
</p>
<h2>Shipping address</h2>
<p>
<table>
<tbody>
<tr><td>[wcj_order_shipping_address]</td></tr>
</tbody>
</table>
</p>
<h2>Items</h2>
<p>
[wcj_order_items_table table_class="pdf_invoice_items_table"
columns="item_number|item_name|item_quantity"
columns_titles="|Item|Qty"
columns_styles="width:5%;|width:80%;|width:15%;text-align:right;"]
</p>

View File

@@ -0,0 +1,32 @@
<h1>Proforma Invoice</h1>
<p>
<table class="pdf_invoice_heading_table">
<tbody>
<tr><th>Proforma Invoice Nr.</th><td>[wcj_proforma_invoice_number]</td></tr>
<tr><th>Proforma Invoice Date</th><td>[wcj_proforma_invoice_date]</td></tr>
<tr><th>Order Nr.</th><td>[wcj_order_number]</td></tr>
</tbody>
</table>
</p>
<p>
<table class="pdf_invoice_seller_buyer_table">
<tbody>
<tr><th>Seller</th><th>Buyer</th></tr>
<tr><td>COMPANY NAME<br>COMPANY ADDRESS 1<br>COMPANY ADDRESS 2<br></td><td>[wcj_order_billing_address]</td></tr>
</tbody>
</table>
</p>
<p>
[wcj_order_items_table table_class="pdf_invoice_items_table"
columns="item_number|item_name|item_quantity|line_total_tax_excl"
columns_titles="|Product|Qty|Total"
columns_styles="width:5%;|width:75%;|width:5%;|width:15%;text-align:right;"
discount_as_item="Discount"]
<table class="pdf_invoice_totals_table">
<tbody>
<tr><th>Total (excl. TAX)</th><td>[wcj_order_total_excl_tax]</td></tr>
<tr><th>Taxes</th><td>[wcj_order_total_tax hide_if_zero="no"]</td></tr>
<tr><th>Order Total</th><td>[wcj_order_total]</td></tr>
</tbody>
</table>
</p>

View File

@@ -0,0 +1,31 @@
.pdf_invoice_heading_table {
width: 50%;
}
.pdf_invoice_seller_buyer_table th {
font-weight: bold;
}
/* pdf_invoice_items_table */
.pdf_invoice_items_table {
padding: 5px;
}
.pdf_invoice_items_table th {
font-weight: bold;
border: 1px solid #F0F0F0;
}
.pdf_invoice_items_table td {
border: 1px solid #F0F0F0;
}
/* pdf_invoice_totals_table */
.pdf_invoice_totals_table {
padding: 5px;
}
.pdf_invoice_totals_table th {
width: 85%;
text-align: right;
}
.pdf_invoice_totals_table td {
width: 15%;
text-align: right;
border: 1px solid #F0F0F0;
}

View File

@@ -0,0 +1,31 @@
.pdf_invoice_heading_table {
width: 50%;
}
.pdf_invoice_seller_buyer_table th {
font-weight: bold;
}
/* pdf_invoice_items_table */
.pdf_invoice_items_table {
padding: 5px;
}
.pdf_invoice_items_table th {
font-weight: bold;
border: 1px solid #F0F0F0;
}
.pdf_invoice_items_table td {
border: 1px solid #F0F0F0;
}
/* pdf_invoice_totals_table */
.pdf_invoice_totals_table {
padding: 5px;
}
.pdf_invoice_totals_table th {
width: 85%;
text-align: right;
}
.pdf_invoice_totals_table td {
width: 15%;
text-align: right;
border: 1px solid #F0F0F0;
}

View File

@@ -0,0 +1,31 @@
.pdf_invoice_heading_table {
width: 50%;
}
.pdf_invoice_seller_buyer_table th {
font-weight: bold;
}
/* pdf_invoice_items_table */
.pdf_invoice_items_table {
padding: 5px;
}
.pdf_invoice_items_table th {
font-weight: bold;
border: 1px solid #F0F0F0;
}
.pdf_invoice_items_table td {
border: 1px solid #F0F0F0;
}
/* pdf_invoice_totals_table */
.pdf_invoice_totals_table {
padding: 5px;
}
.pdf_invoice_totals_table th {
width: 85%;
text-align: right;
}
.pdf_invoice_totals_table td {
width: 15%;
text-align: right;
border: 1px solid #F0F0F0;
}

View File

@@ -0,0 +1,13 @@
.pdf_invoice_heading_table {
width: 50%;
}
.pdf_invoice_items_table {
padding: 5px;
}
.pdf_invoice_items_table th {
font-weight: bold;
border: 1px solid #F0F0F0;
}
.pdf_invoice_items_table td {
border: 1px solid #F0F0F0;
}

View File

@@ -0,0 +1,31 @@
.pdf_invoice_heading_table {
width: 50%;
}
.pdf_invoice_seller_buyer_table th {
font-weight: bold;
}
/* pdf_invoice_items_table */
.pdf_invoice_items_table {
padding: 5px;
}
.pdf_invoice_items_table th {
font-weight: bold;
border: 1px solid #F0F0F0;
}
.pdf_invoice_items_table td {
border: 1px solid #F0F0F0;
}
/* pdf_invoice_totals_table */
.pdf_invoice_totals_table {
padding: 5px;
}
.pdf_invoice_totals_table th {
width: 85%;
text-align: right;
}
.pdf_invoice_totals_table td {
width: 15%;
text-align: right;
border: 1px solid #F0F0F0;
}