Skip to content

Commit

Permalink
fix: GEO-1193 Update sample CSV (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3k authored Oct 31, 2024
1 parent 1088556 commit 2c97fe7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/public/SampleCsv.csv
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Gender Code, Hours Worked,Ordinary Pay,Special Salary,Overtime Hours,Overtime Pay,Bonus Pay
M,1901,78553.9,0,0,0,0
W,0,0,46.45,0,0,0
W,1899,98264.1,0,63.2,3270.6,0
X,1932,79021,0,43.5,1779.2,0
W,1899,98264.1,0,63.2,4905.44,0
X,1932,79021,0,43.5,2668.8,0
W,1985,106829.6,0,0,0,0
W,2059,112114.3,0,0,0,202.28
M,1975,115253.3,0,0,0,0
Expand All @@ -11,7 +11,7 @@ M,1981,117553,0,0,0,0
M,1808,116473.4,0,0,0,750.77
X,1974,75542.5,0,0,0,0
X,1738,97534,0,0,0,0
X,1905,93496.8,0,43.3,2125.2,0
X,1905,93496.8,0,43.3,3187.7,0
U,2021,102199.3,0,0,0,0
W,1966,95234.2,0,0,0,712.81
U,1964,105862.4,0,0,0,0
Expand All @@ -29,7 +29,7 @@ X,1875,91573.5,0,0,0,0
X,1736,80836.5,0,0,0,0
W,2025,109555.6,0,0,0,0
U,1919,101959.7,0,0,0,0
U,2038,108094.6,0,20.4,1082,0
U,2038,108094.6,0,20.4,1623.010186,0
X,2077,77149.5,0,0,0,0
X,1752,79777,0,0,0,0
W,1894,98761.3,0,0,0,0
Expand All @@ -38,7 +38,7 @@ X,2027,97349,0,0,0,701.27
M,1856,108626.5,0,0,0,0
M,1837,100677.1,0,0,0,0
X,1723,92902.9,0,0,0,0
W,1947,104046.1,0,62.1,3318.6,0
W,1947,104046.1,0,62.1,4977.860408,0
X,0,0,56.85,0,0,0
M,1772,116393,0,0,0,0
X,1931,88139.2,0,0,0,0
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/components/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
Once your CSV file is ready, click on the button below to upload the
file and generate a report.
</p>
<p class="mb-6">
Need an example? Click <a href="SampleCsv.csv" download>here</a> to
view a sample CSV file.
</p>
<v-btn class="mb-4 btn-primary" to="generate-report-form">
Upload your CSV here
</v-btn>
Expand Down

0 comments on commit 2c97fe7

Please sign in to comment.