Solved

Goods in Transit - account code

  • 22 January 2021
  • 1 reply
  • 203 views

Userlevel 3
Badge
  • Jr Varsity II
  • 103 replies

Hi 

Can i check with you all about the account code for “Goods In Transit” 

According the inventory preference as below , there is a accounting setting for “ Goods in Transit”

My question : Is accumatica system can allow more than one of  “good in transit” account code? 

Exmaple: we got 2 category of inventory - 1st is inventory of product a, 2nd inventory of product b 

If we need to create 2 account code of “ goods in transit “ for inventory product a and inventory product b , is it possible?

 

 

icon

Best answer by mvolshteyn 31 March 2021, 11:09

View original

1 reply

Userlevel 5
Badge +3

It is only possible to do a by a customization, probbably relatively simple. 

Notice that the InReleaseProcess grapgh gets these fields through public properties:
 

 public class INReleaseProcess : PXGraph<INReleaseProcess>
    {
        pub   

public Int32? INTransitAcctID
        {
            get
            {
                return insetup.Current.INTransitAcctID;
            }
        }

        public Int32? INTransitSubID
        {
            get
            {
                return insetup.Current.INTransitSubID;
            }
        }

 

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved