Issues with Currency on Develop Branch

As I’m playing along with the develop branch of frappe, I’m faced with the following issues:

  1. Although a currency exchange rate for ZMW-ZMK has been fixed to 1 ZMK = 1 ZMW, the system is continuously asking me for that exchange rate.
  2. Enabling, disabling currency is not working … screen stays pale and you cannot click or edit any field… (I’ve tried under both account, administrator and System User.)

Does anybody else has the same issues?

Do you see anything in your error console? Your custom script might be breaking.

Hi @rmehta, thanks.

How would I access the error console?

Here is what I got

[ Error] Viewport argument key “minimal-ui” not recognized and ignored. (desk, line 8)
[Warning] Unexpected CSS token: : (desk.min.css, line 4372)
[Warning] Unexpected CSS token: : (desk.min.css, line 7038)
[Warning] Unexpected CSS token: : (desk.min.css, line 7048)
[Warning] Invalid CSS property declaration at: * (desk.min.css, line 7576)
[Warning] Invalid CSS property declaration at: * (desk.min.css, line 7803)
[Warning] Invalid CSS property declaration at: * (desk.min.css, line 7807)
[Warning] Unexpected CSS token: : (desk.min.css, line 7870)
[Warning] Unexpected CSS token: : (desk.min.css, line 7878)
[Warning] Unexpected CSS token: : (desk.min.css, line 7886)
[Warning] Invalid CSS property declaration at: * (desk.min.css, line 10176)
[Warning] Invalid CSS property declaration at: * (desk.min.css, line 11623)
[Error] TypeError: undefined is not an object (evaluating ‘data.forEach’)
get_item_dashboard_data (desk, line 7)
render (desk, line 6)
callback (desk, line 5)
callback (desk.min.js, line 7482)
(anonymous function) (desk.min.js, line 7484)
(anonymous function) (desk.min.js, line 7490)
j (jquery.min.js, line 2)
fireWith (jquery.min.js, line 2)
x (jquery.min.js, line 4)
(anonymous function) (jquery.min.js, line 4)
[Error] TypeError: undefined is not an object (evaluating ‘c.sender.indexOf’)
prepare_timeline_item (form.min.js, line 358)
render_timeline_item (form.min.js, line 357)
refresh (form.min.js, line 357)
refresh (form.min.js, line 335)
(anonymous function) (form.min.js, line 335)
dispatch (jquery.min.js, line 3)
dispatch (report.min.js, line 198)
handle (jquery.min.js, line 3)
trigger (jquery.min.js, line 3)
(anonymous function) (jquery.min.js, line 3)
each (jquery.min.js, line 2)
each (jquery.min.js, line 2)
trigger (jquery.min.js, line 3)
render_form (form.min.js, line 66)
(anonymous function) (form.min.js, line 74)
(anonymous function) (form.min.js, line 227)
map (jquery.min.js, line 2)
trigger (form.min.js, line 227)
setnewdoc (form.min.js, line 74)
refresh (form.min.js, line 56)
load (form.min.js, line 14)
(anonymous function) (form.min.js, line 14)
callback (desk.min.js, line 7881)
callback (desk.min.js, line 7482)
(anonymous function) (desk.min.js, line 7484)
(anonymous function) (desk.min.js, line 7490)
j (jquery.min.js, line 2)
fireWith (jquery.min.js, line 2)
x (jquery.min.js, line 4)
(anonymous function) (jquery.min.js, line 4)
[Warning] Deprecation warning: moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to Be careful when falling back to Date constructor · Issue #1407 · moment/moment · GitHub for more info. (desk.min.js, line 70)
$@http://xx.xx.xx.117/assets/js/desk.min.js:70:6961
http://xx.xx.xx.117/assets/js/desk.min.js:140:2916
http://xx.xx.xx.117/assets/js/desk.min.js:70:146
global code@http://xx.xx.xx.117/assets/js/desk.min.js:70:149

@Francois_Ifitwala do you have a custom script?

Also which transaction are you making?

Hi @rmehta,
No custom scripts, no fancy thing. A very fresh repent installation. This was me trying to do the first transaction on the system,… A purchase receipt from one currency (Zar) to the company currency.

Cheers