@ -0,0 +1,192 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
|
||||||
|
# Form implementation generated from reading ui file 'ILE_MainWindow.ui' |
||||||
|
# |
||||||
|
# Created by: PyQt5 UI code generator 5.15.7 |
||||||
|
# |
||||||
|
# WARNING: Any manual changes made to this file will be lost when pyuic5 is |
||||||
|
# run again. Do not edit this file unless you know what you are doing. |
||||||
|
|
||||||
|
|
||||||
|
from PyQt5 import QtCore, QtGui, QtWidgets |
||||||
|
|
||||||
|
|
||||||
|
class Ui_MainWindow(object): |
||||||
|
def setupUi(self, MainWindow): |
||||||
|
MainWindow.setObjectName("MainWindow") |
||||||
|
MainWindow.resize(889, 634) |
||||||
|
icon = QtGui.QIcon() |
||||||
|
icon.addPixmap(QtGui.QPixmap("assets/extract.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
||||||
|
MainWindow.setWindowIcon(icon) |
||||||
|
self.centralwidget = QtWidgets.QWidget(MainWindow) |
||||||
|
self.centralwidget.setObjectName("centralwidget") |
||||||
|
self.gridLayout_2 = QtWidgets.QGridLayout(self.centralwidget) |
||||||
|
self.gridLayout_2.setObjectName("gridLayout_2") |
||||||
|
self.gridLayout = QtWidgets.QGridLayout() |
||||||
|
self.gridLayout.setObjectName("gridLayout") |
||||||
|
self.horizontalLayout_2 = QtWidgets.QHBoxLayout() |
||||||
|
self.horizontalLayout_2.setObjectName("horizontalLayout_2") |
||||||
|
self.reportTypeL = QtWidgets.QLabel(self.centralwidget) |
||||||
|
font = QtGui.QFont() |
||||||
|
font.setPointSize(14) |
||||||
|
font.setBold(True) |
||||||
|
font.setWeight(75) |
||||||
|
self.reportTypeL.setFont(font) |
||||||
|
self.reportTypeL.setObjectName("reportTypeL") |
||||||
|
self.horizontalLayout_2.addWidget(self.reportTypeL, 0, QtCore.Qt.AlignLeft) |
||||||
|
self.reportTypeCB = QtWidgets.QComboBox(self.centralwidget) |
||||||
|
self.reportTypeCB.setObjectName("reportTypeCB") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.reportTypeCB.addItem("") |
||||||
|
self.horizontalLayout_2.addWidget(self.reportTypeCB) |
||||||
|
self.gridLayout.addLayout(self.horizontalLayout_2, 0, 0, 1, 1) |
||||||
|
self.fileSettingsBox = QtWidgets.QVBoxLayout() |
||||||
|
self.fileSettingsBox.setObjectName("fileSettingsBox") |
||||||
|
self.inputFileBox = QtWidgets.QHBoxLayout() |
||||||
|
self.inputFileBox.setObjectName("inputFileBox") |
||||||
|
self.inputFileButton = QtWidgets.QPushButton(self.centralwidget) |
||||||
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Maximum) |
||||||
|
sizePolicy.setHorizontalStretch(0) |
||||||
|
sizePolicy.setVerticalStretch(0) |
||||||
|
sizePolicy.setHeightForWidth(self.inputFileButton.sizePolicy().hasHeightForWidth()) |
||||||
|
self.inputFileButton.setSizePolicy(sizePolicy) |
||||||
|
self.inputFileButton.setMinimumSize(QtCore.QSize(250, 0)) |
||||||
|
self.inputFileButton.setMaximumSize(QtCore.QSize(250, 55)) |
||||||
|
icon1 = QtGui.QIcon() |
||||||
|
icon1.addPixmap(QtGui.QPixmap("assets/folder.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
||||||
|
self.inputFileButton.setIcon(icon1) |
||||||
|
self.inputFileButton.setObjectName("inputFileButton") |
||||||
|
self.inputFileBox.addWidget(self.inputFileButton) |
||||||
|
self.inputFileLE = QtWidgets.QLineEdit(self.centralwidget) |
||||||
|
self.inputFileLE.setReadOnly(True) |
||||||
|
self.inputFileLE.setObjectName("inputFileLE") |
||||||
|
self.inputFileBox.addWidget(self.inputFileLE) |
||||||
|
self.fileSettingsBox.addLayout(self.inputFileBox) |
||||||
|
self.outFileLocation = QtWidgets.QHBoxLayout() |
||||||
|
self.outFileLocation.setObjectName("outFileLocation") |
||||||
|
self.outputFileButton = QtWidgets.QPushButton(self.centralwidget) |
||||||
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Maximum) |
||||||
|
sizePolicy.setHorizontalStretch(0) |
||||||
|
sizePolicy.setVerticalStretch(0) |
||||||
|
sizePolicy.setHeightForWidth(self.outputFileButton.sizePolicy().hasHeightForWidth()) |
||||||
|
self.outputFileButton.setSizePolicy(sizePolicy) |
||||||
|
self.outputFileButton.setMinimumSize(QtCore.QSize(250, 0)) |
||||||
|
self.outputFileButton.setMaximumSize(QtCore.QSize(250, 55)) |
||||||
|
self.outputFileButton.setIcon(icon1) |
||||||
|
self.outputFileButton.setObjectName("outputFileButton") |
||||||
|
self.outFileLocation.addWidget(self.outputFileButton) |
||||||
|
self.outputFileLE = QtWidgets.QLineEdit(self.centralwidget) |
||||||
|
self.outputFileLE.setReadOnly(True) |
||||||
|
self.outputFileLE.setObjectName("outputFileLE") |
||||||
|
self.outFileLocation.addWidget(self.outputFileLE) |
||||||
|
self.fileSettingsBox.addLayout(self.outFileLocation) |
||||||
|
self.gridLayout.addLayout(self.fileSettingsBox, 1, 0, 1, 1) |
||||||
|
self.horizontalLayout = QtWidgets.QHBoxLayout() |
||||||
|
self.horizontalLayout.setObjectName("horizontalLayout") |
||||||
|
self.processReportButton = QtWidgets.QPushButton(self.centralwidget) |
||||||
|
self.processReportButton.setEnabled(False) |
||||||
|
icon2 = QtGui.QIcon() |
||||||
|
icon2.addPixmap(QtGui.QPixmap("assets/process.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
||||||
|
self.processReportButton.setIcon(icon2) |
||||||
|
self.processReportButton.setObjectName("processReportButton") |
||||||
|
self.horizontalLayout.addWidget(self.processReportButton) |
||||||
|
self.copyButton = QtWidgets.QPushButton(self.centralwidget) |
||||||
|
self.copyButton.setEnabled(False) |
||||||
|
icon3 = QtGui.QIcon() |
||||||
|
icon3.addPixmap(QtGui.QPixmap("assets/copy.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
||||||
|
self.copyButton.setIcon(icon3) |
||||||
|
self.copyButton.setObjectName("copyButton") |
||||||
|
self.horizontalLayout.addWidget(self.copyButton) |
||||||
|
self.openFolderButton = QtWidgets.QPushButton(self.centralwidget) |
||||||
|
self.openFolderButton.setEnabled(False) |
||||||
|
self.openFolderButton.setIcon(icon1) |
||||||
|
self.openFolderButton.setObjectName("openFolderButton") |
||||||
|
self.horizontalLayout.addWidget(self.openFolderButton) |
||||||
|
self.openExcelButton = QtWidgets.QPushButton(self.centralwidget) |
||||||
|
self.openExcelButton.setEnabled(False) |
||||||
|
icon4 = QtGui.QIcon() |
||||||
|
icon4.addPixmap(QtGui.QPixmap("assets/excel.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
||||||
|
self.openExcelButton.setIcon(icon4) |
||||||
|
self.openExcelButton.setObjectName("openExcelButton") |
||||||
|
self.horizontalLayout.addWidget(self.openExcelButton) |
||||||
|
self.gridLayout.addLayout(self.horizontalLayout, 2, 0, 1, 1) |
||||||
|
self.inputFilePreview = QtWidgets.QTextBrowser(self.centralwidget) |
||||||
|
self.inputFilePreview.setObjectName("inputFilePreview") |
||||||
|
self.gridLayout.addWidget(self.inputFilePreview, 3, 0, 1, 1) |
||||||
|
self.gridLayout_2.addLayout(self.gridLayout, 0, 0, 1, 1) |
||||||
|
MainWindow.setCentralWidget(self.centralwidget) |
||||||
|
self.menubar = QtWidgets.QMenuBar(MainWindow) |
||||||
|
self.menubar.setGeometry(QtCore.QRect(0, 0, 889, 24)) |
||||||
|
self.menubar.setObjectName("menubar") |
||||||
|
self.menu_Settings = QtWidgets.QMenu(self.menubar) |
||||||
|
icon5 = QtGui.QIcon() |
||||||
|
icon5.addPixmap(QtGui.QPixmap("assets/settings.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
||||||
|
self.menu_Settings.setIcon(icon5) |
||||||
|
self.menu_Settings.setObjectName("menu_Settings") |
||||||
|
self.menuStart_Maximized = QtWidgets.QMenu(self.menu_Settings) |
||||||
|
icon6 = QtGui.QIcon() |
||||||
|
icon6.addPixmap(QtGui.QPixmap("assets/maximize.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
||||||
|
self.menuStart_Maximized.setIcon(icon6) |
||||||
|
self.menuStart_Maximized.setObjectName("menuStart_Maximized") |
||||||
|
MainWindow.setMenuBar(self.menubar) |
||||||
|
self.statusbar = QtWidgets.QStatusBar(MainWindow) |
||||||
|
self.statusbar.setObjectName("statusbar") |
||||||
|
MainWindow.setStatusBar(self.statusbar) |
||||||
|
self.action_Default_Locations = QtWidgets.QAction(MainWindow) |
||||||
|
icon7 = QtGui.QIcon() |
||||||
|
icon7.addPixmap(QtGui.QPixmap("assets/fileSearch.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
||||||
|
self.action_Default_Locations.setIcon(icon7) |
||||||
|
self.action_Default_Locations.setObjectName("action_Default_Locations") |
||||||
|
self.menu_Settings.addAction(self.action_Default_Locations) |
||||||
|
self.menubar.addAction(self.menu_Settings.menuAction()) |
||||||
|
self.reportTypeL.setBuddy(self.reportTypeCB) |
||||||
|
|
||||||
|
self.retranslateUi(MainWindow) |
||||||
|
QtCore.QMetaObject.connectSlotsByName(MainWindow) |
||||||
|
MainWindow.setTabOrder(self.reportTypeCB, self.inputFileButton) |
||||||
|
MainWindow.setTabOrder(self.inputFileButton, self.outputFileButton) |
||||||
|
MainWindow.setTabOrder(self.outputFileButton, self.processReportButton) |
||||||
|
MainWindow.setTabOrder(self.processReportButton, self.copyButton) |
||||||
|
MainWindow.setTabOrder(self.copyButton, self.inputFileLE) |
||||||
|
MainWindow.setTabOrder(self.inputFileLE, self.outputFileLE) |
||||||
|
MainWindow.setTabOrder(self.outputFileLE, self.inputFilePreview) |
||||||
|
|
||||||
|
def retranslateUi(self, MainWindow): |
||||||
|
_translate = QtCore.QCoreApplication.translate |
||||||
|
MainWindow.setWindowTitle(_translate("MainWindow", "IL Extract")) |
||||||
|
self.reportTypeL.setText(_translate("MainWindow", "Infolease Report Type:")) |
||||||
|
self.reportTypeCB.setItemText(0, _translate("MainWindow", "ACH")) |
||||||
|
self.reportTypeCB.setItemText(1, _translate("MainWindow", "Disposition")) |
||||||
|
self.reportTypeCB.setItemText(2, _translate("MainWindow", "Gain Loss")) |
||||||
|
self.reportTypeCB.setItemText(3, _translate("MainWindow", "Lock Box")) |
||||||
|
self.reportTypeCB.setItemText(4, _translate("MainWindow", "Minv_C")) |
||||||
|
self.reportTypeCB.setItemText(5, _translate("MainWindow", "Net Inv. Loans")) |
||||||
|
self.reportTypeCB.setItemText(6, _translate("MainWindow", "NI Renewal")) |
||||||
|
self.reportTypeCB.setItemText(7, _translate("MainWindow", "NIV After")) |
||||||
|
self.reportTypeCB.setItemText(8, _translate("MainWindow", "PBP / Epay")) |
||||||
|
self.reportTypeCB.setItemText(9, _translate("MainWindow", "Returned Check")) |
||||||
|
self.reportTypeCB.setItemText(10, _translate("MainWindow", "Unapplied")) |
||||||
|
self.reportTypeCB.setItemText(11, _translate("MainWindow", "VMCC")) |
||||||
|
self.reportTypeCB.setItemText(12, _translate("MainWindow", "Wires")) |
||||||
|
self.inputFileButton.setText(_translate("MainWindow", "Select &InfoLease Report")) |
||||||
|
self.inputFileLE.setPlaceholderText(_translate("MainWindow", "No file selected")) |
||||||
|
self.outputFileButton.setText(_translate("MainWindow", "Select &Report Output Location")) |
||||||
|
self.outputFileLE.setPlaceholderText(_translate("MainWindow", "No location selected")) |
||||||
|
self.processReportButton.setText(_translate("MainWindow", "&Process Report")) |
||||||
|
self.copyButton.setText(_translate("MainWindow", "&Copy to Clipboard")) |
||||||
|
self.openFolderButton.setText(_translate("MainWindow", "&Open Folder")) |
||||||
|
self.openExcelButton.setText(_translate("MainWindow", "&Open File")) |
||||||
|
self.menu_Settings.setTitle(_translate("MainWindow", "&Settings")) |
||||||
|
self.action_Default_Locations.setText(_translate("MainWindow", "&Default Locations")) |
||||||
|
|
||||||
@ -0,0 +1,42 @@ |
|||||||
|
|
||||||
|
DAILY.MANUAL.INVOICE |
||||||
|
CONTRACTS THAT WERE NOT INVOICED |
||||||
|
PAGE 06-09-22 1 |
||||||
|
|
||||||
|
CHRG BUSINESS |
||||||
|
CONTRACT.NO........ UATB.OIC.DUE RENTAL DUE......... UATB.IDS.OIC.PAYME TYPEM..... OUTSTANDING BALANCE.... SEGMENT. BOOKING.DATE BRANCH |
||||||
|
|
||||||
|
100-0553300-001 04/01/2022 413.81 0.00 RENT 413.81 001.000 11/01/2020 4.3 |
||||||
|
047-4725409-001 04/14/2022 351.30 0.00 MISC 380.28 001.000 01/14/2019 3 |
||||||
|
100-1864627-002 05/14/2022 146.71 156.07 MISC 9.36 001.000 07/14/2017 9 |
||||||
|
100-6651721-001 07/14/2021 0.00 761.00 MISC 53.27 001.000 07/14/2021 9 |
||||||
|
100-0553300-001 05/01/2022 413.81 0.00 RENT 413.81 001.000 11/01/2020 4.3 |
||||||
|
100-6651721-002 07/25/2021 0.00 761.00 MISC 53.27 001.000 07/27/2021 9 |
||||||
|
100-0553300-001 01/01/2022 413.81 319.43 RENT 94.38 001.000 11/01/2020 4.3 |
||||||
|
047-4725409-001 05/14/2022 351.30 31.54 MISC 348.74 001.000 01/14/2019 3 |
||||||
|
100-5047921-001 06/15/2022 94.69 0.00 RENT 94.69 001.000 04/11/2019 3 |
||||||
|
100-3285968-004 05/25/2022 2,027.75 0.00 MISC 2,139.28 001.000 02/27/2019 9 |
||||||
|
100-0553300-001 06/01/2022 413.81 0.00 RENT 413.81 001.000 11/01/2020 4.3 |
||||||
|
100-0553300-001 02/01/2022 413.81 0.00 RENT 413.81 001.000 11/01/2020 4.3 |
||||||
|
100-7218171-001 05/19/2022 0.00 157.00 MISC 10.60 001.000 05/19/2022 3 |
||||||
|
047-4725409-001 06/14/2022 351.30 0.00 MISC 380.28 001.000 01/14/2019 3 |
||||||
|
100-5189011-002 07/01/2022 130.58 275.67 RENT 130.58 001.000 07/16/2019 12 |
||||||
|
100-2772548-003 06/25/2022 -830.51 0.00 MISC 601.48 001.000 05/30/2017 9 |
||||||
|
100-3285968-004 06/25/2022 2,027.75 0.00 MISC 2,139.28 001.000 02/27/2019 9 |
||||||
|
047-2903398-005 05/25/2022 0.00 0.00 MISC 58.25 001.000 04/25/2017 9 |
||||||
|
100-2911448-002 05/25/2022 0.00 1,895.04 RENT 30.43 001.000 04/29/2022 9 |
||||||
|
100-0553300-001 07/01/2022 413.81 0.00 RENT 413.81 001.000 11/01/2020 4.3 |
||||||
|
100-0553300-001 03/01/2022 413.81 0.00 RENT 413.81 001.000 11/01/2020 4.3 |
||||||
|
100-7220451-001 06/06/2022 0.00 171.00 RENT 19.45 001.000 06/06/2022 3 |
||||||
|
100-7268381-001 06/06/2022 0.00 151.00 RENT 11.33 001.000 06/06/2022 3 |
||||||
|
100-7314881-001 06/06/2022 0.00 119.00 RENT 9.88 001.000 06/06/2022 3 |
||||||
|
100-7317551-001 06/25/2022 2,916.00 0.00 RENT 2,916.00 001.000 05/27/2022 12 |
||||||
|
100-7289411-001 07/03/2022 556.33 0.00 RENT 556.33 001.000 06/03/2022 3 |
||||||
|
100-7304881-002 07/01/2022 60.90 0.00 MISC 66.27 001.000 06/08/2022 9 |
||||||
|
100-6943321-002 06/15/2022 8,012.77 0.03 RENT 8,012.77 001.000 04/12/2022 9 |
||||||
|
100-1477460-002 07/08/2022 34,915.99 0.00 RENT 34,915.99 001.000 06/08/2022 12 |
||||||
|
100-1516251-002 06/20/2022 1,485.99 0.00 RENT 1,485.99 001.000 09/24/2019 10 |
||||||
|
100-7352541-001 06/09/2022 1,422.30 0.00 RENT 711.15 001.000 06/09/2022 3 |
||||||
|
100-7352541-001 06/09/2022 1,422.30 0.00 RENT 711.15 001.000 06/09/2022 3 |
||||||
|
100-9677665-001 06/25/2022 242.11 0.00 RENT 242.11 001.000 08/30/2021 10 |
||||||
|
33 records listed |
||||||
@ -0,0 +1,51 @@ |
|||||||
|
|
||||||
|
|
||||||
|
DAILY.MANUAL.INVOICE |
||||||
|
CONTRACTS THAT WERE NOT INVOICED |
||||||
|
PAGE 06-10-22 1 |
||||||
|
|
||||||
|
CHRG BUSINESS |
||||||
|
CONTRACT.NO........ UATB.OIC.DUE RENTAL DUE......... UATB.IDS.OIC.PAYME TYPEM..... OUTSTANDING BALANCE.... SEGMENT. BOOKING.DATE BRANCH |
||||||
|
|
||||||
|
100-1049364-003 03/15/2022 79.56 0.00 RENT 79.56 001.000 10/01/2021 4.3 |
||||||
|
100-1049364-003 04/15/2022 79.56 0.00 RENT 79.56 001.000 10/01/2021 4.3 |
||||||
|
100-6651721-001 07/14/2021 0.00 761.00 MISC 53.27 001.000 07/14/2021 9 |
||||||
|
100-1049364-003 12/15/2021 79.56 68.40 RENT 11.16 001.000 10/01/2021 4.3 |
||||||
|
100-6651721-002 07/25/2021 0.00 761.00 MISC 53.27 001.000 07/27/2021 9 |
||||||
|
100-1049364-003 05/15/2022 79.56 0.00 RENT 79.56 001.000 10/01/2021 4.3 |
||||||
|
100-1049364-003 01/15/2022 79.56 0.00 RENT 79.56 001.000 10/01/2021 4.3 |
||||||
|
100-2170587-001 05/21/2022 484.62 0.00 RENT 484.62 001.000 03/26/2013 9 |
||||||
|
100-7218171-001 05/19/2022 0.00 157.00 MISC 10.60 001.000 05/19/2022 3 |
||||||
|
100-1049364-003 06/15/2022 79.56 0.00 RENT 79.56 001.000 10/01/2021 4.3 |
||||||
|
100-1049364-003 02/15/2022 79.56 0.00 RENT 79.56 001.000 10/01/2021 4.3 |
||||||
|
100-2170587-001 06/21/2022 484.62 0.00 RENT 484.62 001.000 03/26/2013 9 |
||||||
|
100-2772548-003 06/25/2022 -830.51 0.00 MISC 601.48 001.000 05/30/2017 9 |
||||||
|
047-2903398-005 05/25/2022 0.00 0.00 MISC 58.25 001.000 04/25/2017 9 |
||||||
|
100-2911448-002 05/25/2022 0.00 1,895.04 RENT 30.43 001.000 04/29/2022 9 |
||||||
|
100-7220451-001 06/06/2022 0.00 171.00 RENT 19.45 001.000 06/06/2022 3 |
||||||
|
100-7268381-001 06/06/2022 0.00 151.00 RENT 11.33 001.000 06/06/2022 3 |
||||||
|
100-7314881-001 06/06/2022 0.00 119.00 RENT 9.88 001.000 06/06/2022 3 |
||||||
|
100-7352541-001 06/09/2022 0.00 0.00 RENT 711.15 001.000 06/09/2022 3 |
||||||
|
100-7352541-001 06/09/2022 0.00 0.00 RENT 711.15 001.000 06/09/2022 3 |
||||||
|
100-9678164-001 06/25/2022 242.11 0.00 RENT 242.11 001.000 08/31/2021 10 |
||||||
|
100-1570785-001 06/24/2022 765.50 0.00 RENT 765.50 001.000 02/24/2020 10 |
||||||
|
100-4693949-001 06/17/2022 326.11 0.00 RENT 326.11 001.000 10/17/2018 3 |
||||||
|
100-1500564-011 07/04/2022 1,239.97 0.00 RENT 1,239.97 001.000 06/09/2022 12 |
||||||
|
100-9704497-001 06/16/2022 2,127.68 0.00 RENT 2,127.68 001.000 02/16/2022 10 |
||||||
|
100-7318371-001 07/01/2022 257.76 0.00 RENT 257.76 001.000 06/09/2022 9 |
||||||
|
100-1697447-005 06/20/2022 184.11 0.00 RENT 184.11 001.000 08/23/2019 3 |
||||||
|
100-1697447-004 06/20/2022 287.93 0.00 RENT 287.93 001.000 07/30/2019 3 |
||||||
|
100-4714407-008 07/01/2022 671.57 0.00 MISC 714.21 001.000 06/09/2022 9 |
||||||
|
100-6051107-001 06/20/2022 30.15 39.99 RENT 30.15 001.000 09/08/2020 9 |
||||||
|
100-3240348-006 06/14/2022 227.52 0.00 MISC 241.17 001.000 04/14/2022 9 |
||||||
|
100-6795737-003 07/10/2022 0.00 0.00 RENT 30,000.00 001.000 06/10/2022 12 |
||||||
|
100-9729335-001 06/10/2022 1,841.70 0.00 RENT 920.85 001.000 06/10/2022 10 |
||||||
|
100-9729335-001 06/10/2022 1,841.70 0.00 RENT 920.85 001.000 06/10/2022 10 |
||||||
|
100-7252451-001 06/10/2022 15.63 169.00 RENT 15.63 001.000 06/10/2022 3 |
||||||
|
100-6238218-001 06/19/2022 74.99 0.00 RENT 74.99 001.000 11/19/2021 9 |
||||||
|
100-7337851-001 06/10/2022 216.36 0.00 RENT 108.18 001.000 06/10/2022 3 |
||||||
|
100-7337851-001 06/10/2022 216.36 0.00 RENT 108.18 001.000 06/10/2022 3 |
||||||
|
100-7275051-001 06/10/2022 0.00 843.27 MISC 0.01 001.000 06/10/2022 3 |
||||||
|
100-1017678-003 07/01/2022 718.61 0.00 MISC 777.89 001.000 05/16/2019 12 |
||||||
|
100-4266879-003 07/03/2022 339.42 0.00 MISC 368.95 001.000 06/10/2022 9 |
||||||
|
41 records listed |
||||||
@ -0,0 +1,33 @@ |
|||||||
|
|
||||||
|
DAILY.MANUAL.INVOICE |
||||||
|
CONTRACTS THAT WERE NOT INVOICED |
||||||
|
PAGE 06-13-22 1 |
||||||
|
|
||||||
|
CHRG BUSINESS |
||||||
|
CONTRACT.NO........ UATB.OIC.DUE RENTAL DUE......... UATB.IDS.OIC.PAYME TYPEM..... OUTSTANDING BALANCE.... SEGMENT. BOOKING.DATE BRANCH |
||||||
|
|
||||||
|
100-6651721-001 07/14/2021 0.00 761.00 MISC 53.27 001.000 07/14/2021 9 |
||||||
|
100-6550098-001 05/20/2022 619.26 108.80 RENT 510.46 001.000 05/25/2021 3 |
||||||
|
100-6651721-002 07/25/2021 0.00 761.00 MISC 53.27 001.000 07/27/2021 9 |
||||||
|
100-7218171-001 05/19/2022 0.00 157.00 MISC 10.60 001.000 05/19/2022 3 |
||||||
|
100-2772548-003 06/25/2022 -830.51 0.00 MISC 601.48 001.000 05/30/2017 9 |
||||||
|
047-2903398-005 05/25/2022 0.00 0.00 MISC 58.25 001.000 04/25/2017 9 |
||||||
|
100-2911448-002 05/25/2022 0.00 1,895.04 RENT 30.43 001.000 04/29/2022 9 |
||||||
|
100-6795737-003 07/10/2022 30,000.00 0.00 RENT 30,000.00 001.000 06/10/2022 12 |
||||||
|
100-7252451-001 06/10/2022 0.00 169.00 RENT 15.63 001.000 06/10/2022 3 |
||||||
|
100-6238218-001 06/19/2022 74.99 0.00 RENT 74.99 001.000 11/19/2021 9 |
||||||
|
100-7337851-001 06/10/2022 0.00 0.00 RENT 108.18 001.000 06/10/2022 3 |
||||||
|
100-7337851-001 06/10/2022 0.00 0.00 RENT 108.18 001.000 06/10/2022 3 |
||||||
|
100-7275051-001 06/10/2022 0.00 843.27 MISC 0.01 001.000 06/10/2022 3 |
||||||
|
100-4266879-003 07/03/2022 339.42 0.00 MISC 368.95 001.000 06/10/2022 9 |
||||||
|
100-7203501-002 07/01/2022 40.00 0.00 MISC 42.50 001.000 06/10/2022 9 |
||||||
|
100-7282331-001 06/10/2022 0.00 0.00 RENT 1,432.54 001.000 06/10/2022 3 |
||||||
|
100-9735444-001 06/10/2022 0.00 0.00 RENT 214.90 001.000 06/10/2022 10 |
||||||
|
100-9735444-001 06/10/2022 0.00 0.00 RENT 214.90 001.000 06/10/2022 10 |
||||||
|
100-6930421-001 06/10/2022 0.00 0.00 RENT 1,982.24 001.000 06/10/2022 3 |
||||||
|
100-6930421-001 06/10/2022 0.00 0.00 RENT 1,982.24 001.000 06/10/2022 3 |
||||||
|
100-6721551-003 06/20/2022 1,210.36 0.00 RENT 1,210.36 001.000 09/24/2021 3 |
||||||
|
100-6721551-002 06/20/2022 613.92 0.00 RENT 613.92 001.000 09/23/2021 3 |
||||||
|
100-7136271-001 07/20/2022 176.54 0.00 RENT 176.54 001.000 03/22/2022 3 |
||||||
|
100-7171001-001 06/17/2022 68.92 0.00 RENT 68.92 001.000 03/17/2022 9 |
||||||
|
24 records listed |
||||||
@ -0,0 +1,40 @@ |
|||||||
|
|
||||||
|
|
||||||
|
DAILY.MANUAL.INVOICE |
||||||
|
CONTRACTS THAT WERE NOT INVOICED |
||||||
|
PAGE 06-14-22 1 |
||||||
|
|
||||||
|
CHRG BUSINESS |
||||||
|
CONTRACT.NO........ UATB.OIC.DUE RENTAL DUE......... UATB.IDS.OIC.PAYME TYPEM..... OUTSTANDING BALANCE.... SEGMENT. BOOKING.DATE BRANCH |
||||||
|
|
||||||
|
100-7269201-001 06/14/2022 17.11 172.00 RENT 17.11 001.000 06/14/2022 3 |
||||||
|
100-3654949-003 06/24/2022 1,086.99 0.00 RENT 1,086.99 001.000 09/24/2019 9 |
||||||
|
100-3654949-002 06/20/2022 1,789.52 0.00 RENT 1,789.52 001.000 09/19/2019 9 |
||||||
|
100-7199137-001 06/20/2022 1,068.97 0.00 RENT 1,068.97 001.000 04/29/2022 3 |
||||||
|
100-7284391-001 07/08/2022 91.25 0.00 RENT 91.25 001.000 06/08/2022 9 |
||||||
|
100-7209951-001 06/14/2022 0.00 160.00 MISC 11.20 001.000 06/14/2022 3 |
||||||
|
100-7334181-001 07/01/2022 338.41 0.00 MISC 366.32 001.000 06/14/2022 9 |
||||||
|
100-9570778-001 06/24/2022 637.91 0.00 RENT 637.91 001.000 02/24/2020 10 |
||||||
|
100-7234311-001 06/14/2022 15.81 204.00 RENT 15.81 001.000 06/14/2022 3 |
||||||
|
100-7294191-001 06/14/2022 14.80 160.00 RENT 14.80 001.000 06/14/2022 3 |
||||||
|
100-0849508-002 04/15/2022 2,392.50 0.00 RENT 2,392.50 001.000 10/01/2021 4.3 |
||||||
|
100-6651721-001 07/14/2021 0.00 761.00 MISC 53.27 001.000 07/14/2021 9 |
||||||
|
100-6651721-002 07/25/2021 0.00 761.00 MISC 53.27 001.000 07/27/2021 9 |
||||||
|
100-0849508-002 05/15/2022 2,392.50 0.00 RENT 2,392.50 001.000 10/01/2021 4.3 |
||||||
|
100-0849508-002 06/15/2022 2,392.50 0.00 RENT 2,392.50 001.000 10/01/2021 4.3 |
||||||
|
100-2772548-003 06/25/2022 -830.51 0.00 MISC 601.48 001.000 05/30/2017 9 |
||||||
|
100-3618019-001 06/25/2022 428.34 0.00 MISC 466.36 001.000 09/28/2016 9 |
||||||
|
047-2903398-005 05/25/2022 0.00 0.00 MISC 58.25 001.000 04/25/2017 9 |
||||||
|
100-2911448-002 05/25/2022 0.00 1,895.04 RENT 30.43 001.000 04/29/2022 9 |
||||||
|
100-7252451-001 06/10/2022 0.00 169.00 RENT 15.63 001.000 06/10/2022 3 |
||||||
|
100-7275051-001 06/10/2022 0.00 843.27 MISC 0.01 001.000 06/10/2022 3 |
||||||
|
100-7113121-001 07/13/2022 2,500.39 0.00 RENT 2,500.39 001.000 06/13/2022 3 |
||||||
|
100-7342981-001 07/08/2022 103.56 0.00 MISC 109.77 001.000 06/08/2022 9 |
||||||
|
100-7113391-002 07/01/2022 2,275.30 0.00 RENT 2,275.30 001.000 06/13/2022 3 |
||||||
|
100-5398561-002 07/01/2022 786.33 0.00 MISC 847.27 001.000 06/13/2022 9 |
||||||
|
100-4457819-001 06/20/2022 5,785.12 0.00 RENT 5,785.12 001.000 05/31/2018 3 |
||||||
|
100-3744149-012 07/08/2022 50.00 0.00 MISC 53.00 001.000 06/13/2022 9 |
||||||
|
100-3154768-008 07/01/2022 897.26 0.00 MISC 980.27 001.000 06/13/2022 9 |
||||||
|
100-7318021-001 07/03/2022 295.00 0.00 MISC 320.08 001.000 06/13/2022 9 |
||||||
|
100-2146226-002 07/01/2022 558.96 0.00 RENT 558.96 001.000 06/13/2022 9 |
||||||
|
30 records listed |
||||||
@ -0,0 +1,32 @@ |
|||||||
|
|
||||||
|
|
||||||
|
DAILY.MANUAL.INVOICE |
||||||
|
CONTRACTS THAT WERE NOT INVOICED |
||||||
|
PAGE 06-15-22 1 |
||||||
|
|
||||||
|
CHRG BUSINESS |
||||||
|
CONTRACT.NO........ UATB.OIC.DUE RENTAL DUE......... UATB.IDS.OIC.PAYME TYPEM..... OUTSTANDING BALANCE.... SEGMENT. BOOKING.DATE BRANCH |
||||||
|
|
||||||
|
100-7269201-001 06/14/2022 0.00 172.00 RENT 17.11 001.000 06/14/2022 3 |
||||||
|
100-7209951-001 06/14/2022 0.00 160.00 MISC 11.20 001.000 06/14/2022 3 |
||||||
|
100-7334181-001 07/01/2022 338.41 0.00 MISC 366.32 001.000 06/14/2022 9 |
||||||
|
100-7234311-001 06/14/2022 0.00 204.00 RENT 15.81 001.000 06/14/2022 3 |
||||||
|
100-7294191-001 06/14/2022 0.00 160.00 RENT 14.80 001.000 06/14/2022 3 |
||||||
|
100-9570729-001 06/24/2022 637.91 0.00 RENT 637.91 001.000 02/24/2020 10 |
||||||
|
100-7080901-001 06/14/2022 0.00 0.00 MISC 177.62 001.000 06/14/2022 3 |
||||||
|
100-7313341-001 07/09/2022 217.00 0.00 RENT 217.00 001.000 06/14/2022 9 |
||||||
|
100-7363251-001 06/14/2022 0.00 0.00 RENT 13,168.80 001.000 06/14/2022 3 |
||||||
|
100-1564449-001 07/03/2022 430.01 0.00 RENT 430.01 001.000 02/03/2020 10 |
||||||
|
100-7233611-001 06/15/2022 17.36 179.00 RENT 17.36 001.000 06/15/2022 3 |
||||||
|
100-7151111-001 06/15/2022 480.40 0.00 RENT 480.40 001.000 06/15/2022 9 |
||||||
|
100-9737145-001 06/15/2022 590.20 0.00 RENT 295.10 001.000 06/15/2022 10 |
||||||
|
100-9737145-001 06/15/2022 590.20 0.00 RENT 295.10 001.000 06/15/2022 10 |
||||||
|
100-7303761-001 08/14/2022 0.00 0.00 RENT 240,632.43 001.000 06/14/2022 12 |
||||||
|
100-6651721-001 07/14/2021 0.00 761.00 MISC 53.27 001.000 07/14/2021 9 |
||||||
|
100-6651721-002 07/25/2021 0.00 761.00 MISC 53.27 001.000 07/27/2021 9 |
||||||
|
100-6726271-001 06/15/2022 1,588.04 0.00 RENT 1,588.04 001.000 08/31/2021 12 |
||||||
|
100-2772548-003 06/25/2022 -830.51 0.00 MISC 601.48 001.000 05/30/2017 9 |
||||||
|
047-2903398-005 05/25/2022 0.00 0.00 MISC 58.25 001.000 04/25/2017 9 |
||||||
|
100-2911448-002 05/25/2022 0.00 1,895.04 RENT 30.43 001.000 04/29/2022 9 |
||||||
|
100-5864201-501 07/07/2022 143.00 0.00 MISC 153.01 001.000 09/01/2020 9 |
||||||
|
22 records listed |
||||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 477 B |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 819 B |
|
After Width: | Height: | Size: 512 B |
|
After Width: | Height: | Size: 568 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
@ -1 +1,2 @@ |
|||||||
pyinstaller -w --add-data "extract.svg;." --add-data "process.svg;." --add-data "folder.svg;." --add-data "copy.svg;." -i .\extract.ico -n "IL Extract" .\main.py |
pyinstaller -w --add-data "extract.svg;." --add-data "process.svg;." --add-data "folder.svg;." --add-data "copy.svg;." -i .\extract.ico -n "IL Extract" .\main.py |
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,196 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
|
||||||
|
# Form implementation generated from reading ui file 'ui/default_locations.ui' |
||||||
|
# |
||||||
|
# Created by: PyQt5 UI code generator 5.15.7 |
||||||
|
# |
||||||
|
# WARNING: Any manual changes made to this file will be lost when pyuic5 is |
||||||
|
# run again. Do not edit this file unless you know what you are doing. |
||||||
|
|
||||||
|
|
||||||
|
from PyQt5 import QtCore, QtGui, QtWidgets |
||||||
|
|
||||||
|
|
||||||
|
class Ui_defaultLocationDiag(object): |
||||||
|
def setupUi(self, defaultLocationDiag): |
||||||
|
defaultLocationDiag.setObjectName("defaultLocationDiag") |
||||||
|
defaultLocationDiag.setWindowModality(QtCore.Qt.NonModal) |
||||||
|
defaultLocationDiag.resize(954, 525) |
||||||
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum) |
||||||
|
sizePolicy.setHorizontalStretch(0) |
||||||
|
sizePolicy.setVerticalStretch(0) |
||||||
|
sizePolicy.setHeightForWidth(defaultLocationDiag.sizePolicy().hasHeightForWidth()) |
||||||
|
defaultLocationDiag.setSizePolicy(sizePolicy) |
||||||
|
icon = QtGui.QIcon() |
||||||
|
icon.addPixmap(QtGui.QPixmap("ui/extract.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
||||||
|
defaultLocationDiag.setWindowIcon(icon) |
||||||
|
self.gridLayout_2 = QtWidgets.QGridLayout(defaultLocationDiag) |
||||||
|
self.gridLayout_2.setObjectName("gridLayout_2") |
||||||
|
self.gridLayout = QtWidgets.QGridLayout() |
||||||
|
self.gridLayout.setObjectName("gridLayout") |
||||||
|
self.label = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
font = QtGui.QFont() |
||||||
|
font.setPointSize(14) |
||||||
|
font.setBold(True) |
||||||
|
font.setWeight(75) |
||||||
|
self.label.setFont(font) |
||||||
|
self.label.setObjectName("label") |
||||||
|
self.gridLayout.addWidget(self.label, 0, 0, 1, 2) |
||||||
|
self.label_2 = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
self.label_2.setWordWrap(True) |
||||||
|
self.label_2.setObjectName("label_2") |
||||||
|
self.gridLayout.addWidget(self.label_2, 1, 0, 1, 4) |
||||||
|
self.label_3 = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
self.label_3.setWordWrap(True) |
||||||
|
self.label_3.setObjectName("label_3") |
||||||
|
self.gridLayout.addWidget(self.label_3, 2, 0, 1, 4) |
||||||
|
self.label_4 = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
font = QtGui.QFont() |
||||||
|
font.setItalic(True) |
||||||
|
self.label_4.setFont(font) |
||||||
|
self.label_4.setWordWrap(True) |
||||||
|
self.label_4.setObjectName("label_4") |
||||||
|
self.gridLayout.addWidget(self.label_4, 3, 0, 1, 4) |
||||||
|
self.label_5 = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
font = QtGui.QFont() |
||||||
|
font.setBold(True) |
||||||
|
font.setWeight(75) |
||||||
|
self.label_5.setFont(font) |
||||||
|
self.label_5.setObjectName("label_5") |
||||||
|
self.gridLayout.addWidget(self.label_5, 4, 0, 1, 1) |
||||||
|
spacerItem = QtWidgets.QSpacerItem(588, 13, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum) |
||||||
|
self.gridLayout.addItem(spacerItem, 4, 1, 1, 2) |
||||||
|
self.label_6 = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
font = QtGui.QFont() |
||||||
|
font.setBold(True) |
||||||
|
font.setWeight(75) |
||||||
|
self.label_6.setFont(font) |
||||||
|
self.label_6.setObjectName("label_6") |
||||||
|
self.gridLayout.addWidget(self.label_6, 4, 3, 1, 1) |
||||||
|
self.ach_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.ach_B.setObjectName("ach_B") |
||||||
|
self.gridLayout.addWidget(self.ach_B, 5, 0, 1, 1) |
||||||
|
self.ach_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.ach_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.ach_LE.setObjectName("ach_LE") |
||||||
|
self.gridLayout.addWidget(self.ach_LE, 5, 1, 1, 1) |
||||||
|
self.ach_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.ach_FN.setObjectName("ach_FN") |
||||||
|
self.gridLayout.addWidget(self.ach_FN, 5, 2, 1, 2) |
||||||
|
self.disp_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.disp_B.setObjectName("disp_B") |
||||||
|
self.gridLayout.addWidget(self.disp_B, 6, 0, 1, 1) |
||||||
|
self.disp_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.disp_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.disp_LE.setObjectName("disp_LE") |
||||||
|
self.gridLayout.addWidget(self.disp_LE, 6, 1, 1, 1) |
||||||
|
self.disp_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.disp_FN.setObjectName("disp_FN") |
||||||
|
self.gridLayout.addWidget(self.disp_FN, 6, 2, 1, 2) |
||||||
|
self.gl_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.gl_B.setObjectName("gl_B") |
||||||
|
self.gridLayout.addWidget(self.gl_B, 7, 0, 1, 1) |
||||||
|
self.gl_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.gl_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.gl_LE.setObjectName("gl_LE") |
||||||
|
self.gridLayout.addWidget(self.gl_LE, 7, 1, 1, 1) |
||||||
|
self.gl_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.gl_FN.setObjectName("gl_FN") |
||||||
|
self.gridLayout.addWidget(self.gl_FN, 7, 2, 1, 2) |
||||||
|
self.lb_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.lb_B.setObjectName("lb_B") |
||||||
|
self.gridLayout.addWidget(self.lb_B, 8, 0, 1, 1) |
||||||
|
self.lb_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.lb_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.lb_LE.setObjectName("lb_LE") |
||||||
|
self.gridLayout.addWidget(self.lb_LE, 8, 1, 1, 1) |
||||||
|
self.lb_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.lb_FN.setObjectName("lb_FN") |
||||||
|
self.gridLayout.addWidget(self.lb_FN, 8, 2, 1, 2) |
||||||
|
self.minv_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.minv_B.setObjectName("minv_B") |
||||||
|
self.gridLayout.addWidget(self.minv_B, 9, 0, 1, 1) |
||||||
|
self.minv_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.minv_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.minv_LE.setObjectName("minv_LE") |
||||||
|
self.gridLayout.addWidget(self.minv_LE, 9, 1, 1, 1) |
||||||
|
self.minv_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.minv_FN.setObjectName("minv_FN") |
||||||
|
self.gridLayout.addWidget(self.minv_FN, 9, 2, 1, 2) |
||||||
|
self.niv_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.niv_B.setObjectName("niv_B") |
||||||
|
self.gridLayout.addWidget(self.niv_B, 10, 0, 1, 1) |
||||||
|
self.niv_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.niv_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.niv_LE.setObjectName("niv_LE") |
||||||
|
self.gridLayout.addWidget(self.niv_LE, 10, 1, 1, 1) |
||||||
|
self.niv_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.niv_FN.setObjectName("niv_FN") |
||||||
|
self.gridLayout.addWidget(self.niv_FN, 10, 2, 1, 2) |
||||||
|
self.ren_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.ren_B.setObjectName("ren_B") |
||||||
|
self.gridLayout.addWidget(self.ren_B, 11, 0, 1, 1) |
||||||
|
self.ren_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.ren_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.ren_LE.setObjectName("ren_LE") |
||||||
|
self.gridLayout.addWidget(self.ren_LE, 11, 1, 1, 1) |
||||||
|
self.ren_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.ren_FN.setObjectName("ren_FN") |
||||||
|
self.gridLayout.addWidget(self.ren_FN, 11, 2, 1, 2) |
||||||
|
self.pymt_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.pymt_B.setObjectName("pymt_B") |
||||||
|
self.gridLayout.addWidget(self.pymt_B, 12, 0, 1, 1) |
||||||
|
self.pymt_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.pymt_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.pymt_LE.setObjectName("pymt_LE") |
||||||
|
self.gridLayout.addWidget(self.pymt_LE, 12, 1, 1, 1) |
||||||
|
self.pymt_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.pymt_FN.setObjectName("pymt_FN") |
||||||
|
self.gridLayout.addWidget(self.pymt_FN, 12, 2, 1, 2) |
||||||
|
self.uap_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.uap_B.setObjectName("uap_B") |
||||||
|
self.gridLayout.addWidget(self.uap_B, 13, 0, 1, 1) |
||||||
|
self.uap_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.uap_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.uap_LE.setObjectName("uap_LE") |
||||||
|
self.gridLayout.addWidget(self.uap_LE, 13, 1, 1, 1) |
||||||
|
self.uap_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.uap_FN.setObjectName("uap_FN") |
||||||
|
self.gridLayout.addWidget(self.uap_FN, 13, 2, 1, 2) |
||||||
|
self.optionBBox = QtWidgets.QDialogButtonBox(defaultLocationDiag) |
||||||
|
self.optionBBox.setOrientation(QtCore.Qt.Horizontal) |
||||||
|
self.optionBBox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Save) |
||||||
|
self.optionBBox.setObjectName("optionBBox") |
||||||
|
self.gridLayout.addWidget(self.optionBBox, 14, 3, 1, 1) |
||||||
|
self.gridLayout_2.addLayout(self.gridLayout, 0, 0, 1, 1) |
||||||
|
|
||||||
|
self.retranslateUi(defaultLocationDiag) |
||||||
|
self.optionBBox.accepted.connect(defaultLocationDiag.accept) # type: ignore |
||||||
|
self.optionBBox.rejected.connect(defaultLocationDiag.reject) # type: ignore |
||||||
|
QtCore.QMetaObject.connectSlotsByName(defaultLocationDiag) |
||||||
|
|
||||||
|
def retranslateUi(self, defaultLocationDiag): |
||||||
|
_translate = QtCore.QCoreApplication.translate |
||||||
|
defaultLocationDiag.setWindowTitle(_translate("defaultLocationDiag", "Default locations")) |
||||||
|
self.label.setText(_translate("defaultLocationDiag", "Default File Locations:")) |
||||||
|
self.label_2.setText(_translate("defaultLocationDiag", "Here you can determine which folders will be automatically be opened for each report type. You can even specify which file should be defaulted to.")) |
||||||
|
self.label_3.setText(_translate("defaultLocationDiag", "Use the following inline formaters to specify dates that will be automatically filled with the current date when running the program:")) |
||||||
|
self.label_4.setText(_translate("defaultLocationDiag", "Day of Month {d} | Month of Year {m} | Year {y} | Note that using multiple characters equates to representing with that number of digits so: {dd} == 07 or {mm} == 02 or {yy} == 22 or {yyyy} == 2022")) |
||||||
|
self.label_5.setText(_translate("defaultLocationDiag", "Folder Path")) |
||||||
|
self.label_6.setToolTip(_translate("defaultLocationDiag", "<html><head/><body><p>Default file name to look for. Don\'t foreget the file type (.xlsx)</p></body></html>")) |
||||||
|
self.label_6.setText(_translate("defaultLocationDiag", "File Name")) |
||||||
|
self.ach_B.setText(_translate("defaultLocationDiag", "Edit ACH")) |
||||||
|
self.disp_B.setText(_translate("defaultLocationDiag", "Edit Dispostition")) |
||||||
|
self.gl_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Gain Loss</p></body></html>")) |
||||||
|
self.gl_B.setText(_translate("defaultLocationDiag", "Edit Gain Loss")) |
||||||
|
self.lb_B.setText(_translate("defaultLocationDiag", "Edit Lock Box")) |
||||||
|
self.minv_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Good for Manual Invoicing</p></body></html>")) |
||||||
|
self.minv_B.setText(_translate("defaultLocationDiag", "Edit Manual Invoice")) |
||||||
|
self.niv_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Good for: Net Investment reports (loan and after)</p></body></html>")) |
||||||
|
self.niv_B.setText(_translate("defaultLocationDiag", "Edit Net Inv")) |
||||||
|
self.ren_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Renewal Net Investment Trial Balance</p></body></html>")) |
||||||
|
self.ren_B.setText(_translate("defaultLocationDiag", "Edit Renewl NIV")) |
||||||
|
self.pymt_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Payment transactions:</p><p>- Wires, VMCC, PBP. EPAY, Returned Check</p></body></html>")) |
||||||
|
self.pymt_B.setText(_translate("defaultLocationDiag", "Edit Payments")) |
||||||
|
self.uap_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Unapplied</p></body></html>")) |
||||||
|
self.uap_B.setText(_translate("defaultLocationDiag", "Edit Unaplied")) |
||||||
@ -0,0 +1,196 @@ |
|||||||
|
# -*- coding: utf-8 -*- |
||||||
|
|
||||||
|
# Form implementation generated from reading ui file 'ui/default_locations.ui' |
||||||
|
# |
||||||
|
# Created by: PyQt5 UI code generator 5.15.7 |
||||||
|
# |
||||||
|
# WARNING: Any manual changes made to this file will be lost when pyuic5 is |
||||||
|
# run again. Do not edit this file unless you know what you are doing. |
||||||
|
|
||||||
|
|
||||||
|
from PyQt5 import QtCore, QtGui, QtWidgets |
||||||
|
|
||||||
|
|
||||||
|
class Ui_defaultLocationDiag(object): |
||||||
|
def setupUi(self, defaultLocationDiag): |
||||||
|
defaultLocationDiag.setObjectName("defaultLocationDiag") |
||||||
|
defaultLocationDiag.setWindowModality(QtCore.Qt.NonModal) |
||||||
|
defaultLocationDiag.resize(954, 525) |
||||||
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum) |
||||||
|
sizePolicy.setHorizontalStretch(0) |
||||||
|
sizePolicy.setVerticalStretch(0) |
||||||
|
sizePolicy.setHeightForWidth(defaultLocationDiag.sizePolicy().hasHeightForWidth()) |
||||||
|
defaultLocationDiag.setSizePolicy(sizePolicy) |
||||||
|
icon = QtGui.QIcon() |
||||||
|
icon.addPixmap(QtGui.QPixmap("ui/extract.svg"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
||||||
|
defaultLocationDiag.setWindowIcon(icon) |
||||||
|
self.gridLayout_2 = QtWidgets.QGridLayout(defaultLocationDiag) |
||||||
|
self.gridLayout_2.setObjectName("gridLayout_2") |
||||||
|
self.gridLayout = QtWidgets.QGridLayout() |
||||||
|
self.gridLayout.setObjectName("gridLayout") |
||||||
|
self.label = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
font = QtGui.QFont() |
||||||
|
font.setPointSize(14) |
||||||
|
font.setBold(True) |
||||||
|
font.setWeight(75) |
||||||
|
self.label.setFont(font) |
||||||
|
self.label.setObjectName("label") |
||||||
|
self.gridLayout.addWidget(self.label, 0, 0, 1, 2) |
||||||
|
self.label_2 = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
self.label_2.setWordWrap(True) |
||||||
|
self.label_2.setObjectName("label_2") |
||||||
|
self.gridLayout.addWidget(self.label_2, 1, 0, 1, 4) |
||||||
|
self.label_3 = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
self.label_3.setWordWrap(True) |
||||||
|
self.label_3.setObjectName("label_3") |
||||||
|
self.gridLayout.addWidget(self.label_3, 2, 0, 1, 4) |
||||||
|
self.label_4 = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
font = QtGui.QFont() |
||||||
|
font.setItalic(True) |
||||||
|
self.label_4.setFont(font) |
||||||
|
self.label_4.setWordWrap(True) |
||||||
|
self.label_4.setObjectName("label_4") |
||||||
|
self.gridLayout.addWidget(self.label_4, 3, 0, 1, 4) |
||||||
|
self.label_5 = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
font = QtGui.QFont() |
||||||
|
font.setBold(True) |
||||||
|
font.setWeight(75) |
||||||
|
self.label_5.setFont(font) |
||||||
|
self.label_5.setObjectName("label_5") |
||||||
|
self.gridLayout.addWidget(self.label_5, 4, 0, 1, 1) |
||||||
|
spacerItem = QtWidgets.QSpacerItem(588, 13, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Minimum) |
||||||
|
self.gridLayout.addItem(spacerItem, 4, 1, 1, 2) |
||||||
|
self.label_6 = QtWidgets.QLabel(defaultLocationDiag) |
||||||
|
font = QtGui.QFont() |
||||||
|
font.setBold(True) |
||||||
|
font.setWeight(75) |
||||||
|
self.label_6.setFont(font) |
||||||
|
self.label_6.setObjectName("label_6") |
||||||
|
self.gridLayout.addWidget(self.label_6, 4, 3, 1, 1) |
||||||
|
self.ach_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.ach_B.setObjectName("ach_B") |
||||||
|
self.gridLayout.addWidget(self.ach_B, 5, 0, 1, 1) |
||||||
|
self.ach_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.ach_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.ach_LE.setObjectName("ach_LE") |
||||||
|
self.gridLayout.addWidget(self.ach_LE, 5, 1, 1, 1) |
||||||
|
self.ach_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.ach_FN.setObjectName("ach_FN") |
||||||
|
self.gridLayout.addWidget(self.ach_FN, 5, 2, 1, 2) |
||||||
|
self.disp_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.disp_B.setObjectName("disp_B") |
||||||
|
self.gridLayout.addWidget(self.disp_B, 6, 0, 1, 1) |
||||||
|
self.disp_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.disp_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.disp_LE.setObjectName("disp_LE") |
||||||
|
self.gridLayout.addWidget(self.disp_LE, 6, 1, 1, 1) |
||||||
|
self.disp_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.disp_FN.setObjectName("disp_FN") |
||||||
|
self.gridLayout.addWidget(self.disp_FN, 6, 2, 1, 2) |
||||||
|
self.gl_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.gl_B.setObjectName("gl_B") |
||||||
|
self.gridLayout.addWidget(self.gl_B, 7, 0, 1, 1) |
||||||
|
self.gl_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.gl_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.gl_LE.setObjectName("gl_LE") |
||||||
|
self.gridLayout.addWidget(self.gl_LE, 7, 1, 1, 1) |
||||||
|
self.gl_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.gl_FN.setObjectName("gl_FN") |
||||||
|
self.gridLayout.addWidget(self.gl_FN, 7, 2, 1, 2) |
||||||
|
self.lb_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.lb_B.setObjectName("lb_B") |
||||||
|
self.gridLayout.addWidget(self.lb_B, 8, 0, 1, 1) |
||||||
|
self.lb_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.lb_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.lb_LE.setObjectName("lb_LE") |
||||||
|
self.gridLayout.addWidget(self.lb_LE, 8, 1, 1, 1) |
||||||
|
self.lb_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.lb_FN.setObjectName("lb_FN") |
||||||
|
self.gridLayout.addWidget(self.lb_FN, 8, 2, 1, 2) |
||||||
|
self.minv_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.minv_B.setObjectName("minv_B") |
||||||
|
self.gridLayout.addWidget(self.minv_B, 9, 0, 1, 1) |
||||||
|
self.minv_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.minv_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.minv_LE.setObjectName("minv_LE") |
||||||
|
self.gridLayout.addWidget(self.minv_LE, 9, 1, 1, 1) |
||||||
|
self.minv_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.minv_FN.setObjectName("minv_FN") |
||||||
|
self.gridLayout.addWidget(self.minv_FN, 9, 2, 1, 2) |
||||||
|
self.niv_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.niv_B.setObjectName("niv_B") |
||||||
|
self.gridLayout.addWidget(self.niv_B, 10, 0, 1, 1) |
||||||
|
self.niv_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.niv_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.niv_LE.setObjectName("niv_LE") |
||||||
|
self.gridLayout.addWidget(self.niv_LE, 10, 1, 1, 1) |
||||||
|
self.niv_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.niv_FN.setObjectName("niv_FN") |
||||||
|
self.gridLayout.addWidget(self.niv_FN, 10, 2, 1, 2) |
||||||
|
self.ren_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.ren_B.setObjectName("ren_B") |
||||||
|
self.gridLayout.addWidget(self.ren_B, 11, 0, 1, 1) |
||||||
|
self.ren_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.ren_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.ren_LE.setObjectName("ren_LE") |
||||||
|
self.gridLayout.addWidget(self.ren_LE, 11, 1, 1, 1) |
||||||
|
self.ren_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.ren_FN.setObjectName("ren_FN") |
||||||
|
self.gridLayout.addWidget(self.ren_FN, 11, 2, 1, 2) |
||||||
|
self.pymt_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.pymt_B.setObjectName("pymt_B") |
||||||
|
self.gridLayout.addWidget(self.pymt_B, 12, 0, 1, 1) |
||||||
|
self.pymt_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.pymt_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.pymt_LE.setObjectName("pymt_LE") |
||||||
|
self.gridLayout.addWidget(self.pymt_LE, 12, 1, 1, 1) |
||||||
|
self.pymt_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.pymt_FN.setObjectName("pymt_FN") |
||||||
|
self.gridLayout.addWidget(self.pymt_FN, 12, 2, 1, 2) |
||||||
|
self.uap_B = QtWidgets.QPushButton(defaultLocationDiag) |
||||||
|
self.uap_B.setObjectName("uap_B") |
||||||
|
self.gridLayout.addWidget(self.uap_B, 13, 0, 1, 1) |
||||||
|
self.uap_LE = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.uap_LE.setMinimumSize(QtCore.QSize(581, 0)) |
||||||
|
self.uap_LE.setObjectName("uap_LE") |
||||||
|
self.gridLayout.addWidget(self.uap_LE, 13, 1, 1, 1) |
||||||
|
self.uap_FN = QtWidgets.QLineEdit(defaultLocationDiag) |
||||||
|
self.uap_FN.setObjectName("uap_FN") |
||||||
|
self.gridLayout.addWidget(self.uap_FN, 13, 2, 1, 2) |
||||||
|
self.optionBBox = QtWidgets.QDialogButtonBox(defaultLocationDiag) |
||||||
|
self.optionBBox.setOrientation(QtCore.Qt.Horizontal) |
||||||
|
self.optionBBox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Save) |
||||||
|
self.optionBBox.setObjectName("optionBBox") |
||||||
|
self.gridLayout.addWidget(self.optionBBox, 14, 3, 1, 1) |
||||||
|
self.gridLayout_2.addLayout(self.gridLayout, 0, 0, 1, 1) |
||||||
|
|
||||||
|
self.retranslateUi(defaultLocationDiag) |
||||||
|
self.optionBBox.accepted.connect(defaultLocationDiag.accept) # type: ignore |
||||||
|
self.optionBBox.rejected.connect(defaultLocationDiag.reject) # type: ignore |
||||||
|
QtCore.QMetaObject.connectSlotsByName(defaultLocationDiag) |
||||||
|
|
||||||
|
def retranslateUi(self, defaultLocationDiag): |
||||||
|
_translate = QtCore.QCoreApplication.translate |
||||||
|
defaultLocationDiag.setWindowTitle(_translate("defaultLocationDiag", "Default locations")) |
||||||
|
self.label.setText(_translate("defaultLocationDiag", "Default File Locations:")) |
||||||
|
self.label_2.setText(_translate("defaultLocationDiag", "Here you can determine which folders will be automatically be opened for each report type. You can even specify which file should be defaulted to.")) |
||||||
|
self.label_3.setText(_translate("defaultLocationDiag", "Use the following inline formaters to specify dates that will be automatically filled with the current date when running the program:")) |
||||||
|
self.label_4.setText(_translate("defaultLocationDiag", "Day of Month {d} | Month of Year {m} | Year {y} | Note that using multiple characters equates to representing with that number of digits so: {dd} == 07 or {mm} == 02 or {yy} == 22 or {yyyy} == 2022")) |
||||||
|
self.label_5.setText(_translate("defaultLocationDiag", "Folder Path")) |
||||||
|
self.label_6.setToolTip(_translate("defaultLocationDiag", "<html><head/><body><p>Default file name to look for. Don\'t foreget the file type (.xlsx)</p></body></html>")) |
||||||
|
self.label_6.setText(_translate("defaultLocationDiag", "File Name")) |
||||||
|
self.ach_B.setText(_translate("defaultLocationDiag", "Edit ACH")) |
||||||
|
self.disp_B.setText(_translate("defaultLocationDiag", "Edit Dispostition")) |
||||||
|
self.gl_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Gain Loss</p></body></html>")) |
||||||
|
self.gl_B.setText(_translate("defaultLocationDiag", "Edit Gain Loss")) |
||||||
|
self.lb_B.setText(_translate("defaultLocationDiag", "Edit Lock Box")) |
||||||
|
self.minv_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Good for Manual Invoicing</p></body></html>")) |
||||||
|
self.minv_B.setText(_translate("defaultLocationDiag", "Edit Manual Invoice")) |
||||||
|
self.niv_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Good for: Net Investment reports (loan and after)</p></body></html>")) |
||||||
|
self.niv_B.setText(_translate("defaultLocationDiag", "Edit Net Inv")) |
||||||
|
self.ren_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Renewal Net Investment Trial Balance</p></body></html>")) |
||||||
|
self.ren_B.setText(_translate("defaultLocationDiag", "Edit Renewl NIV")) |
||||||
|
self.pymt_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Payment transactions:</p><p>- Wires, VMCC, PBP. EPAY, Returned Check</p></body></html>")) |
||||||
|
self.pymt_B.setText(_translate("defaultLocationDiag", "Edit Payments")) |
||||||
|
self.uap_B.setWhatsThis(_translate("defaultLocationDiag", "<html><head/><body><p>Unapplied</p></body></html>")) |
||||||
|
self.uap_B.setText(_translate("defaultLocationDiag", "Edit Unaplied")) |
||||||
@ -1,2 +1,2 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
zip -r ILEXTRACT_SRC.zip ../'IL Extract SRC' -x "IL Extract SRC/__pycache__V/*" "IL Extract SRC/GUIVENV/*" |
zip -r ILEXTRACT_SRC.zip ../'IL Extract SRC' -x "../IL Extract SRC/GUIVENV/*" "../IL Extract SRC/__pycache__" "../IL Extract SRC/testing" |
||||||
@ -0,0 +1 @@ |
|||||||
|
{"firstRun": true, "startMaxed": false, "defaultLocations": {"ach": {"dir": "", "fn": "", "custom": false}, "disp": {"dir": "", "fn": "", "custom": false}, "gl": {"dir": "", "fn": "", "custom": false}, "lb": {"dir": "", "fn": "", "custom": false}, "minv": {"dir": "", "fn": "", "custom": false}, "niv": {"dir": "", "fn": "", "custom": false}, "ren": {"dir": "", "fn": "", "custom": false}, "pymt": {"dir": "", "fn": "", "custom": false}, "uap": {"dir": "", "fn": "", "custom": false}}} |
||||||