You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2016/06/06 21:15:21 UTC

[jira] [Comment Edited] (OFBIZ-294) orderType configurable prefixes

    [ https://issues.apache.org/jira/browse/OFBIZ-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15317252#comment-15317252 ] 

Jacques Le Roux edited comment on OFBIZ-294 at 6/6/16 9:15 PM:
---------------------------------------------------------------

I don't know but at least I did not find any orderPurchasePrefix, orderSalesPrefix or orderTypePrefix in all code.
And nothing like that has been implemented, not sure we need it OOTB...


was (Author: jacques.le.roux):
I don't know but at least I did not find any orderPurchasePrefix, orderSalesPrefix or orderTypePrefix in all code

> orderType configurable prefixes
> -------------------------------
>
>                 Key: OFBIZ-294
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-294
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: Trunk
>            Reporter: Marco Risaliti
>            Priority: Minor
>
> Copy of http://jira.undersunconsulting.com/browse/OFBIZ-889 from Si Chen.
> =======================================
> I was reading Hans's README.pdf for opentravelsystems and thought one of his ideas could be added to OFBiz. Hans had added "S" for sales orders and "P" for purchase orders in orderIds, and I thought we could set it so that OrderType can have two additional fields: 
> - useStorePrefix - If set to "N", then do not use productStoreId's prefix. 
> - orderTypePrefix - Someone can set a prefix for this order type. 
> So purchase orders could be set to useStorePrefix="N" and orderTypePrefix="P" and sales orders could be set to useStorePrefix="Y" and orderTypePrefix=null or ="S"
>  
>  
>  All    Comments    Work Log    Change History       Sort Order:   
> Comment by Fred Forester [20/May/06 06:44 AM] [ Permlink ] 
> Si, 
> I was looking at how to do this the night before you posted it to jira. I may need a little more detail on where these changes would go and would be glad to do the coding for it. 
> Fred 
> Comment by Si Chen [22/May/06 11:08 AM] [ Permlink ] 
> I was thinking about adding two more fields into OrderType entity and then in OrderServices.java createOrder service, early on, to load the OrderType based on the orderTypeId passed in and check those two fields. 
> This should be pretty easy to do but I want to make sure David, Jacopo, Hans, etc. like the idea as well. 
> Comment by Jacopo Cappellato [01/Sep/06 09:31 AM] [ Permlink ] 
> Si, 
> I like this idea. However we could slightly simplify it: 
> 1) add a new field OrderType.orderTypePrefix (or orderTypeId) 
> 2) if orderTypePrefix is null then the prefix set in the product store is used (if present) 
> Comment by Marco Risaliti [13/Sep/06 04:08 PM] [ Permlink ] 
> is this improvement will be implemented ? 
> In this case I will move it to the new jira server. 
> Thanks 
> Marco 
> It's a copy of the old-jira issue OFBIZ-889.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)