From fd7808f80d008c9cf8a317143e36424c6a62d7a6 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Fri, 31 Jul 2015 14:46:55 +0000 Subject: [PATCH] add README --- README.md | 0 vtdirektmarketing.php | 305 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 305 insertions(+) create mode 100644 README.md create mode 100755 vtdirektmarketing.php diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/vtdirektmarketing.php b/vtdirektmarketing.php new file mode 100755 index 0000000..b0a05ae --- /dev/null +++ b/vtdirektmarketing.php @@ -0,0 +1,305 @@ + + + + + + + + + + + + + +
+

invoice_number; ?>

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + +
item_name; ?>item_description); ?> + item_quantity); ?> + + item_price); ?> + + item_subtotal); ?> +
+ + + + +
+ + + + + + invoice_item_tax_total > 0) { ?> + + + + + + + + + + + + + + + + + + + + + + + + + +
+ : + + invoice_item_subtotal); ?> +
+ + + invoice_item_tax_total); ?> +
+ invoice_tax_rate_name . ' ' . $invoice_tax_rate->invoice_tax_rate_percent; ?>% + + invoice_tax_rate_amount); ?> +
+ : + + invoice_total); ?> +
+ : + + invoice_paid) ?> +
+ : + + invoice_balance) ?> +
+
+ +
+ invoice_terms) { ?> +

+

invoice_terms); ?>

+ + +
+ + \ No newline at end of file