| Author |
Order Summary Report by SKU - Commerce Express
|
|
| soffeweb 2005-09-26, 2:12 pm |
| We are trying to get Accelerator to output an order summary report by SKU. The report needs to show the total of all orders by SKU and the quantity.
Here would be an example of the output to give you a better idea of what is needed:
Example of a order summary by SKU:
Searched from dates: 9-25-05 to 9-25-05 with order status "Payment Approved":
SKU ---------------------------Quantity
M037-001-LGE-------------- 18
9078-001-3XL--------------- 1
886L-028-MED-------------- 5
Have you seen this done before, or could you possibly point me in a direction to get this accomplished?
Thanks!!! | |
| Robert Brown 2005-09-27, 5:57 pm |
| I would review this guide. Fairly easy to customize the reporting
framework now.
ftp://ftp.software.ibm.com/software...
work.pdf
Otherwise, write your own administrative JSP interface.
R
> We are trying to get Accelerator to output an order summary report by
> SKU. The report needs to show the total of all orders by SKU and the
> quantity.
> Here would be an example of the output to give you a better idea of
> what is needed:
>
> Example of a order summary by SKU:
>
> Searched from dates: 9-25-05 to 9-25-05 with order status "Payment
> Approved":
>
> SKU ---------------------------Quantity
> M037-001-LGE-------------- 18
> 9078-001-3XL--------------- 1
> 886L-028-MED-------------- 5
>
>
> Have you seen this done before, or could you possibly point me in a
> direction to get this accomplished?
> Thanks!!!
>
>
>
> --
> soffeweb
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message1214608.html
>
>
>
| |
|
| Use the tools framework to get the desired screen, and for customization of process commands use OrderAccessBean, OrderItemAccessBean and write your customized process and display the result.
If you are able to get orders then the rest is to process using the above bean.
Martin
|
|
|
|