Reference

Discussion in 'Free Source Codes' started by Bidyut Banerjee, Jul 16, 2016.

    

  1. Hi All,


    How to add fields after Reference Like "Reference Date"
     


  2. sattam

    sattam Active Member


    [#Line: VCH Ref]
    Add:Field:After:VCH RefCombo:RefDate

    [Field:RefDate]

    Fields : Simple Prompt, RefDate1
    Inactive : NOT @@VchHasRef
    Invisible : @@IsOrderVch OR (@@IsDebitNote AND @@IsExciseClassJrnl)
    Local : Field : Simple Prompt : Setas : $$LocaleString:"Ref. Date" + ":"
    Local : Field : Simple Prompt : Inactive : NOT @@VchHasRef
    Local : Field : Simple Prompt : Invisible : @@IsOrderVch OR NOT @@VchHasRef


    [Field: RefDate1]

    Use :UniDateField
    Storage : RefDate1
    Inactive : NOT @@VchHasRef
    Invisible : @@IsOrderVch

    [System:udf]
    RefDate1:Date:1005
     
    Last edited: Jul 17, 2016


  3. sattam

    sattam Active Member


    hope you enjoy.
     


  4. uttam100

    uttam100 Member


    Thanks
     



  5. Thank you Sir
     


  6. uttam100

    uttam100 Member


    Dear sattam, how to add field before narration Just like the above code.
     


  7. sattam

    sattam Active Member


    [#Part: DBLLINE Narration]
    Add:Line:Before:VCH Narration:My Line
     



  8. Thanks Sir
     


  9. uttam100

    uttam100 Member


    Thanks a lot sattam.
     


  10. Basha

    Basha Member


    Advance Thanks. I need Ref No : Ledger Billwise Details - Ledger Voucher Outstanding Plase help me.
     






  11. Dear Sattam,

    How to git the value of RefDate1 in purchase Register
    Bellow code are display on the tally dealt fields, UDF are not working.

    Pls Help in this regards.



    [#Form : Purchase Color]


    [#Line: DBTitle1]
    Fields : DSP VchDateTitle, DSP VchAcctTitle
    Add:Field:After:DSP VchAcctTitle:BILLCol23

    [Field:BILLCol23]

    Set As : " Ref Date"
    Color : blue
    Width : 12
    Align : Center
    Style : Normal Bold

    [#Line: DSP AccDetails]
    Add:Right Field:Before:DSP Vchtype:Refnobb



    [Field:Refnobb]
    Use :UniDateField
    Set As : $RefDate1 ;;; $REFERENCE is working but $RefDate1 not working
    Width : 12
    Align:Center
    Style : Normal
     






  12. Dear Sattam,

    How to git the value of RefDate1 in purchase Register
    Bellow code are display on the tally dealt fields, UDF are not working.

    Pls Help in this regards.



    [#Form : Purchase Color]


    [#Line: DBTitle1]
    Fields : DSP VchDateTitle, DSP VchAcctTitle
    Add:Field:After:DSP VchAcctTitle:BILLCol23

    [Field:BILLCol23]

    Set As : " Ref Date"
    Color : blue
    Width : 12
    Align : Center
    Style : Normal Bold

    [#Line: DSP AccDetails]
    Add:Right Field:Before:DSP Vchtype:Refnobb



    [Field:Refnobb]
    Use :UniDateField
    Set As : $RefDate1 ;;; $REFERENCE is working but $RefDate1 not working
    Width : 12
    Align:Center
    Style : Normal
     


  13. sattam

    sattam Active Member


    [#Line: DSP VchDybkDetail]
    Add: Field :After :DSP VchAccount:Refnobb
     



  14. Sir,


    Thanks for your reply.

    But its not working!
     


  15. tally.manish

    tally.manish Member


    Dear Bid

    You fetch the UDF Value in Purchase Register Collection.

    Ex

    [#Collection : Specific Vouchers of Company]
    Add Fetch : RefDate1
     




  16. Sir,


    I try this way also. Bot its not working!!!
     


  17. sattam

    sattam Active Member


    Its working fine in my tally.pls share your code about the field- RefDate1
     


  18. nasir

    nasir Member


    BUT IT SHOILD BE PRINT IN INVOICE IS IT POSSIBLE THANKS
     


  19. nasir

    nasir Member





    sir how i can show this field in simple print formate invoice plz
     


  20. Kirandineshjoshi

    Kirandineshjoshi New Member


    Hello sir if i will enter same party and same bill no in purchase so it gives error my mail id
    my mail id is
     



  21. Kindly make TDL for reference no. Field working In Tally ERP 9.6.0.3
     


  22. Moinuddin

    Moinuddin New Member


    Dear Sattam Sir,

    How to store Voucher No in Reference field? Please guide me.

    Thanks in advance,
     


  23. sattam

    sattam Active Member


    [#Field: VCH Ref]

    Use : Voucher Number Field
    Storage : Reference
    Inactive : NOT @@VchHasRef
    Invisible : @@IsOrderVch
    Set as :$$string:#VCHNumber
    Color : Deep Pink
    Skip : no
     


  24. Moinuddin

    Moinuddin New Member


    Dear Sattam Sir,

    Thanks for your prompt reply.
     


  25. psr

    psr Member


    Sir,

    How to display the RefDate1 in Columnar Day book?

    [#Line: VCH Ref]
    Add:Field:After:VCH RefCombo:RefDate

    [Field:RefDate]

    Fields : Simple Prompt, RefDate1
    Inactive : NOT @@VchHasRef
    Invisible : @@IsOrderVch OR (@@IsDebitNote AND @@IsExciseClassJrnl)
    Local : Field : Simple Prompt : Setas : $$LocaleString:"Suresh" + ":"
    Local : Field : Simple Prompt : Inactive : NOT @@VchHasRef
    Local : Field : Simple Prompt : Invisible : @@IsOrderVch OR NOT @@VchHasRef


    [Field: RefDate1]

    Use :UniDateField
    Storage : RefDate1
    Inactive : NOT @@VchHasRef
    Invisible : @@IsOrderVch

    [System:udf]
    RefDate1:Date:1005
     


Share This Page