/************************* Change History ***************************** 07/20/2006 - Jian Wu - Created this file. 08/18/2006 - Paulo Kuong - Change exclusive to exclusivity - Added rights granted 08/21/2006 - Paulo Kuong - Removed label and corporate entity inputs 10/16/2006 - Paulo Kuong - Get rid of the last comma for the data displays the dms and territory restrictions ************************************************************************/ ?>
| Digital Distribution Type: |
if(count($dig_distribution_type ?? [])){
foreach ($dig_distribution_type as $value){
echo $value." "; } } ?> |
|---|---|
| Contract Effective Date: | =format_date($cont_start)?> |
| Contract Initial Term Expiration Date: | =format_date($cont_end)?> |
| Current Term Expiration Date: | if ($unlimited_roll == 'Y') echo 'Unlimited Roll'; else echo date('Y-m-d', strtotime("$cont_start + $rollover_length_in_months months")); ?> |
| Exclusivity: | =ucwords(str_replace("_"," - ",$exclusive))?> |
| Marketing Restriction: | =($marketing_restrictions=='N')?"No":"Yes"?> |
| Negotiated Changes: | =($negotiated_changes == 'N' ? 'No' : 'Yes')?> |
| Negotiated Change Comments: | =$negotiated_change_comments?> |
| Unlimited Roll: | =($unlimited_roll == 'Y' ? 'Yes' : 'No')?> |
| Rollover Length in Months: | =$rollover_length_in_months?> |
| Can Terminate before Rollover Ends: | =($can_terminate == 'Y' ? 'Yes' : 'No')?> |
| Notice Required in Days: | =$notice_required_in_days?> |
| Extend Term Until Recouped: | =($extend_until_recouped == 'Y' ? 'Yes' : 'No')?> |
| Advance Recoupable Percentage: | =$advance_recoupable_percentage * 100?>% |
| Base Split to Label: | =$txtDigitalSplit*100?>% |
|---|---|
| Minimum Payment Threshold Level: | $getAdvanceQ = 'select c.id, c.currency_name, c.ISO_4217_code, c.symbol_html_entity_code from vendor_contract vc inner join currencies c on c.id = vc.currency_id where vc.id = ?'; $getAdvanceQrs = $wrapperObj->executeQuery($getAdvanceQ, [$id + $old_contract_id]); if ($getAdvanceQrs === false) { show_pdo_error($getAdvanceQ, $wrapperObj->getLastStatement()); } $getAdvanceQrsrow = $getAdvanceQrs[0]; if (!empty($getAdvanceQrsrow)) { $temp_currency_id = $getAdvanceQrsrow['id']; $temp_currency = $getAdvanceQrsrow['currency_name']; $temp_ISO_code = $getAdvanceQrsrow['ISO_4217_code']; $temp_currency_symbol=$getAdvanceQrsrow['symbol_html_entity_code']; } ?>=$temp_currency_symbol?> =$txtMinPayThresh?> =$temp_ISO_code?> |
| Encoding Fee Cap - Back Catalogue: | =$txtBackCatalogueFee?> |
| Encoding Fee Cap - New Releases: | =$txtNewReleasesFee?> |
| Extend Term Until Amount is Recouped?: | =($extend_until_recouped=='N')?"No":"Yes"?> |
| Rights Granted: | $getRightsGranted = 'select * from vendor_contract_rights_granted where contract_id = ?'; $getRightsGrantedrs = $wrapperObj->executeQuery($getRightsGranted, [$id + $old_contract_id]); if ($getRightsGrantedrs === false) { show_pdo_error($getRightsGranted, $wrapperObj->getLastStatement()); } $rightsGrantedArr = array(); foreach ($getRightsGrantedrs as $getRightsGrantedrsrow) { $rightsGrantedArr[$getRightsGrantedrsrow['contract_rights_granted_id']] = $getRightsGrantedrsrow['rights_granted']; } ?>=ucwords(str_replace('_',' ',implode(', ',$rightsGrantedArr)))?> |
| Payout Currency: | if($temp_ISO_code){?> =$temp_currency.' ('.$temp_ISO_code.')'?> }?> |
| Take Full Track Publishing | if($oms_type){ switch ($oms_type){ case 'none': echo 'Never'; break; case 'label': echo "From Label's Share"; break; case 'orchard': echo "From Orchard's Share"; break; case 'both': echo "Before the split"; break; } } ?> |
| Take Ringtone Publishing | if($ringtone_publishing_type){ switch ($ringtone_publishing_type){ case 'none': echo 'Never'; break; case 'label': echo "From Label's Share"; break; case 'orchard': echo "From Orchard's Share"; break; case 'both': echo "Before the split"; break; } } ?> |
| Take Physical Full Track Publishing | if ($physical_track_publishing_type){ switch ($physical_track_publishing_type){ case 'none': echo 'Never'; break; case 'label': echo "From Label's Share"; break; case 'orchard': echo "From Orchard's Share"; break; case 'both': echo "Before the split"; break; } } ?> |
| OMS Mechanical Administration Commission | =($oms_fee_percentage ? ($oms_fee_percentage*100).'%' : '')?> |
| Other Rights: | if($other_rights){ switch ($other_rights){ case 'any_and_all': echo 'Any and All'; break; case 'other': echo 'Other: '.$other_rights_text; break; case 'none': echo 'None'; break; } } ?> |
| Special Product Split: | =$special_product_split?> | Special Product Carveout: | =$special_product_carveout?> |
| Payment Interval: | =$payment_interval?> |
| Pay After: | =($pay_after?$pay_after.' Days':'')?> |
| YouTube Composition Clause: | =($youtube_composition_clause=='Y' ? 'Yes' : 'No')?> |
|---|---|
| Opt-Out Clause: | =($opt_out=='Y' ? 'Yes' : 'No')?> |
| Apply FX Spread: | =($apply_fx_spread=='Y' ? 'Yes' : 'No')?> |
| Sync Admin Split: | =$sync_admin_commission?> |
|---|---|
| Sync Admin Type of Deal: | =ucwords(str_replace('_',' ',$sync_admin_type_of_deal))?> |
| Royalty Collection Split: | =$royalty_collection_commission?> |
| SX Royalty Collection Split: | =$sx_royalty_collection_commission?> |
| Label's Split - BRAND: | =($brand_split * 100).'%'?> |
| Orchard Compilation Agreement: | |
| Orchard Compilation Split (Label Share): | |
| Orchard Compilation Authorization Required: |