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
Locations
Locations
Hi,
We are trying to get locations onto our delivery notes; so that when the tickets are being picked the guys know where to look in the warehouse.
Is this possible? As we have looked on the report designer and we can't find it in the layout section. I can get a loaction when I print a stock list, but not on the delivery note.
Regards
Jo
We are trying to get locations onto our delivery notes; so that when the tickets are being picked the guys know where to look in the warehouse.
Is this possible? As we have looked on the report designer and we can't find it in the layout section. I can get a loaction when I print a stock list, but not on the delivery note.
Regards
Jo
- brucedenney
- Site Admin
- Posts: 4664
- Joined: 28 Feb 2006, 09:56
- Sage Version: v30 UK/Europe/Africa
Re: Locations
Yes you can do it.
Yoo need to add the stock table with a "join"
I think this needs to be a "parent_outer" join so that items that are without location eg M S1 S2 etc will print
Yoo need to add the stock table with a "join"
I think this needs to be a "parent_outer" join so that items that are without location eg M S1 S2 etc will print
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: Locations
Thanks.
would you be able to tell me how to put the join in? As I'm not too sure what I'm doing lol.
would you be able to tell me how to put the join in? As I'm not too sure what I'm doing lol.
- brucedenney
- Site Admin
- Posts: 4664
- Joined: 28 Feb 2006, 09:56
- Sage Version: v30 UK/Europe/Africa
Re: Locations
In the report designer
Data>Joins>
Drag the table you want to use onto the main screen
then drag the field you want to link (join) on in the new table onto the field it links to in the existing table.
Click on the link (the join) between the fields and you can edit it's properties.
Data>Joins>
Drag the table you want to use onto the main screen
then drag the field you want to link (join) on in the new table onto the field it links to in the existing table.
Click on the link (the join) between the fields and you can edit it's properties.
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: Locations
Thank,
I have done what you said, but the locations still dont seem to be appearing when I print out the delivery note. I can see the field when I'm editing the report but when I run a preview it's just blank and I'm not sure what I'm doing wrong?
I have done what you said, but the locations still dont seem to be appearing when I print out the delivery note. I can see the field when I'm editing the report but when I run a preview it's just blank and I'm not sure what I'm doing wrong?
- brucedenney
- Site Admin
- Posts: 4664
- Joined: 28 Feb 2006, 09:56
- Sage Version: v30 UK/Europe/Africa
Re: Locations
I assume you have put something in the location.
What are the join properties?
What are the join properties?
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: Locations
Yeh all of our products are now located.
Well when I go to go back into joins to see the properties I get a message say the joins that are used by the reports cant be represented graphically and then it takes me to the text editor and brings up this:
SALES_ORDER INNER JOIN SOP_ITEM ON SALES_ORDER.ORDER_NUMBER = SOP_ITEM.ORDER_NUMBER CROSS JOIN STOCK STATIC JOIN COMPANY
which doesnt really make much sense to me really lol.
Well when I go to go back into joins to see the properties I get a message say the joins that are used by the reports cant be represented graphically and then it takes me to the text editor and brings up this:
SALES_ORDER INNER JOIN SOP_ITEM ON SALES_ORDER.ORDER_NUMBER = SOP_ITEM.ORDER_NUMBER CROSS JOIN STOCK STATIC JOIN COMPANY
which doesnt really make much sense to me really lol.
- brucedenney
- Site Admin
- Posts: 4664
- Joined: 28 Feb 2006, 09:56
- Sage Version: v30 UK/Europe/Africa
Re: Locations
The join you have made is incorrect.
You have linked the order number to the stock code.
You need to set it back to
SALES_ORDER INNER JOIN SOP_ITEM ON SALES_ORDER.ORDER_NUMBER = SOP_ITEM.ORDER_NUMBER STATIC JOIN COMPANY
You should then be able to edit it graphically.
You drag the stock_code filed from the order item and drop it on the stock_code filed in the stock table
You have linked the order number to the stock code.
You need to set it back to
SALES_ORDER INNER JOIN SOP_ITEM ON SALES_ORDER.ORDER_NUMBER = SOP_ITEM.ORDER_NUMBER STATIC JOIN COMPANY
You should then be able to edit it graphically.
You drag the stock_code filed from the order item and drop it on the stock_code filed in the stock table
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: Locations
Right,
I've set it back to how it should be and it let me in.
I then dragged the stock into the main section and then dragged the location from the stock table over to the sales_order table. Is that right? As when you then double click the join it say it goes from Location to Order_number.
Regards
Jo
I've set it back to how it should be and it let me in.
I then dragged the stock into the main section and then dragged the location from the stock table over to the sales_order table. Is that right? As when you then double click the join it say it goes from Location to Order_number.
Regards
Jo
- brucedenney
- Site Admin
- Posts: 4664
- Joined: 28 Feb 2006, 09:56
- Sage Version: v30 UK/Europe/Africa
Re: Locations
NO
The stock_code field is the thing that links the two together.
You drag the stock_code filed from the order item table and drop it on the stock_code filed in the stock table
The stock_code field is the thing that links the two together.
You drag the stock_code filed from the order item table and drop it on the stock_code filed in the stock table
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: Locations
I think I'm getting myself really confused here
Because I havent got a Location option in the Sales order table to drag over to the Stock Table.
Because I havent got a Location option in the Sales order table to drag over to the Stock Table.
- brucedenney
- Site Admin
- Posts: 4664
- Joined: 28 Feb 2006, 09:56
- Sage Version: v30 UK/Europe/Africa
Re: Locations
I said "drag the stock_code filed from the order item table and drop it on the stock_code filed in the stock table"
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.
Who is online
Users browsing this forum: Semrush [Bot] and 1 guest