fun append(cashRegisterName: String, stream: InputStream): Unit
Appends passed ejournal csv lines of cash register.
cashRegisterName - name of cash register. Its lines should be appended
cashRegisterName
stream - InputStream with csv lines
stream