BUYER NAME INSTEAD OF CASH IN SALES REGISTER

Discussion in 'Free Source Codes' started by bikash agarwal, Aug 31, 2019.

    

  1. :)
     
    Last edited: Aug 31, 2019


  2. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    $Basicbuyername
     


  3. Anthony dinakaran

    Anthony dinakaran New Member


    [#Line: DBTitle1]
    ; Fields : DSP VchDateTitle, DSP VchAcctTitle
    Add : Field : BEFORE : DSP VchAcctTitle : BUYERSNAME

    [Field:BUYERSNAME]
    Use : Name Title Field
    Info : $$LocaleString:"BUYERSNAME"
    Width : 20
    Align : LEFT
    Style : NORMAL BOLD

    HELP ME WITH SYNTAX TO RETRIEVE [#Line: .......] SO THAT I CAN FETCH $Basicbuyername
     


  4. Sanjeev S

    Sanjeev S Active Member


    You need to add a field at line DSP Vch Details....

    Code:
    [#Line    :    DSP VchDetail]
        Add    :        Field              : after    :    DSP VchDate    :    DSP Cash Buyer
       
        [Field    :    DSP Cash Buyer]
            Use            :    Name Field
            Set as    :    if $FirstLedger = "Cash" then $BasicBuyerName else ""
            Width     :     20
            Align     :     LEFT
            Style     :     NORMAL
    
     


Share This Page