jGnucashLib 2.0.10-SVN2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News jGnucashLib 2.0.10-SVN2 (Default branch)
# 1  
Old 11-19-2008
jGnucashLib 2.0.10-SVN2 (Default branch)

jGnucashLib is an editor and Java library for automating accounting tasks and manipulating the GnuCash file format. It supports plugins and scripting for your financial data handling. License: GNU General Public License (GPL) Changes:
This release has a Pago plugin to import account statements and clearing reports from Pago credit card acceptance in PDF format. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ELZA(1) 						      General Commands Manual							   ELZA(1)

NAME
elza -- script language for automating HTTP requests SYNOPSIS
elza [scriptfile] DESCRIPTION
The elza is a scripting language aimed at automating requests on web pages. Scripts written in elza are capable of mimicking browser behavior almost perfectly, making it extremely difficult for remote servers to distinguish their activity from the activity generated by ordinary users and browsers. This gives those scripts the opportunity to act upon servers that will not respond to requests generated using netcat, gammaprog, rebol, or similar tool. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. OPTIONS
scriptfile The name and location of your script to be executed by elza. Variables are specified either in the .elz script, or in elza.def AUTHOR
This manual page was written by Stijn de Bekker stijn@debian.org for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license can be found under /usr/share/common-licenses/FDL. FILES
/etc/elza.def Default values for various elza variables. ELZA(1)