Some cleaning up in the reports. [skip ci]

This commit is contained in:
James Cole
2015-01-02 11:04:51 +01:00
parent 426d3d948c
commit 3be1cdb249
4 changed files with 57 additions and 34 deletions

View File

@@ -108,6 +108,15 @@ interface ReportQueryInterface
*/
public function journalsByExpenseAccount(Carbon $start, Carbon $end);
/**
* This method returns all deposits into asset accounts, grouped by the revenue account,
* @param Carbon $start
* @param Carbon $end
*
* @return Collection
*/
public function journalsByRevenueAccount(Carbon $start, Carbon $end);
/**
* With an equally misleading name, this query returns are transfers to shared accounts. These are considered
* expenses.