102 Commits

Author SHA1 Message Date
Focuslinkstech
8fcac3dbb2 Update customers.php
fix typo error
2024-08-17 14:40:49 +01:00
Ibnu Maksum
bf71393fff
sync PPPOE IP when it change 2024-08-06 15:42:57 +07:00
Ibnu Maksum
3ca43c69a8
allow $pppoe_username so it will back to customer username 2024-08-06 10:26:47 +07:00
Ibnu Maksum
cb0e77523d
check if customer username already used by pppoe_username 2024-08-06 10:26:47 +07:00
Ibnu Maksum
8ab1939dd9
check if pppoe customer already used by another customer 2024-08-06 10:26:46 +07:00
Ibnu Maksum
a3c255e77a
what if admin want to revert using customer username? now it can revert username 2024-08-06 10:26:46 +07:00
Ibnu Maksum
95899b4eba
check if admin change username pppoe or not 2024-08-06 10:26:46 +07:00
Ibnu Maksum
7d2f69f96f
Router Maps 2024-08-05 15:20:18 +07:00
Ibnu Maksum
46a4c5f24d
Remove Datatables in customer list 2024-08-05 11:45:27 +07:00
Ibnu Maksum
9f96da34b5
pppoe ip and username 2024-08-05 11:22:04 +07:00
iBNu Maksum
e9daa2e5e7
Revert "Fixed Customer List Bug" 2024-08-05 11:13:43 +07:00
iBNu Maksum
fc1173c534
Merge pull request #231 from Focuslinkstech/master
Fixed Customer List Bug
2024-08-05 11:12:39 +07:00
Focuslinkstech
dec4258a6f Fixed Customer List Bug
fix the package not listing on next page in customer list
2024-08-03 14:16:51 +01:00
ricki
f5042cc665 Refactor username validation to allow special characters for autologin using MAC address hotspot 2024-08-02 18:13:35 +07:00
ricki
084ee83ec3 hapus "alphanumeric(_post('username'), "+_.@-")" agar bisa digunakan untuk autologin menggunakan mac address hotspot 2024-08-02 18:07:17 +07:00
Focuslinkstech
8e55330bcb Add send welcome message
send welcome message to new  registered customers.

Goto settings -> User Notification -> Welcome Message to setup message
2024-07-31 00:57:53 +01:00
Ibnu Maksum
847f074a6b
edit username will edit on plan 2024-07-18 09:52:53 +07:00
Ibnu Maksum
92386ff65e
allow - on username 2024-07-06 10:44:57 +07:00
Ibnu Maksum
95c8bdcc53
allow @ in username 2024-06-27 09:23:30 +07:00
Ibnu Maksum
bc721edaca
Delete Customer, make sure delete it on mikrotik, not go to expired plan 2024-06-25 16:11:31 +07:00
Ibnu Maksum
a2eda99f88
Update Multiple Active plan when change pass or username 2024-06-25 16:08:40 +07:00
Ibnu Maksum
812844a15a
Check if Customer has active plan, if yes then connect to routers 2024-06-25 12:06:34 +07:00
Ibnu Maksum
912d4db2d2
fix delete customer to remove on device 2024-06-23 12:05:18 +07:00
Ibnu Maksum
b1d9e47096
wrong variable again $c must be $b :)) 2024-06-21 23:15:27 +07:00
Ibnu Maksum
d11b2a75ef
fix wrong variable 2024-06-21 09:44:49 +07:00
Ibnu Maksum
28ec7883e2
Fix Demo mode 2024-06-20 14:16:09 +07:00
Ibnu Maksum
6a4ac274d1
check if demo or not 2024-06-12 15:39:43 +07:00
Ibnu Maksum
c661976eae
new $p['device'] to (new $p['device']) 2024-06-05 17:37:01 +07:00
Ibnu Maksum
8ea853c617
Change to devices 2024-06-05 17:19:24 +07:00
Ibnu Maksum
94e6f7fe6c
change join to left_outer_join 2024-05-21 11:45:23 +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
41161ebc7c
Add new status when edit customers 2024-05-18 23:14:03 +07:00
Ibnu Maksum
b5a9190ae7
order by status 2024-05-17 16:45:41 +07:00
Ibnu Maksum
d94c62d6fc
Show order by 2024-05-17 10:59:40 +07:00
Ibnu Maksum
41c0190d19
Confirm Recharge can change Using 2024-05-16 16:39:45 +07:00
Ibnu Maksum
0bd587522a
Search all field 2024-05-02 16:31:25 +07:00
Ibnu Maksum
8dc7707b3a
fix pagination Voucher 2024-04-23 11:51:34 +07:00
Free Isp Radius
91fe5a4b46
Update to case csv. added columns
separated case csv now we will have one for all customers and another one for prepaid users.
for all customers csv will be downloaded from list and prepaid csv will be from prepaid users.
Also added columns instead of the previous one
2024-04-22 23:31:36 +03:00
Focuslinkstech
5db8df0c3e Patch Update
customers list tables replaced with DataTables
2024-04-03 23:39:31 +01:00
Ibnu Maksum
3a2e7c9192
remove $_L 2024-03-30 12:03:12 +07:00
Ibnu Maksum
37a7da614e
Fixing Pagination, more Simple 2024-03-27 09:44:48 +07:00
Ibnu Maksum
0767c6ab23
Change paginator, to make easy customization using pagination.tpl 2024-03-26 14:39:28 +07:00
Ibnu Maksum
5426d9f35f
show maps on customer view 2024-03-23 12:56:25 +07:00
Ibnu Maksum
177cdef1cd
Add Location Picker 2024-03-22 21:21:23 +07:00
iBNu Maksum
0dd12b717d
Merge branch 'Development' into master 2024-03-19 09:46:08 +07:00
Focuslinkstech
f27964dde6 map and customer geo location added
added map and customer geo location, we advice you to change/edit the customer coordinates according to their location, so that you can see where the customer is located on the Map
2024-03-19 00:59:34 +01:00
Novath Thomas
f44d800400 edit ,add customer type 2024-03-18 23:25:39 +03:00
Ibnu Maksum
d31edde9d6
prepaid to plan file 2024-03-16 20:41:24 +07:00