[freeside-commits] freeside/bin bill-for-nextmonth, NONE, 1.1 bill-for-nextyear, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Fri Jun 8 17:53:05 PDT 2007
Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail:/tmp/cvs-serv30075
Added Files:
bill-for-nextmonth bill-for-nextyear
Log Message:
adding bill-for-next* hacks like bill-next* stuff but with -n flag, for skycatcher
--- NEW FILE: bill-for-nextyear ---
#!/bin/sh
year=`date +%Y`
nextyear=`expr $year + 1`
/usr/local/bin/freeside-daily -d 1/1/$nextyear -n fs_daily
--- NEW FILE: bill-for-nextmonth ---
#!/bin/sh
month=`date +%m`
nextmonth=`expr $month + 1`
/usr/local/bin/freeside-daily -d $nextmonth/1/`date +%Y` -n fs_daily
More information about the freeside-commits
mailing list