Up to [local] / RT / Invoicing / lib / RTI
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 28 02:25:13 2012 UTC (11 years, 11 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored) to selected 1.1 (colored)
Apply credits to the oldest invoices first Apparently applying to the newest is confusing, which isn't altogether that surprising.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Nov 28 02:24:04 2012 UTC (11 years, 11 months ago) by andrew
Branch: MAIN
Changes since 1.6: +9 -0 lines
Diff to previous 1.6 (colored) to selected 1.1 (colored)
Add an accessor for users with credits That way users who pre-pay can see that.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 18 20:21:54 2012 UTC (12 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.5: +12 -0 lines
Diff to previous 1.5 (colored) to selected 1.1 (colored)
Inflate and deflate payment dates I needed them for a reporting script.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Aug 15 00:52:28 2012 UTC (12 years, 3 months ago) by andrew
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored) to selected 1.1 (colored)
use YAML::XS instead of YAML::Any I prefer the output it gives, makes my state file not be one big change
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jan 3 06:23:18 2012 UTC (12 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored) to selected 1.1 (colored)
more things I don't want to keep state on
Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 31 02:14:48 2011 UTC (12 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.2: +37 -34 lines
Diff to previous 1.2 (colored) to selected 1.1 (colored)
Made invdate, start and end DateTime objects Made RTI::State expand the above Made RTI::State better at saving Moved utility functions to RTI::Util
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 30 05:01:56 2011 UTC (12 years, 10 months ago) by andrew
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)
Print past due even if no other bills
Revision 1.1 / (download) - annotate - [selected], Thu Dec 22 04:52:42 2011 UTC (12 years, 11 months ago) by andrew
Branch: MAIN
Strip out the packages for re-use and add unpaid invoice feature Should have been split into more commits, but oh well