OrderContent - how is the content uploaded?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

OrderContent - how is the content uploaded?

Paul
Hi ,

I looking to attach some documents (scanned images) to order. I can see that the data model has OrderContent Entity. I also see that there are ftl files to show uploaded images attached to the order and OrderContentWrapper.java file providing methods to display content.

What I am unable to find or at least don't see it in the code is a way to upload content to the order. How is this supposed to work or is this something not implemented yet?

Thanks in advance for tips/help
Paul
Reply | Threaded
Open this post in threaded view
|

Re: OrderContent - how is the content uploaded?

BJ Freeman
which version of ofbiz are you using?
can you explain you Upload to order process in more detail?


Paul sent the following on 7/18/2012 10:39 AM:

> Hi ,
>
> I looking to attach some documents (scanned images) to order. I can see that
> the data model has OrderContent Entity. I also see that there are ftl files
> to show uploaded images attached to the order and OrderContentWrapper.java
> file providing methods to display content.
>
> What I am unable to find or at least don't see it in the code is a way to
> upload content to the order. How is this supposed to work or is this
> something not implemented yet?
>
> Thanks in advance for tips/help
> Paul
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/OrderContent-how-is-the-content-uploaded-tp4635015.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: OrderContent - how is the content uploaded?

Jacopo Cappellato-4
In reply to this post by Paul
On Jul 18, 2012, at 7:39 PM, Paul wrote:

> What I am unable to find or at least don't see it in the code is a way to
> upload content to the order. How is this supposed to work or is this
> something not implemented yet?

Yeah, I think this part is not implemented yet.

Jacopo

Reply | Threaded
Open this post in threaded view
|

Re: OrderContent - how is the content uploaded?

Paul
Thanks Jacopo for the clarification. Will go ahead with the implementation.

- Paul