aboutsummaryrefslogtreecommitdiffstats
path: root/parse_report.rb
Commit message (Expand)AuthorAgeFilesLines
* Reports pick up their data from the row rather than the sale object.Harald Eilertsen2014-11-141-3/+3
* Refactor code, use blocks instead of returning arrays.Harald Eilertsen2014-11-141-13/+8
* Instantiate reports instead of using static methods.Harald Eilertsen2014-11-141-6/+14
* Autoinvoke render method for all reports loaded.Harald Eilertsen2014-11-141-3/+3
* Autoload using require_relative instead.Harald Eilertsen2014-11-141-1/+1
* Make csv-parsing a method.Harald Eilertsen2014-11-141-12/+18
* Automatically load all report classes.Harald Eilertsen2014-11-141-3/+8
* Report sales by shop.Harald Eilertsen2014-11-141-1/+3
* Report sales by country.Harald Eilertsen2014-11-141-1/+3
* Move reporting to Reports::SalesByDate class.Harald Eilertsen2014-11-131-25/+2
* Make Sale class.Harald Eilertsen2014-11-131-11/+15
* Present sales by date and calculate totals.Harald Eilertsen2014-11-131-8/+21
* Initial commit.Harald Eilertsen2014-02-131-0/+26