Quantity Control

Discussion in 'Tally Developer' started by vishal jayswal, Jul 10, 2015.

    

  1. Dear Admin sir,

    I have One query regarding Quantity Control.

    I am enter one PO with Stock Item 1 and Qty 10.
    then I am enter GRN against PO then Qty can not exceed PO quantity. [e.g 10] in GRN create or Alter Mode Qty Can not exceed PO Quantity.

    Same I am Enter Purchase against GRN then qty can not exceed PO/GRN quantity. [e.g 10] in Purchase create or Alter Mode Qty Can not exceed PO Quantity.

    Please Help me Sir.
     


  2. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Mr. Vishal you need to add the below code in Qty Fields

    Validate : $$IsEmpty:$$Value OR $$Value <= $POQty ------> in GRN Qty Field
    Validate : $$IsEmpty:$$Value OR $$Value <= $GRNQty ------> in Purchase Qty Field
     
    kamalpatel likes this.



  3. Thank You For Reply.

    But I have one query for same.

    In Tally Qty field is same in PO/GRN/Purchase.
    For Example,

    [Field : VCHBATCH BilledQty]

    Storage : Billed Qty

    then how can i do for same.
    Please Help me sir.
     


Share This Page