From 3692c4b5cff68cc803f9aaee434a75007b3e19c7 Mon Sep 17 00:00:00 2001 From: tetragon Date: Sat, 3 Nov 2007 03:01:24 +0000 Subject: Template search forms for rp.pl Templating of bin/rp.pl done git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1843 4979c152-3d1c-0410-bac9-87ea11338e46 --- UI/rp-search-generate_tax_report.html | 199 ++++++++++++++++++++++++++++++++++ 1 file changed, 199 insertions(+) create mode 100644 UI/rp-search-generate_tax_report.html (limited to 'UI/rp-search-generate_tax_report.html') diff --git a/UI/rp-search-generate_tax_report.html b/UI/rp-search-generate_tax_report.html new file mode 100644 index 00000000..2323acd6 --- /dev/null +++ b/UI/rp-search-generate_tax_report.html @@ -0,0 +1,199 @@ + + + 'date', + name => 'fromdate', + size => '11', + title => user.dateformat, + value => form.fromdate, + } ?> + + 'date', + name => 'todate', + size => '11', + title => user.dateformat, + value => form.todate, + } ?> + + + + + + + + 'radio', + name => 'interval', + value => '0', + label => text('Current'), + checked => 'checked', + } -?> + 'radio', + name => 'interval', + value => '1', + label => text('Month'), + } -?> + 'radio', + name => 'interval', + value => '3', + label => text('Quarter'), + } -?> + 'radio', + name => 'interval', + value => '12', + label => text('Year'), + } -?> + + + + + + + 'radio', + name => 'summary', + value => '1', + label => text('Summary'), + checked => 'checked', + } -?> + 'radio', + name => 'summary', + value => '0', + label => text('Detail'), + } -?> + + + + + + + + + + + + + + + + + + + + + + 'method', + type => 'radio', + value => 'accrual', + label => text('Accrual'), + checked => 'checked', + } -?> + 'method', + type => 'radio', + value => 'cash', + label => text('Cash'), + } -?> + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3
+ 'l_id', + type => 'checkbox', + value => 'Y', + } -?> + + 'l_invnumber', + type => 'checkbox', + value => 'Y', + checked => 'checked', + } -?> + + 'l_transdate', + type => 'checkbox', + value => 'Y', + checked => 'checked', + } -?> +
+ + 'l_name', + type => 'checkbox', + value => 'Y', + checked => 'checked', + } -?> + + 'l_description', + type => 'checkbox', + value => 'Y', + checked => 'checked', + } -?> + + 'l_netamount', + type => 'checkbox', + value => 'Y', + checked => 'checked', + } -?> + + 'l_tax', + type => 'checkbox', + value => 'Y', + checked => 'checked', + } -?> + + 'l_total', + type => 'checkbox', + value => 'Y', + checked => 'checked', + } -?> +
+ + + 'l_subtotal', + type => 'checkbox', + value => 'Y', + } -?> +