Classes

\SilverCommerce\CatalogueAdmin\BulkManager

Name Description
CancelHandler A {@link GridFieldBulkActionHandler} for bulk cancelling records EMPTY
CollectedHandler A {@link GridFieldBulkActionHandler} for bulk cancelling records EMPTY
DispatchedHandler A {@link GridFieldBulkActionHandler} for bulk cancelling records EMPTY
PaidHandler A {@link GridFieldBulkActionHandler} for bulk cancelling records EMPTY
PartPaidHandler A {@link GridFieldBulkActionHandler} for bulk cancelling records EMPTY
PendingHandler A {@link GridFieldBulkActionHandler} for bulk cancelling records EMPTY
ProcessingHandler A {@link GridFieldBulkActionHandler} for bulk cancelling records EMPTY
RefundHandler A {@link GridFieldBulkActionHandler} for bulk cancelling records EMPTY

\SilverCommerce\OrdersAdmin\Admin

Name Description
OrderAdmin Add interface to manage orders through the CMS EMPTY

\SilverCommerce\OrdersAdmin\Control

Name Description
DisplayController Controller responsible for displaying either an rendered order or a rendered quote that can be emailed or printed. EMPTY

\SilverCommerce\OrdersAdmin\Extensions

Name Description
AccountControllerExtension Add extra fields to a user account (if the users module is installed) to allow logged in users to see their invoices. EMPTY
AdminExtension Inject extra requirements into the CMS EMPTY
ContactExtension Add additional functions to a contact EMPTY
GroupExtension Overwrite group object and setup default groups EMPTY
MemberExtension Add additional settings to a memeber object EMPTY
SiteConfigExtension Add additional settings to the default siteconfig EMPTY

\SilverCommerce\OrdersAdmin\Factory

Name Description
LineItemFactory Factory that handles setting up line items based on submitted data EMPTY
OrderFactory No description available EMPTY

\SilverCommerce\OrdersAdmin\Forms\GridField

Name Description
AddLineItem A specific gridfield field designed to allow the creation of a new order item and that auto completes all fields from a pre-defined object (default Product). EMPTY
OrdersDetailForm Edit form specifically customised for the Orders module. This deals with editing Order and Estimate objects specificaly and isn't really intended to be more flexible in terms of support (though this might be added later). EMPTY
OrdersDetailForm_ItemRequest No description available EMPTY
ReadOnlyGridField Enables relations on a non-editable object to be viewed/edited. EMPTY

\SilverCommerce\OrdersAdmin\Model

Name Description
Estimate Represents an estimate (an unofficial quotation that has not yet been paid for) EMPTY
Invoice Order objects track all the details of an order and if they were completed or not. EMPTY
LineItem A LineItem is a single line item on an order, extimate or even in the shopping cart. EMPTY
LineItemCustomisation A single customisation that can be applied to a LineItem. EMPTY
Notification No description available EMPTY

\SilverCommerce\OrdersAdmin\Tasks

Name Description
OrdersMigrationTask Task to handle migrating orders/items to newer versions EMPTY

\SilverCommerce\OrdersAdmin\Tests

Name Description
EstimateTest No description available EMPTY
InvoiceTest No description available EMPTY
LineItemFactoryTest No description available EMPTY
LineItemTest No description available EMPTY
OrderFactoryTest No description available EMPTY