diff --git a/2024-f8949.pdf b/2025-f8949.pdf similarity index 100% rename from 2024-f8949.pdf rename to 2025-f8949.pdf diff --git a/fifo/index.js b/fifo/index.js index 2570da0..1574d69 100644 --- a/fifo/index.js +++ b/fifo/index.js @@ -3,7 +3,7 @@ const converter = require('json-2-csv') const fs = require('fs') const BN = require('bignumber.js') const { PDFDocument } = require('pdf-lib') -const year = 2024 +const year = 2025 const txs = csvToJson.fieldDelimiter(',').getJsonFromCsv(`../Ledger.csv`) let lots = [] diff --git a/hifo/index.js b/hifo/index.js index 3ecb4ba..317391b 100644 --- a/hifo/index.js +++ b/hifo/index.js @@ -3,7 +3,7 @@ const converter = require('json-2-csv') const fs = require('fs') const BN = require('bignumber.js') const { PDFDocument } = require('pdf-lib') -const year = 2024 +const year = 2025 const txs = csvToJson.fieldDelimiter(',').getJsonFromCsv(`../Ledger.csv`)