diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 11:14:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 11:14:15 +0000 |
commit | d1ff71e9e2597cc7e516f3e35c08cf34f9e07ab5 (patch) | |
tree | 879635c42a63ce1b5192f88c2b4e0b6a7acb0b88 /ukrainian/iceb/files/patch-buhg::glkni.c | |
parent | 7017126b91fa986208b70bd4fa58f0af3e33a5ba (diff) |
New port: Ukrainian accounting system. New port of Ukrainian accounting system with curses GUI.
Ukrainian accounting system with curses GUI.
Hardware support:
- many cache registers
- bar-code scanners
Includes:
- main book
- matheriasl accounting
- service accounting
- salary calculation
- payment documents
- cachier orders accounting
WWW: http://www.iceb.vinnitsa.com/
From commitor: Doesn't work on -current. Have spend way too much
time finding out why not. Works on -stable.
PR: ports/47809
Submitted by: Vadim Chekan <vchekan@softline.kiev.ua>
Notes
Notes:
svn path=/head/; revision=90784
Diffstat (limited to 'ukrainian/iceb/files/patch-buhg::glkni.c')
-rw-r--r-- | ukrainian/iceb/files/patch-buhg::glkni.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ukrainian/iceb/files/patch-buhg::glkni.c b/ukrainian/iceb/files/patch-buhg::glkni.c new file mode 100644 index 000000000000..63d10e9c9723 --- /dev/null +++ b/ukrainian/iceb/files/patch-buhg::glkni.c @@ -0,0 +1,24 @@ +--- buhg/glkni.c.orig Thu Aug 29 08:36:23 2002 ++++ buhg/glkni.c Wed Oct 8 19:49:47 2003 +@@ -51,9 +51,9 @@ + { + int metkarash=0; + char bros[100]; +-long tmm; +-long tmmn; +-long tmmk; ++time_t tmm; ++time_t tmmn; ++time_t tmmk; + int i,kom,sb; + char sh[20]; + char imaf[20],imatab[20],imaf3[20]; +@@ -99,7 +99,7 @@ + { + case FK1: /*Помощь*/ + GDITE(); +- sprintf(strsql,"%s/doc/%s",putnansi,"buhg5_1.txt"); ++ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg5_1.txt"); + prosf(strsql); + goto naz; + |