From 3a8eea4ce51147cbf4adde041f737055a0f80956 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 10 Oct 2025 13:22:32 -0600 Subject: [PATCH] 2025 --- 2024-f8949.pdf => 2025-f8949.pdf | Bin fifo/index.js | 2 +- hifo/index.js | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename 2024-f8949.pdf => 2025-f8949.pdf (100%) 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`)