public class cmdConfig extends DatecsFiscalDevice
Modifier and Type | Class and Description |
---|---|
static class |
cmdConfig.DateTime
Maintenance date and time of fiscal devices
|
static class |
cmdConfig.HeaderFooter
Provides methods for setting header and footer
*
|
Constructor and Description |
---|
cmdConfig() |
Modifier and Type | Method and Description |
---|---|
void |
SetAutoPaperCutting(boolean value)
param value Permission/rejection of the automatic cutting of paper after each receipt.
|
void |
SetAutoPowerOff(java.lang.String value)
param value Minutes to automatically turn off FPR if it is idle.
|
void |
SetBarCodeHeight(int value)
param value BarCodeHeight - Barcode height from '1' (7mm) to '10' (70mm);
throws Exception
|
void |
SetBarcodeName(boolean value)
param value Enable/Disable printing of the barcode data;
throws Exception
|
void |
SetBthDiscoverability(boolean value)
param value -If [true] turn on bluetooth device discoverability;
throws Exception
|
void |
SetBthPairing(int value)
param value 0-unsecure, 1-reset and save, 2-reset; (only for bluetooth enabled devices)
throws Exception
|
void |
SetBthPinCode(java.lang.String pinCode)
param pinCode pin code for bluetooth pairing( default: 0000 ); (only for bluetooth enabled devices)
throws Exception
|
void |
SetCurrNameForeign(java.lang.String newCurrForeign)
param newCurrForeign Foreign currency name( up to 3 chars );
throws Exception
|
void |
SetCurrNameLocal(java.lang.String newCurrLocal)
param newCurrLocal Local currency name( up to 3 chars )
throws Exception
|
void |
SetDeptName(int index,
java.lang.String name)
param index - Number of department
param name - Name of department.
|
void |
SetDHCPenable(java.lang.Boolean value)
param value Enable use of DHCP
throws Exception
|
void |
SetDsblKeyCancelReceipt(boolean value)
param value If [true] Disable manually cancellation of the receipt;
throws Exception
|
void |
SetDsblKeyCloseReceipt(boolean value)
param value If [true] Disable manually closing of the receipt
throws Exception
|
void |
SetDsblKeyDateTime(boolean value)
param value If [true] Disable changing the date and time;
throws Exception
|
void |
SetDsblKeyDiagnostics(boolean value)
param value If [true] Disable diagnostic info
throws Exception
|
void |
SetDsblKeyFmReports(boolean value)
param value If [true] Disable fiscal memory reports
throws Exception
|
void |
SetDsblKeyJournal(boolean value)
param value If [true] Disable electronic journal menu
throws Exception
|
void |
SetDsblKeyXreport(boolean value)
param value If [true] Disable X report generating from the keyboard
throws Exception
|
void |
SetDsblKeyZreport(boolean value)
param value If [true] Disable Z report generating from the keyboard
throws Exception
|
void |
SetEcrConnectedCashReport(boolean value)
param value If [true] When making Z-report, automatically make "FPr report"
throws Exception
|
void |
SetEcrConnectedDeptReport(boolean value)
param value If [true] When making Z-report, automatically make "Report by
Departments"
throws Exception
|
void |
SetEcrConnectedGroupsReport(boolean value)
param value If [true] When making Z-report, automatically make "Group report"
throws Exception
|
void |
SetEcrConnectedOperReport(boolean value)
param value If [true] When making Z-report, automatically make "Operator report"
throws Exception
|
void |
SetEcrMidnightWarning(boolean value) |
void |
SetEcrPluDailyClearing(boolean value)
param value If [true] When making Z-report, automatically clear PLU turnover
throws Exception
|
void |
SetExchangeRate(java.lang.String value)
param value Exchange rate( from 0 to 999999999, decimal point is before last five digits );
throws Exception
|
void |
SetFpComBaudRate(java.lang.String value)
param value Baud rate of COM port for communication with PC ( from 0 to 9 )
throws Exception
|
void |
SetLANGateway(java.lang.String value)
param value Default gateway when DHCP is disabled( up to 15 chars )
throws Exception
|
void |
SetLANIP(java.lang.String value)
param value - IP address when DHCP is disabled( up to 15 chars )
throws Exception
|
void |
SetLANNetMask(java.lang.String value)
param value Net mask when DHCP is disabled( up to 15 chars )
throws Exception
|
void |
SetLANPriDNS(java.lang.String value)
param value Primary DNS when DHCP is disabled( up to 15 chars )
throws Exception
|
void |
SetLANSecDNS(java.lang.String value)
param value Second DNS when DHCP is disabled( up to 15 chars )
throws Exception
|
void |
SetOperName(int index,
java.lang.String name)
param index Number of operator
param name Name of operator.
|
void |
SetOperPasw(int operIndex,
java.lang.String oldPass,
java.lang.String newPass)
param operIndex - Operator number from 1...30
param oldPass - Password of operator.
|
void |
SetPaperCuttingType(boolean value)
param value Partial=0/Full=1 cutting of paper (FP-705 only);
throws Exception
|
void |
SetPaymentForbidden(int index,
boolean value)
param index Number of payment
param value If [true] Forbid the payment
throws Exception
|
void |
SetPayName(int index,
java.lang.String name)
param index Number of payment
param name Name of payment.
|
void |
SetServiceDate(java.lang.String serviceDate)
param serviceDate Service date( Format: DD-MM-YY HH:MM:SS );
throws Exception
|
void |
SetServMessage(java.lang.String[] messsageLines)
param messsageLines Message that will be printed when "ServDate" is reached,
up to 42 symbols.( Require Service jumper )
|
checkErrorCode, close, getConnectedECRV1, getConnectedModelV2, getConnectedPrinterV1, isConnectedDeviceV2, isConnectedECR, isConnectedPrinter, setConnectedModel, setConnectedModel, setConnectedModel
public void SetDsblKeyZreport(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetDsblKeyXreport(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetDsblKeyDiagnostics(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetDsblKeyFmReports(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetDsblKeyJournal(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetDsblKeyDateTime(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetDsblKeyCloseReceipt(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetDsblKeyCancelReceipt(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetFpComBaudRate(java.lang.String value) throws java.lang.Exception
java.lang.Exception
public void SetBthDiscoverability(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetBthPairing(int value) throws java.lang.Exception
java.lang.Exception
public void SetBthPinCode(java.lang.String pinCode) throws java.lang.Exception
java.lang.Exception
public void SetBarCodeHeight(int value) throws java.lang.Exception
java.lang.Exception
public void SetBarcodeName(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetAutoPaperCutting(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetPaperCuttingType(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetEcrConnectedOperReport(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetEcrConnectedGroupsReport(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetEcrConnectedDeptReport(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetEcrConnectedCashReport(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetEcrPluDailyClearing(boolean value) throws java.lang.Exception
java.lang.Exception
public void SetAutoPowerOff(java.lang.String value) throws java.lang.Exception
java.lang.Exception
public void SetCurrNameLocal(java.lang.String newCurrLocal) throws java.lang.Exception
java.lang.Exception
public void SetCurrNameForeign(java.lang.String newCurrForeign) throws java.lang.Exception
java.lang.Exception
public void SetExchangeRate(java.lang.String value) throws java.lang.Exception
java.lang.Exception
public void SetOperName(int index, java.lang.String name) throws java.lang.Exception
java.lang.Exception
public void SetOperPasw(int operIndex, java.lang.String oldPass, java.lang.String newPass) throws java.lang.Exception
java.lang.Exception
public void SetDeptName(int index, java.lang.String name) throws java.lang.Exception
java.lang.Exception
public void SetPaymentForbidden(int index, boolean value) throws java.lang.Exception
java.lang.Exception
public void SetPayName(int index, java.lang.String name) throws java.lang.Exception
java.lang.Exception
public void SetServMessage(java.lang.String[] messsageLines) throws java.lang.Exception
java.lang.Exception
public void SetServiceDate(java.lang.String serviceDate) throws java.lang.Exception
java.lang.Exception
public void SetDHCPenable(java.lang.Boolean value) throws java.lang.Exception
java.lang.Exception
public void SetLANIP(java.lang.String value) throws java.lang.Exception
java.lang.Exception
public void SetLANNetMask(java.lang.String value) throws java.lang.Exception
java.lang.Exception
public void SetLANGateway(java.lang.String value) throws java.lang.Exception
java.lang.Exception
public void SetLANPriDNS(java.lang.String value) throws java.lang.Exception
java.lang.Exception
public void SetLANSecDNS(java.lang.String value) throws java.lang.Exception
java.lang.Exception
public void SetEcrMidnightWarning(boolean value) throws java.lang.Exception
java.lang.Exception