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
ISDND.ACCT(5)						      BSD File Formats Manual						     ISDND.ACCT(5)

NAME
isdnd.acct -- isdn4bsd ISDN management daemon accounting file format DESCRIPTION
The file isdnd.acct contains accounting information which is written if the variable useacctfile in the isdnd(8) configuration file isdnd.rc(5) is set to on and charging information transmission has been subscribed for the ISDN connection (AOCD or AOCE). If the variable acctall is set to on, accounting information is written even if the local site was not charged or no charging information is available or is not subscribed. The general format of an accounting line is as follows: FROM - UNTIL NAME UNITS (SECONDS) (INBYTES/OUTBYTES) FROM is the time the connection was established in the format Day.Month.Year Hour:Minutes:seconds UNTIL is the time the connection was closed. The format is the same as described for FROM above. NAME is the symbolic name got from the name entry of the isdnd.rc(5) config file for this connection. UNITS is the amount of charging units billed for the connection. SECONDS is the number of seconds the connection lasted. INBYTES and OUTBYTES is the (optional) number of bytes that were transferred. FILES
/var/log/isdnd.acct The default accounting information file for the isdnd ISDN daemon. EXAMPLES
This is a typical accounting line: 12.06.97 10:41:37 - 12.06.97 10:45:18 GROGGY 2 (65) (4711/1147) SEE ALSO
isdnd.rc(5), isdnd(8) AUTHORS
The isdnd(8) daemon and this manual page were written by Hellmuth Michaelis <hm@kts.org>. BSD
September 11, 1998 BSD