Auto populate rows

Hi everyone,

I’m using Nav 5.0 sp1 and i’m working for Nav now, after 8 years of experience in other ERP. I have only one request that after reading manuals, help index and forums, i can not find an option to autofill rows in the menus:

Quotes → Purchase order

Quotes → Sales order

I will explain my request with one example:

I have one supplier from where i purchase 1000 different articles. (I have connected articles with this Vendor in Item Card). When i want to make a quote or an order to this Vendor i have to add row by row till i get the number of articles i want to receive (200 articles). It’s a huge job to do this manually so my question is:

Is there any option that in the moment that i fill the Vendor Code i will automatically have all the articles listed down and so i have only to input quantity? My idea is to have all the list of 1000 articles down and i will select only those that i want (for example 100 articles from 1000) and then all the articles that have quantity field=blank → remove from quote or order.

In this way a quote that require 1 hour to be enterd in the screen, it will be done for 5 minutes.

Can somebody help me or maybe have an alternative idea?

Thanks in advance,

Epir Saqe

Epir,

Such autofill of rows is not possible in the way you described by default, it might be coded… but why? Anyway you then throw out 90% of rows…

You still have several options.

  1. Copy Document - create once a PO with all Items and use it later as source for copying.
  2. Standart text codes - create one (or more) templates for each Vendor and reuse them afterwards.

Thank you Modris for your prompt reply but i was thinking that when i input the vendor number in purchase order filed, the system automatically populates fields: Name, Adress, contact, VAT code, Currency, payment method etc. in this way i was thinking to have also the rows with Item data. For my use i can create templates (like you mentioned) but an end user for daily use it’s not able to do such things.

But also i think that Nav should develop this option.

I will think of an alternative solution anyway.

Thanks Modris and Regards,

Epir Saqe

Well - I think you a little bit underestimate your endusers… [*-)]

It’s not difficult task at all, besides, the first part --creating the templates-- can be done once and by you.

[:)] My end users have only 2 months that are introduced with Nav [:D]. Anyway i will try to create templates, check results and i will write again. For any other idea i will be greatful.

Regards,

Epir Saqe

Hi again Modris,

I created a full quote (that contain all the data i need) and i made a copy of this document and also i archived this doc, but i do not know how to reuse it.

Can you please help me again?

Regards,

Epir Saqe

  1. crreate a new PO/PI, (you may just hit F3 and leave all header fields empty)
  2. in Functions there is Copy Document, it allows you then select first which type of doc, then doc itself, and if you want Lines only or Header, too

haha i always thought that Copy Document is in use for copying this doc, in fact they shoud change the name of this option to “Paste Document”[Y]

Thanks Modris,

Epir Saqe

Yes, sometimes it’s worth clicking the option to see what opens, and not to relay on your likely understanding what the caption means [;)]

Yes, i tried this Modris and the result is like the option “Get standart vendor purchase Code” but it has some more option like, header, prices etc.

This conversation was helpful for me, hope it will be helpful for others also.
Regards,

Epir

That’s more than enough to teach them how to use this [;)]

We created a report called “Get Items For Insertion” to do something similar.
Added a menu item on the Functions for purchase order & sales order simply called “GET ITEMS”

OnPush()
CLEAR(GetItemForIns);
GetItemForIns.SetGlobalParameters(0,“Document Type”,“No.”);
GetItemForIns.RUNMODAL;

It calls a report based on the item table - so you can filter on whatever you want…Not Blocked, Vendor No, Product group, whatever.

It has an options table which allows you to define a qty to be inserted amongst other stuff

You create the header & then you can populate the lines definied by your filters on the item table…copy of the repot below…
we have some custom fields so you’ll need to tweak it to your system
https://docs.google.com/leaf?id=0BwY098pPvpANMWFlYzViZDQtNDJiZi00MGUwLWJjNjUtOTJhZjk4ZTBkOWU1&hl=en&authkey=COC02LUG

It’s one report but can be called from Purchase Order, Sales order, Sales Credit Memo or Purchase Credit memo

Thanks everybody for your help,

Just to clarify this situation:

In my previous job my endusers, sometimes use to make orders for one department not for one Vendor.

So for example they had 10 Vendors and 60 types of beer. They use to have fixed dates (based on their calculation) to make orders for beers in one store. The sales of the beers changes among them so the ordered qty was different for different type of mark. So they open the screen and just select there all beers. In the purchase order all the category of beers was populated automatically (items was inserted automatically). The sistem sugest qty, cost and also have some other information like: average sales, the actual qty etc. The enduser just input or modify the qty he needs and Post order. in this moment from one order the system creates 10 different orders, one for each Vendor. This was really helpful and i want to recreate smth similar.

Thanks again everyone,

Regards

For those interested Here’s a video demo of the Get Items Report -

It lets you filter on any field or fields in the item table to populate sales line, credit line, purchase line or purchase credit line tables.
When you have many items like us sometimes we need to create giant orders and manual entry is a bitch!

This Demo I have filtered on:
Blocked = No
Item No = 10000…20000 (Sorry for the long report we have over 100,000 items)
Description = SHAMPOO
I selected "5’ as the Qty but it’s user defined

Just like if you were doing BEER

http://www.youtube.com/watch?v=AQECOv5_2E8

You can build your own report too

That’s what i’m talking about.

Thank you Savatage, that was exactly what i ment but unfortunately i think this is not available in Nav 5.0.

Regards.

I know that’s why I created a report to populate the lines…it’s just a report anyone can do it.

I posted a link to a copy of the report above…you’ll need to edit it a bit since I have custom fields in it - but it shouldn’t be too hard.

Sorry to keep this going but I’m having fun with the free CamStudio & Youtube…
Populated lines based on:
1->SHAMPOO
2->CONDITIONER
3->random vendor no.

http://www.youtube.com/watch?v=5m15LrEsbso

Here’s the new link - i deleted the old file & cleaned it up a bit

https://docs.google.com/document/edit?id=1g0Vc0SILx3WFB-jYInt_NMVXDkNbUsBHOBskh8uSF7U&hl=en&authkey=CNiS9PMK