wip
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<groupId>com.unicenta</groupId>
|
<groupId>com.unicenta</groupId>
|
||||||
<artifactId>unicentaopos</artifactId>
|
<artifactId>unicentaopos</artifactId>
|
||||||
<version>5.4.0</version>
|
<version>5.5.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
@@ -361,7 +361,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.unicenta</groupId>
|
<groupId>com.unicenta</groupId>
|
||||||
<artifactId>unicenta-plugins</artifactId>
|
<artifactId>unicenta-plugins</artifactId>
|
||||||
<version>1.3.1</version>
|
<version>1.4.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.gluonhq</groupId>
|
<groupId>com.gluonhq</groupId>
|
||||||
|
|||||||
@@ -1839,11 +1839,9 @@ public abstract class JPanelTicket extends JPanel implements JPanelView, BeanFac
|
|||||||
new Application().sendReceipt(ticket, xml, getActiveWindow());
|
new Application().sendReceipt(ticket, xml, getActiveWindow());
|
||||||
}
|
}
|
||||||
// EFR
|
// EFR
|
||||||
if (m_config.getProperty("till.efr") != null
|
if (m_config.getProperty("till.efr") != null && m_config.getProperty("till.efr").equals("true")) {
|
||||||
&& m_config.getProperty("till.efr").equals("true")) {
|
log.info("Send to efr");
|
||||||
log.debug("Send to efr");
|
new Application().sendEFR(ticket);
|
||||||
String xml = dlSystem.getResourceAsXML("Printer.Ticket");
|
|
||||||
// new Application().sendEinvoice(ticket, xml, getActiveWindow());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
executeEvent(ticket, ticketext, "ticket.close",
|
executeEvent(ticket, ticketext, "ticket.close",
|
||||||
|
|||||||
@@ -63,4 +63,8 @@ public class UserInfo implements Serializable {
|
|||||||
public String getName() {
|
public String getName() {
|
||||||
return m_sName;
|
return m_sName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getTaxID() {
|
||||||
|
return taxId;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user