Add line In Invoice help

Discussion in 'Requests' started by laxman, Dec 31, 2013.

    
  1. laxman

    laxman Member


    Dear All Experts we are add field in ledger master and we want to show this field in sales invoice in turnover: Carr balance : Credit limit : "Target"

    New Picture.JPG
     


  2. laxman

    laxman Member


    hello expert solution.....
     


  3. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Mr. Laxman see the below code :-


    [#Line: EI PartyLimit]

    Add : Field : After : EI CurrentBalance : Target Field

    [Field : Target Field]

    Invisible : NOT ##CurBalanceFlag
    Field : Simple Prompt, Amount Field
    Local : Field : Simple Prompt : Info : $$LocaleString:"Target:"
    Local: Field : Simple Prompt : Width : 14
    Local : Field : Amount Field : Set as : your udf value
    Local : Field : Amount Field : Format : "Symbol,DrCr"
     


  4. laxman

    laxman Member


    thanks for valuable reply Mr Sheikh But Our UDf value Is Blank

    please check my Udf ......

    [System: UDF]
    TARGET: AMOUNT: 1010

    [#Part: MST LED Explode Sundry]
    Lines :LED CreditLimit
    Add : Lines :TARGET

    ;;Line contains two fields
    ;;One to display caption and the other to accept user-input

    [Line: TARGET]
    Field: Medium Prompt, TARGET
    Local: Field: Medium Prompt: Set as: "SET TARGET"
    Local : Field : Default: Color: Blue
    Local : Field : Default: Full width: yes
    Local : Field : Medium Prompt: Background: @@SV_RELEASEDBLUE_SATIN
    Invisible: not $$IsBelongsTo:$$GroupSundryDebtors
    Border : Thin Top Bottom

    ;Field to accept User-input

    [Field: TARGET]
    Use: Amount Field
    Storage: TARGET
    Format : "DrCr"
    Align: Left
    Background: @@SV_RELEASEDBLUE_SATIN
     


  5. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Mr. Laxman

    You need to fetch that value at the field and need to add that in collection. So go through it try at your end.

    After that i may correct / solve your error if you have any .
     


  6. laxman

    laxman Member


    Thanks For Support i created This Udf & make A Report Group Wise reporting

    i want to Show Report In Target Field Amount Total All Ledger In Under Created Group...



    [Field: GTarget]
    Use: Amount Field
    Set As: (Need To Show All Ledger Under created Group target values )
    Format: "CrDr"
    Border: Thin Left
    Style: Normal Bold
    Color :Blue
    Align: Right
     


Share This Page