Set "despatch through" in invoice from Notes in Ledger using TDL

Discussion in 'Requests' started by samhero30, Jun 24, 2012.

    
?

Set "despatch through" in invoice from Notes in Ledger using TDL

  1. by email

    1 vote(s)
    50.0%
  2. by email

    1 vote(s)
    50.0%
  1. samhero30

    samhero30 New Member


    Hi...........................

    I have little idea about TDL.

    I want to set "despatch through" in invoice in despatch details. So may I get default field name of despatch "BASICSHIPPEDBY".

    I just want to set predefined value for this field based on notes available in ledger (LED Notes)

    thanks a lot in advance
     


  2. Vikram

    Vikram Member


    [#Field: EI PreCarriage]

    SetbyCondition : (NOT $$Isempty:$PartyBasicShippebyVrk) : $PartyBasicShippebyVrk

    ;;---------------------------------------------
    ;;to add additional line in the ledger master ;;; Comment this portion if default ledger notes used
    ;;---------------------------------------------

    [#Part: LED Other Details] ;; to add additional line in the ledger master

    Add : Line : VRK LEDBasicShippedby

    [LIne : VRK LEDBasicShippedby ]

    Field : Medium Prompt, VRK LEDBasicShippedby
    Local : Field : Medium Prompt: Setas : $$LocaleString:"Despatched Through"
    Local : Field : Default: Color: Blue

    [Field: VRK LEDBasicShippedby]

    Use : Short Name Field
    Storage : BasicShippedBy
    Set always : Yes


    ;;---------------------------------------------
    ;;Addition of line completed!
    ;;---------------------------------------------

    [system : Formula]

    PartyBasicShippebyVrk : $BasicShippedBy:Ledger:#EiConsignee ;; depending on the ledger field
    ;;PartyBasicShippebyVrk : $Narration:Ledger:#EiConsignee ;; depending on the ledger field ;; to retrieve the from the ledger notes( narration )


    ;;EOF
     
    Mitesh Surwale likes this.


  3. Mitesh Surwale

    Mitesh Surwale New Member


    Thanks! Vikram!
    Can u provide the same for "Destination"? & "Terms of Delivery"
     


  4. Rajsrisrimal

    Rajsrisrimal Member


    Vikram sir,
    I am using tally 9.214. Can I get this TDL for my tally. Actully I tried this TDL but its not working.
    Hope for your reply or mail me at rajsrisrimal at gmail dot com
     


  5. Vikram

    Vikram Member


    hi,

    please send me your code if you have tried, i can surely help you!
     


  6. Ashish Jain

    Ashish Jain New Member


    sir,here attached my sales report,,,,.i want to sales with despatch details,,,please help me sir
     

    Attached Files:

    • 2.txt
      File size:
      6.2 KB
      Views:
      57
    • 2.txt
      File size:
      6.2 KB
      Views:
      37


Share This Page