From 030e64724c5fcb824785c531e8aaa1973e467108 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 8 May 2007 16:51:12 +0000 Subject: [PATCH] *** empty log message *** --- bin/bill-nextmonth | 5 +++++ bin/bill-nextyear | 5 +++++ 2 files changed, 10 insertions(+) create mode 100755 bin/bill-nextmonth create mode 100755 bin/bill-nextyear diff --git a/bin/bill-nextmonth b/bin/bill-nextmonth new file mode 100755 index 000000000..813e84193 --- /dev/null +++ b/bin/bill-nextmonth @@ -0,0 +1,5 @@ +#!/bin/sh + +month=`date +%m` +nextmonth=`expr $month + 1` +/usr/local/bin/freeside-daily -d $nextmonth/1/`date +%Y` fs_daily diff --git a/bin/bill-nextyear b/bin/bill-nextyear new file mode 100755 index 000000000..63c4ad2be --- /dev/null +++ b/bin/bill-nextyear @@ -0,0 +1,5 @@ +#!/bin/sh + +year=`date +%Y` +nextyear=`expr $year + 1` +/usr/local/bin/freeside-daily -d 1/1/$nextyear fs_daily -- 2.11.0