projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24714d0
)
*** empty log message ***
author
ivan
<ivan>
Tue, 8 May 2007 16:51:13 +0000
(16:51 +0000)
committer
ivan
<ivan>
Tue, 8 May 2007 16:51:13 +0000
(16:51 +0000)
bin/bill-nextmonth
[new file with mode: 0755]
patch
|
blob
bin/bill-nextyear
[new file with mode: 0755]
patch
|
blob
diff --git a/bin/bill-nextmonth
b/bin/bill-nextmonth
new file mode 100755
(executable)
index 0000000..
813e841
--- /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
(executable)
index 0000000..
63c4ad2
--- /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