. */ require_once(__DIR__ . '/../login.php'); $_offer = new Offer($_pdo, $_id); ?>
# | Briefing | Time | Price | Tools |
---|---|---|---|---|
{$assignment->id} |
{$assignment->title} {$assignment->getHTMLDescription()} |
{$assignment->hours}h |
".Constants::invoice_valuta."{$assignment->price_per_hour} / hr {$assignment->VAT_percentage}% VAT |
|
There are no assignments in the database. |
# | Briefing | Value | Tools |
---|---|---|---|
{$discount->id} |
{$discount->title} {$discount->description} |
".Constants::invoice_valuta."{$discount->value} / hr {$discount->VAT_percentage}% VAT |
|
There are no discounts in the database. |
# | Braintree ID | Braintree status | Tools |
---|---|---|---|
{$payment->id} | {$payment->braintree_id} |
{$payment->braintree_status}
";
foreach ($payment->getBraintreeStatusHistory() as $item) {
echo "{$item->timestamp->format('Y-m-d H:i')}: {$item->status}
"; } echo " |
|
There are no payments in the database. |
{$assignment->getHTMLDescription()}
"; $temp['assignments_header'] .= "{$assignment->title}".BusinessAdmin::formatDate($item['time'],false,true,true)."