Skip to content

Smaragda2/Oracle-Form_Report-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oracle Forms HTML Reporter (v8-compatible)

Desktop tool that takes an Oracle Forms XML export (*.fmb.xml) and generates a single-file HTML report matching the v8 layout/rules (left sticky menu, collapsible sections, used program units, LOV via key_lists, validations via MAIN_VALIDATION.main_logic, button triggers, global triggers, etc.).

Run (dev)

python -m pip install -r requirements.txt
python app.py

Build Windows EXE (recommended)

On Windows (Python 3.11+):

python -m pip install -r requirements.txt
python -m pip install pyinstaller
pyinstaller --noconsole --onefile --name OracleFormsReporter app.py

Output:

  • dist/OracleFormsReporter.exe

Notes

  • The generated HTML is fully standalone (embedded CSS/JS, no external assets).
  • STANDARDS.olb is not parsed; subclassed triggers without code in XML are listed with a short note.

About

Generates an HTML report based on the provided XML of the Oracle Form

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors