From d399bb6a864b32ac6a04edcc5ff7b94608b44a56 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 6 Mar 2015 15:38:01 +0100 Subject: Finished offers --- include/home.php | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 66 insertions(+), 5 deletions(-) (limited to 'include/home.php') diff --git a/include/home.php b/include/home.php index f30c8bc..f47f541 100644 --- a/include/home.php +++ b/include/home.php @@ -34,7 +34,7 @@ require('header.php');
-
+
@@ -59,7 +59,7 @@ require('header.php');
-
+
= CURDATE()"))); ?> @@ -84,7 +84,32 @@ require('header.php');
-
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+ + + +
+
+
'1970-01-01'", "`invoice_date`<=CURDATE()", "`payment_received` <= '1970-01-01' OR `payment_received` IS NULL"))); ?> @@ -112,7 +137,7 @@ require('header.php');
-
+
Currently active offers @@ -154,7 +179,43 @@ require('header.php');
-
+
+
+
+ Finished offers +
+ +
+ + + + + + + + + + "; + echo ""; + echo ""; + echo ""; + echo ""; + } + if (count($offers) == 0) { + echo ""; + } + ?> + +
#ContactOffer ended
{$offer->getId()}{$offer->getContact()->getClient()->getName()}".BusinessAdmin::formatDate($offer->getEndDate(), false)."
There are no currently active offers.
+
+ +
+ +
+
Currently open invoices -- cgit v1.2.3