Programmer:Item Opening Maintenance v2: Difference between revisions

m
mNo edit summary
Line 139:
===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="27,36">
public void NewTwoEntriesOfSameItem(AutoCount.Authentication.UserSession userSession)
{