diff --git a/src/App.jsx b/src/App.jsx index d918bad..863d491 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -175,34 +175,14 @@ function App() { return (
- {/* Header - Visible on screen and print */} -
+ {/* Header - Visible on screen */} +
Company Logo

Little Beaver Earth Augers

{isWorkOrderMode ? 'Work Order' : 'Official Quote Generator'}

- {/* Print-only details */} -
-
-
-

Quote For:

-

{customer.name || 'N/A'}

- {customer.contactName &&

Attn: {customer.contactName}

} -

{customer.address || 'N/A'}

-

{customer.city ? `${customer.city}, ` : ''}{customer.province} {customer.postalCode}

-

{customer.phone || 'N/A'}

-

{customer.email || 'N/A'}

-
-
-

{isWorkOrderMode ? 'Work Order Details:' : 'Quote Details:'}

-

Date: {quoteDate}

-

{isWorkOrderMode ? 'Work Order #:' : 'Quote #:'} {quoteId}

-
-
-
-
@@ -225,6 +205,8 @@ function App() { + + +
+
+ Company Logo +

Little Beaver Earth Augers

+

{isWorkOrderMode ? 'Work Order' : 'Official Quote'}

+
+
+
+

Quote For:

+

{customer.name || 'N/A'}

+ {customer.contactName &&

Attn: {customer.contactName}

} +

{customer.address || 'N/A'}

+

{customer.city ? `${customer.city}, ` : ''}{customer.province} {customer.postalCode}

+

{customer.phone || 'N/A'}

+

{customer.email || 'N/A'}

+
+
+

{isWorkOrderMode ? 'Work Order Details:' : 'Quote Details:'}

+

Date: {quoteDate}

+

{isWorkOrderMode ? 'Work Order #:' : 'Quote #:'} {quoteId}

+
+
+
Item ID Description