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
ENUM 
IEEE80211_RATE_(9) Device registration ENUM IEEE80211_RATE_(9) NAME
enum_ieee80211_rate_flags - rate flags SYNOPSIS
enum ieee80211_rate_flags { IEEE80211_RATE_SHORT_PREAMBLE, IEEE80211_RATE_MANDATORY_A, IEEE80211_RATE_MANDATORY_B, IEEE80211_RATE_MANDATORY_G, IEEE80211_RATE_ERP_G }; CONSTANTS
IEEE80211_RATE_SHORT_PREAMBLE Hardware can send with short preamble on this bitrate; only relevant in 2.4GHz band and with CCK rates. IEEE80211_RATE_MANDATORY_A This bitrate is a mandatory rate when used with 802.11a (on the 5 GHz band); filled by the core code when registering the wiphy. IEEE80211_RATE_MANDATORY_B This bitrate is a mandatory rate when used with 802.11b (on the 2.4 GHz band); filled by the core code when registering the wiphy. IEEE80211_RATE_MANDATORY_G This bitrate is a mandatory rate when used with 802.11g (on the 2.4 GHz band); filled by the core code when registering the wiphy. IEEE80211_RATE_ERP_G This is an ERP rate in 802.11g mode. DESCRIPTION
Hardware/specification flags for rates. These are structured in a way that allows using the same bitrate structure for different bands/PHY modes. AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author. COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 ENUM IEEE80211_RATE_(9)