[freeside-commits] freeside/bin bill-as-nextmonth, NONE, 1.1 bill-as-nextmonth-BILL, NONE, 1.1 bill-as-nextyear, NONE, 1.1 bill-as-nextyear-BILL, NONE, 1.1

Ivan,,, ivan at wavetail.420.am
Thu Jun 28 13:57:45 PDT 2007


Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail:/tmp/cvs-serv10525

Added Files:
	bill-as-nextmonth bill-as-nextmonth-BILL bill-as-nextyear 
	bill-as-nextyear-BILL 
Log Message:
add some quick scripts for cron jobs

--- NEW FILE: bill-as-nextmonth-BILL ---
#!/bin/sh

month=`date +%m`
nextmonth=`expr $month + 1`
/usr/local/bin/freeside-daily -d $nextmonth/1/`date +%Y` -p BILL fs_daily

--- NEW FILE: bill-as-nextyear ---
#!/bin/sh

year=`date +%Y`
nextyear=`expr $year + 1`
/usr/local/bin/freeside-daily -d 1/1/$nextyear fs_daily

--- NEW FILE: bill-as-nextyear-BILL ---
#!/bin/sh

year=`date +%Y`
nextyear=`expr $year + 1`
/usr/local/bin/freeside-daily -d 1/1/$nextyear -p BILL fs_daily

--- NEW FILE: bill-as-nextmonth ---
#!/bin/sh

month=`date +%m`
nextmonth=`expr $month + 1`
/usr/local/bin/freeside-daily -d $nextmonth/1/`date +%Y` fs_daily



More information about the freeside-commits mailing list