This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
operations:trafficandbilling [2025/11/01 15:28] 111.13.117.144 old revision restored (2025/06/03 00:08) |
operations:trafficandbilling [2025/11/01 15:28] (current) 106.38.188.99 old revision restored (2025/06/03 00:08) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Traffic & Billing System ====== | ||
| + | |||
| + | Crossings TV currently uses [[etere|Etere]] to manage Traffic & Billing | ||
| + | |||
| + | |||
| + | ===== Key features of a Traffic & Billing system: ===== | ||
| + | |||
| + | |||
| + | - ** Scheduling and traffic management: | ||
| + | | ||
| + | | ||
| + | - ** Billing and invoicing: | ||
| + | | ||
| + | | ||
| + | - | ||
| + | | ||
| + | | ||
| + | | ||
| + | - | ||
| + | | ||
| + | | ||
| + | - ** Automation: | ||
| + | | ||
| + | - | ||
| + | | ||
| + | | ||
| + | |||
| + | |||
| + | |||
| + | graph TD; | ||
| + | Programs -->|1:M| Commercial_Breaks; | ||
| + | Commercial_Breaks -->|1:1| Programs; | ||
| + | Commercial_Breaks -->|1:M| Advertisements; | ||
| + | Advertisements -->|M:1| Commercial_Breaks; | ||
| + | Advertisers -->|1:M| Contracts; | ||
| + | Contracts -->|1:1| Advertisers; | ||
| + | Contracts -->|M:M| Advertisements; | ||
| + | Advertisements -->|M:M| Contracts; | ||
| + | Invoices -->|1:1| Contracts; | ||
| + | Contracts -->|M:1| Invoices; | ||
| + | Payments -->|1:1| Invoices; | ||
| + | Invoices -->|M:M| Payments; | ||
| + | </ | ||