Pending Sales report

Spinball

Customer
Hi guys,
would it be possible to have a link to produce an order report as a CSV and PDF please?
Our book keeper demands one this and I am having to run this query to get it
SELECT FROM_UNIXTIME(completed_date,'%Y-%m-%d') as "ORDER DATE",business_title as "CUSTOMER",country_code as "COUNTRY",sales_tax_id as "TAX ID",currency,taxable_order_total as "SUBTOTAL",sales_tax as "TAX",cost_amount as "TOTAL" FROM xf_dbtech_ecommerce_order,xf_dbtech_ecommerce_address
WHERE xf_dbtech_ecommerce_order.address_id = xf_dbtech_ecommerce_address.address_id
AND completed_date >= UNIX_TIMESTAMP("2024-06-01") and completed_date <= UNIX_TIMESTAMP("2024-08-31")
ORDER BY completed_date
This example is for June, July and August.

Hopefully you can produce with a user selected date range. It's essential for accounting purposes.
Many thanks.
 
Upvote 0
Hello @Spinball,

Thank you for your suggestion for DragonByte eCommerce. Your request will be reviewed by a member of our team shortly.

Unless there are any problems preventing these features from being added to the product, this thread will not receive another reply until it is time to review logged feature requests for implementation.

We appreciate you taking the time to help us improve our products!


- DragonByte Tech Staff
 

DragonByte eCommerce

XenForo 2.0.6+ XenForo 2.1.x XenForo 2.2.x XenForo 2.3.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,017
Customer rating
4.86 star(s) 7 ratings
Back
Top