REPORT TO STORAGE VALUE IN VOUCHER OR ITEM MASTER

Discussion in 'Tally Developer' started by kishan agrawal, Jun 27, 2015.

    

  1. DEAR SIR
    I MAKE A REPORT
    IN REPORT SRNO PARTNAME ITEMNAME COSTINGRATE CODE PAGE
    I HAVE PROBLEM HOW TO STORAGE CODE AND PAGE IN MASTER


    i use in report
    [Field : Itemz1Export5]

    Use : number Field
    Set as : $sTKIP1:StockItem:$StockItemName
    Width : 5
    storage : sTKIP1 ;(its did not work)


    in master item code is this :
    [#Part: STKI Desc]
    Add : Line : STKI allitem

    [Line : STKI allitem]

    Fields : Medium Prompt,STKIPAGE,STKICODE
    Local : Field : Medium Prompt : Set as: "CODE/PAGE"

    [Field : STKIPAGE]

    Use : Number Field
    Set as : ""
    Storage : STKIP1

    [Field : STKICODE]

    Use : Number Field
    Set as : ""
    Storage : STKIP2

    [System : Udf]
    STKIP1 : Number : 121
    STKIP2 : Number : 122




    code STORAGE NAME IS storage : stkip1
    page STORAGE NAME IS storage : stkip2





    TALLYEXPORT.png
     


  2. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Mr Kishan

    You did not specified the Storage collection for the STKIP1 . Either you should specify in the Item Master Collection or you need to just write the below mentioned code.:

    Use : number Field
    Set as : $STKIP1
    Storage : STKIP1
    Width : 5
     
    kpstup likes this.



  3. THANKING for reply

    i m seding you a file plz check

    how to storage value on voucher
     

    Attached Files:

    • 3.txt
      File size:
      7.5 KB
      Views:
      51


Share This Page