From d76671f0cada8b78057b793596308e7d3f133f83 Mon Sep 17 00:00:00 2001 From: gopi17701 Date: Thu, 10 Jan 2019 10:44:56 -0500 Subject: [PATCH] Fixed defects. --- .../src/app/customer/customer.component.html | 544 ++-- .../invoice-payment.component.css | 1 + .../invoice-payment.component.html | 47 +- .../invoice-payment.component.ts | 16 +- .../src/app/invoice/invoice.component.html | 1281 +++++----- .../src/app/invoice/invoice.component.ts | 982 ++++---- .../sales-order/sales-order.component.html | 764 +++--- AstuteSystem/astutesystem.iml | 1 - AstuteSystem/db.config | 6 - AstuteSystem/sql/astute.sql | 1209 ++++----- .../src/main/java/com/astute/dao/DAO.java | 36 +- .../src/main/java/com/astute/dao/SqlDAO.java | 2189 +++++++++-------- .../main/java/com/astute/model/Invoice.java | 216 +- .../java/com/astute/model/InvoicePayment.java | 147 +- .../requests/InvoicePaymentRequest.java | 154 +- .../resources/InvoicePaymentResource.java | 118 +- .../astute/service/InvoicePaymentService.java | 72 +- 17 files changed, 3972 insertions(+), 3811 deletions(-) create mode 100644 AstuteClient2/src/app/invoice-payment/invoice-payment.component.css delete mode 100644 AstuteSystem/db.config diff --git a/AstuteClient2/src/app/customer/customer.component.html b/AstuteClient2/src/app/customer/customer.component.html index bbe01d5..47d95a8 100644 --- a/AstuteClient2/src/app/customer/customer.component.html +++ b/AstuteClient2/src/app/customer/customer.component.html @@ -1,271 +1,273 @@ - -

Customers

-
-
-
- -
-
-
-
- -
-
- -
-
-
- - - - - - - - - - -
- - - -
-
- - -
-
+ +

Customers

+ +
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+ + + + + + + + + + +
+ + + +
+
+ + +
+
diff --git a/AstuteClient2/src/app/invoice-payment/invoice-payment.component.css b/AstuteClient2/src/app/invoice-payment/invoice-payment.component.css new file mode 100644 index 0000000..8ac91a5 --- /dev/null +++ b/AstuteClient2/src/app/invoice-payment/invoice-payment.component.css @@ -0,0 +1 @@ +/* Empty file */ diff --git a/AstuteClient2/src/app/invoice-payment/invoice-payment.component.html b/AstuteClient2/src/app/invoice-payment/invoice-payment.component.html index e2760b1..8cc0a83 100644 --- a/AstuteClient2/src/app/invoice-payment/invoice-payment.component.html +++ b/AstuteClient2/src/app/invoice-payment/invoice-payment.component.html @@ -50,8 +50,8 @@ Payment Received* - - + + @@ -78,6 +78,15 @@ + + + Check# / ACH transaction#* + + + + + + @@ -85,8 +94,9 @@