diff --git a/.project b/.project
index e333c76..fdea85a 100644
--- a/.project
+++ b/.project
@@ -20,4 +20,15 @@
org.eclipse.jdt.core.javanature
org.eclipse.m2e.core.maven2Nature
+
+
+ 1709029016304
+
+ 30
+
+ org.eclipse.core.resources.regexFilterMatcher
+ node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
+
+
+
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..6b0cffd
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,21 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "type": "java",
+ "name": "Current File",
+ "request": "launch",
+ "mainClass": "${file}"
+ },
+ {
+ "type": "java",
+ "name": "SimplePOS",
+ "request": "launch",
+ "mainClass": "tech.iBeans.POSware.Lite.SimplePOS",
+ "projectName": "SimplePOS"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
new file mode 100644
index 0000000..e8b65b5
--- /dev/null
+++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
@@ -0,0 +1,21 @@
+tech\iBeans\POSware\Lite\OnTransact$3.class
+tech\iBeans\POSware\Lite\OnAlert$3.class
+tech\iBeans\POSware\Lite\OnAlert$4.class
+tech\iBeans\POSware\Lite\WindowManagement.class
+tech\iBeans\POSware\Lite\OnAlert.class
+tech\iBeans\POSware\Lite\OnTransact$4.class
+tech\iBeans\POSware\Lite\receipt.class
+tech\iBeans\POSware\Lite\OnAlert$2.class
+tech\iBeans\POSware\Lite\OnTransact$2.class
+tech\iBeans\POSware\Lite\OnTransact$8.class
+tech\iBeans\POSware\Lite\OnTransact$7.class
+tech\iBeans\POSware\Lite\data_test.class
+tech\iBeans\POSware\Lite\OnAlert$1.class
+tech\iBeans\POSware\Lite\inventory.class
+tech\iBeans\POSware\Lite\transact.class
+tech\iBeans\POSware\Lite\OnTransact.class
+tech\iBeans\POSware\Lite\SimplePOS.class
+tech\iBeans\POSware\Lite\OnTransact$6.class
+tech\iBeans\POSware\Lite\OnPayment.class
+tech\iBeans\POSware\Lite\OnTransact$1.class
+tech\iBeans\POSware\Lite\OnTransact$5.class
diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
new file mode 100644
index 0000000..a93027a
--- /dev/null
+++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
@@ -0,0 +1,9 @@
+C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\inventory.java
+C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\data_test.java
+C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\OnPayment.java
+C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\OnTransact.java
+C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\SimplePOS.java
+C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\OnAlert.java
+C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\transact.java
+C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\receipt.java
+C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\WindowManagement.java