Topic: Link customer payment entry after Invoice against sales delivery
Maybe we can include a link on the "Invoice # xxx has been entered screen" after creating an invoice against sales delivery (/sales/customer_invoice.php) to the invoiced customer in customer payment entry screen? Like it also appears after entering a supplier invoice, so after creating the invoice it is possible to directly record the payment.
I use FA for importing weborders (with the Zen Cart module) in FA. So all these orders are allready paid and after importing the orders I follow the steps: Delivery against sales orders > Invoice against sales delivery > Debtor payment. It would be very handy to include a link in de screen that appear after entering the invoice against sales delivery.
Now this screens options are:
- View This Invoice
- Print This Invoice
- Email This Invoice
- View the GL Journal Entries for this Invoice
- Select Another Delivery For Invoicing
- Add an Attachment
So the option "Enter Debtor payment for this invoice" would be very nice (link to /sales/customer_payments.php?AddedDI=XXXX where XXXX is the sales invoice number).
This could be initiated by adding some code like this after line 66 in the file /sales/customer_payments.php
hyperlink_params("$path_to_root/sales/customer_payments.php", _("Enter debtor payment for this invoice"), "AddedID=$invoice_no"); ????
Maybe good idea to include in the core?