actiTIME Basic 1.5 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News actiTIME Basic 1.5 (Default branch)
# 1  
Old 10-13-2008
actiTIME Basic 1.5 (Default branch)

actiTIME Basic is a Web-based timesheet forenhanced project management, billing, and payrollin small to mid-sized companies. It provides anintuitive way to register time-expenses, toanalyze employee performance, and to preparetimesheets for billing the customers.License: FreewareChanges:
A tool tip was added on the login page with thedefault user name and password.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

Vs basic

There isn't much of a relation between 80's BASIC and today's BASIC. A lot of languages seem similar. The BASIC I worked with was Dartmouth or VSBASIC. Now existing as ATARI BASIC. PERL and JULIA look appealing, it would be nice if there where a program like VSBASIC. 80's... (7 Replies)
Discussion started by: teak
7 Replies

2. Solaris

Basic - how do I?

How do I use ls and grep together to count a certain number of files in a directory? -Thanks (1 Reply)
Discussion started by: secno
1 Replies

3. HP-UX

to know the basic

Hi, Good morning I want to install HP-Unix in my PC. I already have windows XP home edition in my PC. I do not want remove XP,But I need HP-Unix in the same system. Is it posssible? If it is what is the name and version of HP-Unix cd? Where can I get the CD to install. I have... (4 Replies)
Discussion started by: nandhini
4 Replies

4. What is on Your Mind?

Basic...

hi, I am pretty new both to unix and this forum, can anyone help me to give shortcuts to my commands... eg:- instead of "cd /usr/bin" i want to to give " bin " and get to that path. I'm using HP-UX 11.0 abey (2 Replies)
Discussion started by: abey
2 Replies

5. UNIX for Dummies Questions & Answers

Basic

hi, I am pretty new both to unix and this forum, can anyone help me to give shortcuts to my commands... eg:- instead of "cd /usr/bin" i want to to give " bin " and get to that path. I'm using HP-UX 11.0 abey (2 Replies)
Discussion started by: abey
2 Replies
Login or Register to Ask a Question
ODFFINDBASIC(1p)					User Contributed Perl Documentation					  ODFFINDBASIC(1p)

NAME
odffindbasic - Basic macro removal from OpenOffice.org files USAGE
odffindbasic [options] <sourcefile> [<targetfile>] DESCRIPTION
A simple command that allows the user to detect, export or remove the Basic modules from a regular OpenOffice.org file. Without option, the program displays the number of Basic modules found in the file. The 2nd filename is used in combination with the --delete option. OPTIONS
--nocount Prevents the program from displaying the number of Basic modules found. --delete -d If this option is set, the Basic modules are physically deleted. The file manifest is updated accordingly. However, the document content remains unchanged, even if it contains some references to the deleted macros. The code is removed (so the macros are no longer executable). If a target file name is provided as a 2nd argument, the changes are saved in it and the source file remains unchanged. --export -e Exports the macros. Every Basic module is extracted and converted to a flat Basic source file in the current directory. The name of each created file is constructed according to the corresponding path in the ODF file, and its suffix is "bas". --list -l The Basic modules are listed through the standard output. --verbose Some information messages are printed. perl v5.14.2 2008-05-04 ODFFINDBASIC(1p)