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 Priority: Minor Attachments: 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 |
[ https://issues.apache.org/jira/browse/OFBIZ-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre TALLOTTE updated OFBIZ-4172: ----------------------------------- Attachment: facility-tracking.patch > 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 > Priority: Minor > Labels: lot, tracking > Attachments: 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 |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Geisert reassigned OFBIZ-4172: ---------------------------------------- Assignee: Christian Geisert > 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: 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 |
In reply to this post by Nicolas Malin (Jira)
[ 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 Hi Pierre, This patch has not been done from root, but application folder. This can be easily overcome but we have no manufacturing/webapp/manufacturing/jobshopmgt/ProductionRunForms.xml in OFBiz only manufacturing/widget/manufacturing/ProductionRunForms.xml. I gues it comes from Neogia. Also fo easier use we prefer to have the Jira issue number in the patch file name Anyway here is attached a correct patch for those interested Thanks for the work! > 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, 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 |
In reply to this post by Nicolas Malin (Jira)
[ 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 |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096866#comment-13096866 ] Erwan de FERRIERES commented on OFBIZ-4172: ------------------------------------------- Jacques, Pierre was a trainee at Néréide, and is no more working on this. You can make all changes to want before commiting it to OFBiz, if you want. Cheers, > 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 |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096894#comment-13096894 ] Jacques Le Roux commented on OFBIZ-4172: ---------------------------------------- Hi Erwan, Thanks for the info. I think it's an interesting patch... > 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 |
In reply to this post by Nicolas Malin (Jira)
Hi Erwan and Jacques,
Pierre TALLOTTE is no more working on this subject but i'm. I will send you an updated batch with some improvement and fix. Pierre On 04/09/2011 14:52, Erwan de FERRIERES (JIRA) wrote: > [ https://issues.apache.org/jira/browse/OFBIZ-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096866#comment-13096866 ] > > Erwan de FERRIERES commented on OFBIZ-4172: > ------------------------------------------- > > Jacques, > > Pierre was a trainee at Néréide, and is no more working on this. You can make all changes to want before commiting it to OFBiz, if you want. > > Cheers, > >> 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 > > > |
Administrator
|
Thanks Pierre,
I have made some minor changes (mostly amended labels and fields names) and uploaded them on the Jira... Jacques From: "pierre.gaudin" <[hidden email]> > Hi Erwan and Jacques, > > Pierre TALLOTTE is no more working on this subject but i'm. > > I will send you an updated batch with some improvement and fix. > > Pierre > > On 04/09/2011 14:52, Erwan de FERRIERES (JIRA) wrote: >> [ >> https://issues.apache.org/jira/browse/OFBIZ-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096866#comment-13096866 ] >> >> Erwan de FERRIERES commented on OFBIZ-4172: >> ------------------------------------------- >> >> Jacques, >> >> Pierre was a trainee at Néréide, and is no more working on this. You can make all changes to want before commiting it to OFBiz, >> if you want. >> >> Cheers, >> >>> 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 >> >> >> > > |
Administrator
|
In reply to this post by Nicolas Malin (Jira)
From: "Jacques Le Roux" <[hidden email]>
> Thanks Pierre, > > I have made some minor changes (mostly amended labels and fields names) and uploaded them on the Jira... You can easily find them by comparing my 1st patch to the 2d... Jacques > Jacques > > From: "pierre.gaudin" <[hidden email]> >> Hi Erwan and Jacques, >> >> Pierre TALLOTTE is no more working on this subject but i'm. >> >> I will send you an updated batch with some improvement and fix. >> >> Pierre >> >> On 04/09/2011 14:52, Erwan de FERRIERES (JIRA) wrote: >>> [ >>> https://issues.apache.org/jira/browse/OFBIZ-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13096866#comment-13096866 ] >>> >>> Erwan de FERRIERES commented on OFBIZ-4172: >>> ------------------------------------------- >>> >>> Jacques, >>> >>> Pierre was a trainee at Néréide, and is no more working on this. You can make all changes to want before commiting it to OFBiz, >>> if you want. >>> >>> Cheers, >>> >>>> 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 >>> >>> >>> >> >> > |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4172. ---------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Jacques Le Roux (was: Christian Geisert) Thanks Pierre, Your patch is in trunk at r1195037 > 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: Jacques Le Roux > Priority: Minor > Labels: lot, tracking > Fix For: SVN trunk > > 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. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |