From 0b60b0ccc66cbcc26619ac762b8881f52fa85bf7 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 20 Jul 2016 10:54:07 +0200 Subject: Discounts --- include/discounts-overview.php | 159 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 159 insertions(+) create mode 100644 include/discounts-overview.php (limited to 'include/discounts-overview.php') diff --git a/include/discounts-overview.php b/include/discounts-overview.php new file mode 100644 index 0000000..6160a8c --- /dev/null +++ b/include/discounts-overview.php @@ -0,0 +1,159 @@ +. + */ +?> + +
+
+
Overview
+
+ + + + + + + + + + + + getId()}' + data-mixer-order-offer='{$discount->getOffer()->getId()}' + data-mixer-order-value='{$discount->getValue()}'> + + + + + "; + } + if (count($discounts) == 0) { + echo ""; + } + ?> + +
#OfferBriefingValueTools
{$discount->getId()} + #{$discount->getOffer()->getId()} to + {$discount->getOffer()->getContact()->getName()} + ({$discount->getOffer()->getContact()->getClient()->getName()}) + + {$discount->getTitle()}
+

{$discount->getDescription(false)}

+
+ ".constants::invoice_valuta."{$discount->getValue()}
+ {$discount->getVAT()}% VAT +
+ + +
There are no discounts in the database. Why not start with creating one, below?
+
+
+
+
+
+
Create new
+
+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + +
+
+ + +
+
+
+ +
+
+ +
+
+
-- cgit v1.2.3