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

Expense Tracking App freeware
Filter: All | Freeware | Demo
 

Expense Tracking App

1 2 3 4 5 > 
Added: May 02, 2010 | Visits: 4.385

ExpenseTracker ExpenseTracker is a tag based personal expense tracking software. It is developed to run on Windows and Linux flavors. The project uses sqlite3 for storing user preferences and expense details.. Get ExpenseTracker at SourceForge.net. Fast, secure and free downloads from the largest Open Source...



Platforms: *nix

License: Freeware Size: 31.74 KB Download (317): ExpenseTracker Download

Released: July 06, 2012  |  Added: July 06, 2012 | Visits: 453

Chaperone - Task Tracking Welcome to Chaperone, an all new task tracking app. It helps you stay focused on one task a time by associating tasks with apps. Want to write a report? Start a new Chaperone task with your favorite word processor and Chaperone will remind you





Platforms: Mac

License: Freeware Size: 307.2 KB Download (51): Chaperone - Task Tracking Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 496

InnoSlice InnoSlice is essentially a home budgeting and expense tracking application. You create a budget for the month by allocating (slicing) your income to categories, and then track your expenses in each category to ensure that you spend within your income, and of course, leave enough room for...


Platforms: Windows

License: Freeware Size: 1.4 MB Download (49): InnoSlice Download

Released: October 23, 2012  |  Added: October 23, 2012 | Visits: 662

OfficeTime for Mac OS Powerful, intuitive time and expense tracking, team timesheet reporting, and billing software. You shouldn't have to think about how to track your time. You should just do it. OfficeTime elegantly manages multiple overlapping projects. - Rich, flexible time sheets, reports, and pie graphs at...


Platforms: Mac

License: Freeware Size: 14 MB Download (46): OfficeTime for Mac OS Download

Released: October 12, 2001  |  Added: July 24, 2006 | Visits: 3.689

Radix Radix is a multi-faceted, tightly integrated 32-bit Client/Server application that focuses on several areas of employee productivity and customer relationship management. Because Radix is a true distributed application with distinct client and Server components, users have the flexiblity of...


Platforms: Windows

License: Freeware Size: 21.61 MB Download (277): Radix Download

Added: August 13, 2008 | Visits: 1.754

Handy Finance Lite for Palm Money management on Palm. Income and expense tracking. Personal, home and business use. Reports, analysis, planning, accounting. Desktop module, export to Excel. Palm OS 5 support: small hires fonts, T3 fullscreen, 5-way navigator. Use Handy Finance to answer questions like: "How much money do I...


Platforms: Palm OS

License: Freeware Size: 542 KB Download (579): Handy Finance Lite for Palm Download

Added: August 06, 2008 | Visits: 1.371

Amazing Auto Dialer Amazing Auto Dialer, the most feature-rich and user-friendly dialing software for Windows! This powerful program provides everything you need for working with the dial-up Internet connection. If you experience sudden hang-ups, if you want your computer to connect to the Internet at specific time...


Platforms: Windows

License: Freeware Size: 2.53 KB Download (134): Amazing Auto Dialer Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 442

Zillywiggler Suite Zillywiggler is a suite of software I have developed for my employer who in their generosity have released them as GPL ventures.Most notably is Zillywiggler Time, an opensource, PHP/PostgreSQL based Time and Expense tracking and invoicing system.


Platforms: Windows, Mac, Linux

License: Freeware Size: 290.18 KB Download (56): Zillywiggler Suite Download

Added: January 18, 2010 | Visits: 1.749

Expense Submittal System The Expense Submittal System (ESS) is a Web-based solution for the creation of expense reports, expense report approval, payment, and accounting. The complete expense reporting process is covered. ESS provides report entry, approval routing, corporate policy checking, credit card statement...


Platforms: *nix

License: Freeware Size: 5.4 MB Download (184): Expense Submittal System Download

Added: March 21, 2010 | Visits: 1.223

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: February 13, 2010 | Visits: 1.355

App::faq App::faq is a Perl module witj App-Context Frequently Asked Questions. The App-Context is like a software backplane for many services required by an enterprise application. Into that backplane plug the App-Context Services. There may be many implementations of each of the App-Context Services,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): App::faq Download

Added: October 26, 2010 | Visits: 1.403

App::perlstyle App::perlstyle is a App::Context Perl Style Guide. The following document describes some of the coding standards used in writing the App::Context framework (App-Options, App-Context, App-Repository, App-Widget, and other minor distributions). This document exists for two purposes: 1. To...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::perlstyle Download

Added: March 05, 2010 | Visits: 1.358

App::quickstart App::quickstart is App::Context Developers Quick-Start Guide. This is the Developers Quickstart Guide to the App::Context Framework. Its focus is to give a minimum amount of theoretical or explanatory background and get right into learning by example. That having been said, it is also...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): App::quickstart Download

Added: March 13, 2010 | Visits: 1.268

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: September 11, 2010 | Visits: 1.347

App::UserAgent App::UserAgent - the browser this session is connected to. SYNOPSIS # ... official way to get a UserAgent object ... use App; $context = App->context(); $user_agent = $context->user_agent(); # get the user_agent if ($user_agent->supports("html.input.style")) { # do something } A...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::UserAgent Download

Added: February 19, 2010 | Visits: 1.423

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: November 19, 2010 | Visits: 1.248

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: March 19, 2010 | Visits: 1.700

Dream Print Tracking System Dream Print Tracking System is a powerful and user-friendly system for tracking print distribution and circulation. It uses many principles from customer relationship management (CRM) systems, but in a way specific to print publishers. The Media Development Loan Fund commissioned Dream based...


Platforms: *nix

License: Freeware Size: 6.9 MB Download (126): Dream Print Tracking System Download

Added: August 15, 2010 | Visits: 2.211

American Express Expense Report to QIF Converter American Express Expense Report to QIF Converter project is a utility that converts American Express expense reports into QIF. There are three main reasons: 1. American Express only offers QIF files for the last 6 months of activity whereas the expense reports go back 2 years. You can also...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (176): American Express Expense Report to QIF Converter Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.575

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

1 2 3 4 5 >