Change Balance sheet & profit loss A/ Look and company heading

Discussion in 'Free Source Codes' started by GAURANG, Jan 26, 2014.

    
  1. GAURANG

    GAURANG New Member


    Change Balance sheet & profit loss A/ Look and company heading
     

    Attached Files:

    Ras Raj and mpal2311 like this.


  2. mpal2311

    mpal2311 Active Member



  3. nilesh7001

    nilesh7001 New Member


    Hello sir,
    when upload this TDL There this type ERROR showing :-

    "BS LOOK .tdl"(8): error T0009: duplicate description name border - 'Thick Left Right' - ..\tdl.template\src\borders\borders.tdl(244): is previous declaration

    Here error picture is joines please help me.
     

    Attached Files:



  4. GAURANG

    GAURANG New Member


    hello nilesh7001 if you have problem download this new file
     

    Attached Files:



  5. Raju Das

    Raju Das Member



    Bro just Try this
     

    Attached Files:



  6. nagaraju

    nagaraju New Member


    Hello sir,
    when upload this TDL There this type ERROR showing :-

    "BS LOOK .tdl"(8): error T0009: duplicate description name border - 'Thick Left Right' - ..\tdl.template\src\borders\borders.tdl(244): is previous declaration
     



  7. HELLO SIR I HAVE CORRECTED OUR TDL
    PLZ CHECK IT.

    [#Field: BSMainAmt]

    Style : if $IsPLObject then @PLStyle else +
    if $$IsOdd:$$Column then "Normal Bold" else "Normal"
    PLStyle : if $$IsOdd:$$Column then "Normal Bold" else "Normal"

    Border: Thin Right : $$ExplodeLevel =0
    [#Border:THIN RIGHT]
    Left:Thick
    Right:Thick

    [#Field: BSSubAmt]

    Style : if ($IsInwardTrack OR $IsOutwardTrack) then "normal bold" else +
    if (@@IsWkgCapItem) then @@DSPAccSmallBoldStyle else +
    if $$IsOdd:$$Column then "normal" else "Small"


    [#Field: BSName]

    Local : Field : DSPDispName : Style : if ($IsInwardTrack OR $IsOutwardTrack) then "normal bold" else +
    if ($IsWkgCapLine) then "normal Bold" else +
    if (@@IsWkgCapItem) then @@DSPSmallBold else +
    if (($$ExplodeLevel = 0) AND $IsLedgerProfit) then "normal bold" else +
    if $$ExplodeLevel = 0 then @@DSPSmallBold else "normal"



    Local : Field : DSPDispName : PrintStyle : if ($IsInwardTrack OR $IsOutwardTrack) then "Normal bold" else +
    if ($IsWkgCapLine) then "Normal Bold" else +
    if (@@IsWkgCapItem) then @@DSPNrmlBold else +
    if (($$ExplodeLevel = 0) AND $IsLedgerProfit) then "Normal Bold" else +
    if $$ExplodeLevel = 0 then @@DSPNrmlBold else "normal"

    [#Line:BSDetail]
    Local:Field:bsname:Border:thick left

    [#Field: DSP VchNarr]


    Style : small

    [#Field: DSP CompanyName]


    Align : Left

    [#Field: DSP CompanyAddress]

    Align : Left
    Delete: Border

    [#Field: DSP ReportPeriod]

    Invisible : NOT $$IsCommon:SVFromDate OR NOT $$IsCommon:SVToDate OR NOT ##PrintReportPeriod
    Set as : @@DSPDateStr
    Width : 0
    FullWidth : Yes
    Align : Center
    PrintStyle : normal bold
     


  8. priya

    priya Member


    Mr. Santosh, it is a very useful one; but while the zero valued entries do not appear in print, it shows in the screen in detailed format. Can you provide a filter, so that such entries do not come in screen also, which will make the TDL, most useful. Bye and than you
     


  9. R. VIJAY

    R. VIJAY Member


    Hello Santosh Shrestha sir, In my tdl not working in bank allocation instrument number field tnat not get alter value in voucher alteration mode can you help me sir
     

    Attached Files:




  10. Change It
    [*Field: VchBankAllocChequeNo]
    Use : Name Field

    ; storage: InstrumentNumber
    Set as : If ($$InCreateMode or $$InAlterMode) And ($$IsReceipt:##SVVoucherType or $$IsPayment:##SVVoucherType or $$IsContra:##SVVoucherType) then #JLChequeNO else $$value
    set always : yes
    Background: green
     


Share This Page