Skip to content

Releases: vladsomai/Necta

Necta_v1.9

07 Aug 18:30
Compare
Choose a tag to compare

Do not check config when app starts for the first time and there is already a config.

Necta_v1.8

27 Jul 10:36
Compare
Choose a tag to compare

check comit details

Necta_v1.7

26 Jul 09:20
Compare
Choose a tag to compare

Changed the meals logo to png instead of font.
Added Printer Info to be sent after printer fails to print 2 receipts.

Necta_v1.6

20 Jul 19:35
Compare
Choose a tag to compare

add password feature

Necta_v1.5

18 Jul 07:52
Compare
Choose a tag to compare

Disable a new download of chromium.
Use currently installed Chrome browser from machine.

Add Chrome path to config.json
Add an error message in case the path to Chrome is wrong.

Necta_v1.4

17 Jul 18:33
Compare
Choose a tag to compare

Use Foxit as a PDF reader, this allows to set custom margins and scale and saves the props between jobs.

Necta_v1.3

15 Jul 20:12
Compare
Choose a tag to compare

Chrome based HTML engine
Printing done with Adobe

Necta_v1.2

11 Jul 09:29
Compare
Choose a tag to compare

Fix bug when sending Receipt ID instead of printer id

Necta_v1.1

09 Jul 20:10
Compare
Choose a tag to compare

The HTML sometimes took more time to load and the print command was done with an empty document.
Fixed the loading of the HTML to be done async and another thread to wait until the HTML is loaded in order to print it.