Asrtu
Asrtu
[System : Formula]
OnlyCplParty: $$IsBelongsTo:$$GroupSundryDebtors; AND Not $$IsEmpty:
$ClosingBalance
[Report : AsrtuReport]
Form : MyTdl
Family : "Outstandings"
Export : Yes
[Form : MyTdl]
Delete : PageBreak ;;;; TO RESET PAGE BREAK SPACES.
Use : DSP Template
Width : 100% Page
Height : 100% Page
BackGround : Light Sea Green
Parts : Outs Title, Outs Body ;;;,OutsTotal
[Line : lTopTitle]
Field : Simple Field,NameField
Local : Field : Simple Field :Color:"Red"
Local : Field : Simple Field :Style:"Normal Bold"
Local : Field : Simple Field : Width:45
Local : Field : Simple Field : Set As : "A.S.R.T.U. Report"
Local : Field : Name Field : Width:40
Local : Field : Name Field : Set As : "From " + $$String:##SVFromDate
+ " To " + $$String:##SVToDate
[Field : Outsp1T]
Use: Name Field
Set as: ""
Width: 1
BackGround : yellow
[Field : Outsp2T]
Use: Name Field
Set as: ""
Width: 1
BackGround : yellow
[Field : Outsp3T]
Use: Name Field
Set as: ""
Width: 1
BackGround : yellow
[Field : Outsp4T]
Use: Name Field
Set as: ""
Width: 1
BackGround : yellow
[!Part : MyExplodPart]
Lines: JlLedger Bills Title, JlLedger Bills, Jl OnAccount Bills, ZJlEmptyLine
Repeat: JlLedger Bills : All Ledger Bills
Scroll: Vertical
Vertical: Yes
[Line : ZJlEmptyLine]
Fields : Info Field
Local : Field : Info Field : Info : ""
[Field : JLBillNoTitle]
Use: Short Name Field
Set as: "Bill Number"
Style: Small bold
Width: 11
Align: Right
Border : Thin Bottom
[Field : JLBillNo]
Use: Short Name Field
Set as: $Name
Style: Small
Width: 11
Align: Right
[Field : MyLedName]
Set As: $Name
Variable: LedgerName
Modifies: ledgerName
Style: Small bold
FullWidth: Yes
; Invisible: $$IsEmpty:$ClosingBalance
Color: Black
[Field : Outsp1]
Use: Name Field
Set as: ""
Width: 1
[Field : Outsp2]
Use: Name Field
Set as: ""
Width: 1
[Field : Outsp3]
Use: Name Field
Set as: ""
Width: 1
[Field : Outsp4]
Use: Name Field
Set as: ""
Width: 1
[Field : MyCrAmount]
Type: Amount
Width: @@AmountWidth
Align: Right
Style: Small bold
;Border: Thin Bottom: $$IsExploded
Set as: If Not $$Isdr:$ClosingBalance Then $ClosingBalance Else 0
; Invisible: $$IsEmpty:$ClosingBalance
[Field : MyDrAmount]
Use: MyCrAmount
Set as: If $$IsDr:$ClosingBalance Then $ClosingBalance Else 0
; Invisible: $$IsEmpty:$ClosingBalance
;;;eof()