Web Client Lib for ATOL POS terminal
A small library - client for ATOL API
- buy
- buyCorrection
- buyReturn
- cashIn
- cashOut
- changeRegistrationParameters
- closeArchive
- closeShift
- continuePrint
- fnChange
- getDeviceInfo
- getDeviceStatus
- getFnInfo
- getRegistrationInfo
- getShiftStatus
- nonFiscal
- ofdExchangeStatus
- openShift
- registration
- reportOfdExchangeStatus
- reportX
- sell
- sellCorrection
- sellReturn
pip install atol-client
pip install -r requirements.txt
flake8 . --show-source --statistics && python -m pytest .
from atol import WebClient
if __name__ == '__main__':
atol = WebClient("http://atol-host")
print(atol.get_shift_status())