[jira] [Commented] (OFBIZ-10534) 'Reserve After Date' for order items

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

[jira] [Commented] (OFBIZ-10534) 'Reserve After Date' for order items

Nicolas Malin (Jira)

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

Jacques Le Roux commented on OFBIZ-10534:
-----------------------------------------

And while at it, we can add French labels (sorry the patch does not correctly pass through C/P because or ar and zh chars):
{code:xml}
    <property key="OrderReserveAfterDate">
         <value xml:lang="en">Reserve After Date</value>
         <value xml:lang="fr">Réserver après cette date</value>
    </property>
    <property key="OrderReserveAfterDateDefault">
         <value xml:lang="en">Default Reserve After Date</value>
         <value xml:lang="fr">Date de réservation par défaut</value>
    </property>
{code}

> 'Reserve After Date' for order items
> ------------------------------------
>
>                 Key: OFBIZ-10534
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10534
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order, product
>            Reporter: Deepak Nigam
>            Assignee: Deepak Nigam
>            Priority: Major
>         Attachments: Image 001.png, OFBiz-10534-reserve-after-date.patch, OFBiz-10534-reserve-after-date.patch, ReserveAfterDate1.png, ReserveAfterDate2.png, ReserveAfterDate3.png, ReserveAfterDate4.png
>
>
> While creating orders from the backend, we have the option to set parameters like 'Ship After Date' and 'Ship Before Date' to manage the fulfilment cycle more efficiently. Inventory gets reserved for the product based on a FIFO basis. Sometimes the fulfilment time for the order is high and inventory unnecessarily gets locked for some time period.
>  
> We can introduce a new parameter (at order item level) 'Reserve After Date' which will indicate the date only after which reservation can happen. In this way, we can manage the stock availability more efficiently.
>  
> This issue relates to OFBIZ-10518
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)