Warren County Finance Audit Committee - General Ledger Viewer
- TypeScript 52.8%
- PHP 34.9%
- JavaScript 10.8%
- CSS 1.2%
- HTML 0.3%
| data/chartOfAccounts | ||
| db | ||
| host | ||
| public | ||
| src | ||
| utils | ||
| .gitignore | ||
| eslint.config.js | ||
| index.html | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Chart of Accounts
- Locate all Chart of Account PDF files:
Files:
- MAJORS (DEPARTMENTS).pdf
- FUND NUMBERS.pdf
- ACCOUNTS (OBJECTS).pdf
- Copy the text of the full document into corresponding txt files in
./data/chart-of-accounts/.
- departments.txt
- funds.txt
- accounts.txt
- Remove all page headers such as:
11/07/2025 *GL065B* G/L CHART OF ACCOUNTS PAGE 1
WARREN COUNTY
Major# Description
------- -----------
- Run a script to convert all text files to JSON
npm run convert-chart-of-accounts