Class Module_admin_orders

Description

Module page class.

Located in /adminzone/pages/modules/admin_orders.php (line 24)


	
			
Method Summary
tempcode add_note ()
tempcode delete_order ()
tempcode dispatch ()
?array get_entry_points ()
tempcode hold_order ()
?array info ()
tempcode misc ()
tempcode order_details ()
tempcode order_export ()
tempcode return_order ()
tempcode run ()
void send_dispatch_notification (AUTO_LINK $order_id)
tempcode show_orders ()
tempcode _add_note ()
void _order_export ([boolean $inline = false])
Methods
add_note (line 383)

UI to add note to an order

  • return: The interface.
tempcode add_note ()
delete_order (line 514)

Function to delete order

  • return: The interface.
tempcode delete_order ()
dispatch (line 463)

Function to dispatch an order

  • return: The interface.
tempcode dispatch ()
get_entry_points (line 49)

Standard modular entry-point finder function.

  • return: A map of entry points (type-code=>language-code) (NULL: disabled).
?array get_entry_points ()
hold_order (line 554)

Function to hold an order

  • return: The interface.
tempcode hold_order ()
info (line 32)

Standard modular info function.

  • return: Map of module info (NULL: module is disabled).
?array info ()
misc (line 96)

The do-next manager for order module

  • return: The UI
tempcode misc ()
order_details (line 274)

UI to show details of an order

  • return: The interface.
tempcode order_details ()
order_export (line 574)

Function to display export order list filters

  • return: The interface.
tempcode order_export ()
return_order (line 534)

Function to return order items

  • return: The interface.
tempcode return_order ()
run (line 59)

Standard modular run function.

  • return: The result of execution.
tempcode run ()
send_dispatch_notification (line 486)

Function to dispatch an order

void send_dispatch_notification (AUTO_LINK $order_id)
  • AUTO_LINK $order_id: Order Id
show_orders (line 116)

UI to show all orders

  • return: The interface.
tempcode show_orders ()
_add_note (line 434)

Actualizer to add not to an order

  • return: The interface.
tempcode _add_note ()
_order_export (line 615)

Actulizer to build csv from the selected filters

void _order_export ([boolean $inline = false])
  • boolean $inline: Whether to avoid exit (useful for unit test).

Documentation generated on Sun, 02 Jan 2011 23:07:54 +0000 by phpDocumentor 1.4.3