Commit Graph

903 Commits

Author SHA1 Message Date
20fdb688ad fix init radius, double check password 2024-05-21 10:01:36 +07:00
533d46bbf5 New Feature: Maintenance Mode
Maintenance Mode

when enabled user/customer will not be able to login, a maintenance page will be displayed instead.

but all admin users can login
2024-05-21 10:01:36 +07:00
0bad687f7a Update Radius.php
Fix Radius Data Limit
2024-05-21 10:01:36 +07:00
4170ab6505 Update updates.json 2024-05-21 10:01:36 +07:00
bd0f7e0ad6 patch update 2024-05-21 10:01:36 +07:00
8fb930cddf update:
Added Additional Information

City
District
State
Zip
2024-05-21 10:01:36 +07:00
12726bdaa0 Export CSV by Filter data 2024-05-21 10:00:51 +07:00
1ab19bfe64 Add Filter by status in Customer List 2024-05-21 10:00:51 +07:00
5af514244c Merge pull request #198 from Focuslinkstech/Development
Tax System
2024-05-19 18:23:44 +07:00
41161ebc7c Add new status when edit customers 2024-05-18 23:14:03 +07:00
1bada918b9 add status Inactive Limited Suspended to Customer 2024-05-18 23:07:02 +07:00
37a245c94a add Function getEnum in ORM 2024-05-18 23:06:11 +07:00
749ec8509f update
if it the same internet plan, expiry date will extend, now optional and can be enabled/disable in general settings [ Miscellaneous Tab]
2024-05-17 16:24:48 +01:00
ea51fa24d0 update
fixed tax logic
2024-05-17 14:47:12 +01:00
55d344febe Merge branch 'hotspotbilling:Development' into Development 2024-05-17 14:39:03 +01:00
51c4909308 Fix Logic Banned user 2024-05-17 19:05:16 +07:00
d00d04994d Merge branch 'Development' of https://github.com/Focuslinkstech/phpnuxbill into Development 2024-05-17 10:59:51 +01:00
fded62b39d Update
Add plan details to gateway
2024-05-17 10:59:41 +01:00
b5a9190ae7 order by status 2024-05-17 16:45:41 +07:00
6b8501313d Revert "Revert "Update Package.php""
This reverts commit 22c027aaba.
2024-05-17 09:57:14 +01:00
22c027aaba Revert "Update Package.php"
This reverts commit cd34a68cf3.
2024-05-17 09:53:35 +01:00
67a4d7f534 Merge branch 'Development' of https://github.com/Focuslinkstech/phpnuxbill into Development 2024-05-17 09:52:20 +01:00
d94c62d6fc Show order by 2024-05-17 10:59:40 +07:00
2198536123 Edit Customer status 2024-05-17 10:28:47 +07:00
8594fc3876 disable customer cannot renew 2024-05-17 09:25:26 +07:00
4e1820dea2 Disable Customer cannot order plan 2024-05-17 09:25:15 +07:00
f81feee9c0 banned customer will automatically logout 2024-05-17 09:20:53 +07:00
9521e96495 banned customers cannot login 2024-05-17 09:19:04 +07:00
d84cf96d01 Not Active Customer cannot recharge 2024-05-17 09:17:38 +07:00
04fda479b7 add Customer status Active Banned Disabled 2024-05-17 09:16:57 +07:00
a9761dda28 Fix lang on remaining 2024-05-16 16:53:20 +07:00
41c0190d19 Confirm Recharge can change Using 2024-05-16 16:39:45 +07:00
fa50539faa disable FOREIGN_KEY_CHECKS when restore 2024-05-14 14:25:34 +07:00
fa45d5f4b5 Customizeable Payment Recharge 2024-05-14 10:25:21 +07:00
895bb26b02 add Internet Plan and Location in expired list Dashboard 2024-05-14 09:11:56 +07:00
a5affdb674 add refresh dashboard to get latest data 2024-05-14 08:55:38 +07:00
238fc03d03 update ORM so it can use array for select 2024-05-14 08:43:26 +07:00
ee63abb618 Fix bugs burst
Fix Burst on php7
Fix edit hotspot plan
Fix burs reset if klick sync button on plan page
2024-05-08 13:39:15 +07:00
060718dfda Fix Validity,, forgot to explode 2024-05-07 19:11:31 +07:00
cd34a68cf3 Update Package.php
if it same internet plan but has expired, it will not extend expiry date
2024-05-07 09:56:53 +01:00
651969924c add remove Active user when extends 2024-05-07 11:28:51 +07:00
6763fe09d8 fix validity_unit time for Days 2024-05-07 10:15:28 +07:00
0ea9de70fc Merge pull request #195 from agstrxyz/master
Update services.php
2024-05-07 08:55:29 +07:00
c7ec8e2d27 Merge pull request #194 from agstrxyz/patch-12
Update cron.php
2024-05-07 08:54:51 +07:00
822acef6d8 Merge pull request #192 from agstrxyz/Development
Update Radius.php
2024-05-07 08:54:10 +07:00
126212f4c2 Merge branch 'Development' into patch-2 2024-05-07 08:49:01 +07:00
e3de07d435 Update services.php
busrt radius plan
2024-05-07 08:11:16 +07:00
2f551b1755 Update cron.php
Fix Autorenewal radius plan base
2024-05-07 04:55:20 +07:00
f766393e52 Update Radius.php
Fix radius plan base
*uptime limit
*burst bw profile limit
*data limit
*user can't login after recharge radius plan base

please add this variable in "mods-available/sqlcounter" for freeradius installation wiki

sqlcounter uptimelimit {
counter_name = 'Max-All-Session-Time'
check_name = 'Max-All-Session'
sql_module_instance = sql
key = 'User-Name'
reset = never
query = "SELECT SUM(AcctSessionTime) FROM radacct WHERE UserName='%{${key}}'"
}

and this variable in "sites-enabled/default"
authorize {
expiration
quotalimit
accessperiod
uptimelimit
}
2024-05-07 04:27:13 +07:00
0bd587522a Search all field 2024-05-02 16:31:25 +07:00