Order Entry

This section contains enhancements in Infor Financials and Supply Management.

Nonstock items with the No-Charge condition cannot be released

Nonstock items with the conditon of no-charge cannot be released without a unit-cost.

A unit cost is not required for a non-stock item with a condition of no-charge.

  1. Create an Item
  2. Add to a location in ItemLocation screen. Set flag Inventory Tracked to false and flag no charge to true. At this point Item has no cost at location
  3. Create a CustomerOrder.
  4. Add a line with the item and set field Item Type to Non-Stock and save.

    Expected result: Line should get saved since Item is being added to line as Non-Stock and is set as No charge at ItemLocation.

  5. Continue processing order.
  6. Release. Complete warehouse process. Complete shipment(Finish, release). Run job OrderEntryDailyShipmentJournal which creates a BillingInvoice.
  7. Run all needed jobs till SubSystemUpdate. Verify postings.

    Expected result: Since no cost is entered/populated at CustomerOrderLine posting for the account COGS/Cost Of Goods Sold should not happen.

Other recommended scenarios

  • Process all test cases til SubSystemUpdate. Journal postings for COGS/Cost Of Good Sold should happen only when field Unit Cost at CustomerOrderLine holds a value.
  • Test for a Non-Stock item with const available at ItemLocation. Should work as before
  • Test by adding an Inventoried Item as Non-stock at customer order line. Should work as before.

JR-3286902