Sponsored Content
Full Discussion: Accounting Software
Special Forums UNIX and Linux Applications Accounting Software Post 302967190 by Meow613 on Saturday 20th of February 2016 08:08:06 PM
Old 02-20-2016
Sorry for pushing this, but I am working on a Point Of Sale program, and this bug prevents me from doing financial projections. I can't start until these projections are positive.

Thanks.
 

7 More Discussions You Might Find Interesting

1. 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

2. Programming

utmp ACCOUNTING

the utmp.h ACCOUNTING macro is set to 9 on my system. my question is: what "accounting" is it referring to? (2 Replies)
Discussion started by: thmnetwork
2 Replies

3. UNIX for Advanced & Expert Users

Accounting Process

Hi, I need to know , if there is some routine like a function "accton" to accounting process for HP-UX, because I need accounting the command executed for users and is necesary that include the argumments of command but the file "paccton" generated for function "accton" doesn't include them. ... (0 Replies)
Discussion started by: hvazquez
0 Replies

4. Cybersecurity

System Accounting

How do I enable System Accounting on Solaris 8? In Solaris 7 I would copy the /usr/lib/acct file to S22acct and start it like that. That doesn't seem to be an option in Solaris 8. Thanks for your help! (2 Replies)
Discussion started by: pc9456
2 Replies

5. 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

6. UNIX for Advanced & Expert Users

Special accounting information

I need to figure out why did the system run out of memory and hung at a certain time. For further investigation, the info about every processes' CPU and memory consumption over time would be of high value. I see, that Unix accounting may be of some help. But I'm not sure if I can get this... (3 Replies)
Discussion started by: descentspb
3 Replies

7. UNIX for Dummies Questions & Answers

process accounting

When i run #acctadm command it shows it as inactive but /var/adm/pacct file has todays date such as -rw-r--r-- 1 adm adm 182397160 Mar 25 15:48 pacct # acctadm Task accounting: inactive Task accounting file: none Tracked task resources: none Untracked... (5 Replies)
Discussion started by: Tirmazi
5 Replies
OBJLINE(1)						      General Commands Manual							OBJLINE(1)

NAME
objline - create metafile line drawings of RADIANCE object(s) SYNOPSIS
objline [input ..] DESCRIPTION
Objline takes one or more RADIANCE scene files and produces four parallel line projections using calls to rad2mgf(1) and mgf2meta(1). The output must be redirected to a suitable destination for metafile(5) 2-d graphics, such as x11meta(1) or psmeta(1). The four projections presented are along the X-axis (displayed in the upper left quadrant), along the Y-axis (upper right), along the Z- axis (lower left) and an oblique view (lower right). If multiple RADIANCE input files are given, they are shown in different colors and line styles. (Materials are ignored, so materials files are best left out.) If no input files are given on the command line, the standard input is read. EXAMPLES
To create a line drawing of the RADIANCE file "myfile.rad" and display under X11: objline myfile.rad | x11meta -r & To create a line drawing of three objects in different colors and send to the printer: objline obj1.rad obj2.rad obj3.rad | psmeta | lpr To create a line drawing of a room and convert into a 1024x1024 RADIANCE picture: objline room.rad | meta2tga -x 1024 -y 1024 | ra_t8 -r > drawing.hdr AUTHOR
Greg Ward SEE ALSO
meta2tga(1), metafile(5), mgf2meta(1), psmeta(1), ra_t8(1), rad2mgf(1), x11meta(1) RADIANCE
10/27/95 OBJLINE(1)
All times are GMT -4. The time now is 10:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy