Menu

#75 Barcode_sheet.php output

v2.3
closed
nobody
barcode (2)
5
2015-01-31
2014-12-29
No

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)

Discussion

  • jekkos

    jekkos - 2015-01-08

    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
  • yh-sourceforge

    yh-sourceforge - 2015-01-12

    donation bounty? - count me in

     
  • jekkos

    jekkos - 2015-01-12

    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.

     
    • yh-sourceforge

      yh-sourceforge - 2015-01-12
       

      Last edit: yh-sourceforge 2015-01-13
  • jekkos

    jekkos - 2015-01-31
    • status: open --> closed