implement pdf invoice generation workflow

This commit is contained in:
Manuel Raynaud
2013-10-02 16:33:43 +02:00
parent 0116cb2891
commit df08809a48
8 changed files with 75 additions and 7 deletions

View File

@@ -193,7 +193,7 @@
<caption class="clearfix">
{intl l='Invoice informations'}
<div class="pull-right">
<a class="btn btn-default btn-primary" title="{intl l='Download invoice as PDF'}" href="#">
<a class="btn btn-default btn-primary" title="{intl l='Download invoice as PDF'}" href="{url path="/admin/order/pdf/invoice/$ID"}">
<span class="glyphicon glyphicon-cloud-download"></span> {intl l='PDF | Invoice'}
</a>
<a class="btn btn-default btn-primary js-update-order-address" data-address-id="{$INVOICE_ADDRESS}" title="{intl l='Edit invoice address'}" href="#edit_order_address_dialog" data-toggle="modal">

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>REF</title>
</head>
<body>
generate invoice
</body>
</html>