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.064.181 Times

Tree Service Invoice Template freeware
Filter: All | Freeware | Demo
 

Tree Service Invoice Template

< 1 2 3 4 5 > 
Released: January 01, 2007  |  Added: January 03, 2007 | Visits: 3.185

Invoice! WinPro Invoice! WinPro has straight-forward, preformatted, previewable reports for salesmen, taxes, pick lists, low inventory, credit card processing, multiple companies and more. It can print attractive invoices, with logos on plain paper, or use preprint forms. Other features include mailing labels,...



Platforms: Windows

License: Freeware Cost: $199.95 USD Size: 8.37 MB Download (626): Invoice! WinPro Download

Released: February 16, 2008  |  Added: February 20, 2008 | Visits: 2.068

Reboot Service KutinSoft Reboot Service is a freeware service designed to reboot a computer remotely or in case of memory overflow. General service characteristics: - All aspects of service work can be configurated; - It is able to follow quantity of free computer memory and to reboot a computer...





Platforms: Windows

License: Freeware Size: 1.21 MB Download (641): Reboot Service Download

Released: May 21, 2008  |  Added: May 24, 2008 | Visits: 21.607

Free PowerPoint Template - Acoolsoft Acoolsoft free PowerPoint template is designed to help your make wonderful PowerPoint presentation. You can download it absolutely for free. And our free PowerPoint template will keep on updating to make your presentation more professional and interesting. There are also some free PowerPoint...


Platforms: Windows

License: Freeware Size: 19.79 MB Download (3078): Free PowerPoint Template - Acoolsoft Download

Released: December 17, 2012  |  Added: January 12, 2013 | Visits: 1.693

Creata-Tree Creata-Tree creates one of the most powerful JavaScript menu trees available for your web site. It comes complete with installation and un-installation. The program has a nice tree view for you to layout items and it's very straightforward. Creata-Tree requires only basic HTML skills. The...


Platforms: Windows

License: Freeware Size: 4.52 MB Download (120): Creata-Tree Download

Released: March 26, 2009  |  Added: March 31, 2009 | Visits: 2.406

Web Service Creator Web Service Creator is the easiest way to create a highly optimized web service based on your database schema. Also creates clients in Silverlight, C#, VB, Java, Delphi and REALbasic. Simply select the database and in minutes you will have a web service and clients in variety of langauges...


Platforms: Windows

License: Freeware Size: 8.51 MB Download (291): Web Service Creator Download

Released: December 20, 2010  |  Added: December 29, 2010 | Visits: 3.499

WonderWebWare Template Shaker CSS Template Shaker is WYSIWYG (what you see is what you get) xhtml / css template generator. Using the tool is pretty simple: just point and click to customize the look and feel of the template on the fly, in complete WYSIWYG environment. This version comes with 5 templates predefined, but with...


Platforms: Windows

License: Freeware Size: 11.36 MB Download (539): WonderWebWare Template Shaker Download

Released: May 15, 2009  |  Added: October 10, 2009 | Visits: 3.983

HTML Template Browser Anyone who has worked with web templates, knows how difficult it can be to see all the templates you've downloaded. That's what HTML Template Browser is for. Point it at a directory and it will find all the main pages of a template (index.html, default.htm, etc.) and list them in a browse window....


Platforms: Windows

License: Freeware Size: 1.17 MB Download (568): HTML Template Browser Download

Released: November 15, 2009  |  Added: November 24, 2009 | Visits: 3.792

Invoice Expert XE Invoice Expert is the perfect software package to meet the billing / invoice needs of your business. Whether you specialize in professional services, running a retail store, invoicing customers for repair work, or running an Internet business, Invoice Expert can simplify your invoicing and...


Platforms: Windows

License: Freeware Size: 20.08 MB Download (800): Invoice Expert XE Download

Added: January 18, 2010 | Visits: 1.134

Bio::Tree::NodeNHX Bio::Tree::NodeNHX is a Simple Tree Node with support for NHX tags. SYNOPSIS use Bio::Tree::NodeNHX; my $nodeA = new Bio::Tree::NodeNHX(); my $nodeL = new Bio::Tree::NodeNHX(); my $nodeR = new Bio::Tree::NodeNHX(); my $node = new Bio::Tree::NodeNHX(); $node->add_Descendents($nodeL);...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (113): Bio::Tree::NodeNHX Download

Added: January 18, 2010 | Visits: 1.760

Template::Ast Template::Ast is a Perl module to process ASTs for Perl Template Toolkit. SYNOPSIS use Template::Ast; # Rebuild AST stored in file: $ast = Template::Ast->read(foo.ast) or die Template::Ast->error(); # Writing existing AST to file: $ast = { Marry => [24, F], John => [21, M] };...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (161): Template::Ast Download

Added: August 23, 2010 | Visits: 1.161

ICOnvert service menu ICOnvert service menu is a script/service menu package that adds four entries to Konquerors context menu to convert Windows icon files (*.ico): 1) Extract PNGs Extracts PNGs as SomeDir/SomeIcon-WxH.png e.g. BlueMoon/BlueMoon-16x16.png, BlueMoon/BlueMoon-32x32.png, etc. 2) Extract PNGs...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (98): ICOnvert service menu Download

Added: March 21, 2010 | Visits: 2.305

Decrypt and Extract Here Service Menu Decrypt and Extract Here Service Menu installs a service menu for Konqueror that decrypts and extracts the contents of encrypted tarballs. Once install, a "Decrypt and Extract Here" entry is added to the Actions context menu in Konqueror. This entry will only appear for the file extensions...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (267): Decrypt and Extract Here Service Menu Download

Added: October 15, 2010 | Visits: 1.180

Piffle::Template Piffle::Template is a Perlish templating language. SYNOPSIS use Piffle::Template; use Piffle::Template qw{template_to_perl expand_template}; # OO syntax, with output stored and returned: print Piffle::Template->expand(source_file => foo/fish.xml, include_path => [foo/inc,foo]); #...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Piffle::Template Download

Added: October 21, 2010 | Visits: 1.443

Template::Plugin::Digest::MD5 Template::Plugin::Digest::MD5 is a TT2 interface to the MD5 Algorithm. SYNOPSIS [% USE Digest.MD5 -%] [% checksum = content FILTER md5 -%] [% checksum = content FILTER md5_hex -%] [% checksum = content FILTER md5_base64 -%] [% checksum = content.md5 -%] [% checksum = content.md5_hex -%]...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Template::Plugin::Digest::MD5 Download

Added: January 01, 2010 | Visits: 1.473

Template::Plugin::Digest::SHA1 Template::Plugin::Digest::SHA1 is a TT2 interface to the SHA1 Algorithm. SYNOPSIS [% USE Digest.SHA1 -%] [% checksum = content FILTER sha1 -%] [% checksum = content FILTER sha1_hex -%] [% checksum = content FILTER sha1_base64 -%] [% checksum = content.sha1 -%] [% checksum =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Template::Plugin::Digest::SHA1 Download

Added: October 13, 2010 | Visits: 1.688

Template::Plugin::Lingua::EN::Inflect Template::Plugin::Lingua::EN::Inflect is a Perl interface to Lingua::EN::Inflect module. SYNOPSIS [% USE infl = Lingua.EN.Inflect; -%] [% FILTER inflect(number => 42); -%] There PL_V(was) NO(error). PL_ADJ(This) PL_N(error) PL_V(was) fatal. [% END; -%] [% "... and "; infl.ORD(9);...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Template::Plugin::Lingua::EN::Inflect Download

Added: April 01, 2010 | Visits: 968

Tree::BPTree Tree::BPTree is a Perl implementation of B+ trees. SYNOPSIS use Tree::BPTree; # These arguments are actually the defaults my $tree = new Tree::BPTree( -n => 3, -unique => 0, -keycmp => sub { $_[0] cmp $_[1] }, -valuecmp => sub { $_[0] <=> $_[1] }, ); # index the entries in this...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Tree::BPTree Download

Added: August 05, 2010 | Visits: 1.721

Template::Provider::OpenOffice Template::Provider::OpenOffice is a OpenOffice (ODT) Provider for Template Toolkit. This module extends Template::Provider to automatically extract the content.xml file from an OpenOffice zip file and run it through Template::Toolkit for processing. We use OpenOffice::OODoc to actually open...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (129): Template::Provider::OpenOffice Download

Added: April 12, 2010 | Visits: 1.408

Template::FAQ Template::FAQ contains Frequently Asked Questions about the Template Toolkit. Template Toolkit Language Why doesnt [% a = b IF c %] work as expected? Because the parser interprets it as [% a = (b IF c) %] Do this instead: [% SET a = b IF c %] If Im using TT to write out a TT...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (97): Template::FAQ Download

Added: March 23, 2010 | Visits: 1.423

Template::Plugins Template::Plugins is a Perl module with plugin provider. SYNOPSIS use Template::Plugins; $plugin_provider = Template::Plugins->new(%options); ($plugin, $error) = $plugin_provider->fetch($name, @args); The Template::Plugins module defines a provider class which can be used to load and...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (176): Template::Plugins Download

< 1 2 3 4 5 >