The filter expression given by Bruce looks for any record which does not have a value in the SALES_LEDGER.EMAIL field on the customer record, so should pick out any customers which do not have an email address recorded.
You can also use the following filter expression, which I use for my statements ...
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
Search found 12 matches
- 05 Nov 2015, 14:39
- Forum: Sage 50 UK version General Help
- Topic: Report Designer / Prevent Sage from printing statements for customers with an email address
- Replies: 5
- Views: 3358
- 19 Feb 2015, 16:22
- Forum: Sage 50 Report Designer
- Topic: Alternative Address
- Replies: 4
- Views: 4824
Re: Alternative Address
Thanks Bruce, I decided to go with Option 2 - shifted the post code up to line 4 at the expense of county, which is pretty much entirely useless these days anyway!
Rupert
Rupert
- 19 Feb 2015, 09:27
- Forum: Sage 50 Report Designer
- Topic: Alternative Address
- Replies: 4
- Views: 4824
Re: Alternative Address
Hi Bruce,
We have a number of customers who have multiple branches, but make all payments via head office. Due to payment issues, it is considerably easier for us to set the company up with a single account and have each branch as a separate delivery address on the SALES_DEL_ADDR table. This is ...
We have a number of customers who have multiple branches, but make all payments via head office. Due to payment issues, it is considerably easier for us to set the company up with a single account and have each branch as a separate delivery address on the SALES_DEL_ADDR table. This is ...
- 12 Feb 2015, 16:40
- Forum: Sage 50 Report Designer
- Topic: Alternative Address
- Replies: 4
- Views: 4824
Alternative Address
Hi,
I was wondering if you knew if it is possible to pull information from delivery addresses set up on an account, specifically I am looking to get the contact information from the following:
http://i.imgur.com/dvwVi5C.png
Do you know the table/data field location for this information?
Thanks ...
I was wondering if you knew if it is possible to pull information from delivery addresses set up on an account, specifically I am looking to get the contact information from the following:
http://i.imgur.com/dvwVi5C.png
Do you know the table/data field location for this information?
Thanks ...
- 24 Jul 2014, 12:36
- Forum: Sage 50 UK version General Help
- Topic: Sage 2015 - Negative Stock
- Replies: 3
- Views: 3538
Sage 2015 - Negative Stock
Hi,
I was wondering if you know if there will be any changes to the way negative stock is handled in Sage 2015?
At the moment, we have the 'allow negative stock' option selected as we need to be able to allocate stock from goods that are en route to us (there can be a lengthy shipping period for ...
I was wondering if you know if there will be any changes to the way negative stock is handled in Sage 2015?
At the moment, we have the 'allow negative stock' option selected as we need to be able to allocate stock from goods that are en route to us (there can be a lengthy shipping period for ...
- 10 Jun 2014, 09:54
- Forum: Sage 50 UK version General Help
- Topic: Overdue Invoice Chasing
- Replies: 11
- Views: 9859
Re: Overdue Invoice Chasing
There are two different layouts - one for email, one for printing on our headed paper - and I have stripped out the company information. If you have any recommendations for tweaks/amendments then I would be happy to hear them :)
For reference, we are using account status 0 for customers paying from ...
For reference, we are using account status 0 for customers paying from ...
- 09 Jun 2014, 15:39
- Forum: Sage 50 UK version General Help
- Topic: Overdue Invoice Chasing
- Replies: 11
- Views: 9859
Re: Overdue Invoice Chasing
I now have this working almost perfectly, the only issue is when invoices fall due on a non-working day - but this is easily circumvented by adjusting the system date before running. If you're interested, I can send you the layout files?
- 19 May 2014, 07:52
- Forum: Sage 50 UK version General Help
- Topic: Overdue Invoice Chasing
- Replies: 11
- Views: 9859
Re: Overdue Invoice Chasing
Hi Bruce, I'm not sure what you mean - can you give me a bit more detail please?
- 13 May 2014, 13:18
- Forum: Sage 50 UK version General Help
- Topic: Overdue Invoice Chasing
- Replies: 11
- Views: 9859
Re: Overdue Invoice Chasing
What I am trying to do is get a batch report set up to print the daily invoices on the following schedule:
Invoice (next day)
Invoice Reminder (due date)
First Overdue Reminder (7 days overdue)
Second Overdue Reminder (14 days overdue)
Final Overdue Reminder (21 days overdue)
So if I were to run ...
Invoice (next day)
Invoice Reminder (due date)
First Overdue Reminder (7 days overdue)
Second Overdue Reminder (14 days overdue)
Final Overdue Reminder (21 days overdue)
So if I were to run ...
- 09 May 2014, 13:01
- Forum: Sage 50 UK version General Help
- Topic: Overdue Invoice Chasing
- Replies: 11
- Views: 9859
Re: Overdue Invoice Chasing
Ok, I've managed to get this working after a fashion; however, I now have to go into report editor and amend the date in the filter manually, i.e.
AUDIT_SPLIT.AGED_BALANCE <> 0.00 AND STATUS_NUMBER = 0 AND (AUDIT_HEADER.DATE + SALES_LEDGER.PAYMENT_DUE_DAYS) = "2014-05-09"
I have tried using the ...
AUDIT_SPLIT.AGED_BALANCE <> 0.00 AND STATUS_NUMBER = 0 AND (AUDIT_HEADER.DATE + SALES_LEDGER.PAYMENT_DUE_DAYS) = "2014-05-09"
I have tried using the ...
- 08 May 2014, 13:03
- Forum: Sage 50 UK version General Help
- Topic: Overdue Invoice Chasing
- Replies: 11
- Views: 9859
Re: Overdue Invoice Chasing
Thanks Bruce, I have tried linking the tables, but I'm not sure which fields to join on - when I have tried I end up getting no data for the report, so I assume that I'm doing something wrong...
- 08 May 2014, 12:12
- Forum: Sage 50 UK version General Help
- Topic: Overdue Invoice Chasing
- Replies: 11
- Views: 9859
Overdue Invoice Chasing
Hi,
We are using Sage 50 Accounts Professional 2013 (v. 19.01.11.285) with Windows 7 Professional (64-bit).
I am trying to set up reminder invoices for when they become due, I have managed to set up customer reports (amended from default Customer Invoices Overdue report) which list invoices due on ...
We are using Sage 50 Accounts Professional 2013 (v. 19.01.11.285) with Windows 7 Professional (64-bit).
I am trying to set up reminder invoices for when they become due, I have managed to set up customer reports (amended from default Customer Invoices Overdue report) which list invoices due on ...