Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Calculation Item Sold


moj6054

Recommended Posts

Hi,

I have a problem with my database, I have some product, When I sold some of that,If a qty of product in Invoice less of Qty in hand then a new order automatic create.

I design my database and some script for that,

How I can attach it for review and send useful help?

Thank you.

Link to comment
Share on other sites

My Database is: product, (PR_ID,PR_Name,Pr_Price,PR_Qty,cQtyInHand=Pr_Qty+Sum(OrderLine::Qty)-Sum(InvoiceLine::Qty))

Invoice (INV_ID,INV-Date,cTotalInv=Sum(cLineTotal))

InvoiceLine(INL_ID,INV_ID,PR_Name,Qty,Price,cLineTotal=Qty*Price)

Order(OR_ID,OR_Date,cTotalOrder=Sum(cLinetotal))

OrderLine(ORL_ID,OR_ID,PR_Name,Qty,Price,cLineTotal=Qty*Price)

How I can Design a formula ,When I sold some of my product,If a qty of product in Invoice less of Qty in hand then a new order automatic create.

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use