Programmer:Item Opening Maintenance: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 19:
#: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'''.
#'''Seq''' will affect how the '''FIFOcost''' andof '''LIFOFIFO''' to calculate itemand '''costLIFO''' is calculated.
 
==References of AutoCount Accounting version 1.8==
Line 186:
</syntaxhighlight>
 
==Find and Delete Item Opening entry==
When delete existing item opening entry, "ItemOpeningKey" is required.<br/>
This example uses a function to find the ItemOpeningKey.<br/>
Line 246:
</syntaxhighlight>
 
===Get '''ItemOpeningKey'''===
Function to find a list of keys that is/are matching.
<syntaxhighlight lang="csharp">