add reception account transfer/mixed
This commit is contained in:
@@ -135,6 +135,17 @@ class DailyListing
|
||||
return $days_between > $days_visiblity;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* cutler győr-ben a nap záráshoz ezt nyomtatjuk ki
|
||||
* Ez a metódus csak akkor használható, ha csak ez a statisztika kell
|
||||
* */
|
||||
public function readMixed(){
|
||||
$this->readProductsByCategory();
|
||||
$this->readTicketStas();
|
||||
$this->readMoneyMovements();
|
||||
}
|
||||
|
||||
public function readTotalEasy(){
|
||||
$this->readTicketMoney();
|
||||
$this->readProductsMoney();
|
||||
|
||||
Reference in New Issue
Block a user