Skip to content

Commit

Permalink
fucking black magic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronandt committed Aug 17, 2022
1 parent 1c95bfd commit d3f6237
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 1 deletion.
Binary file added KeyHubReports 08-01-2022-08-04-2022.pdf
Binary file not shown.
Binary file modified dailyLineChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified disabledChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doughnutChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inventoryReport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified monthlyLineChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pieChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/uploads/myImage-1660745250434.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const { app } = require('./setup');

//Use a preconfigured set port. If there isn't, use Port 3000
const port = process.env.PORT || 3001;
const port = process.env.PORT || 3000;

const server = app.listen(port, () => console.log(`Website at Port ${port}`));
const io = require('socket.io')(server);
Expand Down
1 change: 1 addition & 0 deletions views/staff/staff-charts.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.2


<br>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js" integrity="sha512-ElRFoEQdI5Ht6kZvyzXhYG9NqjtkmlkfYk0wr6wHxU9JEHakS7UJZNeml5ALk+8IKlU6jDgMabC3vkumRokgJA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script async src="https://cdn.jsdelivr.net/gh/emn178/chartjs-plugin-labels/src/chartjs-plugin-labels.js"></script>

<script>
Expand Down
Binary file modified yearlyLineChart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3f6237

Please sign in to comment.