This commit is contained in:
TLRZ Seyfferth
2018-01-10 17:29:27 +01:00
parent 134137e3a4
commit 49146a8ba6
5 changed files with 148 additions and 402 deletions
+4
View File
@@ -46,6 +46,10 @@ InventoryArticle.prototype = {
},
get Sale() {
return this.Sold * this.article.PortionPrice;
},
get StepSize() {
singlePack = this.article.Portions == 1;
return singlePack ? 1 : 0.05;
}
};