From 21272f51540675a891b501993c5c6c45b2186a2b Mon Sep 17 00:00:00 2001 From: alaurosancsoft Date: Tue, 30 Apr 2024 09:36:31 -0400 Subject: [PATCH] psr basic table --- src/angular/hq/src/app/psr/psr.component.html | 122 ++++++++++++++++++ src/angular/hq/tailwind.config.js | 11 ++ 2 files changed, 133 insertions(+) diff --git a/src/angular/hq/src/app/psr/psr.component.html b/src/angular/hq/src/app/psr/psr.component.html index 0680b43f..223a21ad 100644 --- a/src/angular/hq/src/app/psr/psr.component.html +++ b/src/angular/hq/src/app/psr/psr.component.html @@ -1 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
% BillableHrsDateChrg CodeStaffActivity/Task +
+ Description +
+ + +
+
+
+
100
+ % +
2.253/23/2024P1006rlennoxSupport +
+
Phil reported transactions werent posting to the cmp. Found an issue with the payment record create statement, posted a fix.
+ +
+ +
+
+ edit +
+ + % + 2.253/23/2024P1006rlennoxSupport +
+ + +
+ +
+
+ accept +
+ + % + 2.253/23/2024P1006rlennoxSupport +
+ + +
+
+
+
+ + +
+
+ + % + 2.253/23/2024P1006rlennoxSupport +
+
Assisting Jack with debugging NV200 issues, sealevel questions.
+ +
+ +
+
+ +
\ No newline at end of file diff --git a/src/angular/hq/tailwind.config.js b/src/angular/hq/tailwind.config.js index faabb5c3..ab85d84b 100644 --- a/src/angular/hq/tailwind.config.js +++ b/src/angular/hq/tailwind.config.js @@ -15,6 +15,7 @@ module.exports = { 'xs': '10px' }, spacing: { + '3': '15px', '4': '20px', '5': '30px', }, @@ -77,6 +78,7 @@ module.exports = { '200': '#d1d1d1', '300': '#b0b0b0', '400': '#888888', + '450': '#808080', '500': '#6d6d6d', '600': '#5d5d5d', '700': '#4f4f4f', @@ -91,6 +93,15 @@ module.exports = { '200': '#B2EDF1', '300': '#7adde6', }, + red: { + '850': "#852420", + }, + yellow: { + '550': "#CBC34E", + }, + green: { + '450': "#33B578", + }, } }, },