1 (edited by tom 08/17/2024 02:39:36 pm)

Topic: Sales Order enter/edit

If I want to add an item to a SO I type the Item Number  in "Item Code" and the Item Description changes to the item

That is how my old installation ran but running FA 2.4.18 i sometimes see the Item Code and Description field rapidly toggle between the previous value and one I just typed. It is almost like each field has an onChange action and they are battling it out

I have found that if I type in Item Code and instead of enter or tab, if I switch to a different browser tab and go back then it is correct

Anyone seen anything like this?

I am using Brave Browser... Saying that suggests to me I should try a different browser...

I tried Chrome and it did the same thing. video attached

Post's attachments

VID20240817102504.mp4 608 kb, 3 downloads since 2024-08-17 

You don't have the permssions to download the attachments of this post.

Re: Sales Order enter/edit

Check your mouse and it's buttons. Try a new / different working mouse.
Switch chatter / bounce may be at work.
See if the same issue occurs in another similar form page.

3 (edited by tom 08/18/2024 12:07:58 pm)

Re: Sales Order enter/edit

I have my old fa 2.4.6 up and running and it does not happen there (does have ssl)

My new site is local on my LAN and does not have SSL just yet... (docker fun)

Could that be it?
Is the a setting I need to adjust while I am not using https?

Re: Sales Order enter/edit

Check out one of the first lines in includes/session.inc file for the SECURE_ONLY constant.

Re: Sales Order enter/edit

apmuthu wrote:

Check out one of the first lines in includes/session.inc file for the SECURE_ONLY constant.

I tried NULL (as the comment suggested if you need http access) as well as true and no change