661 Commits

Author SHA1 Message Date
Focuslinkstech
01dd855632 Update User.php 2024-05-21 22:43:02 +01:00
Focuslinkstech
fee1c150b7 Update User.php
fix user not logout in maintenance mode
2024-05-21 22:39:41 +01:00
Ibnu Maksum
26d9e8bd03
fix restore with ID 2024-05-21 13:50:10 +07:00
Ibnu Maksum
7f3096ce85
stiill have variable price_with_tax, back to price 2024-05-21 11:53:29 +07:00
Ibnu Maksum
94e6f7fe6c
change join to left_outer_join 2024-05-21 11:45:23 +07:00
Ibnu Maksum
e582816982
100 update list 2024-05-21 10:58:14 +07:00
Ibnu Maksum
ab7725b0fb
Rollback installation 2024-05-21 10:56:11 +07:00
Ibnu Maksum
848c36106a
fix text 2024-05-21 10:01:36 +07:00
Ibnu Maksum
20fdb688ad
fix init radius, double check password 2024-05-21 10:01:36 +07:00
Focuslinkstech
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
Focuslinkstech
0bad687f7a
Update Radius.php
Fix Radius Data Limit
2024-05-21 10:01:36 +07:00
Focuslinkstech
4170ab6505
Update updates.json 2024-05-21 10:01:36 +07:00
Focuslinkstech
bd0f7e0ad6
patch update 2024-05-21 10:01:36 +07:00
Focuslinkstech
8fb930cddf
update:
Added Additional Information

City
District
State
Zip
2024-05-21 10:01:36 +07:00
Ibnu Maksum
12726bdaa0
Export CSV by Filter data 2024-05-21 10:00:51 +07:00
Ibnu Maksum
1ab19bfe64
Add Filter by status in Customer List 2024-05-21 10:00:51 +07:00
iBNu Maksum
5af514244c
Merge pull request #198 from Focuslinkstech/Development
Tax System
2024-05-19 18:23:44 +07:00
Ibnu Maksum
41161ebc7c
Add new status when edit customers 2024-05-18 23:14:03 +07:00
Ibnu Maksum
1bada918b9
add status Inactive Limited Suspended to Customer 2024-05-18 23:07:02 +07:00
Ibnu Maksum
37a245c94a
add Function getEnum in ORM 2024-05-18 23:06:11 +07:00
Focuslinkstech
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
Focuslinkstech
ea51fa24d0 update
fixed tax logic
2024-05-17 14:47:12 +01:00
Focuslinkstech
55d344febe
Merge branch 'hotspotbilling:Development' into Development 2024-05-17 14:39:03 +01:00
Ibnu Maksum
51c4909308
Fix Logic Banned user 2024-05-17 19:05:16 +07:00
Focuslinkstech
d00d04994d Merge branch 'Development' of https://github.com/Focuslinkstech/phpnuxbill into Development 2024-05-17 10:59:51 +01:00
Focuslinkstech
fded62b39d Update
Add plan details to gateway
2024-05-17 10:59:41 +01:00
Ibnu Maksum
b5a9190ae7
order by status 2024-05-17 16:45:41 +07:00
Focuslinkstech
6b8501313d Revert "Revert "Update Package.php""
This reverts commit 22c027aaba1a8fe49175794327950f74e8184f02.
2024-05-17 09:57:14 +01:00
Focuslinkstech
22c027aaba Revert "Update Package.php"
This reverts commit cd34a68cf3e8625a66867bedfdc3aebec4b8709d.
2024-05-17 09:53:35 +01:00
Focuslinkstech
67a4d7f534 Merge branch 'Development' of https://github.com/Focuslinkstech/phpnuxbill into Development 2024-05-17 09:52:20 +01:00
Ibnu Maksum
d94c62d6fc
Show order by 2024-05-17 10:59:40 +07:00
Ibnu Maksum
2198536123
Edit Customer status 2024-05-17 10:28:47 +07:00
Ibnu Maksum
8594fc3876
disable customer cannot renew 2024-05-17 09:25:26 +07:00
Ibnu Maksum
4e1820dea2
Disable Customer cannot order plan 2024-05-17 09:25:15 +07:00
Ibnu Maksum
f81feee9c0
banned customer will automatically logout 2024-05-17 09:20:53 +07:00
Ibnu Maksum
9521e96495
banned customers cannot login 2024-05-17 09:19:04 +07:00
Ibnu Maksum
d84cf96d01
Not Active Customer cannot recharge 2024-05-17 09:17:38 +07:00
Ibnu Maksum
04fda479b7
add Customer status Active Banned Disabled 2024-05-17 09:16:57 +07:00
Ibnu Maksum
a9761dda28
Fix lang on remaining 2024-05-16 16:53:20 +07:00
Ibnu Maksum
41c0190d19
Confirm Recharge can change Using 2024-05-16 16:39:45 +07:00
Ibnu Maksum
fa50539faa
disable FOREIGN_KEY_CHECKS when restore 2024-05-14 14:25:34 +07:00
Ibnu Maksum
fa45d5f4b5
Customizeable Payment Recharge 2024-05-14 10:25:21 +07:00
Ibnu Maksum
895bb26b02
add Internet Plan and Location in expired list Dashboard 2024-05-14 09:11:56 +07:00
Ibnu Maksum
a5affdb674
add refresh dashboard to get latest data 2024-05-14 08:55:38 +07:00
Ibnu Maksum
238fc03d03
update ORM so it can use array for select 2024-05-14 08:43:26 +07:00
gerandonk
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
iBNu Maksum
060718dfda
Fix Validity,, forgot to explode 2024-05-07 19:11:31 +07:00
Focuslinkstech
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
Ibnu Maksum
651969924c
add remove Active user when extends 2024-05-07 11:28:51 +07:00
Ibnu Maksum
6763fe09d8
fix validity_unit time for Days 2024-05-07 10:15:28 +07:00