Export orders for printing / easy working with?

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
jossnaz
Posts: 46
Joined: 22 Jul 2016, 01:19

Export orders for printing / easy working with?

Post by jossnaz » 15 Aug 2016, 20:36

my client asked me if there is an easy way for him to get at the order data.

That is in form of a csv export or the like, a way that simplifies it for him to print out the address etc for the packages.

now there exists an export button, but its grayed out:

http://imageshack.com/i/pmqAo6zUp


is there another way to access the order information easily?

User avatar
aimeos
Administrator
Posts: 7866
Joined: 01 Jan 1970, 00:00

Re: Export orders for printing / easy working with?

Post by aimeos » 15 Aug 2016, 21:03

Aimeos is more tailored to bigger environments where specialized systems care about order handling. At the moment, there's no order export available in the administration interface and there's also no "standard" format yet (CSV doesn't suit very well for complex data like orders). You can easily write an export tailored for your client by using the PHP API, i.e. searchItems() of the order manager and load() from the order base manager.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply