"; print_r($mainfests); echo ""; */ // "id":"8","deliverable_code":"TPCD1","name":"Test Paid Content Deliverable","description":"Test " $headers = array('Delivery Code'=>'delivery_code','Description'=>'description'); $action['function_name'] = "edit_manifest"; $action['icon_path'] = 'pages/sub_pages/images/actions/Edit.png'; $action['parameters'] = array('[delivery_code]'); $action['title'] = 'Edit Manifest '; $actions[] = $action; $action['function_name'] = "delete_manifest"; $action['icon_path'] = 'pages/sub_pages/images/actions/Delete.png'; $action['parameters'] = array('[delivery_code]'); $action['title'] = 'Delete Manifest '; $actions[] = $action; $str = AreteXDT::TableList($headers,$actions,$mainfests); $str .= << function edit_manifest(delivery_code) { load_linked_screen('manifest_form',delivery_code); } function delete_manifest(delivery_code) { if (confirm('Delete Manifest with Delivery Code: '+delivery_code+'? \\n *WARNING*\\nIf this Manifest has pending deliveries, those deliveries will canceled, regardless of the payment status.')) { jQuery.ajax({ type: 'POST', url: ajaxurl, async: false, // Yes, the A is for Asyncronous... but the X is for XML. dataType: 'json', data: { action: 'atx_delete_manifest', delivery_code: delivery_code, }, success: function(data){ var item; if (data.status == 'Error') { alert('Error - Manifest Not Deleted'); } else { alert(data.status); if (data.status == 'OK') { nav_max(); load_screen('manifests'); } } } }); } } jQuery( document ).tooltip(); END_S; } return $str; } ?>

Manifest Management

Add
Manifest Management Help

Manifests are built from Deliverables. It is the Manifest that contains all the pieces or items (Deliverables) that will be sold as a Product. It is also the Manifest that holds the record of delivery for each Deliverable, assuring the appropriate delivery schedule of the different Product pieces in a timely fashion.

On this management screen you will see a list of the Manifests you have created.

Edit (pencil icon) - Use to add or remove Deliverables from this Manifest. Be aware that if you change the Manifest, the next scheduled delivery(ies) will act on the new Manifest.

Note: If you want to copy a current manifest so that you can add or subtract items without losing the current Manifest, see the Copy Manifest checkbox under Edit.

Delete (trashcan) - If this Manifest has pending deliveries, those deliveries will canceled, regardless of the payment status. Be aware that any Manifest may be used for different products. You can search for your targeted Manifest in the Product screen under the Delivery Code column. Proceed with caution.