Announcement

Collapse
No announcement yet.

Orders Report

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Orders Report

    Is there a way of automatically generating an orders.csv file each time I download my orders so that I can see these listed for entry into an external order processing application?



    Steve
    Steve Ashdown

    #2
    If you are using Actinic Business, you can use a command line of the format:

    "c:\Program Files\Actinic Ecommerce v6\Catalog.exe" /d /x

    ...which will start Actinic, download and carry out any outstanding exports. Of course, it will only export new orders if you have 'Bypass Catalog Order Processing' checked in 'Business Settings | Ordering'.

    Otherwise, you could use MS Access to create a new database with a table linked to the 'Orders' table in ActinicCatalog.mdb'. The challenge then is to identify the most recent orders. I guess you could run a query on 'Create Date' or else a query to identify the orders that have not been marked as shipped yet.

    Comment

    Working...
    X