Commit Graph

96 Commits

Author SHA1 Message Date
Deon George
1c66acd7e4 General tidying up 2012-01-12 19:53:51 +11:00
Deon George
8598408a59 Fixed Service Traffic alerting 2012-01-12 19:53:50 +11:00
Deon George
2d02bde964 Removed modules not being used 2012-01-12 19:53:50 +11:00
Deon George
4c9b214ff7 Added Tasks to KH 2011-08-26 04:30:58 +10:00
Deon George
c1b7196f41 Added traffic collection of Exetel Ethernet 2011-08-04 12:53:33 +10:00
Deon George
f1c960aa9f Fixed DSL traffic fetch to work with KH 3.1 2011-08-04 00:24:38 +10:00
Deon George
5953e28f22 Local fixes to invoice display and retrieve traffic data 2011-08-02 16:48:41 +10:00
Deon George
41eec89afa Updates to invoice display 2011-08-02 16:20:11 +10:00
Deon George
c8c4c5176d Fixes for live environment and updates to admin/service/update 2011-08-01 06:25:32 +10:00
Deon George
27cdab1fe4 Improved service display 2011-07-18 16:21:08 +10:00
Deon George
46c3b9a075 Updates from lnApp 2011-07-18 16:20:55 +10:00
Deon George
9dda9f43f4 Updated OSB to work with KH 3.1 2011-07-18 16:20:41 +10:00
Deon George
8013aadc4c Work on invoice printing - to clean up 2011-07-18 16:19:26 +10:00
Deon George
ca37cea6cf Removed modules not ported in the short term 2011-07-18 16:19:07 +10:00
Deon George
ec6a542bc3 OSB enhancements to date 2011-05-03 09:49:04 +10:00
Deon George
27aee719b0 Changes to AgileBill 2011-05-03 09:49:01 +10:00
sluther
a2034bfb7b Fixed a bug with prorated subscriptions 2009-10-01 16:35:34 -07:00
sluther
a0e4f2b002 Fixed a bug that prevented Australian numbers from provisioning 2009-09-17 22:37:04 -07:00
sluther
c690acb0f1 Fixed a bug in crypt.inc.php 2009-09-17 16:40:08 -07:00
sluther
3e8e4152e3 Fixed an issue with adding Australian DIDs to the cart. 2009-09-17 01:28:54 -07:00
sluther
35bb375be3 Added support for Australian numbers. When importing Australian numbers, they should be in the following format: 61xxxxxxxxxx. NPA is first two digits after country code, NXX is next 4 digits, and Station is final 4 digits. 2009-09-17 00:00:23 -07:00
sluther
c8e2903766 Fixed a bug in the module database patcher 2009-08-07 20:46:15 -07:00
neen
4a50dcfd85 * Fixed a bug with sessions 2009-05-26 00:28:38 -07:00
neen
1b2d4fc914 Fixed a bug in the voip and module modules. 2009-04-27 19:42:27 -07:00
neen
dad570c0bf Merge branch 'master' of git@github.com:tony-landis/agilebill 2009-04-02 23:37:14 -07:00
Tony Landis
87a8e0f92d Out with split(), in with explode() 2009-03-27 23:20:19 -06:00
Tony Landis
30b5c20023 Encryption of credit card details bypassed if license key not entered. 2009-03-27 22:59:03 -06:00
Scott Luther
906a64b092 Merge branch 'master' of git@github.com:tony-landis/agilebill 2009-03-26 15:01:02 -07:00
Scott Luther
062c11729b Fixed a bug with the menu not working for non-recurring products 2009-03-26 03:21:16 -07:00
Tony Landis
76a81f02fd More deprecated php methods 2009-03-25 22:30:13 -06:00
Tony Landis
1225cb10c0 deprecated php methods 2009-03-25 22:10:40 -06:00
Scott Luther
9b1628149c * Updated auth.inc.php 2009-03-10 15:49:42 -07:00
anubis
06d6198535 Change SQL to use "AND" rather than "&&" (equivalent in MySQL). 2009-01-15 21:32:20 -05:00
anubis
5c6292a4b5 Any user had open-ended access to the administration panel due to usage of wrong variable when validating access (was using $this->auth_groups instead of $this->group which contains user group access in CORE_auth::auth_update). Also added a redundant check if a user has no group access then no module access will be granted. 2009-01-07 22:22:27 -05:00
anubis
2e4fa74af1 Changed to only using _POST and _GET superglobals in CORE_vars. 2009-01-04 21:24:53 -05:00
anubis
36aaa16e4c Remove aptree menu, not used. 2009-01-04 21:21:21 -05:00
anubis
fae6352bf2 Update to PEAR 1.7.2, Image_Canvas 0.3.1, Image_Color 1.0.3, Image_Graph 0.7.2, XML_Parser 1.3.1.
Removed PHP_Compat, and references to it.
Removed ionCube/Zend/mmCache compatibility checks in test.php script.
Changed minimum PHP requirement to 5.0 in test.php script.
2009-01-04 19:22:54 -05:00
anubis
eedd737a97 Fix SQL error when advance_days is set to 0. 2009-01-02 22:26:41 -05:00
abacab
014f855c1e Moved ResultSet->Close inside if, to avoid possible undefined property errors. 2008-12-30 21:40:19 -05:00
abacab
2c89a97894 voip_prepaid::lowBalance fix, take 3. 2008-12-30 10:31:18 -05:00
abacab
b33a038019 voip_prepaid::lowBalance fix, take 2. 2008-12-30 07:39:04 -05:00
abacab
d295494489 If lowBalance is not set, then do not run the void_prepaid:task function. 2008-12-29 21:45:00 -05:00
abacab
2aef892944 Fix notice caused by voip_prepaid:task when tables are not installed. 2008-12-29 20:43:41 -05:00
abacab
c54d20d323 Added automatic currency conversion update. 2008-12-29 13:00:08 -05:00
abacab
83fc4754c4 Call-by-reference warnings, changed sql_select to sqlSelect. 2008-12-28 20:30:35 -05:00
unknown
02306ccc47 Initial Commit of AgileBill Open Source 2008-11-26 14:50:40 -08:00