From c67d248601031a0245dfe64b609fa6623868014b Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Wed, 27 Jul 2016 14:52:49 +0200
Subject: v0.4.2 moved payment_received to separate table/class payment(s)
---
include/home.php | 632 ++++++++++++++++++++++++------------------------
include/offers-edit.php | 7 +-
2 files changed, 325 insertions(+), 314 deletions(-)
(limited to 'include')
diff --git a/include/home.php b/include/home.php
index cb624fe..c9d0cf3 100644
--- a/include/home.php
+++ b/include/home.php
@@ -2,17 +2,17 @@
/**
* BusinessAdmin: administrative software for small companies
* Copyright (C) 2015 Camil Staps (ViviSoft)
- *
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see
#{$item['id']} to {$item['contactClientName']} ({$item['start']} - {$item['end']}; {$item['price_excl']} excl. VAT, {$item['price_incl']} incl. VAT){$item['percentage']}% complete
-# | -Contact | -Offer ended | -
---|---|---|
{$offer->getId()} | "; - echo "{$offer->getContact()->getClient()->getName()} | "; - echo "".BusinessAdmin::formatDate($offer->getEndDate(), false)." | "; - echo "
There are no offers that need an invoice. |
# | -Contact | -Invoice sent | -
---|---|---|
There are no currently open invoices. | ||
{$offer->getId()} | "; - echo "{$offer->getContact()->getClient()->getName()} | "; - echo "".BusinessAdmin::formatDate($offer->getInvoiceDate(), false)." | "; - echo "
{$assignment->getDescription()}
"; - $temp['assignments_header'] .= "{$assignment->getTitle()}".BusinessAdmin::formatDate($item['time'],false,true,true)."
#{$item['id']} to {$item['contactClientName']} ({$item['start']} - {$item['end']}; {$item['price_excl']} excl. VAT, {$item['price_incl']} incl. VAT){$item['percentage']}% complete
+# | +Contact | +Offer ended | +
---|---|---|
{$offer->getId()} | "; + echo "{$offer->getContact()->getClient()->getName()} | "; + echo "".BusinessAdmin::formatDate($offer->getEndDate(), false)." | "; + echo "
There are no offers that need an invoice. |
# | +Contact | +Invoice sent | +
---|---|---|
There are no currently open invoices. | ||
{$offer->getId()} | "; + echo "{$offer->getContact()->getClient()->getName()} | "; + echo "".BusinessAdmin::formatDate($offer->getInvoiceDate(), false)." | "; + echo "
{$assignment->getDescription()}
"; + $temp['assignments_header'] .= "{$assignment->getTitle()}".BusinessAdmin::formatDate($item['time'],false,true,true)."