Screen Greys out Permanently on Certain Screens - 2

@anand Yes i am still experiencing the same problem. The symptoms seem different from others though. As mentioned mine occurs in Sales invoice and Purchase Invoice amongst others.

@anand I just did a fresh install from the master bench and one from the develop and i am having the same issue.

It was updated to the latest in develop branch as of earlier today when I tested and when it still failed.

Now its even worse, when i bench update I get the following:

Traceback (most recent call last):
  File "/usr/local/bin/bench", line 9, in <module>
    load_entry_point('bench==3.0.0', 'console_scripts', 'bench')()
  File "/home/test/bench-repo/bench/cli.py", line 40, in cli
    bench_command()
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 696, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 889, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 534, in invoke
    return callback(*args, **kwargs)
  File "/home/test/bench-repo/bench/commands/update.py", line 31, in update
    version_upgrade = is_version_upgrade()
  File "/home/test/bench-repo/bench/app.py", line 102, in is_version_upgrade
    upstream_version = get_upstream_version('frappe', bench=bench, branch=branch)
  File "/home/test/bench-repo/bench/app.py", line 150, in get_upstream_version
    return get_version_from_string(contents)
  File "/home/test/bench-repo/bench/app.py", line 206, in get_version_from_string
    return match.group(2)

See this: [Important] Error in Bench Update? - #2

@bohlian also, you need to be either in master or develop branch for both erpnext and frappe. If one of the apps has a different branch, it could be the cause of the problem

@woakes070048 which install script did you use?

wget https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh
sudo bash setup_frappe.sh --bench-branch develop

Thanks @anand but the greyed out problem is still there

BTW after awhile of waiting I get this although I doubt it has anything to do with what I’m experiencing.

this is what the page is doing

here is the console logs
erpnext.pos.PointOfSale<.add_new_item_to_grid()
desk:1157
erpnext.pos.PointOfSale<.add_to_cart()
desk:1136
erpnext.pos.PointOfSale<.make_item_list()
desk:965
erpnext.pos.PointOfSale<.make()
desk:842
erpnext.pos.PointOfSale<.setup()
desk:826
erpnext.pos.PointOfSale<.create_new()
desk:806
erpnext.pos.PointOfSale<.onload/<()
desk:673
erpnext.pos.PointOfSale<.get_data_from_server/<.callback()
desk:789
frappe.call/callback()
desk.min.js:1167
frappe.request.call/statusCode200
desk.min.js:1192
frappe.request.call/<()
desk.min.js:1279
n.Callbacks/j()
jquery.min.js:2
n.Callbacks/k.fireWith()
jquery.min.js:2
x()
jquery.min.js:4
.send/b/<()
jquery.min.js:4
desk:1157:3

Are you using production setup or are you using bench start?

bench start

@woakes070048 not getting any error. I tried using it on a fresh install. You can try: http://139.59.4.205:8000 - Administrator/admin

@rohit_w can you look at the POS issue?

@anand i have the same problem with the POS site

http://139.59.4.205:8000/desk#pos

@woakes070048 this looks like a bug in the v7-beta. @rohit_w will look into it. Do you get this issue anywhere else?

In the default erpnext install no but I have the same issue with this plugin that we were checking out.
bench get-app dashboard https://github.com/hercules-global/dashboard.git

I’m still experiencing the problem even after the update, but in a smaller scale, so far only on activity and some reports.

The error log shows this:

Hi @woakes070048 ,

I am checking the issue of POS, meanwhile create one more item and then check pos form

Thanks, Rohit

@rohit_w that fixed the issue.