Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misleading terms "ordered/Bestellt" and "received/Bekommen" #1016

Open
amigalemming opened this issue Jun 28, 2023 · 4 comments
Open

Misleading terms "ordered/Bestellt" and "received/Bekommen" #1016

amigalemming opened this issue Jun 28, 2023 · 4 comments

Comments

@amigalemming
Copy link

In the PDF of an order we have the columns "Bestellt" and "Bekommen". I think they are pretty misleading and we had already some occassions where the processor of an order got that wrong. I think "Bestellt" should be phrased "Gewünscht" and "Bekommen" should be "Bestellt" instead. The problem is that "Bekommen" is not what we actually receive from the supplier. It is what we eventually order from the supplier. The quantity actually shipped by the supplier can again differ from what we ordered there.
Unfortunately the internal identifiers are also "ordered" and "received".

@yksflip
Copy link
Member

yksflip commented Jun 28, 2023

hey!
thanks for this hint. I think you're right, this can be confusing!
I think it's phrased received/bekommen because one can actually change the numbers of item's that were actually delivered from the supplier in the receive-order flow. Or did I get you wrong here?

Nevertheless, changing the headlines in the pdf-view to something clearer would be a simple change.
Changing the variable names, would be a bigger refactoring.

@amigalemming
Copy link
Author

amigalemming commented Jun 28, 2023 via email

@yksflip
Copy link
Member

yksflip commented Jun 28, 2023

Yes! It should be updated. Also in the Matrix PDF is a Column called Gelieferte Gebinde

@twothreenine
Copy link
Contributor

twothreenine commented Feb 3, 2024

Thought: Should we make the headlines change with the state of the order?

To recap, order states are:

in code English German
open open laufend
finished closed beendet
received received in Empfang genommen
closed settled abgerechnet

You can skip the receive step.
Note that closed (in code) != closed (in frontend). This can be quite confusing!
Also, order.finished? will return true for received orders as well (code).

Back to the column headings:
I think there should be consistent terminology across all menus to avoid further confusion.
Currently "ordered" is used both as in "ordered by an ordergroup" as well as in "ordered from the supplier":
On the group order result page there's "ordered" (amount + tolerance of one's ordergroup -- change this to "desired"?) and "available" (considering orders of all groups). Meanwhile, in the receive menu, there's "desired" (amount + tolerance of all groups), ordered (from the supplier -- add "from supplier"?), and "received" (from the supplier - change this to "delivered"?).
Alternatively to "desired" / "gewünscht," we could also name it "to receive" / "zu bekommen."

In the order management menu and the PDFs, there's always "ordered" and "received." I think these should be:
open/closed/received order: desired / available (or "to receive")
settled order: desired / received
In PDFs downloaded from closed/received orders, I suggest adding an empty third column "received" to be filled out manually.

What do you think?

Note: This affects the article unit upgrade where we have to adapt the PDFs.

in the Matrix PDF is a Column called Gelieferte Gebinde

The translation is loose here. In English, it's "received units"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants