Skip to content

Commit

Permalink
Update Utility.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Two-Play committed May 26, 2022
1 parent 07f2935 commit e25ba40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/example/preiskalkulation/Utility.java
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,10 @@ public void vorwaertsBerechnung(){
prozent_im_hundert = 100-getKundenrabatt();
setErgebnisKr(getZielverkaufspreis()/prozent_im_hundert*getKundenrabatt());
setNettoverkaufspreis(getZielverkaufspreis()+getErgebnisKr());
if (getUmsatzsteuer() != 0){
setErgebnisUmst(prozentBerechnen(getUmsatzsteuer(),getNettoverkaufspreis()));
setBruttoverkaufspreis(getNettoverkaufspreis()+getErgebnisUmst());
}
}

public void rueckwaertsBerechnung(boolean isMEK_Leer){
Expand Down

0 comments on commit e25ba40

Please sign in to comment.