Commit Graph

2366 Commits

Author SHA1 Message Date
754b23b53f change disable_coupons != yes to enable_coupons == yes 2025-01-07 16:26:33 +07:00
f997ecc702 change active users to active customers 2025-01-07 16:19:28 +07:00
5b7ffec115 merge coupon and voucer menu 2025-01-07 16:16:38 +07:00
1cbdf5a9b2 send back plan on update accounting 2025-01-07 14:46:51 +07:00
273b6d80c2 Merge pull request #378 from agstrxyz/patch-23
Update plan.php
2025-01-07 14:46:32 +07:00
1a5a7124f7 Update plan.php 2025-01-04 01:59:20 +07:00
4fe0e8d58c Merge pull request #376 from Focuslinkstech/Development
Development
2025-01-02 14:42:20 +07:00
bbdf561b3b Merge pull request #377 from agstrxyz/patch-22
Update Package.php
2025-01-02 14:40:33 +07:00
96fccecbcf Update Package.php 2025-01-01 20:44:10 +07:00
0780438ca8 Update radius.php
Fix Package not showing on voucher when sorting using date created while printing

Its should be Invalid Voucher... in radius-rest
2024-12-30 22:57:37 +01:00
cfe0a14f31 Enhancements and Fixes
Added Vouchers Printing Per Page option, default is 36 for A4 papers.
Fix voucher printing date showing time and seconds (its annoying), replaced with group by days created, and also added  number of vouchers created on each days to make it more unique and classy
2024-12-30 22:49:46 +01:00
b1e145f0dc by mac and nasid 2024-12-30 09:56:59 +07:00
357b7932e9 Merge pull request #375 from agstrxyz/patch-21
Update radius.php
2024-12-30 08:37:00 +07:00
b3f6417bbe Merge pull request #374 from agstrxyz/patch-20
Update app-miscellaneous.tpl
2024-12-30 08:35:34 +07:00
051a8de5f2 Merge pull request #373 from agstrxyz/patch-19
Interim update rest radius
2024-12-30 08:35:02 +07:00
1a931ef617 Update radius.php
Interim-Update freeradius rest
2024-12-29 21:03:46 +07:00
c5907c194b Update app-miscellaneous.tpl
radius rest interim update
2024-12-29 19:17:55 +07:00
1906b1aefd Update cron.php
radius rest interim update check
2024-12-29 19:15:19 +07:00
62c447da9b Merge pull request #372 from agstrxyz/patch-18
Update App.php
2024-12-27 19:16:47 +07:00
51b68b648c Update App.php 2024-12-27 17:13:53 +07:00
86407f731b Merge pull request #371 from Focuslinkstech/Development
Development
2024-12-26 18:47:25 +07:00
d2d52d0ad0 Merge branch 'hotspotbilling:Development' into Development 2024-12-25 17:35:06 +01:00
c527f1cc7c fix radius rest pppoe 2024-12-25 21:12:58 +07:00
47469df558 Merge branch 'hotspotbilling:Development' into Development 2024-12-25 14:52:58 +01:00
c5fd7c0249 Improvement and Fixes
Add print now features when generating vouchers and print them immediately after generation.

Add multiple voucher code deletion, admin can mark multiple vouchers codes and delete them.

Fix issue of plan names displays in the voucher table even when voucher are empty, very annoying
2024-12-25 14:52:10 +01:00
1ea971d3f5 fix acctSessionId 2024-12-25 20:51:44 +07:00
7d5e0c7a8e Merge pull request #370 from Focuslinkstech/Development
Development
2024-12-25 20:41:42 +07:00
cf6f89b3f2 fixed coupon bugs
fix add and edit bug
2024-12-25 10:20:29 +01:00
2dc50c3637 Update coupons.php
fixed change status error
2024-12-25 10:04:20 +01:00
da0ca4f087 Merge pull request #369 from Focuslinkstech/Development
Development
2024-12-23 16:36:38 +07:00
486c849eee Merge branch 'hotspotbilling:Development' into Development 2024-12-22 09:30:20 +01:00
c7a09c60cb fix lang 2024-12-22 15:22:08 +07:00
fce910455a Lang 2024-12-22 15:16:00 +07:00
ade4e22454 Merge pull request #368 from ahmadhusein17/Development
Update selectGateway.tpl
2024-12-22 15:13:36 +07:00
487d31358d Merge branch 'master' into Development 2024-12-22 15:12:35 +07:00
daf1bb7d67 fix radius rest pppoe_username 2024-12-22 15:10:01 +07:00
7c547c967e fix whereRaw 2024-12-22 12:23:49 +07:00
2e61c89d89 Update autoload.php
Add null condition too
2024-12-21 11:16:29 +01:00
27c736fa69 Merge pull request #367 from gerandonk/Development
add voucher date created and print by date
2024-12-20 17:18:01 +07:00
b3fd1d5a3e add voucher date created and print by date
add voucher date created and print by date
2024-12-20 16:48:06 +07:00
5d492def3c Update selectGateway.tpl
Update translation
2024-12-20 16:08:29 +07:00
0dfa412be8 Update phpnuxbill.sql
why integer has  CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL ??
2024-12-20 14:19:22 +07:00
c6cb63a1c5 Update phpnuxbill.sql
why integer has character sets?
`user_id` int(11) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL,
to
`user_id` int(11) ,
2024-12-20 14:16:31 +07:00
32418f05fb Merge pull request #366 from Focuslinkstech/Development
Development
2024-12-20 14:15:20 +07:00
3c1d8dbb8a Merge branch 'Development' of https://github.com/Focuslinkstech/phpnuxbill into Development 2024-12-17 20:00:34 +01:00
67a097fddf Enhancement
Add coupon unlimited usage 0 is unlimited
Add more logic to coupon brute force attack
2024-12-17 19:59:04 +01:00
e03b250fb7 Merge pull request #365 from Focuslinkstech/Development
New Feature and Bux Fix
2024-12-17 15:28:27 +07:00
8a36746a0f New Feature and Bux Fix
Lots of changes has been made that i cant recall
Added Coupon
Fix installation bug
Add more nav list
Fix this and that
2024-12-16 17:45:13 +01:00
fd920748be Urgent Fix registration logic 2024-12-06 15:30:43 +07:00
e32e0aba16 2024.12.6 2024-12-06 14:56:44 +07:00