huSoftM
huSoftM is a toolkit for acessing the "SoftM Suite" ERP system in Python. See the module documentation for a general introduction into the workings of huSoftM. Mayor subsystems:
- http://cybernetics.hudora.biz/dist/huSoftM/html/softmtables.html - read write access to single table rows including locking.
- kunden - customer information following the AddressProtocol.
- tools - nice helper functions
- connection - SQL read acess to tables including automatic mapping and conversion.
- bestaende - Zugriff auf (Lager-) Bestandsdaten.
See SoftMtabellen for a representation of our knowlege concerning the Tables in SoftM.
Downloads
Get it at http://cybernetics.hudora.biz/dist/huSoftM/.
Changes
- 0.2 - added husoftm.bestaende
- 0.01 - first public release based on internal packages "pySoftM" and mofts.client.as400 .
