Programmer:Item Opening Maintenance: Difference between revisions

Content added Content deleted
No edit summary
mNo edit summary
Line 136: Line 136:
===Adding two entries of same ItemCode to Item Opening===
===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.
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">
<syntaxhighlight lang="csharp" highlight="27,36">
public void NewTwoEntriesOfSameItem(BCE.Data.DBSetting dbSetting)
public void NewTwoEntriesOfSameItem(BCE.Data.DBSetting dbSetting)
{
{