frappe / books

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

Bug on new item creation: Item X is linked with existing records #175

Closed bynicolas closed 3 years ago

bynicolas commented 4 years ago

There is a relation between incomeAccount and expenseAccount that must be made in regards to items.

On the Items screen's QuickEditForm, the field for incomeAccount and expenseAccount are not showing so you cannot link your new item to the correct chart account for those attributes.

My chart of accounts has non english account name, if that can help pin point the issue.

A similar behaviour is shown in #130, but in that particular case, a field is available to choose a correct account value.

ccrvlh commented 4 years ago

+1 same here.

madeadi commented 3 years ago

+1 same here

Luigi- commented 3 years ago

+1 same here using version 0.0.3-beta.13

tlccstudio commented 3 years ago

+1 same here, makes the product not usable on linux ubuntu 18. Tried many things to make it work.
image image

oaeide commented 3 years ago

Same :(

18alantom commented 3 years ago

@bynicolas, @oaeide can you provide steps to reproduce? Unable to replicate it on v0.0.3-beta.13. or master when the country is set to India (Engilish).

A few things that will help in debugging this issue:

wouter-deen commented 3 years ago

I'm also having this issue. I'm from the Netherlands and I tried it first with the Netherlands country preset. Then, I deleted my db file, I re-created my company in the app, and selected United States instead. This still gave me the same problem, when doing almost anything. I can't even book any expenses or income. See screenshots below:

image Clicking save results in this popup: image

18alantom commented 3 years ago

Thanks, setting the country as the Netherlands caused the issue to pop up. Should be fixed in the next release.

18alantom commented 3 years ago

Fixed in https://github.com/frappe/books/pull/241