Hello Devs,
I found (View Image) buttons on order view page on demo instance <https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=WSCO10000>, and I was curious to find no such UI in the application to associate an image to order. I explored the button history and tried to find the purpose behind this, and didn't find any way to add an image(content) to the order except via Webtools. FYI, I also found a ticket in JIRA for this button, OFBIZ-7257 <https://issues.apache.org/jira/browse/OFBIZ-7257>, and here also the button functionality is found broken. I would like to propose making this feature generic, i.e. a feature where a user will be able to add different types of content(image, document, URL, etc.) to an order. Also, the order image feature is not exactly available in the order workflow, so we can improve it this way. I would like to know your thoughts on it and tell me if I missed anything here. Waiting for your replies. Thanks & Regards, Devanshu Vyas. |
Devanshu,
First look your proposal looks promising, +1 for that. I'll try to give another look to your proposal and see If I have something to add then I'll get back. Just one quick thought, we can use OrderContent entity and in the seqId we would put NA for header level content. -- Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com www.hotwax.co On Fri, Sep 29, 2017 at 2:14 PM, Devanshu Vyas <[hidden email]> wrote: > Hello Devs, > > I found (View Image) buttons on order view page on demo instance > <https://demo-trunk.ofbiz.apache.org/ordermgr/control/ > orderview?orderId=WSCO10000>, > and I was curious to find no such UI in the application to associate an > image to order. I explored the button history and tried to find the purpose > behind this, and didn't find any way to add an image(content) to the order > except via Webtools. > FYI, I also found a ticket in JIRA for this button, OFBIZ-7257 > <https://issues.apache.org/jira/browse/OFBIZ-7257>, and here also the > button functionality is found broken. > > I would like to propose making this feature generic, i.e. a feature where a > user will be able to add different types of content(image, document, URL, > etc.) to an order. Also, the order image feature is not exactly available > in the order workflow, so we can improve it this way. > > I would like to know your thoughts on it and tell me if I missed anything > here. > Waiting for your replies. > > > Thanks & Regards, > Devanshu Vyas. > |
Administrator
|
Hi Devanshu,
+1 for your proposition as well, handling it in OFBIZ-7257 seems to fit Jacques Le 05/10/2017 à 16:06, Rishi Solanki a écrit : > Devanshu, > > First look your proposal looks promising, +1 for that. > I'll try to give another look to your proposal and see If I have something > to add then I'll get back. > > Just one quick thought, we can use OrderContent entity and in the seqId we > would put NA for header level content. > > > -- > Rishi Solanki > Sr Manager, Enterprise Software Development > HotWax Systems Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxsystems.com > www.hotwax.co > > On Fri, Sep 29, 2017 at 2:14 PM, Devanshu Vyas <[hidden email]> > wrote: > >> Hello Devs, >> >> I found (View Image) buttons on order view page on demo instance >> <https://demo-trunk.ofbiz.apache.org/ordermgr/control/ >> orderview?orderId=WSCO10000>, >> and I was curious to find no such UI in the application to associate an >> image to order. I explored the button history and tried to find the purpose >> behind this, and didn't find any way to add an image(content) to the order >> except via Webtools. >> FYI, I also found a ticket in JIRA for this button, OFBIZ-7257 >> <https://issues.apache.org/jira/browse/OFBIZ-7257>, and here also the >> button functionality is found broken. >> >> I would like to propose making this feature generic, i.e. a feature where a >> user will be able to add different types of content(image, document, URL, >> etc.) to an order. Also, the order image feature is not exactly available >> in the order workflow, so we can improve it this way. >> >> I would like to know your thoughts on it and tell me if I missed anything >> here. >> Waiting for your replies. >> >> >> Thanks & Regards, >> Devanshu Vyas. >> |
Thanks Jacques. I will summarise the implementation points and update the
ticket <https://issues.apache.org/jira/browse/OFBIZ-7257> for the same. Thanks & Regards, Devanshu Vyas. On Wed, Nov 8, 2017 at 6:12 PM, Jacques Le Roux < [hidden email]> wrote: > Hi Devanshu, > > +1 for your proposition as well, handling it in OFBIZ-7257 seems to fit > > Jacques > > > > Le 05/10/2017 à 16:06, Rishi Solanki a écrit : > >> Devanshu, >> >> First look your proposal looks promising, +1 for that. >> I'll try to give another look to your proposal and see If I have something >> to add then I'll get back. >> >> Just one quick thought, we can use OrderContent entity and in the seqId we >> would put NA for header level content. >> >> >> -- >> Rishi Solanki >> Sr Manager, Enterprise Software Development >> HotWax Systems Pvt. Ltd. >> Direct: +91-9893287847 >> http://www.hotwaxsystems.com >> www.hotwax.co >> >> On Fri, Sep 29, 2017 at 2:14 PM, Devanshu Vyas <[hidden email] >> > >> wrote: >> >> Hello Devs, >>> >>> I found (View Image) buttons on order view page on demo instance >>> <https://demo-trunk.ofbiz.apache.org/ordermgr/control/ >>> orderview?orderId=WSCO10000>, >>> and I was curious to find no such UI in the application to associate an >>> image to order. I explored the button history and tried to find the >>> purpose >>> behind this, and didn't find any way to add an image(content) to the >>> order >>> except via Webtools. >>> FYI, I also found a ticket in JIRA for this button, OFBIZ-7257 >>> <https://issues.apache.org/jira/browse/OFBIZ-7257>, and here also the >>> button functionality is found broken. >>> >>> I would like to propose making this feature generic, i.e. a feature >>> where a >>> user will be able to add different types of content(image, document, URL, >>> etc.) to an order. Also, the order image feature is not exactly available >>> in the order workflow, so we can improve it this way. >>> >>> I would like to know your thoughts on it and tell me if I missed anything >>> here. >>> Waiting for your replies. >>> >>> >>> Thanks & Regards, >>> Devanshu Vyas. >>> >>> > |
Free forum by Nabble | Edit this page |