-1

I need to know table name of save sales order Barcode in magento database, for create custom report in asp.net. i have successfully connected to mysql and sample database and successfully fetch data from sample table and show in report, but i can't find sales order barcode in magento tables. if you know table name of save sales order barcode please answer my question.

Bob
  • 169
  • 1
  • 11

1 Answers1

0

You can find order items SKU from the table "sales_flat_order_item"

CN Lee
  • 124
  • 3