mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 08:40:12 +01:00
2021-04-06 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'RadioTraffic.com Traffic Reconciliation' to 'Original RadioTraffic.com Traffic Reconciliation (DEPRECATED)' in rdadmin(1). * Added a new 'RadioTraffic.com Traffic Reconciliation' report. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -613,6 +613,10 @@ bool RDReport::generateReport(const QDate &startdate,const QDate &enddate,
|
||||
ret=ExportRadioTraffic(filename,startdate,enddate,mixname,0);
|
||||
break;
|
||||
|
||||
case RDReport::RadioTraffic2:
|
||||
ret=ExportRadioTraffic(filename,startdate,enddate,mixname,1);
|
||||
break;
|
||||
|
||||
case RDReport::VisualTraffic:
|
||||
ret=ExportDeltaflex(filename,startdate,enddate,mixname);
|
||||
break;
|
||||
@@ -697,6 +701,9 @@ QString RDReport::filterText(RDReport::ExportFilter filter)
|
||||
return QObject::tr("NPR/DS SoundExchange Report");
|
||||
|
||||
case RDReport::RadioTraffic:
|
||||
return QObject::tr("Original RadioTraffic.com Traffic Reconciliation (DEPRECATED)");
|
||||
|
||||
case RDReport::RadioTraffic2:
|
||||
return QObject::tr("RadioTraffic.com Traffic Reconciliation");
|
||||
|
||||
case RDReport::VisualTraffic:
|
||||
@@ -771,6 +778,7 @@ bool RDReport::multipleDaysAllowed(RDReport::ExportFilter filter)
|
||||
case RDReport::CbsiDeltaFlex:
|
||||
case RDReport::TextLog:
|
||||
case RDReport::RadioTraffic:
|
||||
case RDReport::RadioTraffic2:
|
||||
case RDReport::VisualTraffic:
|
||||
case RDReport::CounterPoint:
|
||||
case RDReport::CounterPoint2:
|
||||
@@ -804,6 +812,7 @@ bool RDReport::multipleMonthsAllowed(RDReport::ExportFilter filter)
|
||||
case RDReport::TextLog:
|
||||
case RDReport::BmiEmr:
|
||||
case RDReport::RadioTraffic:
|
||||
case RDReport::RadioTraffic2:
|
||||
case RDReport::VisualTraffic:
|
||||
case RDReport::CounterPoint:
|
||||
case RDReport::CounterPoint2:
|
||||
|
||||
Reference in New Issue
Block a user