[
https://issues.apache.org/jira/browse/OFBIZ-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Le Roux updated OFBIZ-4172:
-----------------------------------
Attachment: OFBIZ-4172-facility-tracking.patch
Another patch version with some minor
* labels changes
* formatting
* trailing white spaces removed
There are 2 merging conflicts with
* ProductErrorUiLabels.xml
* ProductUiLabels.xml
Also I think we should replace
{code}
+ <or>
+ <if-compare-field operator="greater"
field="parameters.quantity" to-field="availableToPromiseTotal" type="Integer"/>
+ <if-compare-field operator="greater"
field="parameters.quantity" to-field="quantityOnHandTotal" type="Integer" />
+ </or>
{code}
by
{code}
+ <condition>
+ <if-compare-field operator="greater"
field="parameters.quantity" to-field="availableToPromiseTotal" type="Integer"/>
+ </condition>
{code}
> Managing of lot number and tracking
> -----------------------------------
>
> Key: OFBIZ-4172
> URL: https://issues.apache.org/jira/browse/OFBIZ-4172
> Project: OFBiz
> Issue Type: New Feature
> Components: manufacturing, product
> Affects Versions: SVN trunk
> Reporter: Pierre TALLOTTE
> Assignee: Christian Geisert
> Priority: Minor
> Labels: lot, tracking
> Attachments: OFBIZ-4172-facility-tracking.patch,
> OFBIZ-4172-facility-tracking.patch, facility-tracking.patch,
> facility-tracking.patch
>
>
> This patch adds features who allows a user to managing all product by lot id :
> - when he buys a product, he can specify the lot id ;
> - at each time he produces an inventory item in manufacturing, he can
> specify the lot id ;
> - he can choose the lot he wants when he makes a sale order or a
> manufacturing process ;
> - there is a new screen who allows the user to realize the tracking of their
> lots.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira