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

Work Schedule Template software
Filter: All | Freeware | Demo
 

Work Schedule Template

< 1 2 3 4 5 > 
Released: May 21, 2007  |  Added: July 05, 2007 | Visits: 5.115

Operation / Work-time calendar Create and print monthly or yearly operation / work-time calendars easily in minutes. Calculate the number of time cycles based on calendar work time data between two dates, determine the end date for a number of cycles based on cycle time or calculate forward from a required completion date...



Platforms: Windows

License: Commercial Cost: $10.00 USD Size: 8.5 MB Download (227): Operation / Work-time calendar Download

Released: February 20, 2007  |  Added: July 14, 2007 | Visits: 6.503

Web Work Order Web Work Order is a self-service application that helps you streamline your work order processing from the initial request to completion of the work. You can record work orders and assign work to staff. Staff can check on-line to see what work has been assigned and they can update information...





Platforms: Windows, ME, NT, XP, 2K

License: Shareware Cost: $175.00 USD Size: 1.25 MB Download (268): Web Work Order Download

Released: January 01, 2011  |  Added: February 23, 2011 | Visits: 2.892

Customer Invoice Template The Customer Invoicing Template is an Excel invoice template with the ability to store invoices, products and customers and perform advanced invoice sales reporting. The database structure of the invoice system allows the insertion, update and quick access to saved products, customers, and...


Platforms: Windows, Mac

License: Shareware Cost: $26.00 USD Size: 292.97 KB Download (240): Customer Invoice Template Download

Added: August 10, 2008 | Visits: 2.422

Snap Schedule Employee Scheduling Software Snap Schedule minimizes time spent on creating, publishing, and maintaining employee, shift, and rotation schedules. It generates work schedules for an unlimited number of employees and shifts based on demands, shift patterns, and employee availability. A multi-view schedule planner provides the...


Platforms: Windows

License: Commercial Cost: $450.00 USD Size: 29.42 MB Download (275): Snap Schedule Employee Scheduling Software Download

Released: September 27, 2011  |  Added: October 25, 2011 | Visits: 1.270

Template Phrases for Microsoft Outlook With this handy plug-in for Outlook you need just a mouse click to insert frequently-typed phrases into your e-mail messages. The Template Phrases pane is built into the right part of the message window letting you see all your phrases at a glance organized in a multi-level tree structure....


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 9.19 MB Download (111): Template Phrases for Microsoft Outlook 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

Added: August 27, 2008 | Visits: 4.797

Schedule Equipment to Batch Jobs Easy to use Excel spreadsheet can schedule your equipment to batch jobs or employees to sequential tasks in hourly increments for a month or in daily increments for 6 months. Simply specify your tasks or batch jobs and watch their progress in real time each hour or day. The order that the jobs...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 270 KB Download (94): Schedule Equipment to Batch Jobs Download

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

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: October 24, 2012  |  Added: November 10, 2012 | Visits: 1.471

Work Time Studio Work Time Studio is a windows based desktop application which allows you to organize, manage, track and prioritize your time, projects, tasks and notes. It also monitors, records and reports your progress through all stages of your work and activities. Its user friendly interface allows you to...


Platforms: Windows

License: Demo Cost: $39.95 USD Size: 32.08 MB Download (128): Work Time Studio Download

Added: January 18, 2010 | Visits: 1.677

Aapl C++ Template Library Aapl is a C++ template library for generic programming. Aapl supports different generic programming paradigms by providing variations of standard data structures. For example, a by-value linked list template may be used to store a user supplied type such as an integer. A different list...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): Aapl C++ Template Library Download

Added: October 15, 2010 | Visits: 1.182

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.444

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.474

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.689

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: 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

Added: June 02, 2010 | Visits: 1.529

Template::Tools::ttree Template::Tools::ttree module can process entire directory trees of templates. SYNOPSIS ttree [options] [files] The ttree script is used to process entire directory trees containing template files. The resulting output from processing each file is then written to a corresponding file in a...


Platforms: *nix

License: Freeware Size: 768 KB Download (102): Template::Tools::ttree Download

Added: August 15, 2010 | Visits: 1.299

Template::Plugin::XML::Style Template::Plugin::XML::Style is a Perl module for simple XML stylesheet transformations. SYNOPSIS [% USE xmlstyle table = { attributes = { border = 0 cellpadding = 4 cellspacing = 1 } } %] [% FILTER xmlstyle %] < table > < tr > < td >Foo< /td > < td >Bar< /td > < td >Baz< /td >...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (100): Template::Plugin::XML::Style Download

Added: June 23, 2010 | Visits: 1.678

Template::Tutorial::Web Template::Tutorial::Web is a Perl module for generating web content using the template toolkit. This tutorial document provides a introduction to the Template Toolkit and demonstrates some of the typical ways it may be used for generating web content. It covers the generation of static pages...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (112): Template::Tutorial::Web Download

Added: November 05, 2010 | Visits: 1.234

Template::Manual::Directives Template::Manual::Directives is a Perl module that contains template directives. Accessing and Updating Template Variables GET The GET directive retrieves and outputs the value of the named variable. [% GET foo %] The GET keyword is optional. A variable can be specified in a directive...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (111): Template::Manual::Directives Download

Added: November 06, 2010 | Visits: 1.771

Template::Tutorial Template::Tutorial are template toolkit tutorials. This section includes tutorials on using the Template Toolkit. Subjects currently include an general overview of the Template Toolkit, showing users how to get quickly up to speed building web content, and a tutorial on generating and using...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (146): Template::Tutorial Download

< 1 2 3 4 5 >