Programmer:Item Opening Maintenance: Difference between revisions

m
no edit summary
(Created page with "==Technical Specification== #Quantity of the Item Opening must not be zero #*When adding a new entry to Item Opening, zero qty entry will be removed before saving to database...")
 
mNo edit summary
Line 18:
#*BatchNo
#: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.'''
 
==References of AutoCount Accounting version 1.8==
Line 187:
==Delete Item Opening entry==
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/>
Highlighted shows the function to get the list of keys and deletion of existing keys.
<syntaxhighlight lang="csharp" highlight="22,23">