[freeside-commits] freeside/bin bill-nextmonth, NONE, 1.1.2.2 bill-nextyear, NONE, 1.1.2.2
Ivan,,,
ivan at wavetail.420.am
Tue May 8 09:51:17 PDT 2007
Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail:/tmp/cvs-serv30534
Added Files:
Tag: FREESIDE_1_7_BRANCH
bill-nextmonth bill-nextyear
Log Message:
--- NEW FILE: bill-nextyear ---
#!/bin/sh
year=`date +%Y`
nextyear=`expr $year + 1`
/usr/local/bin/freeside-daily -d 1/1/$nextyear fs_daily
--- NEW FILE: bill-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