Entering payments on invoices
Operating mode
Cloud Suite
|ON-PREMISES
Modules
Services & CRM
Budget & Phases
Purchases
Resource Planning
Business Intelligence
If you manage your accounts receiveable in an accounting system, you enter the payments directly in the accounting system. If there is an Extension, the payments can be reconciled with Vertec. See also the article Payment import overview.
The data is entered in the Account and Post number fields on the payment in the Accounting section:
You can also enter payments manually in Vertec. The Payments on invoices subfolder is available for this purpose. Enter on the invoice or in the Payments subfolder via New menu > Zahlung
. The following window will open:
Whether an invoice is considered paid depends not only on whether the amount has been reconciled, i.e. paid in full. There is also the checkbox Bezahlt
on the invoice (see below). Invoices can also be marked as paid if a balance has been written off.
For example, if you create a filter folder that outputs all invoices marked as paid, the result may differ from a filter folder that outputs all invoices where the amount Pay equals the invoice total.
The option Bezahlt
you can put through the payment (checkbox Rechnung als bezahlt markieren
) or set manually on the invoice, on the More Info page:
Will the option Bezahlt
manually set on the invoice, then this happens without changing the amount paid. If a list of invoices with the columns Amount Open and Amount Paid is used in an invoice voucher, then payments must also be entered for the invoices so that the Amount Open and Amount Paid can be changed. Otherwise, the invoice is considered “paid” (the checkbox) but no payment has been received/entered.
Entered payments can be found on the invoice in the Payments subfolder.
The payments can also be shown in the invoice list, for example. Create a column Payment amount with the column expression: payments.amount->sum. You can then see at a glance how much has already been paid per invoice.
There are also various scripts available to help automate the manual entering of payments. Contact your Vertec advisor if you would like to set up such a script for you.
In Vertec versions before 6.7.0.6 there is also a button Pay.... on the page More info of invoices. This comes from the time before there was the possibility of entering payments. It was used to enter paid amounts manually. The corresponding amount is simply deducted, there is neither a history nor is it possible to enter partial payments in a clear way. We recommend not to use this button in earlier versions.
To prevent accidental use of the old mechanism by pressing this button, it can be disabled with the following user rights:
Rechnung > xBetragBezahlt > Schreiben > verweigern
Starting with version 6.0, the button can also be hidden via Customizing with the following rows:
<Page Override="InvoiceFurtherInfo"> <Button Override="Pay" Visible="False" /> </Page>
The payment objects can continue to be entered as normal.