is("Admin")) { $hide_credit = false; } ?>
| Matchcode: | =$contract->matchcode?> |
|---|---|
| Vertragsinhaber: | $contract->owner->id])?>">=$contract->owner->getCompanyOrName()?> (=$contract->owner->customer_number?>) |
| Produkt: | =$contract->product_name?> [=$contract->product_id?> ]=($contract->product_name != $contract->product->name) ? " (" . $contract->product->name . ")" : ""?> |
| Produkt Info: | =$contract->product_info?> |
| Preis Netto: | ">€ =number_format(($contract->amount != 1) ? $contract->price * $contract->amount : $contract->price, 4, ",", ".")?> |
| Preis Brutto: | ">€ price && $contract->vatrate): ?> amount != 1): ?> =number_format($contract->price + ($contract->price / 100) * $contract->vatrate, 4, ",", ".")?> =number_format(($contract->price + ($contract->price / 100) * $contract->vatrate) * $contract->amount, 4, ",", ".")?> |
| Fertigstellungsdatum: | =date("d.m.Y", $contract->finish_date)?> |