From 9714f3d8cc311f3b75a4727156de2ab33cf3895e Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Wed, 27 Jul 2016 16:28:19 +0200
Subject: Removed redundant whitespace & retab
---
include/404.php | 36 ++---
include/about.php | 112 +++++++--------
include/ajax-collapse.php | 4 +-
include/assignments-edit.php | 6 +-
include/assignments-new.php | 6 +-
include/assignments-overview.php | 288 +++++++++++++++++++-------------------
include/assignments-view.php | 10 +-
include/assignments.php | 6 +-
include/clients-edit.php | 6 +-
include/clients-new.php | 6 +-
include/clients-overview.php | 190 ++++++++++++-------------
include/clients-view.php | 6 +-
include/clients.php | 6 +-
include/contacts-edit.php | 6 +-
include/contacts-new.php | 6 +-
include/contacts.php | 6 +-
include/discounts-edit.php | 6 +-
include/discounts-new.php | 6 +-
include/discounts-overview.php | 28 ++--
include/discounts.php | 6 +-
include/home.php | 2 +-
include/offers-edit.php | 6 +-
include/offers-new.php | 6 +-
include/offers-overview.php | 8 +-
include/offers-view.php | 292 +++++++++++++++++++--------------------
include/offers.php | 6 +-
include/users-new.php | 6 +-
27 files changed, 536 insertions(+), 536 deletions(-)
(limited to 'include')
diff --git a/include/404.php b/include/404.php
index 335ebf7..dc0cff0 100644
--- a/include/404.php
+++ b/include/404.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
The page you requested could not be found.
-The page you requested could not be found.
+BusinessAdmin =constants::version?> is open source software under the GPL 3.0 license.
-A full version of the license is available here. An excerpt is shown below:
-BusinessAdmin: administrative software for small companies + +++++ +++ +About
++++- ++-About++-BusinessAdmin =constants::version?> is open source software under the GPL 3.0 license.
+A full version of the license is available here. An excerpt is shown below:
+BusinessAdmin: administrative software for small companies Copyright (C) 2015 Camil Staps (ViviSoft) This program is free software: you can redistribute it and/or modify @@ -63,43 +63,43 @@ You can contact me, Camil Staps, here: Camil Staps www.camilstaps.nl info@camilstaps.nl-
For things related to BusinessAdmin, please use GitHub: camilstaps/BusinessAdmin
-The BusinessAdmin system was developed by Camil Staps. See my website for contact details.
-For things related to BusinessAdmin, please use GitHub: camilstaps/BusinessAdmin
+The BusinessAdmin system was developed by Camil Staps. See my website for contact details.
+BusinessAdmin was created using:
-Many thanks go to the creators and developers of these software packages.
-BusinessAdmin was created using:
+Many thanks go to the creators and developers of these software packages.
+# | -Offer | -Briefing | -Time | -Price | -Tools | -{$assignment->getId()} | -- #{$assignment->getOffer()->getId()} to - {$assignment->getOffer()->getContact()->getName()} - ({$assignment->getOffer()->getContact()->getClient()->name}) - |
- {$assignment->getTitle()} - - |
- {$assignment->getHours()}h | -
- ".constants::invoice_valuta."{$assignment->getPricePerHour()} / hr - {$assignment->getVAT()}% VAT - |
- - - - | - "; - } - if (count($assignments) == 0) { - echo "
---|---|---|---|---|---|
There are no assignments in the database. Why not start with creating one, below? |
# | +Offer | +Briefing | +Time | +Price | +Tools | +{$assignment->getId()} | ++ #{$assignment->getOffer()->getId()} to + {$assignment->getOffer()->getContact()->getName()} + ({$assignment->getOffer()->getContact()->getClient()->name}) + |
+ {$assignment->getTitle()} + + |
+ {$assignment->getHours()}h | +
+ ".constants::invoice_valuta."{$assignment->getPricePerHour()} / hr + {$assignment->getVAT()}% VAT + |
+ + + + | + "; + } + if (count($assignments) == 0) { + echo "
---|---|---|---|---|---|
There are no assignments in the database. Why not start with creating one, below? |
# | -Name | -Tools | -{$client->id} | -- - {$client->name} - - | -- - - | - "; - } - if (count($clients) == 0) { - echo "
---|---|---|
There are no clients in the database. Why not start with creating one, on the right? |
# | +Name | +Tools | +{$client->id} | ++ + {$client->name} + + | ++ + + | + "; + } + if (count($clients) == 0) { + echo "
---|---|---|
There are no clients in the database. Why not start with creating one, on the right? |