pulseenergy / vacation

Handy little app to help you keep track of your accumulated and remaining vacation days.
GNU General Public License v2.0
5 stars 2 forks source link

Ensure transactions file is sorted chronologically #15

Open supermitch opened 8 years ago

supermitch commented 8 years ago

Makes things nicer, if we keep the .vacationrc ordered, right? We could also just re-order during summation but that's ugly when taking days off in the past, or taking them off out of order. Let's fix order on both read & write.

supermitch commented 8 years ago

Added sort by date function: https://github.com/pulseenergy/vacation/commit/23c6122590852a5e55d84d366143469af6602839

Still need to re-write transactions file.