*** empty log message ***
authorivan <ivan>
Tue, 8 May 2007 16:51:12 +0000 (16:51 +0000)
committerivan <ivan>
Tue, 8 May 2007 16:51:12 +0000 (16:51 +0000)
bin/bill-nextmonth [new file with mode: 0755]
bin/bill-nextyear [new file with mode: 0755]

diff --git a/bin/bill-nextmonth b/bin/bill-nextmonth
new file mode 100755 (executable)
index 0000000..813e841
--- /dev/null
@@ -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 (executable)
index 0000000..63c4ad2
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+year=`date +%Y`
+nextyear=`expr $year + 1`
+/usr/local/bin/freeside-daily -d 1/1/$nextyear fs_daily