[freeside-commits] freeside/bin bill-as-nextmonth, NONE, 1.1.2.2 bill-as-nextmonth-BILL, NONE, 1.1.2.2 bill-as-nextyear, NONE, 1.1.2.2 bill-as-nextyear-BILL, NONE, 1.1.2.2
Ivan,,,
ivan at wavetail.420.am
Thu Jun 28 13:57:48 PDT 2007
- Previous message: [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
- Next message: [freeside-commits] freeside/FS/FS Schema.pm,1.55,1.56
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/bin
In directory wavetail:/tmp/cvs-serv10534
Added Files:
Tag: FREESIDE_1_7_BRANCH
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
- Previous message: [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
- Next message: [freeside-commits] freeside/FS/FS Schema.pm,1.55,1.56
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list