frappe / books

Free Accounting Software
https://frappe.io/books
GNU Affero General Public License v3.0
2.68k stars 614 forks source link

Item List not working on some form, Account list also not working on some form.. #761

Closed Sunitsarode closed 8 months ago

Sunitsarode commented 8 months ago

Hi, I am newly installed frappe books to my system. I found several errors regarding relation dropdown button as follows

  1. In Form "Add New Item" : When I am adding new item to the system the purchase account dropdown list not showing all accounts. e.g. "Cost of Goods Sold" account is not there. Sometimes it may be there and most times not. What is this issue?

  2. In Form "Add New Stock Movement" : Same error occurred. I have total 15 items in list when I tried to add any existing Item it didn't show in the drop down there. and ask to create the new one. When I created new Item as test item from this then only that newly created Item is showing, ( How to add existing 15 items to stock movement?)

image image

Requested to resolve this issue on early basis.. :)

Sunitsarode commented 8 months ago

I think the autocomplete code might not suggest available items from item table. I am new to system, but It may locate in the code at "/books/src/components/Controls/AutoComplete.vue"

Sunitsarode commented 8 months ago

The error is resolved when I enable Track Inventory of items. image