@@ -153,7 +153,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jpos</groupId>
|
<groupId>org.jpos</groupId>
|
||||||
<artifactId>jpos</artifactId>
|
<artifactId>jpos</artifactId>
|
||||||
<version>2.0.10</version>
|
<version>2.1.9</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
@@ -325,7 +325,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.unicenta</groupId>
|
<groupId>com.unicenta</groupId>
|
||||||
<artifactId>unicenta-plugins</artifactId>
|
<artifactId>unicenta-plugins</artifactId>
|
||||||
<version>1.2.4</version>
|
<version>1.2.5-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.gluonhq</groupId>
|
<groupId>com.gluonhq</groupId>
|
||||||
@@ -391,6 +391,11 @@
|
|||||||
<version>2.1.3</version>
|
<version>2.1.3</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.code.gson</groupId>
|
||||||
|
<artifactId>gson</artifactId>
|
||||||
|
<version>2.8.9</version>
|
||||||
|
</dependency>
|
||||||
<!-- https://mvnrepository.com/artifact/junit/junit -->
|
<!-- https://mvnrepository.com/artifact/junit/junit -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|||||||
@@ -487,7 +487,7 @@ public final class ProductsEditor extends javax.swing.JPanel implements EditorRe
|
|||||||
myprod[28] = m_UomModel.getSelectedKey();
|
myprod[28] = m_UomModel.getSelectedKey();
|
||||||
myprod[29] = Formats.TIMESTAMP.parseValue(m_jdate.getText());
|
myprod[29] = Formats.TIMESTAMP.parseValue(m_jdate.getText());
|
||||||
|
|
||||||
myprod[30] = m_jInCatalog.isSelected();
|
myprod [30] = m_jInCatalog.isSelected();
|
||||||
myprod[31] = Formats.INT.parseValue(m_jCatalogOrder.getText());
|
myprod[31] = Formats.INT.parseValue(m_jCatalogOrder.getText());
|
||||||
|
|
||||||
if (m_jName.getText().contains("&")) {
|
if (m_jName.getText().contains("&")) {
|
||||||
|
|||||||
@@ -336,7 +336,7 @@ CREATE TABLE `products` (
|
|||||||
`stockunits` double NOT NULL default '0',
|
`stockunits` double NOT NULL default '0',
|
||||||
`printto` varchar(255) default '1',
|
`printto` varchar(255) default '1',
|
||||||
`supplier` varchar(255) default NULL,
|
`supplier` varchar(255) default NULL,
|
||||||
`uom` varchar(255) default '0',
|
`uom` varchar(255) default '0',
|
||||||
`memodate` datetime default '2018-01-01 00:00:01',
|
`memodate` datetime default '2018-01-01 00:00:01',
|
||||||
|
|
||||||
PRIMARY KEY ( `id` ),
|
PRIMARY KEY ( `id` ),
|
||||||
|
|||||||
Reference in New Issue
Block a user