how to integrate GROCERYCRUD with tcpdf to generate qrcode
- Single Page
Posted 15 January 2013 - 18:20 PM
I want to use TCPDF to create QRCODE in PDF file which data is based on the selected field of the database table. Pls help me to get rid off this problem?
Regards,
Suman
Posted 15 January 2013 - 18:55 PM
Posted 17 January 2013 - 13:50 PM
Thx, Suman
Posted 18 January 2013 - 06:45 AM
Posted 18 January 2013 - 06:58 AM
Posted 19 January 2013 - 18:30 PM
I want to generate QR Codes in a PDF file which data will be based on selected field of GROCERYCRUD table. And, to generate the QR code in PDF file, I like to use TCPDF. But If you have any other preference pls let me know.
I have used the following codes;
function index()
{
$this->_example_output((object)array('output' => '' , 'js_files' => array() , 'css_files' => array()));
}
function products_management()
{
$crud = new grocery_CRUD();
$crud->set_table('items');
$crud->set_subject('items');
$crud->callback_column('buyPrice',array($this,'valueToEuro'));
$output = $crud->render();
$this->_example_output($output);
}
function valueToEuro($value, $row)
{
return $value.' €';
}
And, Victor I'm very much new on PHP and CodeIgniter framework.
Now, i got bog-down how to integrate TCPDF with CodeIgniter framework and use the GROCERYCRUD table's selected data to generate the QR CODE?
Pls help me brother.
And, My CRUD table's image is given as attachment, If u need any further information, pls just write me.
Thank You,
Suman.
Posted 19 January 2013 - 18:41 PM
Posted 19 January 2013 - 18:49 PM
Posted 19 January 2013 - 18:59 PM
All fields from one row? Or some fields?
Posted 19 January 2013 - 19:32 PM
MetrodeskVoucher
CategoryName
InvoiceNumber
ItemName
ItemVendor
VendorPhone
VendorEmail
PurchaseDate
Posted 20 January 2013 - 15:26 PM
Posted 20 January 2013 - 15:29 PM
Posted 21 January 2013 - 18:39 PM
Posted 09 April 2013 - 04:35 AM
Share a good barcode generator site with you all. I only used their C# QR Code barcode generator library. It's good to use. It provides detailed tutorial of C# barcode image settings. Many other barcode generators can also be found there.
Posted 18 June 2013 - 09:49 AM
hi there, quick searching on Google brings me here.and Im working on QR code generating,does grocery provide any source codes written in .Net? If yes ,Plz give me some detail guide,thx in adv.as a beginner in image programming ,I just can't figure out which open source code is best suiting me, like barcode generating sdk and its QR code creating component found by Google .Any suggestion is appreciated.
Posted 20 June 2013 - 00:06 AM
I think you got the wrong address...