Dolphin Accounting Software 7.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Dolphin Accounting Software 7.0 (Default branch)
# 1  
Old 10-01-2008
Dolphin Accounting Software 7.0 (Default branch)

Image Dolphin is Web-based accounting software that allows access to a database from anywhere with an Internet connection, and features order entry, invoicing, a shopping cart, inventory control, accounts payable, accounts receivable, purchasing, general ledger, a CRM, marketing, a user friendly point-and-click environment, the ability to email directly from program, bulk emailing, a basic calculator for quick computations, and an easy-to-use user administration area. The manual can be downloaded or viewed online. License: Other/Proprietary License with Source Changes:
Changes include multiple bugfixes as well as a major rewrite of how sessions are handled to increase speed and stability. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Accounting Software

GNUCash - There is documented problem with auto-fill; ie, that it cannot be turned off. It will delete 1/2 of a transaction. I have searched the internet and have not been able to make any of the "work arounds" work. I have also contacted the email lists, to no avail. This is open source,... (3 Replies)
Discussion started by: Meow613
3 Replies

2. Windows & DOS: Issues & Discussions

Do you prefer Quickbooks, Microsoft or another small business accounting software?

I am starting a small business. I need software to invoice and track payments, track income and expense and basically keep everything organized for tax time. I've read positive and negative on all small business accounting software, so now I'm really confused. Oh, my business is a service one, so I... (3 Replies)
Discussion started by: sunybck
3 Replies

3. UNIX for Dummies Questions & Answers

Small Business Accounting Software

I'm new to Unix and currently running Solaris 9. Does anyone know of any good Small Business Accounting software that's inexpensive that runs on Solaris? (1 Reply)
Discussion started by: jbarbuto
1 Replies
Login or Register to Ask a Question
PAM_LASTLOG(8)						    BSD System Manager's Manual 					    PAM_LASTLOG(8)

NAME
pam_lastlog -- login accounting PAM module SYNOPSIS
[service-name] module-type control-flag pam_lastlog [options] DESCRIPTION
The login accounting service module for PAM, pam_lastlog provides functionality for only one PAM category: session management. In terms of the module-type parameter, this is the ``session'' feature. Login Accounting Session Management Module The login accounting session management component provides functions to initiate (pam_sm_open_session()) and terminate (pam_sm_close_session()) sessions. The pam_sm_open_session() function records the session in the user accounting database. The pam_sm_close_session() function does nothing. The following options may be passed to the authentication module: debug syslog(3) debugging information at LOG_DEBUG level. no_warn suppress warning messages to the user. no_fail Ignore I/O failures. SEE ALSO
last(1), w(1), getutxent(3), login(3), logout(3), pam.conf(5), lastlogin(8), pam(8) AUTHORS
The pam_lastlog module and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Divi- sion of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (``CBOSS''), as part of the DARPA CHATS research program. BSD
January 21, 2010 BSD