From b7b24d7de659cefacf07e60d0940a2cc4379b617 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 28 May 2025 18:08:08 -0400 Subject: [PATCH] UI/UX Expenses - Combined Category and Description Column with secondary text seperation and expanded Truncation of Description from 50 chars to 60 chars --- expenses.php | 19 ++++++++++--------- tickets.php | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/expenses.php b/expenses.php index 6b330e12..9e1da9ec 100644 --- a/expenses.php +++ b/expenses.php @@ -228,19 +228,18 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Date - - - Vendor - - Category + / + + Description + - - Description + + Vendor @@ -313,9 +312,11 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); + + +
+ - - diff --git a/tickets.php b/tickets.php index 68250ab7..6cce70e0 100644 --- a/tickets.php +++ b/tickets.php @@ -214,7 +214,7 @@ $sql_categories = mysqli_query( View