IR5Station class

STATION aka POS Terminal

Annotations
  • @JsonSerializable()

Constructors

IR5Station({required int No, required String Nom, required int Flags, required String FiscalId, required String IPAdresse, required String MacAddress, required String StationType, required String Description, required String TblModePOS, required String Serial_Nr, required String Version, required String OnlySalles, required int SalleOngletsPos, required String OnlyOnglets, required int CarteOngletsPos, required String OnlyDivisions, required int TariffIn, required int TariffOut, dynamic reg, required bool dummyStation, required bool cleanAtStartUp, required bool restomaxTrace, required bool wMIControl, required bool noPrintor, required bool printorTrace, required bool noWSServer, required bool touchGesture, required bool hideTaskBar, required bool checkPtrs, required bool showPtrs, required bool exitNotAllowed, required bool shutDown, required bool runtimeDesign, required bool salleLongClick, required bool showStaffBtn, required bool showHelpInMenuBtn, required bool showPrixInBtn, required bool carteLongClick, required bool useStationTbl, required bool iffUseStationTbl, required bool forceBackHome, required bool isForcedHappyHour, required bool isForcedFz, required bool isForcedOut, required bool isForcedIn, required bool aditionForbidden, required bool noEncaisse, required bool noQuickCash, required bool noCashAutoFill, required bool rptModifFlag1, required bool rptModifFlag2, required bool rptModifFlag3, required bool rptModifFlag4})
const
IR5Station.fromJson([Map<String, dynamic>? json])
factory

Properties

Logo to be printed on Addition Ticket
final
aditionForbidden bool
final
carteLongClick bool
final
CarteOngletsPos int
final
checkPtrs bool
final
cleanAtStartUp bool
final
Description String
Just a free Description
final
dummyStation bool
final
exitNotAllowed bool
final
FiscalId String
Station Serial Identification {A|B}XXXCCCNNNNNNN
final
Flags int
Station Flags
final
forceBackHome bool
final
hashCode int
The hash code for this object.
no setterinherited
hideTaskBar bool
final
iffUseStationTbl bool
final
IPAdresse String
Human readeable IPv4 or IPv6 Address
final
isForcedFz bool
final
isForcedHappyHour bool
final
isForcedIn bool
final
isForcedOut bool
final
MacAddress String
MAC_ADDRESS stored as String ex:7E:AF:00:0A:56:07
final
No int
Station Number
final
noCashAutoFill bool
final
noEncaisse bool
final
Nom String
Station Name
final
noPrintor bool
final
noQuickCash bool
final
noWSServer bool
final
OnlyDivisions String
Accessible Division(s) for the Station,Staff,Article,..
final
OnlyOnglets String
Visible Tab(s) for the Station,Staff,...
final
OnlySalles String
Accessible Room(s) for the Station,Staff,...
final
printorTrace bool
final
reg → dynamic
Registry values
final
restomaxTrace bool
final
rptModifFlag1 bool
final
rptModifFlag2 bool
final
rptModifFlag3 bool
final
rptModifFlag4 bool
final
runtimeDesign bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salleLongClick bool
final
SalleOngletsPos int
final
Serial_Nr String
Serial Number used in Reparator
final
showHelpInMenuBtn bool
final
showPrixInBtn bool
final
showPtrs bool
final
showStaffBtn bool
final
shutDown bool
final
StationType String
Station Type
final
TariffIn int
Tariff Color to use if IN(resto)
final
TariffOut int
Tariff Color to use if OUT(emport)
final
TblModePOS String
Table
final
touchGesture bool
final
useStationTbl bool
final
Version String
Restomax Exe Version 4.yy.mm.dd
final
wMIControl bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited