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
- - - - - - - - - - - - - - - - - - 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.
- brucedenney
- 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.
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?
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.
Re: Sage 50 receipts and payments entered by bank feed not allocated to invoices/credits.
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?
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?
- brucedenney
- 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.
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?
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.
Re: Sage 50 receipts and payments entered by bank feed not allocated to invoices/credits.
I link INVOICE_ITEM.STOCK_CODE to STOCK.STOCK_CODE, I want to get the STOCK.LAST_PURCHASE_PRICEbrucedenney 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?
- brucedenney
- 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.
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.
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.
Re: Sage 50 receipts and payments entered by bank feed not allocated to invoices/credits.
Yes great guess! It is related to commissions.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.
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
Who is online
Users browsing this forum: Google [Bot], Semrush [Bot] and 1 guest