Skip to content

Commit

Permalink
updated invoice template for september
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert Bruynooghe committed Sep 30, 2024
1 parent afb3221 commit 09299c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cv/invoice-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
</style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-format/1.3.0/d3-format.min.js" referrerpolicy="no-referrer"></script>
<script>
const days = 9.5
const invoiceDate = new Date('2024-05-31')
const invoiceNumber = 202405
const title = 'May 2024'
const days = 18.5
const invoiceDate = new Date('2024-09-30')
const invoiceNumber = 202409
const title = 'September 2024'

const dueDate = (new Date(invoiceDate.valueOf() + 15 * 24 * 60 * 60 * 1000))
const dueDateString = `${dueDate.getDate()}/${dueDate.getMonth() + 1}/${dueDate.getFullYear()}`
Expand Down Expand Up @@ -101,7 +101,7 @@ <h1>Invoice</h1>
</div>
</div>
<div>
<div style="margin: 2em 0;"><strong>Assignment:</strong> Development WindEurope Intelligence Platform</div>
<div style="margin: 2em 0;"><strong>Assignment:</strong> Development WindEurope Intelligence Platform (PO 2400502)</div>
<table style="width: 100%; border-collapse: collapse;">
<thead>
<tr style="background: silver; font-weight: bold;">
Expand Down

0 comments on commit 09299c2

Please sign in to comment.