Need more, need help now?
- - - - - - - - - - - - - - - - - - pay-as-you-go support - no contract - tenth of an hour billing - expert help - fast service - no call queues
Need integration?
- - - - - - - - - - - - - - - - - - with your shipping system - website - invoicing system - crm - cms - manufacturing - order import - back to back orders..
Need a report?
- - - - - - - - - - - - - - - - - - Excel reporting that pulls data from Sage - custom layouts - layouts that change adapt to your brands and/or for drop shipping.
Want web hosting?
- - - - - - - - - - - - - - - - - - Your own domain name - email - a shop - wordpress - woo commerce - ticket systems - help desks - forums - portals

Sage 50 receipts and payments entered by bank feed not allocated to invoices/credits.

Sage 50 general help forum - Free help and support for all general issues
Post Reply
User avatar
brucedenney
Site Admin
Site Admin
Posts: 4664
Joined: 28 Feb 2006, 09:56
Sage Version: v30 UK/Europe/Africa

Sage 50 receipts and payments entered by bank feed not allocated to invoices/credits.

Post by brucedenney » 17 Mar 2025, 11:01

Does anyone know why.

I have managed to work around it by using a third party tool to do the allocation, but am I missing something?
For just about anything Sage :- Discount subscriptions, pay-as-you-go support, application integration, reports, layouts, linked excel spreadsheets, analysis or any other help making life with sage easier/less time consuming Contact me.

galos
User
User
Posts: 3
Joined: 19 Mar 2025, 11:17
Sage Version: v30 UK/Europe/Africa

Re: Sage 50 receipts and payments entered by bank feed not allocated to invoices/credits.

Post by galos » 19 Mar 2025, 11:22

I don't know if this is related but I am struggling to link a payment (eg SR) to a specific invoice item. I am linking as follows:

AUDIT_USAGE by split_number to AUDIT_SPLIT by header_number to AUDIT_HEADER by inv_ref_numeric to INVOICE by inv_number to INVOICE_ITEM

This works fine when the invoice only has one invoice item. But if there is, say 2, then I get 2x2 = 4 results and it is not clear which is correct. Is there a better way of doing this?

User avatar
brucedenney
Site Admin
Site Admin
Posts: 4664
Joined: 28 Feb 2006, 09:56
Sage Version: v30 UK/Europe/Africa

Re: Sage 50 receipts and payments entered by bank feed not allocated to invoices/credits.

Post by brucedenney » 20 Mar 2025, 10:39

You can't link to items in 2 places the invoice items link repeats all the rest for each invoice item.

Why are you linking to the invoice item?
For just about anything Sage :- Discount subscriptions, pay-as-you-go support, application integration, reports, layouts, linked excel spreadsheets, analysis or any other help making life with sage easier/less time consuming Contact me.

galos
User
User
Posts: 3
Joined: 19 Mar 2025, 11:17
Sage Version: v30 UK/Europe/Africa

Re: Sage 50 receipts and payments entered by bank feed not allocated to invoices/credits.

Post by galos » 20 Mar 2025, 14:34

brucedenney wrote: 20 Mar 2025, 10:39 You can't link to items in 2 places the invoice items link repeats all the rest for each invoice item.

Why are you linking to the invoice item?
I link INVOICE_ITEM.STOCK_CODE to STOCK.STOCK_CODE, I want to get the STOCK.LAST_PURCHASE_PRICE

User avatar
brucedenney
Site Admin
Site Admin
Posts: 4664
Joined: 28 Feb 2006, 09:56
Sage Version: v30 UK/Europe/Africa

Re: Sage 50 receipts and payments entered by bank feed not allocated to invoices/credits.

Post by brucedenney » 20 Mar 2025, 15:09

You can't do that in sage report designer.

You need to do it as multiple queries and then combine them together.

I would do it in Excel and have 3 queries

One would get the stock code and cost price.

Another would get the invoices and Items.

The third would grab the payment info.

You could do this in Excel using ODBC to pull the data out of Sage.

I guess you are trying to do something like calculate commissions based on profit on paid invoices. There are edge cases you need to consider eg what if an invoice is part paid?

I would look at the Amount of the invoice that has been paid and divide that by the invoice total to get a percentage paid, then multiply that by the profit of the invoice and then apply a commission rate to that.
For just about anything Sage :- Discount subscriptions, pay-as-you-go support, application integration, reports, layouts, linked excel spreadsheets, analysis or any other help making life with sage easier/less time consuming Contact me.

galos
User
User
Posts: 3
Joined: 19 Mar 2025, 11:17
Sage Version: v30 UK/Europe/Africa

Re: Sage 50 receipts and payments entered by bank feed not allocated to invoices/credits.

Post by galos » 20 Mar 2025, 15:43

brucedenney wrote: 20 Mar 2025, 15:09 I guess you are trying to do something like calculate commissions based on profit on paid invoices. There are edge cases you need to consider eg what if an invoice is part paid?

I would look at the Amount of the invoice that has been paid and divide that by the invoice total to get a percentage paid, then multiply that by the profit of the invoice and then apply a commission rate to that.
Yes great guess! It is related to commissions.

I am now using a bit of a work around. I get all the relevant payments for the quarter (SR,SA) and associated Invoice numbers and invoice items. I limit this to fully paid invoices (INVOICE_HEADER.PAID_FLAG='Y'). I process this into a unique list to remove duplicates. Then I run another set of queries looping through this list, to get the INVOICE ITEM data.

I am using pypyodbc

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest