Skip to main content
Solved

Goods in Transit - account code

  • January 22, 2021
  • 1 reply
  • 232 views

Forum|alt.badge.img
  • 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?

 

 

Best answer by mvolshteyn

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;
            }
        }

 

View original
Did this topic help you find an answer to your question?

1 reply

mvolshteyn
Acumatica Moderator
Forum|alt.badge.img+3
  • Technical Account Manager in the ISV Team
  • 110 replies
  • Answer
  • March 31, 2021

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


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings