modification of conversion services
----------------------------------- Key: OFBIZ-302 URL: http://issues.apache.org/jira/browse/OFBIZ-302 Project: OFBiz (The Open for Business Project) Issue Type: Improvement Components: framework Affects Versions: SVN trunk Reporter: Marco Risaliti This patch is an improvement to my previous one. My last patch has added a new service of conversion and is still unresolved. There is now an error message announcing there is no conversion between the two uomId in entry. Please, let me know if you are OK with this approach. All Comments Work Log Change History Sort Order: Comment by buxerolles [19/Jul/05 07:24 AM] [ Permlink ] this patch replace my previous patch "add new conversion fonctionnality Ofbiz-328" description: This patch add a new service of conversion. It's permit to convert an value from an uom to an other, first using UomConversion, then with UomConversionDated. The two uom are not obliged to be in the same record, and can be separated by one (ex: a->b->c). This can be used by exemple by adding conversion with a default uom, (ex: L or Kg). When a date is provided, the conversion use directly UomConversionDated with the given date corresponding to a period of a record of UomConversionDated (useful for currency measure). Comment by buxerolles [20/Jul/05 07:57 AM] [ Permlink ] The first file contains errors so use the vsion 2 Comment by Si Chen [20/Jul/05 09:03 AM] [ Permlink ] Have you seen the service "convertUom"? Can you extend this service rather than creating a new one? Comment by buxerolles [21/Jul/05 08:15 AM] [ Permlink ] I have seen it and so studied it.The problem is the service "convertUom" is coded in minilanguage, and I don't feel at ease with this language :-[ So, I coded it in Java because of the complexity of the algorithm. Anyway, I have checked my new service: it works as well as "convertUom" so it could replace the previous one. Comment by Si Chen [27/Jul/05 06:26 PM] [ Permlink ] Hi. I'm looking through a couple of your patches right now. Just noticed something that you should be aware of: OFBiz is licensed under the MIT Public License, not the GNU Public License. We cannot incorporate GNU Public License code into OFBiz. If you're not comfortable releasing your code under the MIT Public License, please say so. Comment by buxerolles [28/Jul/05 02:25 AM] [ Permlink ] Hi, You can release my code under the MIT Public License. Comment by Marco Risaliti [14/Sep/06 01:58 AM] [ Permlink ] Can I move it ? Thanks Marco It's a copy of the old-jira issue OFBIZ-368 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ http://issues.apache.org/jira/browse/OFBIZ-302?page=all ]
Marco Risaliti updated OFBIZ-302: --------------------------------- Attachment: uomServices.patch uomServices_v2.patch > modification of conversion services > ----------------------------------- > > Key: OFBIZ-302 > URL: http://issues.apache.org/jira/browse/OFBIZ-302 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Attachments: uomServices.patch, uomServices_v2.patch > > > This patch is an improvement to my previous one. My last patch has added a new service of conversion and is still unresolved. There is now an error message announcing there is no conversion between the two uomId in entry. > Please, let me know if you are OK with this approach. > > > All Comments Work Log Change History Sort Order: > Comment by buxerolles [19/Jul/05 07:24 AM] [ Permlink ] > this patch replace my previous patch "add new conversion fonctionnality Ofbiz-328" description: > This patch add a new service of conversion. It's permit to convert an value from an uom to an other, first using UomConversion, then with UomConversionDated. The two uom are not obliged to be in the same record, and can be separated by one (ex: a->b->c). This can be used by exemple by adding conversion with a default uom, (ex: L or Kg). When a date is provided, the conversion use directly UomConversionDated with the given date corresponding to a period of a record of UomConversionDated (useful for currency measure). > Comment by buxerolles [20/Jul/05 07:57 AM] [ Permlink ] > The first file contains errors so use the vsion 2 > Comment by Si Chen [20/Jul/05 09:03 AM] [ Permlink ] > Have you seen the service "convertUom"? Can you extend this service rather than creating a new one? > Comment by buxerolles [21/Jul/05 08:15 AM] [ Permlink ] > I have seen it and so studied it.The problem is the service "convertUom" is coded in minilanguage, and I don't feel at ease with this language :-[ > So, I coded it in Java because of the complexity of the algorithm. Anyway, I have checked my new service: it works as well as "convertUom" so it could replace the previous one. > Comment by Si Chen [27/Jul/05 06:26 PM] [ Permlink ] > Hi. I'm looking through a couple of your patches right now. Just noticed something that you should be aware of: OFBiz is licensed under the MIT Public License, not the GNU Public License. We cannot incorporate GNU Public License code into OFBiz. If you're not comfortable releasing your code under the MIT Public License, please say so. > Comment by buxerolles [28/Jul/05 02:25 AM] [ Permlink ] > Hi, > You can release my code under the MIT Public License. > Comment by Marco Risaliti [14/Sep/06 01:58 AM] [ Permlink ] > Can I move it ? > Thanks > Marco > It's a copy of the old-jira issue OFBIZ-368 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-302?page=all ]
Jacques Le Roux updated OFBIZ-302: ---------------------------------- Attachment: (was: uomServices.patch) > modification of conversion services > ----------------------------------- > > Key: OFBIZ-302 > URL: http://issues.apache.org/jira/browse/OFBIZ-302 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Attachments: uomServices_v2.patch > > > This patch is an improvement to my previous one. My last patch has added a new service of conversion and is still unresolved. There is now an error message announcing there is no conversion between the two uomId in entry. > Please, let me know if you are OK with this approach. > > > All Comments Work Log Change History Sort Order: > Comment by buxerolles [19/Jul/05 07:24 AM] [ Permlink ] > this patch replace my previous patch "add new conversion fonctionnality Ofbiz-328" description: > This patch add a new service of conversion. It's permit to convert an value from an uom to an other, first using UomConversion, then with UomConversionDated. The two uom are not obliged to be in the same record, and can be separated by one (ex: a->b->c). This can be used by exemple by adding conversion with a default uom, (ex: L or Kg). When a date is provided, the conversion use directly UomConversionDated with the given date corresponding to a period of a record of UomConversionDated (useful for currency measure). > Comment by buxerolles [20/Jul/05 07:57 AM] [ Permlink ] > The first file contains errors so use the vsion 2 > Comment by Si Chen [20/Jul/05 09:03 AM] [ Permlink ] > Have you seen the service "convertUom"? Can you extend this service rather than creating a new one? > Comment by buxerolles [21/Jul/05 08:15 AM] [ Permlink ] > I have seen it and so studied it.The problem is the service "convertUom" is coded in minilanguage, and I don't feel at ease with this language :-[ > So, I coded it in Java because of the complexity of the algorithm. Anyway, I have checked my new service: it works as well as "convertUom" so it could replace the previous one. > Comment by Si Chen [27/Jul/05 06:26 PM] [ Permlink ] > Hi. I'm looking through a couple of your patches right now. Just noticed something that you should be aware of: OFBiz is licensed under the MIT Public License, not the GNU Public License. We cannot incorporate GNU Public License code into OFBiz. If you're not comfortable releasing your code under the MIT Public License, please say so. > Comment by buxerolles [28/Jul/05 02:25 AM] [ Permlink ] > Hi, > You can release my code under the MIT Public License. > Comment by Marco Risaliti [14/Sep/06 01:58 AM] [ Permlink ] > Can I move it ? > Thanks > Marco > It's a copy of the old-jira issue OFBIZ-368 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-302?page=all ]
Jacques Le Roux reassigned OFBIZ-302: ------------------------------------- Assignee: Jacques Le Roux > modification of conversion services > ----------------------------------- > > Key: OFBIZ-302 > URL: http://issues.apache.org/jira/browse/OFBIZ-302 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assigned To: Jacques Le Roux > Attachments: uomServices_v2.patch > > > This patch is an improvement to my previous one. My last patch has added a new service of conversion and is still unresolved. There is now an error message announcing there is no conversion between the two uomId in entry. > Please, let me know if you are OK with this approach. > > > All Comments Work Log Change History Sort Order: > Comment by buxerolles [19/Jul/05 07:24 AM] [ Permlink ] > this patch replace my previous patch "add new conversion fonctionnality Ofbiz-328" description: > This patch add a new service of conversion. It's permit to convert an value from an uom to an other, first using UomConversion, then with UomConversionDated. The two uom are not obliged to be in the same record, and can be separated by one (ex: a->b->c). This can be used by exemple by adding conversion with a default uom, (ex: L or Kg). When a date is provided, the conversion use directly UomConversionDated with the given date corresponding to a period of a record of UomConversionDated (useful for currency measure). > Comment by buxerolles [20/Jul/05 07:57 AM] [ Permlink ] > The first file contains errors so use the vsion 2 > Comment by Si Chen [20/Jul/05 09:03 AM] [ Permlink ] > Have you seen the service "convertUom"? Can you extend this service rather than creating a new one? > Comment by buxerolles [21/Jul/05 08:15 AM] [ Permlink ] > I have seen it and so studied it.The problem is the service "convertUom" is coded in minilanguage, and I don't feel at ease with this language :-[ > So, I coded it in Java because of the complexity of the algorithm. Anyway, I have checked my new service: it works as well as "convertUom" so it could replace the previous one. > Comment by Si Chen [27/Jul/05 06:26 PM] [ Permlink ] > Hi. I'm looking through a couple of your patches right now. Just noticed something that you should be aware of: OFBiz is licensed under the MIT Public License, not the GNU Public License. We cannot incorporate GNU Public License code into OFBiz. If you're not comfortable releasing your code under the MIT Public License, please say so. > Comment by buxerolles [28/Jul/05 02:25 AM] [ Permlink ] > Hi, > You can release my code under the MIT Public License. > Comment by Marco Risaliti [14/Sep/06 01:58 AM] [ Permlink ] > Can I move it ? > Thanks > Marco > It's a copy of the old-jira issue OFBIZ-368 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-302?page=all ]
Jacopo Cappellato updated OFBIZ-302: ------------------------------------ Description: This is a copy of the old-jira issue http://jira.undersunconsulting.com/browse/OFBIZ-368 from buxerolles. This patch is an improvement to my previous one. My last patch has added a new service of conversion and is still unresolved. There is now an error message announcing there is no conversion between the two uomId in entry. Please, let me know if you are OK with this approach. All Comments Work Log Change History Sort Order: Comment by buxerolles [19/Jul/05 07:24 AM] [ Permlink ] this patch replace my previous patch "add new conversion fonctionnality Ofbiz-328" description: This patch add a new service of conversion. It's permit to convert an value from an uom to an other, first using UomConversion, then with UomConversionDated. The two uom are not obliged to be in the same record, and can be separated by one (ex: a->b->c). This can be used by exemple by adding conversion with a default uom, (ex: L or Kg). When a date is provided, the conversion use directly UomConversionDated with the given date corresponding to a period of a record of UomConversionDated (useful for currency measure). Comment by buxerolles [20/Jul/05 07:57 AM] [ Permlink ] The first file contains errors so use the vsion 2 Comment by Si Chen [20/Jul/05 09:03 AM] [ Permlink ] Have you seen the service "convertUom"? Can you extend this service rather than creating a new one? Comment by buxerolles [21/Jul/05 08:15 AM] [ Permlink ] I have seen it and so studied it.The problem is the service "convertUom" is coded in minilanguage, and I don't feel at ease with this language :-[ So, I coded it in Java because of the complexity of the algorithm. Anyway, I have checked my new service: it works as well as "convertUom" so it could replace the previous one. Comment by Si Chen [27/Jul/05 06:26 PM] [ Permlink ] Hi. I'm looking through a couple of your patches right now. Just noticed something that you should be aware of: OFBiz is licensed under the MIT Public License, not the GNU Public License. We cannot incorporate GNU Public License code into OFBiz. If you're not comfortable releasing your code under the MIT Public License, please say so. Comment by buxerolles [28/Jul/05 02:25 AM] [ Permlink ] Hi, You can release my code under the MIT Public License. Comment by Marco Risaliti [14/Sep/06 01:58 AM] [ Permlink ] Can I move it ? Thanks Marco was: This patch is an improvement to my previous one. My last patch has added a new service of conversion and is still unresolved. There is now an error message announcing there is no conversion between the two uomId in entry. Please, let me know if you are OK with this approach. All Comments Work Log Change History Sort Order: Comment by buxerolles [19/Jul/05 07:24 AM] [ Permlink ] this patch replace my previous patch "add new conversion fonctionnality Ofbiz-328" description: This patch add a new service of conversion. It's permit to convert an value from an uom to an other, first using UomConversion, then with UomConversionDated. The two uom are not obliged to be in the same record, and can be separated by one (ex: a->b->c). This can be used by exemple by adding conversion with a default uom, (ex: L or Kg). When a date is provided, the conversion use directly UomConversionDated with the given date corresponding to a period of a record of UomConversionDated (useful for currency measure). Comment by buxerolles [20/Jul/05 07:57 AM] [ Permlink ] The first file contains errors so use the vsion 2 Comment by Si Chen [20/Jul/05 09:03 AM] [ Permlink ] Have you seen the service "convertUom"? Can you extend this service rather than creating a new one? Comment by buxerolles [21/Jul/05 08:15 AM] [ Permlink ] I have seen it and so studied it.The problem is the service "convertUom" is coded in minilanguage, and I don't feel at ease with this language :-[ So, I coded it in Java because of the complexity of the algorithm. Anyway, I have checked my new service: it works as well as "convertUom" so it could replace the previous one. Comment by Si Chen [27/Jul/05 06:26 PM] [ Permlink ] Hi. I'm looking through a couple of your patches right now. Just noticed something that you should be aware of: OFBiz is licensed under the MIT Public License, not the GNU Public License. We cannot incorporate GNU Public License code into OFBiz. If you're not comfortable releasing your code under the MIT Public License, please say so. Comment by buxerolles [28/Jul/05 02:25 AM] [ Permlink ] Hi, You can release my code under the MIT Public License. Comment by Marco Risaliti [14/Sep/06 01:58 AM] [ Permlink ] Can I move it ? Thanks Marco It's a copy of the old-jira issue OFBIZ-368 > modification of conversion services > ----------------------------------- > > Key: OFBIZ-302 > URL: http://issues.apache.org/jira/browse/OFBIZ-302 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assigned To: Jacques Le Roux > Attachments: uomServices_v2.patch > > > This is a copy of the old-jira issue http://jira.undersunconsulting.com/browse/OFBIZ-368 from buxerolles. > This patch is an improvement to my previous one. My last patch has added a new service of conversion and is still unresolved. There is now an error message announcing there is no conversion between the two uomId in entry. > Please, let me know if you are OK with this approach. > > > All Comments Work Log Change History Sort Order: > Comment by buxerolles [19/Jul/05 07:24 AM] [ Permlink ] > this patch replace my previous patch "add new conversion fonctionnality Ofbiz-328" description: > This patch add a new service of conversion. It's permit to convert an value from an uom to an other, first using UomConversion, then with UomConversionDated. The two uom are not obliged to be in the same record, and can be separated by one (ex: a->b->c). This can be used by exemple by adding conversion with a default uom, (ex: L or Kg). When a date is provided, the conversion use directly UomConversionDated with the given date corresponding to a period of a record of UomConversionDated (useful for currency measure). > Comment by buxerolles [20/Jul/05 07:57 AM] [ Permlink ] > The first file contains errors so use the vsion 2 > Comment by Si Chen [20/Jul/05 09:03 AM] [ Permlink ] > Have you seen the service "convertUom"? Can you extend this service rather than creating a new one? > Comment by buxerolles [21/Jul/05 08:15 AM] [ Permlink ] > I have seen it and so studied it.The problem is the service "convertUom" is coded in minilanguage, and I don't feel at ease with this language :-[ > So, I coded it in Java because of the complexity of the algorithm. Anyway, I have checked my new service: it works as well as "convertUom" so it could replace the previous one. > Comment by Si Chen [27/Jul/05 06:26 PM] [ Permlink ] > Hi. I'm looking through a couple of your patches right now. Just noticed something that you should be aware of: OFBiz is licensed under the MIT Public License, not the GNU Public License. We cannot incorporate GNU Public License code into OFBiz. If you're not comfortable releasing your code under the MIT Public License, please say so. > Comment by buxerolles [28/Jul/05 02:25 AM] [ Permlink ] > Hi, > You can release my code under the MIT Public License. > Comment by Marco Risaliti [14/Sep/06 01:58 AM] [ Permlink ] > Can I move it ? > Thanks > Marco -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-302?page=comments#action_12460356 ]
Jacques Le Roux commented on OFBIZ-302: --------------------------------------- Not sure what to do with this issue (Geraud Buxerolles has an iCLA)... > modification of conversion services > ----------------------------------- > > Key: OFBIZ-302 > URL: http://issues.apache.org/jira/browse/OFBIZ-302 > Project: OFBiz (The Open for Business Project) > Issue Type: Improvement > Components: framework > Affects Versions: SVN trunk > Reporter: Marco Risaliti > Assigned To: Jacques Le Roux > Attachments: uomServices_v2.patch > > > This is a copy of the old-jira issue http://jira.undersunconsulting.com/browse/OFBIZ-368 from buxerolles. > This patch is an improvement to my previous one. My last patch has added a new service of conversion and is still unresolved. There is now an error message announcing there is no conversion between the two uomId in entry. > Please, let me know if you are OK with this approach. > > > All Comments Work Log Change History Sort Order: > Comment by buxerolles [19/Jul/05 07:24 AM] [ Permlink ] > this patch replace my previous patch "add new conversion fonctionnality Ofbiz-328" description: > This patch add a new service of conversion. It's permit to convert an value from an uom to an other, first using UomConversion, then with UomConversionDated. The two uom are not obliged to be in the same record, and can be separated by one (ex: a->b->c). This can be used by exemple by adding conversion with a default uom, (ex: L or Kg). When a date is provided, the conversion use directly UomConversionDated with the given date corresponding to a period of a record of UomConversionDated (useful for currency measure). > Comment by buxerolles [20/Jul/05 07:57 AM] [ Permlink ] > The first file contains errors so use the vsion 2 > Comment by Si Chen [20/Jul/05 09:03 AM] [ Permlink ] > Have you seen the service "convertUom"? Can you extend this service rather than creating a new one? > Comment by buxerolles [21/Jul/05 08:15 AM] [ Permlink ] > I have seen it and so studied it.The problem is the service "convertUom" is coded in minilanguage, and I don't feel at ease with this language :-[ > So, I coded it in Java because of the complexity of the algorithm. Anyway, I have checked my new service: it works as well as "convertUom" so it could replace the previous one. > Comment by Si Chen [27/Jul/05 06:26 PM] [ Permlink ] > Hi. I'm looking through a couple of your patches right now. Just noticed something that you should be aware of: OFBiz is licensed under the MIT Public License, not the GNU Public License. We cannot incorporate GNU Public License code into OFBiz. If you're not comfortable releasing your code under the MIT Public License, please say so. > Comment by buxerolles [28/Jul/05 02:25 AM] [ Permlink ] > Hi, > You can release my code under the MIT Public License. > Comment by Marco Risaliti [14/Sep/06 01:58 AM] [ Permlink ] > Can I move it ? > Thanks > Marco -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |