Remove cruft cut-and-pasted from another script.
This commit is contained in:
parent
239df56cfb
commit
fe608b12e2
1 changed files with 0 additions and 5 deletions
|
|
@ -53,11 +53,6 @@ if (@ARGV < 2) {
|
||||||
}
|
}
|
||||||
my($startDate, $endDate, @mainLedgerOptions) = @ARGV;
|
my($startDate, $endDate, @mainLedgerOptions) = @ARGV;
|
||||||
|
|
||||||
# First, get fund list from ending balance
|
|
||||||
my(@ledgerOptions) = (@mainLedgerOptions,
|
|
||||||
'-V', '-X', '$', '-F', "%-.70A %22.108t\n", '-S', 'T', '-s',
|
|
||||||
'd', 'T', '-e', $endDate, 'bal', '/^Assets/');
|
|
||||||
|
|
||||||
my %reportFields =
|
my %reportFields =
|
||||||
('Cash' => { args => [ '-e', $endDate, 'bal', '/^Assets/' ] },
|
('Cash' => { args => [ '-e', $endDate, 'bal', '/^Assets/' ] },
|
||||||
'Accounts Receivable' => {args => [ '-e', $endDate, 'bal', '/^Accrued:Accounts Receivable/' ]},
|
'Accounts Receivable' => {args => [ '-e', $endDate, 'bal', '/^Accrued:Accounts Receivable/' ]},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue