Programmer:Item Opening Maintenance: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 136:
===Adding two entries of same ItemCode to Item Opening===
Following example shows the increase of '''Seq''' when 2nd entry of Item Opening has the same '''ItemCode''', '''UOM''', '''Location''' and '''BatchNo''' from the 1st entry.
<syntaxhighlight lang="csharp" highlight="22-24,31-33,27,36">
public void NewTwoEntriesOfSameItem(BCE.Data.DBSetting dbSetting)
{