From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../data/default_barcode_patterns.xml | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 addons/point_of_sale/data/default_barcode_patterns.xml (limited to 'addons/point_of_sale/data/default_barcode_patterns.xml') diff --git a/addons/point_of_sale/data/default_barcode_patterns.xml b/addons/point_of_sale/data/default_barcode_patterns.xml new file mode 100644 index 00000000..6fe1b87b --- /dev/null +++ b/addons/point_of_sale/data/default_barcode_patterns.xml @@ -0,0 +1,38 @@ + + + + Cashier Barcodes + + 50 + cashier + any + 041 + + + + Customer Barcodes + + 40 + client + any + 042 + + + + Discount Barcodes + + 20 + discount + any + 22{NN} + + + + Price Barcodes 2 Decimals + + 14 + price + ean13 + 23.....{NNNDD} + + -- cgit v1.2.3