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/assignments-overview.php | 170 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 include/assignments-overview.php (limited to 'include/assignments-overview.php') diff --git a/include/assignments-overview.php b/include/assignments-overview.php new file mode 100644 index 0000000..af201f9 --- /dev/null +++ b/include/assignments-overview.php @@ -0,0 +1,170 @@ +. + */ +?> + +
# | +Offer | +Briefing | +Time | +Price | +Tools | +{$assignment->getId()} | +#{$assignment->getOffer()->getId()} to {$assignment->getOffer()->getContact()->getName()} ({$assignment->getOffer()->getContact()->getClient()->getName()}) | +
+ {$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? |