string(11) "load_screen" ["plugin"]=> string(18) "ecommerce-services" ["screen"]=> string(13) "manifest_form" ["filter_key"]=> string(3) "ABC" ["back_screen"]=> string(1) "4" } */ $aretex_core_path = get_option('aretex_core_path'); if (file_exists($aretex_core_path.'AreteX_WPI_DI.class.php')) { require_once($aretex_core_path.'AreteX_WPI_DI.class.php'); if ((! empty($_REQUEST['filter_key'])) && ($_REQUEST['filter_key'] == 'none')) $_REQUEST['filter_key'] = false; if (! empty($_REQUEST['filter_key'])) { $title = "Edit Delivery Manifest"; // Load the manifest $manifest = AreteX_WPI_DI::get_delivery_code($_REQUEST['filter_key'],true); $delivery_code = 'value="'.$manifest['delivery_code'].'" readonly="readonly" '; $description = 'value="'.$manifest['description'].'" '; } else { $title = "Add New Delivery Manifest"; $delivery_code = ''; $description = ''; } ?> Back

Delivery Code
style="width: 80px;" />
 Let AreteX™ Assign Delivery Code
 Copy as New Manifest
Manifest Description
id="manifest_description" />
Type the name or deliverable code of the deliverable you want to add to this manifest. Select from the filtered list.
Find Deliverable:
(See the table below for a list of current deliverables on this manifest.)
Add Manifest Help Edit Manifest Help

Manifests are built from deliverables. Build and manage your manifests for your Products here.

If you wish to copy this Manifest in order to save work, check the Copy as New Manifest box.

To add a Manifest, type in a unique Delivery Code or let AreteX™ assign one.

Be sure the Description is meaningful to better understand what this Manifest contains.

Find Deliverable - Begin typing the name or code to see a filtered listing of your Deliverables. Click on the Deliverable to add it to the list below. To clear the Find search box, select Clear Find Box.

If you wish to delete a Deliverable from this manifest, click the Delete (Circle/Minus) icon below. This will only delete the Deliverable from this particular Manifest, and not from your full listing of Deliverables available.

Be sure to Save your work when you are done.


'. ' '; return $del_button; } // deliverables if (! empty($_REQUEST['filter_key'])) { foreach($manifest['deliverables'] as $deliverable) { $str = ''; $str .= ""; $str .= ""; $str .= ""; $str .= ""; $str .= ""; $str .= ""; if (empty($deliverable['type_details']['duration'])) $duration = 'Unlimited'; else $duration = $deliverable['type_details']['duration']; $str .= ""; $str .= ""; if ($deliverable['schedule']['maximum_deliveries'] <= 0) $deliverable['schedule']['maximum_deliveries'] = 'Until Canceled'; $str .= ""; $str .= ''; echo $str; } } ?>
Action Deliverable Code Name Description Delivery Type Deliv. Type Descriptor First Delivery (Days after Purchase) Authorization Duration (Days) Re-Authorization Cycle Total ReAuth
'.make_del_button($deliverable['id']).'{$deliverable['deliverable_code']}{$deliverable['name']}{$deliverable['description']}{$deliverable['delivery_type']}{$deliverable['type_details']['descriptor']}{$deliverable['schedule']['first_delivery']}$duration{$deliverable['schedule']['delivery_cycle']}{$deliverable['schedule']['maximum_deliveries']}