byrd and melanie billings
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 152

Amberdms Billing System 1.2.0
Amberdms Billing System offers users an open source web-based application, provides accounting, invoicing tools as well as service and time management solutions designed for small and medium businesses as well as small ISPs and IT companies more>> <<less
Added: 2009-04-08 License: AGPL Price: FREE
1 downloads
Breathe and Smile 1.0
Breathe and Smile is a GDM theme. more>>
Breathe and Smile is a GDM theme created as a modification of savagehps theme:
http://www.gnome-look.org/content/show.php/Still+alive+sunshine+GDM+Theme?content=52687
Original login elements work from pyros:
http://www.gnome-look.org/content/show.php/Sunergos+Blue+GDM?content=41562
All I did was move some elements around to compensate for the background.
The background image is from Neoyume: http://neoyume.deviantart.com
All credits go to the original authors.
<<lesshttp://www.gnome-look.org/content/show.php/Still+alive+sunshine+GDM+Theme?content=52687
Original login elements work from pyros:
http://www.gnome-look.org/content/show.php/Sunergos+Blue+GDM?content=41562
All I did was move some elements around to compensate for the background.
The background image is from Neoyume: http://neoyume.deviantart.com
All credits go to the original authors.
Download (0.65MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
905 downloads
Joyce and Anne 2.1.11
Joyce and Anne emulate the Amstrad PCW series of computers. more>>
Joyce and Anne projects emulate the Amstrad PCW series of computers. Joyce emulates the 8000, 9000, and 10 series; Anne emulates the PcW16.
When moving from a PCW to an emulator, the biggest change you have to accustom yourself to is the way that JOYCE handles discs. Real PCWs (except the few with add-on hard drives) use real floppy discs; you use a start-of-day disc to use LocoScript or MicroDesign, a data disc to save your work on, and so on.
It is possible for JOYCE to use real disc drives in the same way that a PCW does. However this is pretty slow and awkward; since the PCs got a hard drive, you might as well use it.
Enhancements:
- A bug in the Z80 emulation which caused Starglider to hang has been corrected.
<<lessWhen moving from a PCW to an emulator, the biggest change you have to accustom yourself to is the way that JOYCE handles discs. Real PCWs (except the few with add-on hard drives) use real floppy discs; you use a start-of-day disc to use LocoScript or MicroDesign, a data disc to save your work on, and so on.
It is possible for JOYCE to use real disc drives in the same way that a PCW does. However this is pretty slow and awkward; since the PCs got a hard drive, you might as well use it.
Enhancements:
- A bug in the Z80 emulation which caused Starglider to hang has been corrected.
Download (1.9MB)
Added: 2007-02-04 License: GPL (GNU General Public License) Price:
994 downloads
Wav and Flac conversion 1
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV. more>>
FLAC is a lossless compression method for audio files. Using it, one is able to reduce the filesize and keep the same audio quality as a regular WAV file (CD quality).
The FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
<<lessThe FLAC format is open source, and can be read without any problem by such applications as Amarok or Kaffeine.
Wav and Flac conversion contains two service menus: one to convert WAV files into FLAC, and one to convert FLAC files into WAV.
You will need the FLAC application to be installed on your system to use these service menus.
Download (MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1249 downloads
Beanie 0.1
Beanie is a flexible, distributed accounting system for medium-sized companies. more>>
Beanie is a flexible, distributed accounting system for medium-sized companies.
It includes back-end batch processing as well as a GTK GUI and provides automated purchases, sales, and nominal ledgers as well as automated invoicing (via email).
Beanie project also supports payroll and VAT.
Installation:
STEP ONE:
You must create a user on the system called beanie. This unprivileged user will own all the accounting files and executables. The home directory of this user will be the main location for all accounting files so choose wisely. Examples are /v/beanie or
/var/accounts.
This is an example of the password entry:
beanie:*:101:20:The Accounting System:/v/beanie:/bin/csh
Make sure you set the BEANIEROOT environment variable in the file beanie.mk to the home directory of the beanie user.
STEP TWO:
You must create a MySQL database called beanie. You then need to create a user also called beanie with a 8 to 10 character password which has full access to this database. Check that you can access the new database using the following command:
% mysql -h -u beanie -p beanie
You will be prompted for a password. Enter the password you set on the account and youre now ready to create a config.h file.
STEP THREE:
Copy the file config.h.sample to config.h and edit it. You will find information on how to configure this file in the comment blocks of the file. Note that the MAIN_DBHOST and DBPWD_CHARxx values need to match what you entered above.
STEP FOUR:
Edit the file beanie.mk and make sure that the defaults are OK.
Once you have completed these steps, compile the source by running the following commands:
% make clean all
% make install
You may need to run the second make as root in order to have permissions to create directories and some binary files (such as xeparse which needs to be installed in /usr/libexec).
STEP FIVE:
You need to create a cron(8) entry for the beanie user. There is a sample cron entry in the file crontab.sample. Edit this file and change $BEANIEROOT to be the home directory of the beanie user. Then, either logged in as beanie or as root, run the following command:
% crontab -u beanie < crontab.sample
This makes sure the overnight processing is performed every evening at 11PM. Each day, the databases will be backed up and the daily operations (such as invoicing, etc) will be performed. Each Sunday, the end of week tasks will be performed and on the last day of the month, the monthly, quarterly and annual tasks will be performed.
You can examine these scripts to see what they do:
overnight/acct.prolog
overnight/acct.daily
overnight/acct.weekly
overnight/acct.monthly
overnight/acct.epilog
Edit the tmac source files for your specific information. The key one here is lhead.tmac because this is the source for your company letterhead. Its written in troff.
Youre Done!! Now you just need to run the newcompany program.
Enhancements:
- In this initial release, the billing functionality is very complete and the general ledger functionality is pretty much all there.
- A VAT system was added with a payroll check-in due very shortly.
<<lessIt includes back-end batch processing as well as a GTK GUI and provides automated purchases, sales, and nominal ledgers as well as automated invoicing (via email).
Beanie project also supports payroll and VAT.
Installation:
STEP ONE:
You must create a user on the system called beanie. This unprivileged user will own all the accounting files and executables. The home directory of this user will be the main location for all accounting files so choose wisely. Examples are /v/beanie or
/var/accounts.
This is an example of the password entry:
beanie:*:101:20:The Accounting System:/v/beanie:/bin/csh
Make sure you set the BEANIEROOT environment variable in the file beanie.mk to the home directory of the beanie user.
STEP TWO:
You must create a MySQL database called beanie. You then need to create a user also called beanie with a 8 to 10 character password which has full access to this database. Check that you can access the new database using the following command:
% mysql -h -u beanie -p beanie
You will be prompted for a password. Enter the password you set on the account and youre now ready to create a config.h file.
STEP THREE:
Copy the file config.h.sample to config.h and edit it. You will find information on how to configure this file in the comment blocks of the file. Note that the MAIN_DBHOST and DBPWD_CHARxx values need to match what you entered above.
STEP FOUR:
Edit the file beanie.mk and make sure that the defaults are OK.
Once you have completed these steps, compile the source by running the following commands:
% make clean all
% make install
You may need to run the second make as root in order to have permissions to create directories and some binary files (such as xeparse which needs to be installed in /usr/libexec).
STEP FIVE:
You need to create a cron(8) entry for the beanie user. There is a sample cron entry in the file crontab.sample. Edit this file and change $BEANIEROOT to be the home directory of the beanie user. Then, either logged in as beanie or as root, run the following command:
% crontab -u beanie < crontab.sample
This makes sure the overnight processing is performed every evening at 11PM. Each day, the databases will be backed up and the daily operations (such as invoicing, etc) will be performed. Each Sunday, the end of week tasks will be performed and on the last day of the month, the monthly, quarterly and annual tasks will be performed.
You can examine these scripts to see what they do:
overnight/acct.prolog
overnight/acct.daily
overnight/acct.weekly
overnight/acct.monthly
overnight/acct.epilog
Edit the tmac source files for your specific information. The key one here is lhead.tmac because this is the source for your company letterhead. Its written in troff.
Youre Done!! Now you just need to run the newcompany program.
Enhancements:
- In this initial release, the billing functionality is very complete and the general ledger functionality is pretty much all there.
- A VAT system was added with a payroll check-in due very shortly.
Download (0.14MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
1382 downloads
Auctions and Classifieds 1
Auctions and classifieds icons for websites or desktops. These icons are great for auction or free classified websites. If you want to have asuccessfu... more>> <<less
Download (41KB)
Added: 2009-04-14 License: Freeware Price: Free
197 downloads
PJSIP and PJMEDIA 0.7.0
PJSIP and PJMEDIA is the Open Source, high performance, small footprint SIP and media stack written in C language. more>>
PJSIP and PJMEDIA is the Open Source, high performance, small footprint SIP and media stack written in C language.
It has many SIP and media features such as a layered API, dialog usages, high level invite session abstraction, an event framework, SIP presence/SIMPLE, instant messaging, RTP/RTCP, a conference bridge, silence detection, PLC, and so on, as well as extensive documentation.
Enhancements:
- This release fixes a build error on MacOS, memory alignment problems on ARM, and a crash which occurred on STUN keep-alive when network connectivity was lost.
<<lessIt has many SIP and media features such as a layered API, dialog usages, high level invite session abstraction, an event framework, SIP presence/SIMPLE, instant messaging, RTP/RTCP, a conference bridge, silence detection, PLC, and so on, as well as extensive documentation.
Enhancements:
- This release fixes a build error on MacOS, memory alignment problems on ARM, and a crash which occurred on STUN keep-alive when network connectivity was lost.
Download (0.34MB)
Added: 2007-06-02 License: GPL (GNU General Public License) Price:
902 downloads
Buffy and Libbuffy 0.11
Buffy displays a window with a summary of your mailboxes and lets you open them in your mail program. more>>
Buffy displays a window with a summary of your mailboxes and lets you open them in your mail program. It is written with the intent of being a handy everyday tool for people working with large volumes of mail.
For mutt users, it can be a nice front-end to supplement the simple built-in folder browser when one has many folders to keep track of.
It tries hard to work out of the box and looks for mail folders in sensible places and comes with reasonable defaults. It supports mail stored in maildir, mbox, and gzipped mbox format.
Enhancements:
- Buffy now correctly detects when a folder in mailbox format has been changed.
- It also allows you to set single folders to always show (useful, for example, for the sent mail folder) and always hide (useful for spam folders which otherwise always show because they always have new mail).
<<lessFor mutt users, it can be a nice front-end to supplement the simple built-in folder browser when one has many folders to keep track of.
It tries hard to work out of the box and looks for mail folders in sensible places and comes with reasonable defaults. It supports mail stored in maildir, mbox, and gzipped mbox format.
Enhancements:
- Buffy now correctly detects when a folder in mailbox format has been changed.
- It also allows you to set single folders to always show (useful, for example, for the sent mail folder) and always hide (useful for spam folders which otherwise always show because they always have new mail).
Download (0.30MB)
Added: 2005-10-07 License: LGPL (GNU Lesser General Public License) Price:
1477 downloads
Clean And Close 2.0
Clean And Close is a Firefox extension that cleans completed, canceled and failed downloads from the download list. more>>
Clean And Close is a Firefox extension that replaces the Clean Up button in your Download Manager window with a Clean And Close button that does just that - cleans completed, canceled and failed downloads from the download list and then closes the window.
<<less Download (0.002MB)
Added: 2007-07-16 License: MPL (Mozilla Public License) Price:
866 downloads
jBilling 1.0.8
Jbilling is a recurring billing system, targeting companies that periodically charge their customers for services. more>>
Jbilling is a recurring billing system, targeting companies that periodically charge their customers for services. It calculates and generates the invoices, handles automatic payment processing with credit cards and notifies the customers about the status of their accounts.
It is web-based, once it is installed in a single server, it can be accessed with a web-browser from any computer in network with the server. If the server is connected to the internet, then the billing system is accessible from any computer connected to the internet.
Enhancements:
- The release notes are in the document release_notes.pdf, which is located in the root directory of the binary distribution (jbilling-1_0_8.zip)
<<lessIt is web-based, once it is installed in a single server, it can be accessed with a web-browser from any computer in network with the server. If the server is connected to the internet, then the billing system is accessible from any computer connected to the internet.
Enhancements:
- The release notes are in the document release_notes.pdf, which is located in the root directory of the binary distribution (jbilling-1_0_8.zip)
Download (36.4MB)
Added: 2007-07-05 License: Open Software License Price:
853 downloads
Pcal and lcal 4.10.0
Pcal and lcal are calendar-generation programs which produce nice-looking PostScript output. more>>
Pcal and lcal are calendar-generation programs which produce nice-looking PostScript output.
Pcal is usually used to generate monthly-format (one month per page) calendars with optional embedded text and images to mark special events (e.g. holidays, birthdays, etc). It can also generate yearly-format (one year per page) calendars.
Lcal generates a graphical lunar phase calendar for an entire year (see below).
Both programs were previously released by Andrew W. Rogers, whose web page has disappeared.
Pcal supports the following languages:
- Catalan
- Czech
- Danish
- Dutch
- English
- Esperanto
- Estonian
- Finnish
- French
- German
- Greek
- Hungarian
- Italian
- Latvian
- Lithuanian
- Polish
- Portuguese
- Romanian
- Russian
- Spanish
- Swedish
- Ukrainian
Enhancements:
- Fixed the bugs described in the Bugs/Problems in (now-obsolete) Pcal 4.9.1 section (see the link in the Notes On Obsolete Releases of Pcal section, below).
- Added Polish language support, thanks to a patch from Dominik Chiron Derlatka.
- Added Dutch language support, thanks to a patch from Ewald Beekman.
- Added Romanian language support, thanks to a patch from Claudiu Costin.
- Added Danish language support, thanks to a patch from Kenneth Geisshirt.
- Eliminated certain compile-time warnings that occurred in a GCC 3.4.2 + Solaris build environment, thanks to a report from David Mathog.
<<lessPcal is usually used to generate monthly-format (one month per page) calendars with optional embedded text and images to mark special events (e.g. holidays, birthdays, etc). It can also generate yearly-format (one year per page) calendars.
Lcal generates a graphical lunar phase calendar for an entire year (see below).
Both programs were previously released by Andrew W. Rogers, whose web page has disappeared.
Pcal supports the following languages:
- Catalan
- Czech
- Danish
- Dutch
- English
- Esperanto
- Estonian
- Finnish
- French
- German
- Greek
- Hungarian
- Italian
- Latvian
- Lithuanian
- Polish
- Portuguese
- Romanian
- Russian
- Spanish
- Swedish
- Ukrainian
Enhancements:
- Fixed the bugs described in the Bugs/Problems in (now-obsolete) Pcal 4.9.1 section (see the link in the Notes On Obsolete Releases of Pcal section, below).
- Added Polish language support, thanks to a patch from Dominik Chiron Derlatka.
- Added Dutch language support, thanks to a patch from Ewald Beekman.
- Added Romanian language support, thanks to a patch from Claudiu Costin.
- Added Danish language support, thanks to a patch from Kenneth Geisshirt.
- Eliminated certain compile-time warnings that occurred in a GCC 3.4.2 + Solaris build environment, thanks to a report from David Mathog.
Download (0.28MB)
Added: 2006-08-10 License: Freely Distributable Price:
1171 downloads

Journyx Timesheets For Linux 7.0
Automate Project management, Billing and Payroll with your Free Web Timesheets! more>> Informed decision-making requires real-time data. Journyx Timesheets gives you what you need by allowing your employees to enter project time and expense information from any location that can hit the Internet. Add Journyx Projectlink to the mix and interface directly with MS Project. Precise cash flow coordination relies on accurate data. Journyx Timesheets makes the collection of time, expense & rate information easy and reduces the time needed to get an invoice out the door. Allow access to historical billing records to improve Client relationships. Accurate payroll processing demands fluid data. Journyx Timesheet can automatically transfer time, attendance and expense information directly to your critical payroll & HR management systems. Streamline the process even further with automated approval.
Project Management with Journyx Timesheets and make it easy on your employees.<<less
Download (18.10MB)
Added: 2009-04-15 License: Freeware Price: Free
192 downloads
Billing Software 1.04d
Billing Software allows your business to track invoicing and allows your customers to view their invoices online. more>>
Billing Software project allows your business to track invoicing and allows your customers to view their invoices online and easily export them to Excel for saving or printing.
Invoices can also be emailed to customers right from the online application for convenience and efficiency.
Enhancements:
- This release fixes some minor bugs in the XML portions of the library files.
<<lessInvoices can also be emailed to customers right from the online application for convenience and efficiency.
Enhancements:
- This release fixes some minor bugs in the XML portions of the library files.
Download (0.11MB)
Added: 2006-04-05 License: Other/Proprietary License with Source Price:
1343 downloads
phundament and lithron 0.7.2
phundament and lithron integrates popular libraries like propel, creole, phing, and ImageMagick. more>>
Component-based phundament (written in PHP 5 using the PRADO 3 framework) is for Web sites, Web applications, and database publishing.
phundament and lithron integrates popular libraries like propel, creole, phing, and ImageMagick. Lithron is an XML-based renderer for the PDFlib API.
Main features:
Uses Up-to-Date Technologies
- PHP 5
- PRADO 3
- propel
- creole
- phing
Slim Codebase
- 100%-pure PRADO
Component-based
- Easy to extend
- Reusability
- Flexibility
Powerful Features
- Sitemap
- Brick & Cells Layout System for maximum flexibility
- Content Administration
- Media Management
- Image Manipulation
- Horizontal & Vertical Navigation
Enhancements:
- This release adds a new caching system, a garbage collector, clean templates, four new themes, bugfixes, and improvements in usability, stability, and performance.
<<lessphundament and lithron integrates popular libraries like propel, creole, phing, and ImageMagick. Lithron is an XML-based renderer for the PDFlib API.
Main features:
Uses Up-to-Date Technologies
- PHP 5
- PRADO 3
- propel
- creole
- phing
Slim Codebase
- 100%-pure PRADO
Component-based
- Easy to extend
- Reusability
- Flexibility
Powerful Features
- Sitemap
- Brick & Cells Layout System for maximum flexibility
- Content Administration
- Media Management
- Image Manipulation
- Horizontal & Vertical Navigation
Enhancements:
- This release adds a new caching system, a garbage collector, clean templates, four new themes, bugfixes, and improvements in usability, stability, and performance.
Download (6.3MB)
Added: 2007-02-04 License: MPL (Mozilla Public License) Price:
996 downloads
curl and libcurl 7.19.5
curl and libcurl provides you with a sophisticated and easy-to-use command line tool which is designed for transferring files with URL syntax. more>> <<less
Added: 2009-05-18 License: MIT/X Consortium Lic... Price: FREE
1 downloads
Other version of curl and libcurl
License:MIT/X Consortium License
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 byrd and melanie billings 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