Eingehend
| Anzahl eingehende Calls: |
=number_format($in["count"], 0, ",", ".")?> |
| Sekunden gesamt: |
=number_format($in["seconds"], 0, ",", ".")?> |
| Verrechenbare Minuten: |
=number_format($in["billable"], 0, ",", ".")?> |
| Kosten: |
€ =number_format($in["cost"], 0, ",", ".")?> |
Ausgehend
| Anzahl ausgehende Calls: |
=number_format($out["count"], 0, ",", ".")?> |
| Sekunden gesamt: |
=number_format($out["seconds"], 0, ",", ".")?> |
| Verrechenbare Minuten: |
=number_format($out["billable"], 0, ",", ".")?> |
| Kosten: |
€ =number_format($out["cost"], 0, ",", ".")?> |
Summe: € =number_format($in["cost"] + $out["cost"], 0, ",", ".")?>