| Author |
Message |
|
blueeyes
|
Post subject: Inventory Adjustment Posted: Sun Dec 11, 2011 9:05 am |
|
Joined: Sat Mar 12, 2011 11:57 am Posts: 18
|
|
Am using version 3.3. Can't seem to make inventory adjustments anymore. When I press on the + sign, nothing happens. I used to be able to make inventory adjustments when I was using version 3.2 Any idea what I am doing wrong?
Thank you!
| Attachments: |
File comment: Can't add lines to this screen

Inventory Adjustment Screen.JPG [ 45.61 KiB | Viewed 313 times ]
|
|
|
 |
|
 |
|
alvin
|
Post subject: Re: Inventory Adjustment Posted: Sun Dec 11, 2011 11:56 am |
|
Joined: Wed Nov 21, 2007 10:30 am Posts: 569
|
|
I do not see a place to enter sku... you may want to try log out, and restart the browser...
_________________ Alvin
|
|
 |
|
 |
|
hucka
|
Post subject: Re: Inventory Adjustment Posted: Mon Dec 12, 2011 1:57 pm |
|
Joined: Wed Sep 21, 2011 11:42 am Posts: 93 Location: Brno, Czech Republic
|
|
It works for me correctly. If the restart of the browser won't help, then try to empty browser's cache, or different browser or try it from the different computer. Anyway, it is almost certainly.
|
|
 |
|
 |
|
ReneK
|
Post subject: Re: Inventory Adjustment Posted: Fri Dec 16, 2011 5:34 am |
|
Joined: Mon Mar 01, 2010 5:32 am Posts: 554 Location: Netherlands
|
|
Could you have a look at the java-script error console. It is best to clear the current messages and then reload the page. if you post the errors you get then i can help.
_________________ Rene Kervezee
|
|
 |
|
 |
|
blueeyes
|
Post subject: Re: Inventory Adjustment Posted: Fri Dec 16, 2011 9:13 pm |
|
Joined: Sat Mar 12, 2011 11:57 am Posts: 18
|
|
 |
|
 |
|
ReneK
|
Post subject: Re: Inventory Adjustment Posted: Sat Dec 17, 2011 8:35 am |
|
Joined: Mon Mar 01, 2010 5:32 am Posts: 554 Location: Netherlands
|
Java-script halts all actions when it encounters a error. i think you problem is on the main page. Can you have a look at the page in code line 89. the store id contains a value that is not excepted by Java-script Code: function clearForm() { document.getElementById('id').value = 0; [color=#FF0000] document.getElementById('store_id').value = 0;[/color] document.getElementById('purchase_invoice_id').value = ''; document.getElementById('post_date').value = '17/12/2011'; document.getElementById('adj_reason').value = ''; while (document.getElementById('item_table').rows.length > 0) removeInvRow(1); addInvRow(); }
_________________ Rene Kervezee
|
|
 |
|
 |
|
rulola
|
Post subject: Re: Inventory Adjustment Posted: Sat Dec 17, 2011 3:50 pm |
|
Joined: Fri Aug 28, 2009 8:50 am Posts: 186 Location: Miami, FL
|
|
Rene, thanks for the tip.
I had the same problem on a fresh install.
The problem is that $_SESSION['admin_prefs']['def_store_id'] has a null value. It needs to be set to 0 during the install.
Try this: Company->Users->Bring up your user information ->Save and log out.
It solves the problem for adjustments and for transfers.
_________________ Ruben.
|
|
 |
|
 |
|
blueeyes
|
Post subject: Re: Inventory Adjustment Posted: Sun Dec 25, 2011 2:15 pm |
|
Joined: Sat Mar 12, 2011 11:57 am Posts: 18
|
|
Thank you for the help. All is working!
|
|
 |
|
 |
|
argenta_tech
|
Post subject: Re: Inventory Adjustment Posted: Sat Jan 21, 2012 9:07 pm |
|
Joined: Sat Jan 21, 2012 4:21 pm Posts: 1
|
|
 |
|
 |
|