From c50a323c25a0787ba2051b19721983776a229615 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 5 Feb 2015 00:40:47 +0100 Subject: Initial commit --- include/offers-view.php | 130 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 include/offers-view.php (limited to 'include/offers-view.php') diff --git a/include/offers-view.php b/include/offers-view.php new file mode 100644 index 0000000..b7fb092 --- /dev/null +++ b/include/offers-view.php @@ -0,0 +1,130 @@ +. + */ + +$_offer = new offer($_pdo, $_id); +$_offer->generateInvoice(); +?> +
{$assignment->getDescription()}
"; + $temp['assignments_header'] .= "{$assignment->getTitle()}".BusinessAdmin::formatDate($item['time'],false,true,true)."
# | +Briefing | +Time | +Price | +Tools | +{$assignment->getId()} | +
+ {$assignment->getTitle()} + {$assignment->getDescription()} + |
+ {$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? |