Currency conversion error after apply the responsive updates!

Hello, All!

after I apply the updates in my branch of ERPNext, I started to get the error currency conversion, but:

1 - I have the import and export functionality disabled.
2 - the currency is the same for the item, the customer, the price list and order of sale, here are some pictures, I hope you can help


The sales order


I have gotten this error for every product we select.





Maxwell Morais
(+55 11) 3931-1412 Ramal 31
www.realizemodulados.com.br



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     
Will fix this by tomorrow. 

Sent from my phone

On 18-Jul-2013, at 7:36 PM, Maxwell Morais <ma...@gmail.com> wrote:

Hello, All!

after I apply the updates in my branch of ERPNext, I started to get the error currency conversion, but:

1 - I have the import and export functionality disabled.
2 - the currency is the same for the item, the customer, the price list and order of sale, here are some pictures, I hope you can help


The sales order


I have gotten this error for every product we select.





Maxwell Morais
(+55 11) 3931-1412 Ramal 31
 www.realizemodulados.com.br



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     
Hi Max,

We've fixed this. Please pull the latest updates.

-Anand.

On 18-Jul-2013, at 8:13 PM, Anand Doshi <an...@iwebnotes.com> wrote:

Will fix this by tomorrow. 

Sent from my phone

On 18-Jul-2013, at 7:36 PM, Maxwell Morais <ma...@gmail.com> wrote:

Hello, All!

after I apply the updates in my branch of ERPNext, I started to get the error currency conversion, but:

1 - I have the import and export functionality disabled.
2 - the currency is the same for the item, the customer, the price list and order of sale, here are some pictures, I hope you can help


The sales order


I have gotten this error for every product we select.





Maxwell Morais
(+55 11) 3931-1412 Ramal 31
 www.realizemodulados.com.br




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     

I’m having a similar problem but with a purchase recipt. 


I am trying to create a purchase recipt from a Purchase order using the “make purchase recipt” button.

I have updated and cleared the cache. and the console shows the following error:

Cleared App Cache. all-app.min.js:84
Starting up… all-app.min.js:2239
Traceback (innermost last):
File “…/lib/webnotes/handler.py”, line 132, in handle
execute_cmd(cmd)
File “…/lib/webnotes/handler.py”, line 172, in execute_cmd
ret = call(method, webnotes.form_dict)
File “…/lib/webnotes/handler.py”, line 189, in call
return fn(**newargs)
File “…/app/buying/doctype/purchase_order/purchase_order.py”, line 236, in make_purchase_receipt
}, target_doclist, set_missing_values)
File “…/lib/webnotes/model/mapper.py”, line 82, in get_mapped_doclist
postprocess(source, target_doclist)
File “…/app/buying/doctype/purchase_order/purchase_order.py”, line 206, in set_missing_values
bean.run_method(“set_missing_values”)
File “…/lib/webnotes/model/bean.py”, line 241, in run_method
getattr(self.controller, method)()
File “…/app/controllers/buying_controller.py”, line 54, in set_missing_values
self.set_missing_item_details(get_item_details)
File “…/app/controllers/accounts_controller.py”, line 84, in set_missing_item_details
ret = get_item_details(args)
File “…/app/buying/utils.py”, line 69, in get_item_details
out.update(_get_price_list_rate(args, item_bean, meta))
File “…/app/buying/utils.py”, line 121, in _get_price_list_rate
validate_currency(args, item, meta)
File “…/app/utilities/transaction_base.py”, line 461, in validate_currency
meta.get_label(“conversion_rate”), args.company)
File “…/app/utilities/transaction_base.py”, line 443, in validate_conversion_rate
raise_exception=True)
File “…/lib/webnotes/init.py”, line 128, in msgprint
raise ValidationError, msg
ValidationError: Please enter valid Exchange Rate: 1 USD = [?] ARS



