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 4 of 4

Thread: Custom Reporting - Order Audit

  1. #1
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default Custom Reporting - Order Audit

    Can someone tell me if ASPDNSF is doing any type of order auditing?
    For example, if an admin user places a Phone order, can we capture which user is placing that order on behalf of the individual?

  2. #2
    Mike The Last Boyscout is offline User
    Join Date
    Nov 2008
    Posts
    254

    Default

    Our software doesn't record that out-of-box, but it would only take small mod to add the ability to record that information as part of the order.

  3. #3
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default

    Quote Originally Posted by AspDotNetStorefront Staff - Mike View Post
    Our software doesn't record that out-of-box, but it would only take small mod to add the ability to record that information as part of the order.
    Ok, wanted to check with the experts first as I haven't dug down into the guts of the source yet.

    Will adding a field to the Orders table and storing the CustomerID of who placed the order affect our ability to update our software in the future?

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

    Default

    Not exactly, if ever you upgraded to our future builds. Whatever customizations/changes you made to the .aspx/cs as well in the AspDotNetStorefront projects, you'll have to reapply them after the upgrade as they'll be replaced with the new version, however, the DB will stay intact. So, it's essential to always keep a backup before performing any changes to the site.