Acumatica物理库存进程和位置之间的转移
创始人
2024-07-25 13:30:28
0

Acumatica ERP提供了一种简便的方式来处理物理库存管理,该方式包括物理库存进程和在不同位置之间转移库存。以下是实现此过程的步骤及相关代码示例:

  1. 物理盘点过程 a. 打开“庫存管理”菜单下的“進行盤點”屏幕 b. 选择要盘点的仓库 c. 点击“開始盤點”按钮。 d. 遍历仓库中的每个库存项目,并跟踪它们的实际数目。 e. 在完成盘点过程后,将更新库存项目的数量和成本信息。

下面是更新库存项目数量的示例代码:

// Get the inventory item ID InventoryItem inventory = PXSelect>>>. Select(this, inventoryCD); int inventoryID = inventory.InventoryID.Value;

// Get the warehouse ID INSite warehouse = PXSelect>>>. Select(this, siteCD); int warehouseID = warehouse.SiteID.Value;

// Update the inventory item quantity in the warehouse INLocationStatus locationStatus = PXSelect>, And>>>. Select(this, inventoryID, warehouseID); locationStatus.QtyOnHand = newQtyOnHand; locationStatus.QtyAvail = newQtyOnHand; locationStatus.QtyLastAcct = newQtyOnHand; locationStatus.QtyLastCount = newQtyOnHand;

// Update the location status record base.locationstatus.Update(locationStatus);

  1. 在不同位置之间转移库存 a. 打开“庫存管理”菜单下的“庫存轉移”屏幕。 b.

相关内容

热门资讯

Android Recycle... 要在Android RecyclerView中实现滑动卡片效果,可以按照以下步骤进行操作:首先,在项...
安装apache-beam==... 出现此错误可能是因为用户的Python版本太低,而apache-beam==2.34.0需要更高的P...
Android - 无法确定任... 这个错误通常发生在Android项目中,表示编译Debug版本的Java代码时出现了依赖关系问题。下...
Android - NDK 预... 在Android NDK的构建过程中,LOCAL_SRC_FILES只能包含一个项目。如果需要在ND...
Alertmanager在pr... 首先,在Prometheus配置文件中,确保Alertmanager URL已正确配置。例如:ale...
Akka生成Actor问题 在Akka框架中,可以使用ActorSystem对象生成Actor。但是,当我们在Actor类中尝试...
Agora-RTC-React... 出现这个错误原因是因为在 React 组件中使用,import AgoraRTC from “ago...
Aksnginxdomainb... 在AKS集群中,可以使用Nginx代理服务器实现根据域名进行路由。以下是具体步骤:部署Nginx i...
Alertmanager中的基... Alertmanager中可以使用repeat_interval选项指定在一个告警重复发送前必须等待...
AddSingleton在.N... 在C#中创建Singleton对象通常是通过私有构造函数和静态属性来实现,例如:public cla...