On Friday, July 19, 2013 5:23:16 AM UTC-3, Anand Doshi wrote:
Hi Max,

We’ve fixed this. Please pull the latest updates.

-Anand.

On 18-Jul-2013, at 8:13 PM, Anand Doshi <an…@iwebnotes.com> wrote:

Will fix this by tomorrow. 

Sent from my phone

On 18-Jul-2013, at 7:36 PM, Maxwell Morais <ma…@gmail.com> wrote:

Hello, All!

after I apply the updates in my branch of ERPNext, I started to get the error currency conversion, but:

1 - I have the import and export functionality disabled.
2 - the currency is the same for the item, the customer, the price list and order of sale, here are some pictures, I hope you can help


The sales order


I have gotten this error for every product we select.





Maxwell Morais
(+55 11) 3931-1412 Ramal 31
 www.realizemodulados.com.br




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     

 



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     
@Hernan, 

Fixed the issue, please pull the latest updates

On 19-Jul-2013, at 9:02 PM, Hernan Gonzalez wrote:

I'm having a similar problem but with a purchase recipt. 

I am trying to create a purchase recipt from a Purchase order using the "make purchase recipt" button.

I have updated and cleared the cache. and the console shows the following error:

Cleared App Cache. all-app.min.js:84
Starting up... all-app.min.js:2239
Traceback (innermost last): File "../lib/webnotes/handler.py", line 132, in handle execute_cmd(cmd) File "../lib/webnotes/handler.py", line 172, in execute_cmd ret = call(method, webnotes.form_dict) File "../lib/webnotes/handler.py", line 189, in call return fn(**newargs) File "../app/buying/doctype/purchase_order/purchase_order.py", line 236, in make_purchase_receipt }, target_doclist, set_missing_values) File "../lib/webnotes/model/mapper.py", line 82, in get_mapped_doclist postprocess(source, target_doclist) File "../app/buying/doctype/purchase_order/purchase_order.py", line 206, in set_missing_values bean.run_method("set_missing_values") File "../lib/webnotes/model/bean.py", line 241, in run_method getattr(self.controller, method)() File "../app/controllers/buying_controller.py", line 54, in set_missing_values self.set_missing_item_details(get_item_details) File "../app/controllers/accounts_controller.py", line 84, in set_missing_item_details ret = get_item_details(args) File "../app/buying/utils.py", line 69, in get_item_details out.update(_get_price_list_rate(args, item_bean, meta)) File "../app/buying/utils.py", line 121, in _get_price_list_rate validate_currency(args, item, meta) File "../app/utilities/transaction_base.py", line 461, in validate_currency meta.get_label("conversion_rate"), args.company) File "../app/utilities/transaction_base.py", line 443, in validate_conversion_rate raise_exception=True) File "../lib/webnotes/__init__.py", line 128, in msgprint raise ValidationError, msg ValidationError: Please enter valid Exchange Rate: 1 USD = [?] ARS



On Friday, July 19, 2013 5:23:16 AM UTC-3, Anand Doshi wrote:
Hi Max,

We've fixed this. Please pull the latest updates.

-Anand.

On 18-Jul-2013, at 8:13 PM, Anand Doshi <an...@iwebnotes.com> wrote:

Will fix this by tomorrow. 

Sent from my phone

On 18-Jul-2013, at 7:36 PM, Maxwell Morais <ma...@gmail.com> wrote:

Hello, All!

after I apply the updates in my branch of ERPNext, I started to get the error currency conversion, but:

1 - I have the import and export functionality disabled.
2 - the currency is the same for the item, the customer, the price list and order of sale, here are some pictures, I hope you can help


The sales order


I have gotten this error for every product we select.





Maxwell Morais
(+55 11) 3931-1412 Ramal 31
 www.realizemodulados.com.br




Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     

 



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups “ERPNext Developer Forum” group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.

     

     



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

    For more options, visit https://groups.google.com/groups/opt_out.