Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include tax total and shipping total in Order export #719

Closed
RandomJo opened this issue Feb 16, 2019 · 3 comments
Closed

Include tax total and shipping total in Order export #719

RandomJo opened this issue Feb 16, 2019 · 3 comments
Assignees
Labels
💡 enhancement Ideas and suggestions 💰 tax
Milestone

Comments

@RandomJo
Copy link

Description

My client's accountant needs a way to reconcile all of the sales tax charged each year. Currently there is no built-in way to export that information for orders. It looks like the Order export feature that is built in does no joining of other tables so we don't get any information about how much of the order total was for tax and how much was for shipping.

We were able to solve this by writing custom queries with Sprout reports, but it feels like this should be a common need for any ecommerce business. For our purposes, we just need a shipping total and a tax total for each order, but others may need to see different types of taxes split out.

I know that we're running a bit behind with Craft Commerce, but I didn't see anything related to this in the release notes. If this has been addressed in a newer version, please let me know. We're about to upgrade shortly to take advantage of some of your recent changes.

Additional info

  • Craft version: Craft Pro 3.0.29
  • Commerce version: 2.0.0-beta.13.1
@lukeholder lukeholder added the 💡 enhancement Ideas and suggestions label Feb 18, 2019
@lukeholder
Copy link
Member

lukeholder commented Feb 18, 2019

@RandomJo Looks like we should add an order details CSV export that includes line items and adjustments. Added it to the list.

@lukeholder lukeholder changed the title [Feature Request] Include tax total and shipping total in Order export Include tax total and shipping total in Order export Feb 18, 2019
@boldenamsterdam
Copy link

Hi @lukeholder any status update on this topic when this can be expected?

@lukeholder lukeholder added this to the 2.2 milestone Oct 11, 2019
@nfourtythree nfourtythree modified the milestones: 2.2, 3.0 Oct 19, 2019
@nfourtythree
Copy link
Contributor

This has been completed and will be included in the next 2.2.x release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 enhancement Ideas and suggestions 💰 tax
Projects
None yet
Development

No branches or pull requests

4 participants