diff --git a/AstuteClient2/src/app/app-routing.module.ts b/AstuteClient2/src/app/app-routing.module.ts index f545174..6fdbbe7 100644 --- a/AstuteClient2/src/app/app-routing.module.ts +++ b/AstuteClient2/src/app/app-routing.module.ts @@ -7,8 +7,8 @@ import {InvoiceComponent} from './invoice/invoice.component'; import {HomepageComponent} from './homepage/homepage.component'; import {InvoiceGenComponent} from './invoice-gen/invoice-gen.component'; import {InvoicePaymentComponent} from './invoice-payment/invoice-payment.component'; -import {ServiceTypeComponent} from './service-type/service-type.component'; import {LoginComponent} from './login/login.component'; +import {SettingsComponent} from './settings/settings.component'; const routes: Routes = [ { path: '', redirectTo: 'login', pathMatch: 'full'}, @@ -19,8 +19,9 @@ const routes: Routes = [ { path: 'invoice', component: InvoiceComponent }, { path: 'invoice-gen', component: InvoiceGenComponent }, { path: 'invoice-payment', component: InvoicePaymentComponent }, - { path: 'service-type', component: ServiceTypeComponent}, - { path: 'login', component: LoginComponent } + // { path: 'service-type', component: ServiceTypeComponent}, + { path: 'login', component: LoginComponent }, + { path: 'settings', component: SettingsComponent } ]; @NgModule({ diff --git a/AstuteClient2/src/app/app.module.ts b/AstuteClient2/src/app/app.module.ts index bbd60a2..71252d0 100644 --- a/AstuteClient2/src/app/app.module.ts +++ b/AstuteClient2/src/app/app.module.ts @@ -19,9 +19,10 @@ import { TextMaskModule } from 'angular2-text-mask'; import { LoginComponent } from './login/login.component'; import { InvoicePaymentComponent } from './invoice-payment/invoice-payment.component'; import { CommonModule } from '@angular/common'; -import { FormsModule } from '@angular/forms'; +import { FormsModule } from '@angular/forms'; import { ReactiveFormsModule } from '@angular/forms'; -import { ServiceTypeComponent } from './service-type/service-type.component'; +import { SettingsComponent } from './settings/settings.component'; +// import { ServiceTypeComponent } from './service-type/service-type.component'; @NgModule({ declarations: [ @@ -36,7 +37,8 @@ import { ServiceTypeComponent } from './service-type/service-type.component'; InvoiceGenComponent, LoginComponent, InvoicePaymentComponent, - ServiceTypeComponent + SettingsComponent// , + // ServiceTypeComponent ], imports: [ BrowserModule, diff --git a/AstuteClient2/src/app/customer/customer.component.html b/AstuteClient2/src/app/customer/customer.component.html index d500c70..bc32c09 100644 --- a/AstuteClient2/src/app/customer/customer.component.html +++ b/AstuteClient2/src/app/customer/customer.component.html @@ -5,27 +5,34 @@
General
-- Customer - | -- - | -- | - SO Number* - | -- - | -||||||||||||||||||||
{{customerSelec.value}}
- = 0" class="p-0 m-0 mt-2"> - {{customers[customerSelec.value].billToDept}} - - |
- - | - Invoice Number* - | -- - | -|||||||||||||||||||||
- = 0" class="p-0 m-0 mt-2"> - {{customers[customerSelec.value].add1}} {{customers[customerSelec.value].add2}} - - |
- - | - Change Order Num - | -- - | -|||||||||||||||||||||
- = 0" class="p-0 m-0 mt-2"> - {{customers[customerSelec.value].city}} {{customers[customerSelec.value].state}} {{customers[customerSelec.value].zip}}{{(customers[customerSelec.value].ziplast4 == 0) ? '':'-' + customers[customerSelec.value].ziplast4}} - - |
- - | - Payment Status* - | -
-
+
+
+
+
+ General ++
|
+
Detail
-- | # | -Description | -Rate Type | -Rate | -Quantity | -||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- |
- - | -- - - | -- | - | -- | -||||||||||||||||||||||||||||||||
- {{getPerc(qty.value, inDet.remainingQty)}}% - |
-
-
-
-
+
+
+ Detail +
|
Original Contract Amount | -
- {{chosenPo.contractAmt | currency}}
- |
- - | - |
Net Changes by Change Orders | -{{0 | currency}} |
- - | - |
Total Contract Amount | -{{chosenPo.contractAmt | currency}} |
- - | - |
Previously Billed | -{{chosenPo.previouslyBilledAmount | currency}} |
- - | - |
Balance to be Billed | -{{(chosenPo.contractAmt - chosenPo.previouslyBilledAmount - newBillAmt) | currency}} |
-
-
-
-
-
-
-
-
-
-
-
-
- Total due this invoice | -{{newBillAmt | currency}} | -
Original Contract Amount | +
+ {{chosenPo.contractAmt | currency}}
+ |
+ + | + |
Net Changes by Change Orders | +{{0 | currency}} |
+ + | + |
Total Contract Amount | +{{chosenPo.contractAmt | currency}} |
+ + | + |
Previously Billed | +{{chosenPo.previouslyBilledAmount | currency}} |
+ + | + |
Balance to be Billed | +{{(chosenPo.contractAmt - chosenPo.previouslyBilledAmount - newBillAmt) | currency}} |
+
+
+
+
+
+
+
+
+
+
+
+
+ Total due this invoice | +{{newBillAmt | currency}} | +
Astute Proj. No. | -- | ||
Customer | -- - | -||
SO Title | -- | ||
SO Number | -- | SO Date | -- |
Contract Number | -- | Contract Amount | -- |
Notes | -- | ||
Astute Proj. No. | ++ | ||
Customer | ++ + | +||
SO Title | ++ | ||
SO Number | ++ | SO Date | ++ |
Contract Number | ++ | Contract Amount | ++ |
Notes | ++ |
Detail
-- | # | -Description | -Rate Type | -Service Type | -Qty(#) | -Rate($) | -
---|---|---|---|---|---|---|
- |
- - |
- |
- - - | -- - | -- | - - |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-