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

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications CK-ERP (Open Source Edu / ERP / CRM / MRP) v.0.30.1 released
# 1  
Old 09-28-2010
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 institutes and another new module (ck-vm) for use within NGOs.

CK-ERP is an open source accounting / educational / MRP / ERP / CRM system that runs on top of multiple middlewares. It comprises 32 modules - Contact Management, Customer Relationship Management, Customer Self Service, Vendor Relationship Management, Material Requirement Planning, Warehouse, Inventory, Service, Accounting Ledger, Bank Reconciliation, Accounts Payable, Accounts Receivable, Purchase Order, Sales Order, Quotation, POS for Cashier, POS for Manager, Human Resources, Staff Self Service, Payroll, Administration, Internationalization, Access Control, Data Import, Teacher, Counsellor, Student, Applicant, Family, Registrar, Edu Administration and Volunteer Management. Please report error and suggestion to the discussion group / mailing list, CK-ERP-en(at)googlegroups.com or CK-ERP-zh_CN(at)googlegroups.com . General history and expected development is available at the discussion group's Archive.

Demo/Information website: ck-erp.org


Cheers,
Wu Chiu Kay, aka CK Wu, aka CK (CK is the preferred alias)
Hong Kong
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

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

2. UNIX and Linux Applications

About CK ERP

Please Can u help me to installand configure CK ERP In UBUNTU Opearating System. I have UBUNTU 7.10 I Try 2 Install Mysql5.0.38 Apache2 Please i have 2 expose this topic in class in 11/03/2008 please can u help me if possible with screen printing and comments. thank u for all :) (1 Reply)
Discussion started by: hakim19
1 Replies
Login or Register to Ask a Question
ENUM 
MAC80211_RATE_C(9) The basic mac80211 driver inte ENUM MAC80211_RATE_C(9) NAME
enum_mac80211_rate_control_flags - per-rate flags set by the Rate Control algorithm. SYNOPSIS
enum mac80211_rate_control_flags { IEEE80211_TX_RC_USE_RTS_CTS, IEEE80211_TX_RC_USE_CTS_PROTECT, IEEE80211_TX_RC_USE_SHORT_PREAMBLE, IEEE80211_TX_RC_MCS, IEEE80211_TX_RC_GREEN_FIELD, IEEE80211_TX_RC_40_MHZ_WIDTH, IEEE80211_TX_RC_DUP_DATA, IEEE80211_TX_RC_SHORT_GI, IEEE80211_TX_RC_VHT_MCS, IEEE80211_TX_RC_80_MHZ_WIDTH, IEEE80211_TX_RC_160_MHZ_WIDTH }; CONSTANTS
IEEE80211_TX_RC_USE_RTS_CTS Use RTS/CTS exchange for this rate. IEEE80211_TX_RC_USE_CTS_PROTECT CTS-to-self protection is required. This is set if the current BSS requires ERP protection. IEEE80211_TX_RC_USE_SHORT_PREAMBLE Use short preamble. IEEE80211_TX_RC_MCS HT rate. IEEE80211_TX_RC_GREEN_FIELD Indicates whether this rate should be used in Greenfield mode. IEEE80211_TX_RC_40_MHZ_WIDTH Indicates if the Channel Width should be 40 MHz. IEEE80211_TX_RC_DUP_DATA The frame should be transmitted on both of the adjacent 20 MHz channels, if the current channel type is NL80211_CHAN_HT40MINUS or NL80211_CHAN_HT40PLUS. IEEE80211_TX_RC_SHORT_GI Short Guard interval should be used for this rate. IEEE80211_TX_RC_VHT_MCS VHT MCS rate, in this case the idx field is split into a higher 4 bits (Nss) and lower 4 bits (MCS number) IEEE80211_TX_RC_80_MHZ_WIDTH Indicates 80 MHz transmission IEEE80211_TX_RC_160_MHZ_WIDTH Indicates 160 MHz transmission (80+80 isn't supported yet) DESCRIPTION
These flags are set by the Rate control algorithm for each rate during tx, in the flags member of struct ieee80211_tx_rate. AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ENUM MAC80211_RATE_C(9)