Printing Goods Receipt
Augusto Silva
Hi all,In Stock Management/ Stock Transations/ Goods Receipt
I want to print like a document.
There is no example.
Can you help me please.
Best regards,
Augusto Silva
Philipp Knecht
Hi AgustoIn the next release there will be a default stock template (entry/exit/transaction).
Or you can make your own:
- Define Formtype 720 in the FormTypes Form with Replace: @@RDR and With: IGE
- Define the Parameters DocNum (Item 7), DocDate (Item 9) and relate them to the 720 Formtype.
- Because you cannot use the Document Datasource you have to define your own queries like: SELECT * FROM OIGE WHERE DocNum = [%DocNum] AND DocDate = '[%DocDate]'
For the rows: SELECT T0.* FROM IGE1 T0 INNER JOIN OIGE T1 ON T0.DocEntry = T1.DocEntry WHERE T1.DocNum = [%DocNum] AND T1.DocDate = '[%DocDate]'
Then make a new layout and use those queries as datasource and also insert the parameters by pressing "Get From Datasource".
hth
0
Please sign in to leave a comment.
Comments
0 comments