Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add readme and license. | Harald Eilertsen | 2014-12-11 | 7 | -0/+768 |
| | |||||
* | Reports pick up their data from the row rather than the sale object. | Harald Eilertsen | 2014-11-14 | 5 | -33/+37 |
| | |||||
* | Refactor code, use blocks instead of returning arrays. | Harald Eilertsen | 2014-11-14 | 1 | -13/+8 |
| | |||||
* | Instantiate reports instead of using static methods. | Harald Eilertsen | 2014-11-14 | 4 | -9/+17 |
| | |||||
* | Autoinvoke render method for all reports loaded. | Harald Eilertsen | 2014-11-14 | 1 | -3/+3 |
| | |||||
* | Autoload using require_relative instead. | Harald Eilertsen | 2014-11-14 | 1 | -1/+1 |
| | |||||
* | Make csv-parsing a method. | Harald Eilertsen | 2014-11-14 | 1 | -12/+18 |
| | |||||
* | Automatically load all report classes. | Harald Eilertsen | 2014-11-14 | 1 | -3/+8 |
| | |||||
* | Report sales by shop. | Harald Eilertsen | 2014-11-14 | 3 | -3/+43 |
| | |||||
* | Report sales by country. | Harald Eilertsen | 2014-11-14 | 3 | -3/+42 |
| | |||||
* | Move reporting to Reports::SalesByDate class. | Harald Eilertsen | 2014-11-13 | 2 | -25/+36 |
| | |||||
* | Make Sale class. | Harald Eilertsen | 2014-11-13 | 2 | -11/+40 |
| | |||||
* | Present sales by date and calculate totals. | Harald Eilertsen | 2014-11-13 | 1 | -8/+21 |
| | |||||
* | Initial commit. | Harald Eilertsen | 2014-02-13 | 1 | -0/+26 |
Parse the CSV-file, and aggregate total sales by date. |