Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.272.509 Times

Nelix Transax Quickbooks Module freeware
Filter: All | Freeware | Demo
 

Nelix Transax Quickbooks Module

1 2 3 4 5 > 
Released: September 13, 2012  |  Added: September 13, 2012 | Visits: 574

NELiX TransaX QuickBooks Module The NELiX TransaX QuickBooks Module is a module that works with QuickBooks to allow easy credit card processing and ACH (e-check) processing within QuickBooks. Users have the ability to apply payments to invoices or create sales receipts. Data is drawn from QuickBooks to eliminate double data...



Platforms: Windows

License: Freeware Download (45): NELiX TransaX QuickBooks Module Download

Released: February 27, 2011  |  Added: March 05, 2011 | Visits: 1.473

NELiX TransaX FleXPort Code Library NELiX TransaX FleXport contains documentation and examples for integrating payment processing within any application! The NELiX TransaX FleXport supports: - Sale - Auth - Capture - Void - Refund - Recurring...





Platforms: Windows

License: Freeware Size: 49.06 MB Download (289): NELiX TransaX FleXPort Code Library Download

Released: July 20, 2013  |  Added: August 25, 2013 | Visits: 20.374

TransaX QB TRANSAX QB is a module that works with QuickBooks to allow easy credit card processing and ACH (e-check) processing within QuickBooks. Users have the ability to apply payments to invoices or create sales receipts. Data is drawn from QuickBooks to eliminate double data entry. Changes made...


Platforms: Windows

License: Freeware Size: 22.53 MB Download (53): TransaX QB Download

Added: June 18, 2013 | Visits: 368

Quickbooks API A stand-alone Quickbooks API for use by other modules. We're using this to synchronize users, accounts, and payments from our site to our Quickbooks accounting system.This module is in the Advantage Labs petri dish. Please review our module maintenance policy before contacting the maintainer with...


Platforms: PHP

License: Freeware Size: 143.36 KB Download (51): Quickbooks API Download

Added: November 20, 2010 | Visits: 895

Finance::IIF Finance::IIF is a Perl module that can parse and create IIF files for QuickBooks. SYNOPSIS use Finance::IIF; my $iif = Finance::IIF->new( file => "test.iif" ); while ( my $record = $iif->next ) { print( "Header: ", $record->{header}, "n" ); foreach my $key ( keys %{$record} ) { print(...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Finance::IIF Download

Added: January 18, 2010 | Visits: 1.206

Module::Install::Deprecated Module::Install::Deprecated are warnings and help for deprecated commands. One of the nicest features of Module::Install is that as it improves, there is no need to take into account user compatibility, because users do not need to install Module::Install itself. As a result, the...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (122): Module::Install::Deprecated Download

Added: November 10, 2010 | Visits: 1.331

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

Added: January 22, 2010 | Visits: 1.534

Alien Perl module Alien Perl module package contains external libraries wrapped up for your viewing pleasure! SYNOPSIS perldoc Alien; Alien is a package that exists just to hold together an idea, the idea of Alien:: packages, so there is no code here, just motivation for Alien. Why James and I ended up...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Alien Perl module Download

Added: September 26, 2010 | Visits: 1.257

Module::Signature Module::Signature is a Perl module signature file manipulation. SYNOPSIS As a shell command: % cpansign # verify an existing SIGNATURE, or # make a new one if none exists % cpansign sign # make signature; overwrites existing one % cpansign -s # same thing % cpansign verify # verify a...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (133): Module::Signature Download

Added: February 19, 2010 | Visits: 1.420

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: January 08, 2010 | Visits: 1.113

Module::Install::Philosophy Module::Install::Philosophy Perl module contains the concepts behind Module::Install. SYNOPSIS This document describes the personal philosophy behind the creation of CPAN::MakeMaker (the predecessor of Module::Install). The views expressed here belong to Brian Ingerson; if they are not of...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (94): Module::Install::Philosophy Download

Added: November 13, 2010 | Visits: 1.089

Module::Install Module::Install is a standalone, extensible Perl module installer. SYNOPSIS In your Makefile.PL: (Recommended Usage) # Load the Module::Install bundled in ./inc/ use inc::Module::Install; # Define metadata name Your-Module; all_from lib/Your/Module.pm; # Specific dependencies...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (95): Module::Install Download

Added: October 04, 2010 | Visits: 970

Module::Reload::Selective Module::Reload::Selective can reload Perl modules during development. SYNOPSIS Instead of: use Foobar::MyModule; Do this: use Module::Reload::Selective; &Module::Reload::Selective->reload(qw(Foobar::MyModule)); Or, if you need the "import" semantics of "use", do this: use...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Module::Reload::Selective Download

Added: June 21, 2010 | Visits: 1.153

Module::Build::TestReporter Module::Build::TestReporter is a Perl module to help users report test failures. SYNOPSIS use Module::Build::TestReporter; my $build = Module::Build::TestReporter->new( # normal Module::Build code here ); # or, in your own M::B subclass package My::Module::Build; use Class::Roles...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (90): Module::Build::TestReporter Download

Added: November 18, 2010 | Visits: 1.503

Module::Starter::PBP Module::Starter::PBP is a Perl module to create a module as recommended in "Perl Best Practices". SYNOPSIS # In your ~/.module-starter/config file... author: < Your Name > email: < your@email.addr > plugins: Module::Starter::PBP template_dir: < /some/absolute/path/name > # Then on the...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (203): Module::Starter::PBP Download

Added: September 06, 2010 | Visits: 1.159

Sybase module for Python Sybase module for Python project provides a Python interface to the Sybase relational database system. The Sybase package supports all of the Python Database API, version 2.0 with extensions. Whats New in This Release: - This release works with Python 2.5, Sybase 15, and 64-bit clients. - It...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (119): Sybase module for Python Download

Added: March 26, 2010 | Visits: 1.025

Module::Build::JSAN Module::Build::JSAN is a Perl module to build JavaScript modules for JSAN. SYNOPSIS use Module::Build::JSAN; my $build = Module::Build::JSAN->new( module_name => Foo-Bar, license => perl, dist_author => Joe Developer , dist_abstract => Say something pithy here, dist_version => 0.02,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Module::Build::JSAN Download

Added: January 24, 2010 | Visits: 2.045

ProFTPD Quota LDAP module ProFTPD Quota LDAP module provides a ProFTPD module that imposes quotas based on LDAP user accounts. This module is designed to impose quotas, on FTP accounts, based on user accounts. It is based on the ideas contained in Eric Estabrooks mod_quota and TJ Saunders mod_quotatab; however, this...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (106): ProFTPD Quota LDAP module Download

Added: February 21, 2010 | Visits: 1.407

u24mixer-module u24mixer-module is a simple kernel module that provides ALSA mixer controls for the ESI U24 USB sound card. Whats New in This Release: - All of the mixer controls found in the ESI U24 Windows control panel were implemented..


Platforms: *nix

License: Freeware Size: 51.2 KB Download (92): u24mixer-module Download

Added: May 22, 2010 | Visits: 1.233

Module::Build::Authoring Module::Build::Authoring are authoring Module::Build modules. When creating a Build.PL script for a module, something like the following code will typically be used: use Module::Build; my $build = Module::Build->new ( module_name => Foo::Bar, license => perl, requires => { perl =>...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (96): Module::Build::Authoring Download

1 2 3 4 5 >