royal bank of canada branches
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 429
Finance::Bank::NetBranch 0.07
Finance::Bank::NetBranch is a Perl module that can manage your NetBranch accounts with Perl. more>>
Finance::Bank::NetBranch is a Perl module that can manage your NetBranch accounts with Perl.
SYNOPSIS
use Finance::Bank::NetBranch;
my $nb = Finance::Bank::NetBranch->new(
url => https://nbp1.cunetbranch.com/valley/,
account => 12345,
password => abcdef,
);
my @accounts = $nb->accounts;
foreach (@accounts) {
printf "%20s : %8s : USD %9.2f of %9.2fn",
$_->name, $_->account_no, $_->available, $_->balance;
my $days = 20;
for ($_->transactions(from => time - (86400 * $days), to => time)) {
printf "%10s | %20s | %80s : %9.2f, %9.2fn",
$_->date->ymd, $_->type, $_->description, $_->amount, $_->balance;
}
}
This module provides a rudimentary interface to NetBranch online banking. This module was originally implemented to interface with Valley Communities Credit Unions page at https://nbp1.cunetbranch.com/valley/, but the behavior of the module is theoretically generalized to "NetBranch" type online access.
However, I do not have access to another NetBranch account with another bank, and so any feedback on the actual behavior of this module would be greatly appreciated.
You will need either Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work.
<<lessSYNOPSIS
use Finance::Bank::NetBranch;
my $nb = Finance::Bank::NetBranch->new(
url => https://nbp1.cunetbranch.com/valley/,
account => 12345,
password => abcdef,
);
my @accounts = $nb->accounts;
foreach (@accounts) {
printf "%20s : %8s : USD %9.2f of %9.2fn",
$_->name, $_->account_no, $_->available, $_->balance;
my $days = 20;
for ($_->transactions(from => time - (86400 * $days), to => time)) {
printf "%10s | %20s | %80s : %9.2f, %9.2fn",
$_->date->ymd, $_->type, $_->description, $_->amount, $_->balance;
}
}
This module provides a rudimentary interface to NetBranch online banking. This module was originally implemented to interface with Valley Communities Credit Unions page at https://nbp1.cunetbranch.com/valley/, but the behavior of the module is theoretically generalized to "NetBranch" type online access.
However, I do not have access to another NetBranch account with another bank, and so any feedback on the actual behavior of this module would be greatly appreciated.
You will need either Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work.
Download (0.006MB)
Added: 2007-05-24 License: Perl Artistic License Price:
884 downloads
Steel Bank Common Lisp 1.0.8
Steel Bank Common Lisp is a common Lisp native compiler. more>>
Steel Bank Common Lisp is a development environment for Common Lisp, with excellent support for the ANSI standard: garbage collection, lexical closures, powerful macros, strong dynamic typing, incremental compilation, and the famous Common Lisp Object System (multimethods and all).
Steel Bank Common Lisp also includes many extensions, such as native threads, socket support, a statistical profiler, programmable streams, and more. These are all available through an integrated, interactive native compiler which feels like an interpreter.
SBCL is unique in being a multiplatform native compiler which bootstraps itself completely from source, using a C compiler and any other ANSI Common Lisp implementation.
Whats New in This Release:
* enhancement: experimental macro SB-EXT:COMPARE-AND-SWAP provides
atomic compare-and-swap operations on threaded platforms.
* enhancement: experimental function SB-EXT:RESTRICT-COMPILER-POLICY
allows assining a global minimum value to optimization qualities
(overriding proclamations and declarations).
* enhancement: closed over variables can be stack-allocated on x86
and x86-64.
* performance bug fix: GETHASH and (SETF GETHASH) are once again
non-consing.
* optimization: slot definition lookup is now O(1). This speeds up
eg. SLOT-VALUE and (SETF SLOT-VALUE) with variable slot names.
* optimization: STRING-TO-OCTETS is now up to 60% faster for UTF-8.
* optimization: ASSOC and MEMBER can now be open-coded for all
combinations of keyword arguments when second argument is constant
and SPEED >= SPACE. In other cases a specialized version is
selected.
* bug fix: using obsoleted structure instances with TYPEP and
generic functions now signals a sensible error.
* bug fix: threads waiting on GET-FOREGROUND can be interrupted.
(reported by Kristoffer Kvello)
* bug fix: backtrace construction is now more careful when making
lisp-objects from pointers on the stack, to avoid creating bogus
objects that can be seen by the GC.
* bug fix: defaulting of values in contexts expecting more than 7
variables now works on x86-64. (reported by Christopher Laux)
* bug fix: modifications to packages (INTERN, EXPORT, etc) are now
thread safe.
* bug fix: (SETF SYMBOL-PLIST) no longer allows assigning a non-list
as the property-list of a symbol.
* bug fix: DEFMETHOD forms with CALL-NEXT-METHOD in the method body,
in EVAL-WHEN forms with both :COMPILE-TOPLEVEL and :LOAD-TOPLEVEL
situations requested, are once again file-compileable. (reported
by Sascha Wilde)
<<lessSteel Bank Common Lisp also includes many extensions, such as native threads, socket support, a statistical profiler, programmable streams, and more. These are all available through an integrated, interactive native compiler which feels like an interpreter.
SBCL is unique in being a multiplatform native compiler which bootstraps itself completely from source, using a C compiler and any other ANSI Common Lisp implementation.
Whats New in This Release:
* enhancement: experimental macro SB-EXT:COMPARE-AND-SWAP provides
atomic compare-and-swap operations on threaded platforms.
* enhancement: experimental function SB-EXT:RESTRICT-COMPILER-POLICY
allows assining a global minimum value to optimization qualities
(overriding proclamations and declarations).
* enhancement: closed over variables can be stack-allocated on x86
and x86-64.
* performance bug fix: GETHASH and (SETF GETHASH) are once again
non-consing.
* optimization: slot definition lookup is now O(1). This speeds up
eg. SLOT-VALUE and (SETF SLOT-VALUE) with variable slot names.
* optimization: STRING-TO-OCTETS is now up to 60% faster for UTF-8.
* optimization: ASSOC and MEMBER can now be open-coded for all
combinations of keyword arguments when second argument is constant
and SPEED >= SPACE. In other cases a specialized version is
selected.
* bug fix: using obsoleted structure instances with TYPEP and
generic functions now signals a sensible error.
* bug fix: threads waiting on GET-FOREGROUND can be interrupted.
(reported by Kristoffer Kvello)
* bug fix: backtrace construction is now more careful when making
lisp-objects from pointers on the stack, to avoid creating bogus
objects that can be seen by the GC.
* bug fix: defaulting of values in contexts expecting more than 7
variables now works on x86-64. (reported by Christopher Laux)
* bug fix: modifications to packages (INTERN, EXPORT, etc) are now
thread safe.
* bug fix: (SETF SYMBOL-PLIST) no longer allows assigning a non-list
as the property-list of a symbol.
* bug fix: DEFMETHOD forms with CALL-NEXT-METHOD in the method body,
in EVAL-WHEN forms with both :COMPILE-TOPLEVEL and :LOAD-TOPLEVEL
situations requested, are once again file-compileable. (reported
by Sascha Wilde)
Download (2.7MB)
Added: 2007-07-25 License: BSD License Price:
822 downloads
LBC Libraries 0.0.7
LBC Libraries is a set of easy C libraries that provide classical data types and structures (string, hash, queue, stack, tree). more>>
LBC Libraries is a set of easy C libraries that provide classical data types and structures (string, hash, queue, stack, tree).
LBC Libraries package is focused on simplicity and portability. It uses ANSI C (C98 standard not required), and provides the most generic approach possible so that queues can have items of different types, hashes can have keys of different data types, trees can be binary trees or have arbitrary numbers of branches, etc.
Enhancements:
- This release adds minor API changes, enhances the documentation, and fixes major bugs in LBCstring.
<<lessLBC Libraries package is focused on simplicity and portability. It uses ANSI C (C98 standard not required), and provides the most generic approach possible so that queues can have items of different types, hashes can have keys of different data types, trees can be binary trees or have arbitrary numbers of branches, etc.
Enhancements:
- This release adds minor API changes, enhances the documentation, and fixes major bugs in LBCstring.
Download (0.056MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1122 downloads
Royal Blue 1.1
Royal Blue functions as a cool theme for FireFox 3.5, which is a dark blue theme with blue and white buttons. more>> <<less
Added: 2009-07-25 License: GPL Price: FREE
1 downloads
AqBanking 2.9.2 Beta
AqBanking is a modular and generic interface to online banking tasks. more>>
AqBanking is a modular and generic interface to online banking tasks, financial file formats (import/export) and bank/country/currency information.
AqBanking provides frontends for Qt, KDE, GTK, and console. AqBanking uses backend plugins to actually perform the online tasks. HBCI, OFX Direct Connect, and DTAUS discs are currently supported. AqBanking is used by GnuCash, KMyMoney, and QBankManager.
Whats New in 2.2.6 Stable Release:
- On MacOS X, qt is now detected correctly.
- On Windows/mingw32, the configuration file is saved correctly.
- Adaptations on gwenhywfar changes are added.
- For the OFX DirectConnect backend, account types are now set correctly.
- The bank data files for Germany have been updated.
Whats New in 2.9.2 Beta Development Release:
- This release fixes some major bugs in the previous version.
- A new banking job for loading prepaid cards for cell phones has been added (so far implemented only for HBCI).
- Work has begun on FinTS3 support in AqHBCI.
<<lessAqBanking provides frontends for Qt, KDE, GTK, and console. AqBanking uses backend plugins to actually perform the online tasks. HBCI, OFX Direct Connect, and DTAUS discs are currently supported. AqBanking is used by GnuCash, KMyMoney, and QBankManager.
Whats New in 2.2.6 Stable Release:
- On MacOS X, qt is now detected correctly.
- On Windows/mingw32, the configuration file is saved correctly.
- Adaptations on gwenhywfar changes are added.
- For the OFX DirectConnect backend, account types are now set correctly.
- The bank data files for Germany have been updated.
Whats New in 2.9.2 Beta Development Release:
- This release fixes some major bugs in the previous version.
- A new banking job for loading prepaid cards for cell phones has been added (so far implemented only for HBCI).
- Work has begun on FinTS3 support in AqHBCI.
Download (4.0MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
896 downloads
PHPWebCalendar 4.1.1a
PHPWebCalendar is an events calendar written in PHP, no suprises there. more>>
PHPWebCalendar is an events calendar written in PHP, no suprises there. PHPWebCalendar project has quite a long history and a number of different versions (branches), we have the first one, which was complete and intended to be for general use.
Version 2 was focusing on making it more user-friendly and easier to install/manage. This was half complete and abandoned. In version 3 (while working on the other versions) my aim was to make it a XUL application, this was rather quickly abandoned with no code released. Version 4, codenamed Boxy (to try to stop all this confusion over version 3 etc) is a complete re-write, from scratch.
It is being re-written because the first versions were just learning projects and were written rather poorly. Now that i have learned from my mistakes i can make everything work together a lot better and add a lot better features.
Enhancements:
- Fixed a typo in the login process
- Regular users can now delete thier own events
- Fixed a little bug in calendar.php, if the user is changing the month and the date gets messed up it is able to recover and go back to today
<<lessVersion 2 was focusing on making it more user-friendly and easier to install/manage. This was half complete and abandoned. In version 3 (while working on the other versions) my aim was to make it a XUL application, this was rather quickly abandoned with no code released. Version 4, codenamed Boxy (to try to stop all this confusion over version 3 etc) is a complete re-write, from scratch.
It is being re-written because the first versions were just learning projects and were written rather poorly. Now that i have learned from my mistakes i can make everything work together a lot better and add a lot better features.
Enhancements:
- Fixed a typo in the login process
- Regular users can now delete thier own events
- Fixed a little bug in calendar.php, if the user is changing the month and the date gets messed up it is able to recover and go back to today
Download (MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
899 downloads
Tuxpaint Stamps for Australian Schools 0.0.7
Tuxpaint Stamps for Australian Schools is a collection of stamps and other resources for Tuxpaint for use in Australian schools. more>>
Tuxpaint Stamps for Australian Schools is a collection of stamps and other resources for Tuxpaint for use in Australian schools. Tuxpaint Stamps for Australian Schools includes Australian coins, bank notes, signs, animals, plants, and state flags.
Installation Instructions:
- Close Tuxpaint
- Locate your tuxpaint stamps directory
- On Unix/Linux this will be something like /usr/share/tuxpaint/stamps
- On Windows it will be something like C:Program FilesTuxpaintstamps
- Extract the contents of the archive (tuxpaint-au-stamps-x.y.z.tar.gz) to the stamps directory
- Run Tuxpaint and select the stamps tool
Enhancements:
- The software was split into two packages.
<<lessInstallation Instructions:
- Close Tuxpaint
- Locate your tuxpaint stamps directory
- On Unix/Linux this will be something like /usr/share/tuxpaint/stamps
- On Windows it will be something like C:Program FilesTuxpaintstamps
- Extract the contents of the archive (tuxpaint-au-stamps-x.y.z.tar.gz) to the stamps directory
- Run Tuxpaint and select the stamps tool
Enhancements:
- The software was split into two packages.
Download (0.76MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1283 downloads
IOSN Hoary Live CD
IOSN Live CD is an bootable CD that boots into a usable and fully featured Linux Desktop. more>>
IOSN Live CD is an bootable CD that boots into a usable and fully featured Linux Desktop.
In addition to standard FOSS productivity and multimedia applications, it is bundled with a User Guide to Using the Linux Desktop in print and multimedia formats as well as several IOSN Free/Open Source Software Primers.
IOSN comes from International Open Source Network.
<<lessIn addition to standard FOSS productivity and multimedia applications, it is bundled with a User Guide to Using the Linux Desktop in print and multimedia formats as well as several IOSN Free/Open Source Software Primers.
IOSN comes from International Open Source Network.
Download (620MB)
Added: 2005-09-12 License: GPL (GNU General Public License) Price:
1503 downloads
tclDBRCS 0.2a
tclDBRCS is a database-oriented revision control system which features full project/tag/branch support. more>>
tclDBRCS is a database-oriented revision control system which features full project/tag/branch support. The application supports encryption of file content, CVS import, infinite branching of branches, entire diff or merge of project, RC of binary files, empty directory storage, removal without losing history, and more. No specialized server is needed outside of PostgreSQL, and all operations are executed on the client machine.
Install required packages:
1.1) Install PostgreSQL
1.2) Install GNU diffutils
1.3) Install XDELTA3
1.4) Install CVS (TortoiseCVS for example)
Install tcldbrcs:
2.1) untar the package tcldbrcs- .tar.gz
2.2) Edit bin/dbrcs.bat, bin/initdb.bat bin/tkdbrcs.bat to match your installation path
2.3) Edit etc/configuration_options.src.tcl, etc/access_keys.src.tcl
Start a shell and add /bin in your path
Enhancements:
- This release adds support for SQLite.
- There are some bugfixes.
<<lessInstall required packages:
1.1) Install PostgreSQL
1.2) Install GNU diffutils
1.3) Install XDELTA3
1.4) Install CVS (TortoiseCVS for example)
Install tcldbrcs:
2.1) untar the package tcldbrcs- .tar.gz
2.2) Edit bin/dbrcs.bat, bin/initdb.bat bin/tkdbrcs.bat to match your installation path
2.3) Edit etc/configuration_options.src.tcl, etc/access_keys.src.tcl
Start a shell and add /bin in your path
Enhancements:
- This release adds support for SQLite.
- There are some bugfixes.
Download (0.11MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
801 downloads
Bazaar Revision Control System 1.4.2
The Bazaar Revision Control System is a changeset-oriented revision control system. more>>
The Bazaar Revision Control System is a changeset-oriented revision control system based on Arch that makes it possible to retain previous changes to projects and coordinate development with other developers.
Its goal is to speed development of an upwards- compatible version of Arch.
Main features:
- All the transparent and robust storage features of GNU Arch.
- seamless upgrade path to [WWW] bazaar-ng
- direct support for URLs - one command can checkout or merge from remote locations.
- integrated GPG support - zero setup for most signed archive situations
- faster - checkout, most local operations, commits
- svn-like diff, switch, import, export, log commands
- Explicit tracking of conflicts, preventing accidental commits of files with conflicts
- single merge command that allows merging between arbitrary branches.
- Daily builds of the latest code (Downloads).
- fully compatible with tla - drop in and start using
- supports debian version numbers in branch names
- annotate support
- internationalised via gettext and [WWW] Rosetta.
- Python bindings.
Enhancements:
- More Solaris fixes.
- SSL support and ~/.authinfo support.
- Many UI tweaks.
- A number of bugfixes.
<<lessIts goal is to speed development of an upwards- compatible version of Arch.
Main features:
- All the transparent and robust storage features of GNU Arch.
- seamless upgrade path to [WWW] bazaar-ng
- direct support for URLs - one command can checkout or merge from remote locations.
- integrated GPG support - zero setup for most signed archive situations
- faster - checkout, most local operations, commits
- svn-like diff, switch, import, export, log commands
- Explicit tracking of conflicts, preventing accidental commits of files with conflicts
- single merge command that allows merging between arbitrary branches.
- Daily builds of the latest code (Downloads).
- fully compatible with tla - drop in and start using
- supports debian version numbers in branch names
- annotate support
- internationalised via gettext and [WWW] Rosetta.
- Python bindings.
Enhancements:
- More Solaris fixes.
- SSL support and ~/.authinfo support.
- Many UI tweaks.
- A number of bugfixes.
Download (0.40MB)
Added: 2005-07-04 License: GPL (GNU General Public License) Price:
1574 downloads
Saccs personal accounting 0.6
Saccs personal accounting provides a simple Web-based personal accounting package. more>>
Saccs personal accounting provides a simple Web-based personal accounting package.
A person can have multiple accounts. Multiple installations on one system can accommodate multiple users.
Details:
Perl and MySQL. Certain perl libraries such as HTML::Template and DBI are required. Apache or something like it is recommended.
Will run on almost anything that can handle apache and perl.
I wrote a simple set of scripts to do web-based tracking of my bank accounts, credit card and cash balances, and "who owes me how much". This worked well enough for 3 years, so I want to release it for others to use. But the original is very dirty code and hard to install, so Im writing a new one, with the lessons learned in 3 years, that will also be properly modularised and packaged.
Main features:
- Create/open an account: bank or credit card or "community". You can have as many of these as will fit in the menu, more if you dont mind crowding.
- Bank account detail display will show date, description, "cleared" (think check) per month. It will show a balance and a "cleared" balance. The "cleared" balance should be the same as what your ATM shows you. It will also show the months net inflow and outflow.
- For bank accounts, previous months can be viewed. The month display will show beginning and ending balances and light up discrepancies.
- For credit cards, a running balance total will be shown along with date, item description, etc. When you receive your monthly statement, delete the items that are correct and enter the balance as a new starting point for the calculation. This helps to keep track of what youre spending on the card.
- "Community" shows a grid, each column corresponds to a friend and each row corresponds to money owed to or by one of the friends. The last row, the total, shows the total owed to or by the friend. Very useful for roommates and easier to use than describe.
- Transfers between accounts.
- No direct communication with any financial institution.
Enhancements:
- Fixed bug in adding names in community account
- Added the totals.
<<lessA person can have multiple accounts. Multiple installations on one system can accommodate multiple users.
Details:
Perl and MySQL. Certain perl libraries such as HTML::Template and DBI are required. Apache or something like it is recommended.
Will run on almost anything that can handle apache and perl.
I wrote a simple set of scripts to do web-based tracking of my bank accounts, credit card and cash balances, and "who owes me how much". This worked well enough for 3 years, so I want to release it for others to use. But the original is very dirty code and hard to install, so Im writing a new one, with the lessons learned in 3 years, that will also be properly modularised and packaged.
Main features:
- Create/open an account: bank or credit card or "community". You can have as many of these as will fit in the menu, more if you dont mind crowding.
- Bank account detail display will show date, description, "cleared" (think check) per month. It will show a balance and a "cleared" balance. The "cleared" balance should be the same as what your ATM shows you. It will also show the months net inflow and outflow.
- For bank accounts, previous months can be viewed. The month display will show beginning and ending balances and light up discrepancies.
- For credit cards, a running balance total will be shown along with date, item description, etc. When you receive your monthly statement, delete the items that are correct and enter the balance as a new starting point for the calculation. This helps to keep track of what youre spending on the card.
- "Community" shows a grid, each column corresponds to a friend and each row corresponds to money owed to or by one of the friends. The last row, the total, shows the total owed to or by the friend. Very useful for roommates and easier to use than describe.
- Transfers between accounts.
- No direct communication with any financial institution.
Enhancements:
- Fixed bug in adding names in community account
- Added the totals.
Download (0.014MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
983 downloads
bankconvert 2007-06-01
bankconvert project is a Web script that is able to convert various bank statement formats into the Czech GPC bank statement... more>>
bankconvert project is a Web script that is able to convert various bank statement formats into the Czech GPC bank statement format.
Supported input formats include Paypal QIF, RaiffeisenBank XML, and eBanka (a Czech statement in HTML).
<<lessSupported input formats include Paypal QIF, RaiffeisenBank XML, and eBanka (a Czech statement in HTML).
Download (0.006MB)
Added: 2007-06-09 License: GPL (GNU General Public License) Price:
867 downloads
phpMyArchive 0.8
phpMyArchive provides an entry-level document management system. more>>
phpMyArchive provides an entry-level document management system.
phpMyArchive is an entry-level document management system for domestic or small office use, where an industrial strength system is just too big and complicated. It runs on a LAMP (Linux, Apache, MySQL, PHP) platform.
Scanning documents is a really, really boring process
phpMyArchive is designed to make scanning as fast and painless as possible. A simple command line program presents you with the minimal number of prompts, using sensible defaults, so most of the time you just have to hit the Return key.
Scanned images are no use if you cant find them
phpMyArchive provides a simple web interface which allows you to tag documents for future retrieval. If you know what you are looking for (e.g. a bank statement), and roughly when it was dated, phpMyArchive will find it.
Scanned images are no use if you cant read them
For maximum portability, all scanned documents are converted to pdf format before storing in the archive. There is also a utility to store documents already in pdf format in the archive (e.g. if your bank provides statements on-line in pdf format).
<<lessphpMyArchive is an entry-level document management system for domestic or small office use, where an industrial strength system is just too big and complicated. It runs on a LAMP (Linux, Apache, MySQL, PHP) platform.
Scanning documents is a really, really boring process
phpMyArchive is designed to make scanning as fast and painless as possible. A simple command line program presents you with the minimal number of prompts, using sensible defaults, so most of the time you just have to hit the Return key.
Scanned images are no use if you cant find them
phpMyArchive provides a simple web interface which allows you to tag documents for future retrieval. If you know what you are looking for (e.g. a bank statement), and roughly when it was dated, phpMyArchive will find it.
Scanned images are no use if you cant read them
For maximum portability, all scanned documents are converted to pdf format before storing in the archive. There is also a utility to store documents already in pdf format in the archive (e.g. if your bank provides statements on-line in pdf format).
Download (2.4MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
984 downloads
Finance::Bank::NL::CLIEOP03 0.01
Finance::Bank::NL::CLIEOP03 is a Perl module that can generate CLIEOP03 files for Dutch banks. more>>
Finance::Bank::NL::CLIEOP03 is a Perl module that can generate CLIEOP03 files for Dutch banks.
SYNOPSIS
use Finance::Bank::NL::CLIEOP03;
$c = Finance::Bank::NL::CLIEOP03->new;
$batch = $c->batch (
account => 1234567,
sender_name => My Company,
type => Finance::Bank::NL::CLIEOP03::T_INCASSI
);
$batch->add (
amount => 25,
account_number => 1234567,
account_name => Ms. Example,
description => Taking your money
);
$c->write ( CLIEOP03 );
This module allows for easy creation of CLIEOP03 batch transaction files which can be processed by Dutch banks. CLIEOP03 files can be used for automatic debiting ("automatische incasso") or batch transfers ("verzamelgiro"). You must have a business bank account and (usually) an additional agreement with your bank for using this.
<<lessSYNOPSIS
use Finance::Bank::NL::CLIEOP03;
$c = Finance::Bank::NL::CLIEOP03->new;
$batch = $c->batch (
account => 1234567,
sender_name => My Company,
type => Finance::Bank::NL::CLIEOP03::T_INCASSI
);
$batch->add (
amount => 25,
account_number => 1234567,
account_name => Ms. Example,
description => Taking your money
);
$c->write ( CLIEOP03 );
This module allows for easy creation of CLIEOP03 batch transaction files which can be processed by Dutch banks. CLIEOP03 files can be used for automatic debiting ("automatische incasso") or batch transfers ("verzamelgiro"). You must have a business bank account and (usually) an additional agreement with your bank for using this.
Download (0.006MB)
Added: 2007-05-24 License: Perl Artistic License Price:
894 downloads
The Bazaar VCS 0.18 / 0.90.0 RC1
The Bazaar VCS is a simple decentralized revision control system. more>>
The Bazaar VCS is a simple decentralized revision control system. Decentralized revision control systems give users the ability to branch remote repositories to a local context.
Users can commit to local branches without requiring special permission from the branches that they branched from.
Whats New in 0.18 Stable Release:
- This release provides over 50 changes, including 15 bugfixes, 16 user-visible improvements, and over 20 enhancements to internals such as test suite enhancements, cleaner APIs, and much more developer documentation.
- Some of the highlights include better criss-cross merging, improved usability, and faster bundle, merge, missing, pull, update, and info operations.
Whats New in 0.90.0 RC1 Development Release:
- Some of the highlights include pyrex implementations of some performance critical functions, algorithm changes giving performance improvements to merging and merge directive generation, a send command that will make contributing changes back easier, and connection sharing to reduce the number of connections that must be made to a remote location in some situations.
- This release includes 10 bugfixes, 25 user visible improvements, and over 20 enhancements to the internals.
<<lessUsers can commit to local branches without requiring special permission from the branches that they branched from.
Whats New in 0.18 Stable Release:
- This release provides over 50 changes, including 15 bugfixes, 16 user-visible improvements, and over 20 enhancements to internals such as test suite enhancements, cleaner APIs, and much more developer documentation.
- Some of the highlights include better criss-cross merging, improved usability, and faster bundle, merge, missing, pull, update, and info operations.
Whats New in 0.90.0 RC1 Development Release:
- Some of the highlights include pyrex implementations of some performance critical functions, algorithm changes giving performance improvements to merging and merge directive generation, a send command that will make contributing changes back easier, and connection sharing to reduce the number of connections that must be made to a remote location in some situations.
- This release includes 10 bugfixes, 25 user visible improvements, and over 20 enhancements to the internals.
Download (1.5MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
799 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above royal bank of canada branches search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed