Altering Sales Order

Discussion in 'Tally & TDL Learning HUB' started by Hari_KP, Jan 18, 2022.

    
  1. Hari_KP

    Hari_KP New Member


    Dear Sir,

    I have used the fields
    Fields : EI DeemedPos, VCH StockItem,
    Right Fields : VCH BilledQty, VCH Rate, VCH Value, EI AccAllocName
    in sales order but the information is not geting saved on first voucher is i save empty voucher and again enter details it is getting saved. please kindly help
     


  2. Hari_KP

    Hari_KP New Member


    My code i have used is

    [Part : JbCrdDtls]
    Lines : JbCrdDtls
    Repeat : JbCrdDtls : Inventory Entries
    BreakOn : $$IsEnd:$StockItemName
    Height : 3
    Total : VCHValue, VCHBilledQty

    [Line : JbCrdDtls]
    Fields : EI DeemedPos, VCH StockItem
    Right Fields : VCH BilledQty, VCH Rate, VCH Value, EI AccAllocName

    Local : Field : VCH StockItem : Delete : Sub Form
    Local : Field : VCH StockItem : Set Always : Yes
    Local : Field : VCH StockItem : ShowTable : Always
    Local : Field : VCH BilledQty : Set As : 1
    Local : Field : VCH BilledQty : Skip : No
    Local : Field : VCH BilledQty : Set Always: Yes
    Local : Field : VCH BilledQty : Invisible : No
    Local : Field : VCH Rate : Invisible : No
    Local : Field : VCH Rate : Skip : No
    Local : Field : VCH Rate : Set As : 1
    Local : Field : VCH Rate : Set Always:Yes
    Local : Field : VCH Value : Invisible : No
    Local : Field : VCH Value : Skip : No
    Local : Field : VCH Value : Set As : $BilledQty*$Rate
    Local : Field : VCH Value : Delete : SubForm
    Local : Field : EI AccAllocName : Set As : "GST - 18%"
    Local : Field : EI AccAllocName : Skip : Yes
    Local : Field : EI AccAllocName : Invisible : Yes
    Invisible : $$IsEnd:$StockItemName
     


Share This Page