Topic: Print the payment, deposit and transfer transactions directly

Hi

As a contribution for this forum included the customization files to print the transaction directly when you register the payment, deposit and transfer operations.

For those who are interested insert the files into this path:

/gl/gl_bank.php
/gl/bank_transfer.php

Post's attachments

gl_bank.zip 6.8 kb, 2 downloads since 2023-11-09 

You don't have the permssions to download the attachments of this post.

Re: Print the payment, deposit and transfer transactions directly

At each display_note() you have appended:

    //Para imprimir deposito
    submenu_view(_("&View this Deposit"), ST_BANKDEPOSIT, $trans_no);
    //Para imprimir deposito

and

     //Para imprimir Transferencia
    submenu_view(_("&View this Transfer"), ST_BANKTRANSFER, $trans_no);
    //Para imprimir pago

into the files respectively.

Re: Print the payment, deposit and transfer transactions directly

Sorry it is in spanish...but it mean:

//Para imprimir deposito.........To print deposit.........and


//Para imprimir Transferencia.............To print payment.


Although this customization is in version 2.4.16 the idea to contribute