diff --git a/Windows/ECOS.exe b/Windows/ECOS.exe
new file mode 100644
index 0000000..f6ebf03
Binary files /dev/null and b/Windows/ECOS.exe differ
diff --git a/Windows/export.html b/Windows/export.html
deleted file mode 100644
index 3f96532..0000000
--- a/Windows/export.html
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-PECOS Export - 06:37:11 on Monday, November 30, 2020
-
-PECOS Export File – 06:37:11 on Monday, November 30, 2020
-
-
-
-
-
-Patron Library Card | Batch Number | Item Barcode
- |
-
- | Batch: 2 |
- |
-
- | Batch: 2 |
- |
-
- | Batch: 2 |
- |
diff --git a/Windows/item/Item.txt b/Windows/item/Item.txt
deleted file mode 100644
index 80458f8..0000000
--- a/Windows/item/Item.txt
+++ /dev/null
@@ -1 +0,0 @@
-Item information will go here.
\ No newline at end of file
diff --git a/Windows/itembackup/Item.txt b/Windows/itembackup/Item.txt
deleted file mode 100644
index 80458f8..0000000
--- a/Windows/itembackup/Item.txt
+++ /dev/null
@@ -1 +0,0 @@
-Item information will go here.
\ No newline at end of file
diff --git a/Windows/patron/Patron.txt b/Windows/patron/Patron.txt
deleted file mode 100644
index d7cb1db..0000000
--- a/Windows/patron/Patron.txt
+++ /dev/null
@@ -1 +0,0 @@
-Patron information will go here.
\ No newline at end of file
diff --git a/Windows/patronbackup/Patron.txt b/Windows/patronbackup/Patron.txt
deleted file mode 100644
index d7cb1db..0000000
--- a/Windows/patronbackup/Patron.txt
+++ /dev/null
@@ -1 +0,0 @@
-Patron information will go here.
\ No newline at end of file
diff --git a/Windows/pecos.py b/Windows/pecos.py
index f888a31..f027a1e 100644
--- a/Windows/pecos.py
+++ b/Windows/pecos.py
@@ -83,7 +83,7 @@ class Toplevel1:
top.minsize(1, 1)
top.maxsize(1905, 1050)
top.resizable(0, 0)
- top.title("PECOS - Polaris Emergency Check Out System 1.3b (Windows)")
+ top.title("ECOS - Emergency Check Out System 1.3b (Windows)")
# --- CHECKOUT ITEM AND UPDATE DATABASE ---
def CheckOutItem(event=None):
@@ -176,12 +176,12 @@ class Toplevel1:
# --- DELETE THE CURRENT DATABASE AND SUPPLANT WITH AN EMPTY ONE ---
def ClearDatabase():
- self.ClearConfirm = tk.messagebox.askquestion ('PECOS - Clear Database','Are you sure you wish to clear the database? This cannot be undone!')
+ self.ClearConfirm = tk.messagebox.askquestion ('ECOS - Clear Database','Are you sure you wish to clear the database? This cannot be undone!')
if self.ClearConfirm == 'yes':
# Next two lines commented out in Windows version - the connection commands work on macOS
#conn = sqlite3.connect('checkouts.db') # Re-establish connection to the database
#conn.close # Close out the current database
- self.ConfirmClear = tk.messagebox.askquestion ('PECOS - Confim','Final answer: Are you sure you wish to clear the database?')
+ self.ConfirmClear = tk.messagebox.askquestion ('ECOS - Confim','Final answer: Are you sure you wish to clear the database?')
if self.ConfirmClear == 'yes':
ItemFolder = 'item/'
@@ -216,7 +216,7 @@ class Toplevel1:
#conn = sqlite3.connect('checkouts.db') # Restablish connection to the database
#c = conn.cursor()
else:
- messagebox.showinfo('PECOS - Database Retained','Database retained. No changes made.')
+ messagebox.showinfo('ECOS - Database Retained','Database retained. No changes made.')
# --- EXPORT DATABASE TO HTML ---
def ExportDatabase():
@@ -228,9 +228,9 @@ class Toplevel1:
f.write("\n")
f.write("\n")
f.write("\n")
- f.write("PECOS Export - " + ReportTime() + "\n")
+ f.write("ECOS Export - " + ReportTime() + "\n")
f.write("\n")
- f.write("PECOS Export File – " + ReportTime() + "
\n
\n")
+ f.write("ECOS Export File – " + ReportTime() + "
\n
\n")
f.write("