Skip to content

Commit

Permalink
Update to v4.0. Major changes to the way data is transferred and upda…
Browse files Browse the repository at this point in the history
…tes to extension
  • Loading branch information
alex-mous committed Sep 16, 2020
1 parent d375a66 commit 5f44b36
Show file tree
Hide file tree
Showing 42 changed files with 599 additions and 1,160 deletions.
File renamed without changes.
33 changes: 0 additions & 33 deletions Extension/manifest.json

This file was deleted.

Binary file removed Host/Item.class
Binary file not shown.
37 changes: 0 additions & 37 deletions Host/Item.java

This file was deleted.

Binary file removed Host/Packet.class
Binary file not shown.
43 changes: 0 additions & 43 deletions Host/Packet.java

This file was deleted.

Binary file removed Host/ThermalPrinterClient.class
Binary file not shown.
182 changes: 0 additions & 182 deletions Host/ThermalPrinterClient.java

This file was deleted.

4 changes: 0 additions & 4 deletions Host/installer.bat

This file was deleted.

2 changes: 0 additions & 2 deletions Host/thermal_printer_subsystem.bat

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
});
}
chrome.runtime.sendMessage({ //Send the first data
address: address,
to: address,
shipping: shipping,
total: total,
subtotal: total,
items: item_arr
});
} catch (TypeError) {
Expand All @@ -62,9 +62,9 @@
var addr = addr_block[0].innerText + "\n" + addr_block[1].innerText; //Combine the name and address

chrome.runtime.sendMessage({ //Send the first data
address: addr,
to: addr,
shipping: shipping,
total: total
subtotal: total
});

var items = trans_sub[0].getElementsByTagName("dd")[0].querySelectorAll(".item"); //Items section
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 5f44b36

Please sign in to comment.