Skip to content

Commit

Permalink
updates to customer screen
Browse files Browse the repository at this point in the history
  • Loading branch information
KenWilliamson committed May 27, 2021
1 parent 2cae439 commit ce9b68c
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 12 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Six910-ui&metric=alert_status)](https://sonarcloud.io/dashboard?id=Six910-ui)
<!-- [![Go Report Card](https://goreportcard.com/badge/github.com/Ulbora/Six910-ui)](https://goreportcard.com/report/github.com/Ulbora/Six910-ui) -->



## Bitcoin payments
Six910 now has a bitcoin payment module built on open source BTCPay Server. BTCPay Server is a self-hosted, open-source cryptocurrency payment processor. It's secure, private, censorship-resistant and free.


## Docker
https://hub.docker.com/r/ulboralabs/six910-ui

Expand Down
24 changes: 12 additions & 12 deletions static/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
<urlset xmlns="http://www.google.com/schemas/sitemap/0.9">
<url>
<loc>http://localhost:8080</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>daily</changefreq>
<priority>1</priority>
</url>
<url>
<loc>http://localhost:8080/viewProduct/9</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:8080/viewProduct/25688</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:8080/viewProduct/25700</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:8080/viewProduct/25701</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:8080/viewProduct/25702</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:8080/viewProduct/25703</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:8080/viewProduct/25704</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:8080/viewProduct/25705</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:8080/viewProduct/25706</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:8080/viewProduct/25707</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://localhost:8080/viewProduct/25708</loc>
<lastmod>2021-5-26</lastmod>
<lastmod>2021-5-27</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
Expand Down
3 changes: 3 additions & 0 deletions static/templates/darkmodern/createCustomer.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ <h1 class="mt-3">Customer Registration</h1>
</div>
</div>
<div class="tab-pane fade " id="custadd" role="tabpanel" aria-labelledby="home-tab">
<div class="alert alert-warning" role="alert">
Submit this on Customer Tab!
</div>
<div class="shadow-none p-3 mb-5 mt-3 bg-white text-dark rounded">
<h4>Billing Address</h4>
<div class="form-group">
Expand Down
8 changes: 8 additions & 0 deletions static/templates/darkmodern/updateCustomer.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ <h1 class="mt-3">Customer Account</h1>
</div>
</div>
<div class="tab-pane fade " id="custadd" role="tabpanel" aria-labelledby="home-tab">

<div class="alert alert-warning" role="alert">
Submit this on Customer Tab!
</div>

<div class="shadow-none p-3 bg-white text-dark rounded">
{{range .AddressList}}
<input hidden name="id_{{.ID}}" type="text" id="id_{{.ID}}" value="{{.ID}}">
Expand Down Expand Up @@ -195,6 +200,9 @@ <h4 class="mt-5">Add New Address</h4>
</div>

<div class="tab-pane fade " id="custpw" role="tabpanel" aria-labelledby="home-tab">
<div class="alert alert-warning" role="alert">
Submit this on Customer Tab!
</div>
<div class="shadow-none p-3 mt-3 bg-white text-dark rounded">
<h4 class="mt-2 mb-5">Change Password</h4>
<div class="form-group">
Expand Down
3 changes: 3 additions & 0 deletions static/templates/lightmodern/createCustomer.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ <h1 class="mt-3">Customer Registration</h1>
</div>
</div>
<div class="tab-pane fade " id="custadd" role="tabpanel" aria-labelledby="home-tab">
<div class="alert alert-warning" role="alert">
Submit this on Customer Tab!
</div>
<div class="shadow-none p-3 mb-5 mt-3 bg-white text-dark rounded">
<h4>Billing Address</h4>
<div class="form-group">
Expand Down
6 changes: 6 additions & 0 deletions static/templates/lightmodern/updateCustomer.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ <h1 class="mt-3">Customer Account</h1>
</div>
</div>
<div class="tab-pane fade " id="custadd" role="tabpanel" aria-labelledby="home-tab">
<div class="alert alert-warning" role="alert">
Submit this on Customer Tab!
</div>
<div class="shadow-none p-3 bg-white text-dark rounded">
{{range .AddressList}}
<input hidden name="id_{{.ID}}" type="text" id="id_{{.ID}}" value="{{.ID}}">
Expand Down Expand Up @@ -195,6 +198,9 @@ <h4 class="mt-5">Add New Address</h4>
</div>

<div class="tab-pane fade " id="custpw" role="tabpanel" aria-labelledby="home-tab">
<div class="alert alert-warning" role="alert">
Submit this on Customer Tab!
</div>
<div class="shadow-none p-3 mt-3 bg-white text-dark rounded">
<h4 class="mt-2 mb-5">Change Password</h4>
<div class="form-group">
Expand Down
3 changes: 3 additions & 0 deletions static/templates/modern/createCustomer.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ <h1 class="mt-3">Customer Registration</h1>
</div>
</div>
<div class="tab-pane fade " id="custadd" role="tabpanel" aria-labelledby="home-tab">
<div class="alert alert-warning" role="alert">
Submit this on Customer Tab!
</div>
<div class="shadow-none p-3 mb-5 mt-3 bg-white text-dark rounded">
<h4>Billing Address</h4>
<div class="form-group">
Expand Down
6 changes: 6 additions & 0 deletions static/templates/modern/updateCustomer.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ <h1 class="mt-3">Customer Account</h1>
</div>
</div>
<div class="tab-pane fade " id="custadd" role="tabpanel" aria-labelledby="home-tab">
<div class="alert alert-warning" role="alert">
Submit this on Customer Tab!
</div>
<div class="shadow-none p-3 bg-white text-dark rounded">
{{range .AddressList}}
<input hidden name="id_{{.ID}}" type="text" id="id_{{.ID}}" value="{{.ID}}">
Expand Down Expand Up @@ -195,6 +198,9 @@ <h4 class="mt-5">Add New Address</h4>
</div>

<div class="tab-pane fade " id="custpw" role="tabpanel" aria-labelledby="home-tab">
<div class="alert alert-warning" role="alert">
Submit this on Customer Tab!
</div>
<div class="shadow-none p-3 mt-3 bg-white text-dark rounded">
<h4 class="mt-2 mb-5">Change Password</h4>
<div class="form-group">
Expand Down

0 comments on commit ce9b68c

Please sign in to comment.