Redesigned the querying for the sale duplicates screen to use aggregation; Finished the styling of the sale duplicate screen; Tested the functionality of sale duplicates; Added a way to show hidden (ignored) duplicates.

This commit is contained in:
Wynne Crisman
2017-05-26 11:17:32 -07:00
parent e1b0b19589
commit 210517a5c2
42 changed files with 15153 additions and 8505 deletions

View File

@@ -5,12 +5,23 @@
height: 100%
width: 100%
text-align: left
.tableControls
text-align: right
margin-right: 20px
.salesListRow
.controls
text-align: left
display: table
width: 100%
.pageControls
padding: 4px 8px
margin: 4px 8px
display: table-cell
width: 240px
.tableControls
text-align: right
padding: 4px 8px
margin: 4px 12px 4px 8px
display: table-cell
.listRow
display: table-row
.salesListCell
.listCell
display: table-cell
position: relative
height: 100%
@@ -70,7 +81,7 @@
display: inline-block
.fa-times-circle
display: none
.newSaleButton.active
.newSaleButton:active
background-color: #fb557b
color: black
.fa-times-circle