InterNetWorkingSolutions Support Site


Financial Software

Funny Videos From The Big Boys

Posted in Windows | Financial Software by kevin on Mon, 08/28/2006 - 1:53am
kevin's blog | login or register to post comments | 3175 reads

SQL Ledger Backup

Posted in Financial Software | SQL Ledger Accounting by admin on Tue, 11/01/2005 - 3:35pm


Good Luck and remember that we offer convenient install and support services.

Backing up your data is one of those highly important and extremely mundane things that must be done. Here I will show you a fairly painless, low cost method to backup your SQL Ledger data to an outside location in the event that something happens to the computer where your data resides.

  • Login to the admin section of your SQL Ledger Install (http://yourdomain.com/sql-ledger/admin.pl.
  • Create an email account at a third party site such as gmail, yahoo, etc.
  • SQL Ledger Printing

    Posted in Financial Software | SQL Ledger Accounting by admin on Tue, 11/01/2005 - 3:32pm

    
    

    Good Luck and remember that we offer convenient install and support services.

    printing to a printer Printers are defined in sql-ledger.conf %printer = ( 'Default' => 'lpr', 'Color' => 'lpr -PEpson' ); Check in your /etc/printcap file for the names of available printers. If you have LaTeX installed set $latex = 1 in sql-ledger.conf To send the document to the printer check the "Postscript" or "PDF" format, enter the number of copies and click on the "Print" button. The printer you enter in your preferences is the default printer. You can choose any other available printer. This makes it possible to print from anywhere on the network to any printer. Note: html format is for screen preview. Use the "Print" option from your browser to print to a printer. Using samba to send printjobs to a printer attached to a Windows XP workstation The next part applies to roll your own print filters only. If you use CUPS or LPRng your milage may vary but you can still use this as a guide how it works. I use the printer 'Epson' as an example which is attached to a XP workstation called Raven. /etc/printcap entry on the server which runs lpd epson:Epson\ :sh:\ :lp=/dev/null:\ :sd=/var/spool/output/epson:\ :if=/usr/libexec/lpr/epson/prnfilter:\ # end of entry in /etc/printcap # prnfilter shell script #!/bin/sh # Filter for Epson Stylus PATH="$PATH:/usr/local/bin" #read first_line read tmp first_line=`echo $tmp | cut -b1-2 | sed -n '1p'` first_chr=`expr "$first_line" : '\(.\)'` first_two=`expr "$first_line" : '\(..\)'` rewindstdin if [ "$first_two" = "%!" ]; then # Postscript file gs @st640p.upp -dSAFER -dNOPAUSE -q -sOutputFile=/tmp/$$ - else # text file cat > /tmp/$$ echo -n "^L" >> /tmp/$$ smbclient '\\Raven\Epson' "" -c 'printmode text' fi smbclient '\\Raven\Epson' "" -P -c "print /tmp/$$" rm /tmp/$$ # EOF rewindstdin is a small program to rewind the filehandle for STDIN save the next part up to EOF to a file rewindstdin.c and compile #include #include extern int errno; main() { if( lseek(0,0,0) == 0 ){ errno = 0; } return( errno ); } # EOF compile to an executable gcc -o /usr/local/bin/rewindstdin rewindstdin.c

    admin's blog | 5 comments | 808 reads

    Installing SQL Ledger

    Posted in Financial Software | SQL Ledger Accounting by admin on Sun, 10/30/2005 - 4:51pm

    
    

    Good Luck and remember that we offer convenient install and support services.

    Installing SQL Ledger is within the realm of the novice user but not for the faint of heart. The installation requires one to be comfortable using a command line, modifying the apache webserver, and setting up and maintaining a database server.

    XML feed