We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user I want to set a price i sold the item for so that i can keep track of sales
user
items-page
item-card
verkauft...
input
abbrechen
bestätigen
Gewinn
feature/us19/item-add-soldForPrice
button
itemCard
real VK:
The text was updated successfully, but these errors were encountered:
Super job!!!
Sorry, something went wrong.
No branches or pull requests
Value Proposition
As a
user
I want to set a price i sold the item for
so that i can keep track of sales
Description
Acceptance Criteria
items-page
on eachitem-card
there is a button calledverkauft...
input
to enter a numberabbrechen
+bestätigen
abbrechen
closes the popUp with data unchangedbestätigen
will add the entered number to items dataitem-card
Gewinn
gets calculated depending on actual sellingPrice and gets displayed onitem-card
Tasks
feature/us19/item-add-soldForPrice
and switch into itbutton
onitemCard
to open up the popUpreal VK:
+ calculatedGewinn
onitem-card
(Gewinn now is real, not calculated with targetPrice anymore)The text was updated successfully, but these errors were encountered: