Barcode_sheet.php output
Brought to you by:
jekkos,
pappastech
Just try to refresh the Support Requests #51
Generating barcode presently creates a barcode which gives the item_id and name from table/database ospos_items.
1) I want to change the item_id to item_number. In other words I would like the barcode when scanned to give the upc number not the item id.
2) I would like to add the price (unit_price) to the barcode. I have not been able to find where I need to change/add this information. Pls help!
(Ori: MClark)
you will need to make a small adaptation in barcode_sheet.php. In this file the barcode script is activated with some query parameters. I suppose you will need to change barcod e parameter in the query string to include the parameters you want.
{code}
";
echo "
echo "aa"
{code}
Last edit: jekkos 2015-01-08
donation bounty? - count me in
ok I created an issue on https://github.com/jekkos/opensourcepos/issues/21
you can pledge and eventually add a more detailed description through the bountysource.com platform.
Last edit: yh-sourceforge 2015-01-13