=====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==== {{http://abills.net.ua/soft/abm/abm_config.gif}} ^ 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} | ====Screenshots==== User info.\\ {{:abills:docs:abm:abm_main.gif|abm}} Add payment form.\\ {{http://abills.net.ua/soft/abm/2.JPG}} Changing tariff plan.\\ {{http://abills.net.ua/soft/abm/3.JPG}} Session Statistic.\\ {{http://abills.net.ua/soft/abm/4.JPG}} Payment statistic.\\ {{http://abills.net.ua/soft/abm/5.JPG}} Report.\\ {{http://abills.net.ua/soft/abm/6.JPG}}