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

Procurement transaction creation displays confusing prices #7

Open
baratgabor opened this issue Feb 17, 2021 · 0 comments
Open

Procurement transaction creation displays confusing prices #7

baratgabor opened this issue Feb 17, 2021 · 0 comments
Labels
enhancement New feature or request frontend Issue pertains to frontend part of solution

Comments

@baratgabor
Copy link
Owner

Transactions aren't designed to be purchase and sales orders; they're more like modeling simple inventory transactions.

But while creating a procurement transaction, the form kind of looks like the products will be purchased for the given amount of money, which is nonsense, since what we're showing is based on the registered price of the products in our own system.

Adjust the form while keeping the following in mind:

  • Would be nice if we didn't have to complicate it further and could still use the same form for sales and procurement.
  • Transactions should be kept as inventory transactions, and we shouldn't overblow this sample app with PO and SO creation, separate purchase price, etc., because it would be too much trouble to model it nicely, and not doing that would make it look stupid.
  • But still keep showing prices in some way, because that adds at least some visually appreciable complexity to the form.
@baratgabor baratgabor added enhancement New feature or request frontend Issue pertains to frontend part of solution labels Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Issue pertains to frontend part of solution
Projects
None yet
Development

No branches or pull requests

1 participant