ABM
~AsmodeuS~ Billing Manager
Last version: 0.1.6.0 (02.02.2014)
Simple Windows Interface for ABillS Internet module.
Features
- User info
- Add payments
- Change tariff plan
- Sessions and payments statistic
- Reports
- DUNES
- Hot keys
- Multilanguage interface
- Invoice creation
Instalation
Add user to sql server
# mysql use mysql; INSERT INTO user (Host, User, Password) VALUES (’%’,’abills’, password(’sqlpassword’)); INSERT INTO db (Host, Db, User, Select_priv, Insert_priv, Update_priv) VALUES (’manager_host’, ‘abills’, ‘abills’, ‘Y’, ‘Y’, ‘Y’); flush privileges;
Add tables for abon module
# mysql -D abills < db/Abon.sql
Add admin to ABillS system.
/ System configuration/ Administrators/
Configure
Mysql Hostname/Port | MYsql Server Port |
---|---|
Username | Mysql user |
Password | Mysql Password |
Database | Database |
Codepage | Mysql Code page. (default set cp1251) |
Encryption Key | Password encryption key. From /usr/abills/libexec/config.pl $conf{secretkey} |