CK-ERP 0.29.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News CK-ERP 0.29.1 (Default branch)
# 1  
Old 02-02-2009
CK-ERP 0.29.1 (Default branch)

CK-ERP is an accounting/MRP/ERP/CRM system with 23 modules: admin, i18n, data import, contact mgnt, CRM, customer self service, vendor relationship, MRP, warehouse, inventory, service, ledger, bank reconciliation, AP, AR, PO, SO, quotation, POS for cashiers, POS for managers, HR, staff self service, and payroll. It can be hosted atop ClearHealth, OpenEMR, eGroupWare, Drupal, XOOPS, Zencart, osCommerce, WordPress, Moodle, OpenX, phpBB, TikiWiki, or Horde. License: GNU General Public License (GPL) Changes:
This release features a new access control module, a new facility to import Zencart customer and product records, and an improved backup/restore process. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

CK-ERP (Open Source Edu / ERP / CRM / MRP) v.0.30.1 released

Hi, folks, A new release, v.0.30.1, of CK-ERP, has been posted, at SourceForge.Net, sourceforge.net/projects/ck-erp . New features comprise seven new modules (ck-teacher, ck-counsellor, ck-student, ck-applicant, ck-family, ck-registrar, ck-eduadmin) for deployment within educational... (0 Replies)
Discussion started by: chiukay
0 Replies

2. UNIX and Linux Applications

Linux based Open Source ERP System - CK-ERP

Hi, folks, I have developed CK-ERP, which is an open source accounting / MRP / ERP / CRM system that runs on top of multiple middlewares. It provides accounting and back office functionalities to SMEs and utilizes the underlying middleware to administer accounts/groups. Details about and... (0 Replies)
Discussion started by: chiukay
0 Replies
Login or Register to Ask a Question
CRMADMIN(8)							  [FIXME: manual]						       CRMADMIN(8)

NAME
crmadmin - control the Cluster Resource Manager SYNOPSIS
crmadmin [-V|-q] [-i|-d|-K|-S|-E] node crmadmin [-V|-q] -N -B crmadmin [-V|-q] -D crmadmin -v crmadmin -? DESCRIPTION
crmadmin was originally designed to control most of the actions of the CRM daemon. However, the largest part of its functionality has been made obsolete by other tools, such as crm_attribute and crm_resource. Its remaining functionality is mostly related to testing and the status of the crmd process. Warning Some crmadmin options are geared towards testing and cause trouble if used incorrectly. In particular, do not use the --kill or --election options unless you know exactly what you are doing. OPTIONS
--help, -? Print the help text. --version, -v Print version details for HA, CRM, and CIB feature set. --verbose, -V Turn on command debug information. Note Increase the level of verbosity by providing additional instances. --quiet, -q Do not provide any debug information at all and reduce the output to a minimum. --bash-export, -B Create bash export entries of the form export uname=uuid. This applies only to the crmadmin -N node command. Note The -B functionality is rarely useful and may be removed in future versions. COMMANDS
--debug_inc node, -i node Increment the CRM daemon's debug level on the specified node. This can also be achieved by sending the USR1 signal to the crmd process. --debug_dec node, -d node Decrement the CRM daemon's debug level on the specified node. This can also be achieved by sending the USR2 signal to the crmd process. --kill node, -K node Shut down the CRM daemon on the specified node. Warning Use this with extreme caution. This action should normally only be issued by Heartbeat and may have unintended side effects. --status node, -S node Query the status of the CRM daemon on the specified node. The output includes a general heath indicator and the internal FSM state of the crmd process. This can be helpful when determining what the cluster is doing. --election node, -E node Initiate an election from the specified node. Warning Use this with extreme caution. This action is normally initiated internally and may have unintended side effects. --dc_lookup, -D Query the uname of the current DC. The location of the DC is only of significance to the crmd internally and is rarely useful to administrators except when deciding on which node to examine the logs. --nodes, -N Query the uname of all member nodes. The results of this query may include nodes in offline mode. Note The -i, -d, -K, and -E options are rarely used and may be removed in future versions. SEE ALSO
???, ??? AUTHOR
crmadmin was written by Andrew Beekhof. [FIXME: source] 07/05/2010 CRMADMIN(8)