A PyQT GUI application for converting InfoLease report outputs into Excel files. Handles parsing and summarizing. Learns where files are meant to be store and compiles monthly and yearly summaries.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
InfoLeaseExtract/mainWindow.ui

268 lines
6.5 KiB

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1001</width>
<height>664</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTextBrowser" name="inputFilePreview">
<property name="geometry">
<rect>
<x>20</x>
<y>220</y>
<width>951</width>
<height>391</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="processReportButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>180</y>
<width>250</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>&amp;Process Report</string>
</property>
</widget>
<widget class="QPushButton" name="openReportButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>280</x>
<y>180</y>
<width>241</width>
<height>36</height>
</rect>
</property>
<property name="text">
<string>&amp;Copy to Clipboard</string>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>21</x>
<y>90</y>
<width>951</width>
<height>84</height>
</rect>
</property>
<layout class="QVBoxLayout" name="fileSettingsBox">
<item>
<layout class="QHBoxLayout" name="inputFileBox">
<item>
<widget class="QPushButton" name="inputFileButton">
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>250</width>
<height>36</height>
</size>
</property>
<property name="text">
<string>Select &amp;InfoLease Report</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../.designer/backup/Pictures/svgs/folder.svg</normaloff>../../.designer/backup/Pictures/svgs/folder.svg</iconset>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="inputFileLE">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>No file selected</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="outFileLocation">
<item>
<widget class="QPushButton" name="outputFileButton">
<property name="minimumSize">
<size>
<width>250</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>250</width>
<height>36</height>
</size>
</property>
<property name="text">
<string>Select &amp;Report Output Location</string>
</property>
<property name="icon">
<iconset>
<normaloff>../../.designer/backup/Pictures/svgs/folder.svg</normaloff>../../.designer/backup/Pictures/svgs/folder.svg</iconset>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="outputFileLE">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>No location selected</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QComboBox" name="reportTypeCB">
<property name="geometry">
<rect>
<x>21</x>
<y>51</y>
<width>250</width>
<height>37</height>
</rect>
</property>
<item>
<property name="text">
<string>ACH</string>
</property>
</item>
<item>
<property name="text">
<string>Disposition</string>
</property>
</item>
<item>
<property name="text">
<string>Gain Loss</string>
</property>
</item>
<item>
<property name="text">
<string>Lock Box</string>
</property>
</item>
<item>
<property name="text">
<string>Minv_C</string>
</property>
</item>
<item>
<property name="text">
<string>Net Inv. Loans</string>
</property>
</item>
<item>
<property name="text">
<string>NI Renewal</string>
</property>
</item>
<item>
<property name="text">
<string>NIV After</string>
</property>
</item>
<item>
<property name="text">
<string>PBP / Epay</string>
</property>
</item>
<item>
<property name="text">
<string>Returned Check</string>
</property>
</item>
<item>
<property name="text">
<string>Unapplied</string>
</property>
</item>
<item>
<property name="text">
<string>VMCC</string>
</property>
</item>
<item>
<property name="text">
<string>Wires</string>
</property>
</item>
</widget>
<widget class="QLabel" name="reportTypeL">
<property name="geometry">
<rect>
<x>21</x>
<y>21</y>
<width>144</width>
<height>24</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Infolease Report</string>
</property>
<property name="buddy">
<cstring>reportTypeCB</cstring>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1001</width>
<height>29</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<tabstops>
<tabstop>reportTypeCB</tabstop>
<tabstop>inputFileButton</tabstop>
<tabstop>outputFileButton</tabstop>
<tabstop>processReportButton</tabstop>
<tabstop>openReportButton</tabstop>
<tabstop>inputFileLE</tabstop>
<tabstop>outputFileLE</tabstop>
<tabstop>inputFilePreview</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>