-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
enhancementNew feature or requestNew feature or requestfrontendIssue pertains to frontend part of solutionIssue pertains to frontend part of solution
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfrontendIssue pertains to frontend part of solutionIssue pertains to frontend part of solution