Skip to main content
Solved

How to calculate original Subcontract amount?

  • February 17, 2025
  • 3 replies
  • 45 views

Forum|alt.badge.img
  • Semi-Pro II
  • 248 replies

Hello all,

How can I calculate the original subcontract amount for an individual subcontract? Or where can I find it?

The Ext Cost column looks to be dynamic but I’m looking to keep a track of the original cost too.

Best answer by harshitasethia74

Hey ​@Harry ,

you can find the original subcontract amount either under Projects screen → Cost Budget tab → Original Committed Amount for the respective Project task, Cost code & A/c group that’s in the subcontract.

or

Under the Committments screen → Original Committed Amount for the respective subcontract.

Regards.

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

3 replies

Forum|alt.badge.img
  • Jr Varsity II
  • 38 replies
  • February 17, 2025

@Harry This AI generated answer hope its helpful

 

In Acumatica, the original subcontract amount can typically be found in one of the following ways:

1. Check the Commitments Module (Original Contract Amount)
Navigate to Projects → Transactions → Commitments (PM306000).
Locate the subcontract and look for the Original Commitment Amount.
The Revised Amount field will reflect any changes, while the original remains unchanged.
2. Review the Change Orders (If Applicable)
If the subcontract amount has been modified, check Project Change Orders (PM308000).
The Change Order History will show adjustments made to the subcontract.
3. Check the Vendor Contract (If Used)
If your company manages vendor contracts through AP Subcontracts, navigate to:
Accounts Payable → Vendor Contracts (AP305000)
Look for the original contract amount.
4. SQL Query to Retrieve the Original Ext Cost
If you have database access, run the following query:

sql
Copy
Edit
SELECT CommitmentID, OriginalAmount, RevisedAmount, ExtCost
FROM PMCommitment
WHERE CommitmentType = 'Subcontract'
AND CommitmentID = 'Your_Subcontract_ID';
This will return:

OriginalAmount (Initial agreed cost)
RevisedAmount (Modified total cost after changes)
ExtCost (Current dynamic value)


Forum|alt.badge.img

Hey ​@Harry ,

you can find the original subcontract amount either under Projects screen → Cost Budget tab → Original Committed Amount for the respective Project task, Cost code & A/c group that’s in the subcontract.

or

Under the Committments screen → Original Committed Amount for the respective subcontract.

Regards.


Forum|alt.badge.img
  • Author
  • Semi-Pro II
  • 248 replies
  • February 21, 2025

Thank you ​@Harry , for guidance.!!


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