insertion of serial numbers via motors Spring v10

-2

I'd like to know how to enter serial numbers for articles via Motor Spring in v10 . I have already seen that in v10 the serial numbers passed to other tables such as:

INV_NumerosSerie and INV_NumerosSerieMovimentos

Development focuses on the EditorCompras , when the user chooses a VFA and inserts articles in linhasCompras there is the possibility of triggering a form that will fill the information regarding the Serial number of the article.

In order to confirm this insertion, I want to be able to fill in the new tables associated with the serial numbers.

    
asked by anonymous 29.08.2018 / 11:46

1 answer

1

Good morning,

As John says in version 10 the system is closed, since to exist a serial number it has to be entered through an input stock movement.

The ideal thing is to register the same with a stock entry document, otherwise you will have to enter the records first in INV_NumerosSerie but since this requires a move, you have to enter the INV_NumerosSerieMovimentos .

Since this requires a% w / o of the input stock movement, there must be a record in the IdMovimento table with the same number of serial numbers to enter. But additionally% w% depends on an origin that is the document line to which the move is concerned, so you must also enter a record in the% w /% table.

If you want to process costing, you will also have to add INV_Movimentos and INV_Movimentos to the tables. For this reason, I think the simplest would be to create an ES document to give these entries.

    
31.08.2018 / 12:54