How can i alter Quotation (optional sales order) via TDL in SOPRINTINGCONFIGURATION screenshot given

Discussion in 'Tally Developer' started by adarsh agrahari, May 16, 2017.

    
  1. adarsh agrahari

    adarsh agrahari New Member


    I would to alter my customers quotation in the following screenshot format !
    I tried but there are various glitches that are



    [Report: SO DirectPrint Config] ;; Auto Report

    Auto : Yes
    Form : SO Print Config
    Local : Part : SOPCFG Left : Delete : Lines : SOPrintCopies
    Title : $$LocaleString:"Sales Order Printing Configuration"

    ;; Fetch Object: Company:##SVCurrentCompany:IsSales,IsCreditNote,IsSalesOrder,IsDelNote,IsPurchase,IsDebitNote,IsPurcOrder,IsRcptNote

    [Report: SO Print Config] ;; Auto Report

    Auto : Yes
    Title : $$LocaleString:"Sales Order Printing Configuration"

    ;; Fetch Object: Company:##SVCurrentCompany:IsSales,IsCreditNote,IsSalesOrder,IsDelNote,IsPurchase,IsDebitNote,IsPurcOrder,IsRcptNote

    [Form: SO Print Config]

    Parts : FormSubTitle, SOPCFG Title, SOPCFG Common, SOPCFG Basic, SOPCFG LongOptions
    Full Width : No
    Space Right : 1
    Space Left : 1
    No confirm : Yes
    Background : @@SV_CMPCONFIG
    Local : Style : Default : Height : @@SmallSize
    Local : Line : Form Sub Title : Space Bottom : 0.5
    Local : Field : Form Sub Title : Info : $$LocaleString:"Sales Order Printing Configuration"
    On : Form Accept : Yes : Form Accept
    On : Form Accept : Not $$ParentIsMenu : CALL : SetPrintTitle
     

    Attached Files:



  2. admin

    admin Administrator Staff Member



    You need to write entirely new code print .
     


Share This Page