Programmer:Item Opening Maintenance v2: Difference between revisions

Content added Content deleted
mNo edit summary
mNo edit summary
Line 21: Line 21:
#*BatchNo
#*BatchNo
#:If there is any occasion when '''Seq''' is repeated for the same ItemCode, UOM, Location and BatchNo, below error message is thrown:
#:If there is any occasion when '''Seq''' is repeated for the same ItemCode, UOM, Location and BatchNo, below error message is thrown:
#:Sequence for Item 'FG00001', UOM 'UNIT', Location 'HQ', BatchNo '' is not correct.
#:'''Sequence for Item 'FG00001', UOM 'UNIT', Location 'HQ', BatchNo ' ' is not correct'''.


==References of AutoCount Accounting version 2.0==
==References of AutoCount Accounting version 2.0==
Line 190: Line 190:
==Delete Item Opening entry==
==Delete Item Opening entry==
When existing item opening entry has to be deleted before adding / update to Item Opening.<br/>
When existing item opening entry has to be deleted before adding / update to Item Opening.<br/>
Checking the existing record can avoid the error of '''"Sequence for Item 'FG00001', UOM 'UNIT', Location 'HQ', BatchNo '' is not correct."'''<br/>
Checking the existing record can avoid the error of '''"Sequence for Item 'FG00001', UOM 'UNIT', Location 'HQ', BatchNo ' ' is not correct."'''<br/>
Highlighted shows the function to get the list of keys and deletion of existing keys.
Highlighted shows the function to get the list of keys and deletion of existing keys.
<syntaxhighlight lang="csharp" highlight="22,23">
<syntaxhighlight lang="csharp" highlight="22,23">