added sender ID to the clients Tab in Show view plus bug fixes

This commit is contained in:
Kwesi Banson
2024-08-26 10:23:49 +00:00
parent 4a0248e40d
commit 6cede6d980
54 changed files with 1948 additions and 120 deletions

View File

@@ -57,3 +57,13 @@ if(date('D') == 'Sat' || date('D') == 'Sun') {
// comments
?>
select * from property where upn = '641-0548-0446';
-- 641-0548-0446-1
select * from property_payments order by id desc limit 100;
select * from business_payments order by id desc limit 100;
select * from system_transactionlog order by id desc limit 100;
select * from business where districtid = 1 limit 100;
select upn, subupn, districtid, owner from business where upn = '653-0738-0134';
select * from business_payments where upn = '653-0738-0134';