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
PAC(8)							    BSD System Manager's Manual 						    PAC(8)

NAME
pac -- printer/plotter accounting information SYNOPSIS
pac [-cmrs] [-Pprinter] [-pprice] [user ...] DESCRIPTION
pac reads the printer/plotter accounting files, accumulating the number of pages (the usual case) or feet (for raster devices) of paper con- sumed by each named user, and prints out how much each user consumed in pages or feet and dollars. When no user arguments are given, statistics are printed for every user who has used any paper. The options are as follows: -Pprinter Accounting is done for the named printer. Normally, accounting is done for the default printer (site dependent) or the value of the environment variable PRINTER is used. -c Causes the output to be sorted by cost; usually the output is sorted alphabetically by name. -m Causes the host name to be ignored in the accounting file. This allows for a user on multiple machines to have all of his printing charges grouped together. -pprice The value price is used for the cost in dollars instead of the default value of 0.02 or the price specified in /etc/printcap. -r Reverse the sorting order. -s Accounting information is summarized on the summary accounting file; this summarization is necessary since on a busy system, the accounting file can grow by several lines per day. OUTPUT FORMAT
pac formats the output into a simple table, using four columns: 1. The host name followed by the user's login name (column "Login"). If the -m option was specified, the host name will be omitted. 2. The number of pages or feet printed (column "pages/feet"). 3. The number of copies made (column "runs"). 4. The total price for the user (column "price"). If no user argument was specified, pac will print a summary line with print totals. FILES
/var/account/?acct raw accounting files /var/account/?_sum summary accounting files /etc/printcap printer capability database SEE ALSO
printcap(5) HISTORY
The pac command appeared in 4.0BSD. BUGS
The relationship between the computed price and reality is as yet unknown. BSD
May 31, 2007 BSD