Axcel | ERP System - Stock Manager Advance...Axcel – Documentation (TOC) 11 Axcel Case 1: if your...

16

Transcript of Axcel | ERP System - Stock Manager Advance...Axcel – Documentation (TOC) 11 Axcel Case 1: if your...

  • Axcel – Documentation (TOC) 1

    Axcel

  • Axcel – Documentation (TOC) 2

    Axcel

  • Axcel – Documentation (TOC) 3

    Axcel

  • Axcel – Documentation (TOC) 4

    Axcel

  • Axcel – Documentation (TOC) 5

    Axcel

    Axcel

  • Axcel – Documentation (TOC) 6

    Axcel

  • Axcel – Documentation (TOC) 7

    Axcel

  • Axcel – Documentation (TOC) 8

    Axcel

  • Axcel – Documentation (TOC) 9

    Axcel

    Customer can login http://yourapplication.com/crm

  • Axcel – Documentation (TOC) 10

    Axcel

  • Axcel – Documentation (TOC) 11

    Axcel

    Case 1: if your printer is connected to network OR Axcel and printer are on same machine

    Printer Connector : /dev/usb/lp0

    https://github.com/mike42/escpos-php

  • Axcel – Documentation (TOC) 12

    Axcel

    Printer Connector : http://10.x.x.x:9100

    Printer Connector : LPT1

    Case 2: Printing on different computer while app host is different (Printing on client computer while app is at hosting server)

    • • •

    $config['app_url'] = 'http://youdomain.com/yourfolder/';

    • Axcel

    $config['rest_key'] = 'YOURKEY_HERE';

    $config['printer_connection'] = 'test';

    http://www.ultimatekode.com/pos_printer.zip

  • Axcel – Documentation (TOC) 13

    Axcel

    $config['print_file'] = '/dev/usb/lp0';

    $config['print_network'] = array("10.x.x.x", 9100);

    $config['print_windows'] = 'LPT1';

    Compatibility

    Linux Mac Windows

    Ethernet Yes Yes Yes

    USB Yes Not tested Yes

    USB-serial Yes Yes Yes

    Serial Yes Yes Yes

    Parallel Yes Not tested Yes

    SMB shared Yes No Yes

    CUPS hosted Yes Yes No

    Supported Printers

    https://github.com/mike42/escpos-php/tree/master/example/interface/ethernet.phphttps://github.com/mike42/escpos-php/tree/master/example/interface/ethernet.phphttps://github.com/mike42/escpos-php/tree/master/example/interface/ethernet.phphttps://github.com/mike42/escpos-php/tree/master/example/interface/linux-usb.phphttps://github.com/mike42/escpos-php/tree/master/example/interface/windows-usb.phphttps://github.com/mike42/escpos-php/tree/master/example/interface/windows-lpt.phphttps://github.com/mike42/escpos-php/tree/master/example/interface/smb.phphttps://github.com/mike42/escpos-php/tree/master/example/interface/smb.phphttps://github.com/mike42/escpos-php/tree/master/example/interface/cups.phphttps://github.com/mike42/escpos-php/tree/master/example/interface/cups.php

  • Axcel – Documentation (TOC) 14

    Axcel

    • feedForm() •

    • release() •

  • Axcel – Documentation (TOC) 15

    Axcel