Hi
I just installed this module for a client to replace their bespoke export they had on their site. This module does the job for them at the moment, but I notice that the CSV export dumps ALL orders and also sorts by product title.
I would like to see an admin page to configure what's included in the export, as my client only want to see the pending orders and certainly doesn't need all their completed orders. Also the CSV is sorted by product title. What would be better is to allow sorting by order id, which would combine the products for a particular customer/order so you can see quickly what a customer purchased in their order.
If you don't want to do this I'm happy to take this on myself.
I've only looked the Drupal 5 version but I'm assuming this is the same for the 6 module.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | uc_excel.patch | 17.75 KB | elusivemind |
Comments
Comment #1
elusivemind commentedHere is a patch I have made for the Drupal 6 version. It adds a bunch of stuff and partially addresses this ticket - so you will need to reinstall it to get the database files. It comes with a control panel, settings per report, the ability to create different reports to export different things, and exporting attributes with products.
Comment #2
hockey2112 commentedCan you possibly provide a pre-patched version of the module? This sounds like exactly what I need, but every time I try to patch the module file using Netbeans on my Windows 7 machine, I receive the error message "Parsing of the patch file failed: Invalid hunk line: diff -crBN uc_excel-old/uc_excel.module us_excel/uc_excel.module"
Comment #3
elusivemind commentedAre you patching a Drupal 5 or Drupal 6 version?
I do have a version of the module that has been patched, but I wanted to be sure you are using the right version