* Added several new tests (from/to_year command line option variations and new transaction types)
* Reworked time filter logic to fix two bugs related to -f and -t options:
* with time filtering on, running sums reflected only filtered transactions, instead of all transactions (in other words, running sums should not be affected by filtering)
* with time filtering on, number of fractions reflected also fractions with year higher than time filter
* with time filtering on, sold lot percentages would be shown incorrectly in some cases
* Updated documentation: various fixes and improvements