From 4d6e83024a2917fe76f2f617e58dd0122ed19933 Mon Sep 17 00:00:00 2001 From: hugh-unicenta Date: Mon, 31 Jul 2023 13:01:53 +0100 Subject: [PATCH] UOCL-247: removing netbeans repo --- pom.xml | 9 ++------- .../com/unicenta/pos/templates/customer.created.xml | 4 ---- .../com/unicenta/pos/templates/customer.deleted.xml | 4 ---- .../com/unicenta/pos/templates/customer.updated.xml | 4 ---- 4 files changed, 2 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 981d2f6..b34f638 100644 --- a/pom.xml +++ b/pom.xml @@ -327,11 +327,6 @@ unicenta-plugins 1.1 - - uk.co.pos_apps - openbravo - 1.0-SNAPSHOT - com.gluonhq charm-glisten @@ -570,12 +565,12 @@ https://repo1.maven.org/maven2/ default - + flatlaf diff --git a/src/main/resources/com/unicenta/pos/templates/customer.created.xml b/src/main/resources/com/unicenta/pos/templates/customer.created.xml index 2f962f0..e861e64 100644 --- a/src/main/resources/com/unicenta/pos/templates/customer.created.xml +++ b/src/main/resources/com/unicenta/pos/templates/customer.created.xml @@ -21,7 +21,3 @@ // You should have received a copy of the GNU General Public License // along with uniCenta oPOS. If not, see . // ************************************************************************** - -import uk.co.pos_apps.PosApps; - -PosApps.createCustomer(device, customer); \ No newline at end of file diff --git a/src/main/resources/com/unicenta/pos/templates/customer.deleted.xml b/src/main/resources/com/unicenta/pos/templates/customer.deleted.xml index 07118a0..62001fd 100644 --- a/src/main/resources/com/unicenta/pos/templates/customer.deleted.xml +++ b/src/main/resources/com/unicenta/pos/templates/customer.deleted.xml @@ -21,7 +21,3 @@ // You should have received a copy of the GNU General Public License // along with uniCenta oPOS. If not, see . // ************************************************************************** - -import uk.co.pos_apps.PosApps; - -PosApps.deleteCustomer(device, customer); \ No newline at end of file diff --git a/src/main/resources/com/unicenta/pos/templates/customer.updated.xml b/src/main/resources/com/unicenta/pos/templates/customer.updated.xml index 0bd5e42..b5449a7 100644 --- a/src/main/resources/com/unicenta/pos/templates/customer.updated.xml +++ b/src/main/resources/com/unicenta/pos/templates/customer.updated.xml @@ -21,7 +21,3 @@ // You should have received a copy of the GNU General Public License // along with uniCenta oPOS. If not, see . // ************************************************************************** - -import uk.co.pos_apps.PosApps; - -PosApps.updateCustomer(device, customer); \ No newline at end of file