Out-of-box Acumatica Inventory Item Label
report (IN619200
) is designed to print multiple labels for the line item on the receipt only when the item is serialized. We will be modifying report that will allow user to select a receipt number and have the system generate the number of labels based on the quantity received for each item regardless if they are serialized or not
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
We will be modifying out-of-box Inventory Label Report (IN619200), which would print each label per quantity received rather just one for all quantity for non-serialized stock item.
We need a user table and need to populate it with data.
Where
1000
could be max possible value for unit per item.Now Create
DAC (Data Access Class)
forUsrNumber
and publish customization so thatDAC
can be used in report.Now modify Inventory Label Report (IN619200) in Acumatica Report designer and include a relation as below in Schema Builder.
Download Deployment Package