. */ require_once('./login.php'); ?>
Overview
getInvoiceFile(); echo ""; } if (count($offers) == 0) { echo ""; } ?>
# Contact Assignments & discounts Dates Invoice Tools
{$offer->getId()} {$offer->getContact()->getName()} "; foreach ($offer->getAssignments() as $assignment) { echo "{$assignment->title}
(".Constants::invoice_valuta."{$assignment->calculate(assignment::SUBTOTAL)} excl. VAT, ".Constants::invoice_valuta."{$assignment->calculate(assignment::TOTAL)} incl. VAT)

{$assignment->getHTMLDescription()}

"; } foreach ($offer->getDiscounts() as $discount) { echo "{$discount->getTitle()}
(".Constants::invoice_valuta."{$discount->calculate(discount::SUBTOTAL)} excl. VAT, ".Constants::invoice_valuta."{$discount->calculate(discount::TOTAL)} incl. VAT)

{$discount->getDescription()}

"; } echo "
From: ".BusinessAdmin::formatDate($offer->getStartDate(),false,true)."
To: ".BusinessAdmin::formatDate($offer->getEndDate(),false,true)."
Invoice: ".BusinessAdmin::formatDate($offer->getInvoiceDate(),false,true)."
Payment received: ".BusinessAdmin::formatDate($offer->getPaymentReceived(),false,true)."
" . (($invoiceFile instanceof file) ? " " : "") . "
Subtotal: ".Constants::invoice_valuta."{$offer->calculate(offer::SUBTOTAL)}
VAT: ".Constants::invoice_valuta."{$offer->calculate(offer::VAT)}
Total: ".Constants::invoice_valuta."{$offer->calculate(offer::TOTAL)}
There are no offers in the database. Why not start with creating one, below?
Create new