Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Manage invoices

  1. #1
    henry.net is offline Junior Member
    Join Date
    Jan 2010
    Posts
    3

    Question Manage invoices

    Is possible create a new entity "Invoices" in the Admin site? I want create the document "Invoice" from an order and manage it like the other entities (for example Orders).
    If it's possible (we have source code with version ML 8.0.1.2) can I have a short list of step to do this?

    Thanks, Enrico

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Open the menuData.xml file from {root}/admin/skins/skin_# folder, and add this line.

    Code:
    <item Text="Invoices" NavigateUrl="ManageInvoices.aspx"  LookId="TopItemLook"/>
    ManageInvoices.aspx - should be the page you've created for managing invoices.

  3. #3
    henry.net is offline Junior Member
    Join Date
    Jan 2010
    Posts
    3

    Default Manage Invoices

    Thank you Alfred, it's ok.