ChangeLog
DEPENDS
MANIFEST.in
README
setup.py
tox.ini
bin/pybill
bin/pybill.bat
doc/makefile
doc/_themes/lglb_doc/layout.html
doc/_themes/lglb_doc/logilab_logo.pdf
doc/_themes/lglb_doc/theme.conf
doc/_themes/lglb_doc/static/contents.png
doc/_themes/lglb_doc/static/lglb-sphinx-doc.css
doc/_themes/lglb_doc/static/logilab_logo.png
doc/_themes/lglb_doc/static/navigation.png
doc/dev-manual/README
doc/dev-manual/commandline_index.rst
doc/dev-manual/conf.py
doc/dev-manual/index.rst
doc/dev-manual/lib_accounting_index.rst
doc/dev-manual/lib_config_index.rst
doc/dev-manual/lib_controller_index.rst
doc/dev-manual/lib_entities_index.rst
doc/dev-manual/lib_errors_index.rst
doc/dev-manual/lib_index.rst
doc/dev-manual/lib_pdfwriters_index.rst
doc/dev-manual/lib_xmlreaders_index.rst
doc/dev-manual/lib_xmlwriters_index.rst
doc/dev-manual/makefile
doc/dev-manual/pybill_index.rst
doc/install-manual/README
doc/install-manual/conf.py
doc/install-manual/dependencies.rst
doc/install-manual/index.rst
doc/install-manual/installable-packages.rst
doc/install-manual/makefile
doc/install-manual/manual-installation.rst
doc/user-manual/README
doc/user-manual/acc-doc-description.rst
doc/user-manual/acc-entries-generation.rst
doc/user-manual/command-line-run.rst
doc/user-manual/conf.py
doc/user-manual/config-specification.rst
doc/user-manual/index.rst
doc/user-manual/makefile
pybill/__init__.py
pybill/__main__.py
pybill/__pkginfo__.py
pybill/main.py
pybill.egg-info/PKG-INFO
pybill.egg-info/SOURCES.txt
pybill.egg-info/dependency_links.txt
pybill.egg-info/requires.txt
pybill.egg-info/top_level.txt
pybill/commandline/__init__.py
pybill/commandline/ui.py
pybill/configs/README
pybill/configs/default.xml
pybill/examples/genexamples.py
pybill/examples/configs/config-en.xml
pybill/examples/configs/config-fr.xml
pybill/examples/inputs/01_bill-simple.xml
pybill/examples/inputs/02_bill-with-details.xml
pybill/examples/inputs/03_bill-with-remarks.xml
pybill/examples/inputs/04_bill-with-various-vat-rates.xml
pybill/examples/inputs/05_bill-with-no-vat.xml
pybill/examples/inputs/06_bill_with-vat-and-no-vat.xml
pybill/examples/inputs/07_bill-with-holdback.xml
pybill/examples/inputs/08_bill-with-holdback-on-vat.xml
pybill/examples/inputs/09_bill-with-both-holdbacks.xml
pybill/examples/inputs/10_bill-total-on-page-2.xml
pybill/examples/inputs/11_bill-two-pages.xml
pybill/examples/inputs/12_debit-simple.xml
pybill/examples/inputs/13_debit-with-no-vat.xml
pybill/examples/inputs/14_debit-with-no-payment-terms.xml
pybill/examples/inputs/15_downpayment-simple.xml
pybill/examples/inputs/16_downpayment-with-percent.xml
pybill/examples/inputs/17_downpayment-with-no-vat.xml
pybill/examples/inputs/18_bill-with-debit.xml
pybill/examples/inputs/19_bill-with-downpayment.xml
pybill/examples/inputs/20_pro-forma-simple.xml
pybill/examples/inputs/21_pro-forma-with-no-vat.xml
pybill/examples/inputs/22_claim-form-simple.xml
pybill/examples/inputs/23_claim-form-with-vat.xml
pybill/examples/inputs/24_bill-with-qty-digits.xml
pybill/examples/inputs/25_bill-with-price-digits.xml
pybill/examples/logos/mpe.png
pybill/examples/results/README
pybill/history/dtd-format-0.1/catalog
pybill/history/dtd-format-0.1/config.dtd
pybill/history/dtd-format-0.1/pybill.dtd
pybill/lib/__init__.py
pybill/lib/controller.py
pybill/lib/errors.py
pybill/lib/accounting/__init__.py
pybill/lib/accounting/generator.py
pybill/lib/accounting/utils.py
pybill/lib/config/__init__.py
pybill/lib/config/entities.py
pybill/lib/config/register.py
pybill/lib/config/xmlreaders.py
pybill/lib/config/xmlwriters.py
pybill/lib/entities/__init__.py
pybill/lib/entities/addresses.py
pybill/lib/entities/accounting_docs/__init__.py
pybill/lib/entities/accounting_docs/abstract.py
pybill/lib/entities/accounting_docs/bill.py
pybill/lib/entities/accounting_docs/claimform.py
pybill/lib/entities/accounting_docs/debit.py
pybill/lib/entities/accounting_docs/downpayment.py
pybill/lib/entities/accounting_docs/proforma.py
pybill/lib/entities/accounting_docs/utils.py
pybill/lib/pdfwriters/__init__.py
pybill/lib/pdfwriters/styles.py
pybill/lib/pdfwriters/utils.py
pybill/lib/pdfwriters/writers.py
pybill/lib/pdfwriters/flowgenerators/__init__.py
pybill/lib/pdfwriters/flowgenerators/abstract.py
pybill/lib/pdfwriters/flowgenerators/bill_generator.py
pybill/lib/pdfwriters/flowgenerators/claimform_generator.py
pybill/lib/pdfwriters/flowgenerators/debit_generator.py
pybill/lib/pdfwriters/flowgenerators/downpayment_generator.py
pybill/lib/pdfwriters/flowgenerators/proforma_generator.py
pybill/lib/pdfwriters/templates/__init__.py
pybill/lib/pdfwriters/templates/doc_templates.py
pybill/lib/pdfwriters/templates/page_templates.py
pybill/lib/xmlreaders/__init__.py
pybill/lib/xmlreaders/accdoc.py
pybill/lib/xmlreaders/accdoc_format_0_X.py
pybill/lib/xmlreaders/accdoc_format_1_0.py
pybill/lib/xmlreaders/utils.py
pybill/lib/xmlwriters/__init__.py
pybill/lib/xmlwriters/accdoc.py
pybill/lib/xmlwriters/accdoc_format_1_0.py
pybill/lib/xmlwriters/utils.py
pybill/man/pybill.1
pybill/xmlschema/pybill-config-1_0.xsd
pybill/xmlschema/pybill-document-1_0.xsd
test/generic_test_accounting_docs.py
test/generic_test_formatreader.py
test/generic_test_formatwriter.py
test/generic_test_pdfwriter.py
test/test_accounting_generator_entries.py
test/test_accounting_generator_xml.py
test/test_accounting_utils.py
test/test_config_entities.py
test/test_config_register.py
test/test_config_xmlreaders.py
test/test_config_xmlwriters.py
test/test_controller.py
test/test_entities_accounting_docs_accitem.py
test/test_entities_accounting_docs_bill.py
test/test_entities_accounting_docs_claimform.py
test/test_entities_accounting_docs_debit.py
test/test_entities_accounting_docs_downpayment.py
test/test_entities_accounting_docs_proforma.py
test/test_entities_addresses.py
test/test_pdfwriters_utils.py
test/test_pdfwriters_writer_bill.py
test/test_pdfwriters_writer_claimform.py
test/test_pdfwriters_writer_debit.py
test/test_pdfwriters_writer_downpayment.py
test/test_pdfwriters_writer_proforma.py
test/test_xmlreaders_accdoc.py
test/test_xmlreaders_format_0_X_bill.py
test/test_xmlreaders_format_0_X_claimform.py
test/test_xmlreaders_format_0_X_debit.py
test/test_xmlreaders_format_0_X_downpayment.py
test/test_xmlreaders_format_0_X_proforma.py
test/test_xmlreaders_format_1_0_bill.py
test/test_xmlreaders_format_1_0_claimform.py
test/test_xmlreaders_format_1_0_debit.py
test/test_xmlreaders_format_1_0_downpayment.py
test/test_xmlreaders_format_1_0_proforma.py
test/test_xmlreaders_utils.py
test/test_xmlwriters_accdoc.py
test/test_xmlwriters_format_1_0_bill.py
test/test_xmlwriters_format_1_0_claimform.py
test/test_xmlwriters_format_1_0_debit.py
test/test_xmlwriters_format_1_0_downpayment.py
test/test_xmlwriters_format_1_0_proforma.py
test/test_xmlwriters_utils.py
test/data/mpe.png
test/data/accounting_dir/accdoc1.xml
test/data/accounting_dir/accdoc2.xml
test/data/accounting_dir/accdoc2.xml.old
test/data/output_pdfs/README
test/data/reference_pdfs/reportlab_2_1/bill_one_item.pdf
test/data/reference_pdfs/reportlab_2_1/bill_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_1/bill_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_and_one_debit.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_and_one_downpayment.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_and_two_debits.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_and_two_downpayments.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_one_downpayment_and_one_debit.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_1/bill_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_1/bill_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_1/bill_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_one_item.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_1/claimform_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_1/debit_one_item.pdf
test/data/reference_pdfs/reportlab_2_1/debit_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_1/debit_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_1/debit_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_1/debit_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_1/debit_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_one_item.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_and_different_percent.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_1/downpayment_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_one_item.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_1/proforma_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_2/bill_one_item.pdf
test/data/reference_pdfs/reportlab_2_2/bill_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_2/bill_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_and_one_debit.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_and_one_downpayment.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_and_two_debits.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_and_two_downpayments.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_one_downpayment_and_one_debit.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_2/bill_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_2/bill_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_2/bill_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_one_item.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_2/claimform_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_2/debit_one_item.pdf
test/data/reference_pdfs/reportlab_2_2/debit_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_2/debit_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_2/debit_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_2/debit_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_2/debit_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_one_item.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_and_different_percent.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_2/downpayment_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_one_item.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_2/proforma_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_3/bill_one_item.pdf
test/data/reference_pdfs/reportlab_2_3/bill_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_3/bill_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_and_one_debit.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_and_one_downpayment.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_and_two_debits.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_and_two_downpayments.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_one_downpayment_and_one_debit.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_3/bill_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_3/bill_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_3/bill_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_one_item.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_3/claimform_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_3/debit_one_item.pdf
test/data/reference_pdfs/reportlab_2_3/debit_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_3/debit_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_3/debit_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_3/debit_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_3/debit_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_one_item.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_and_different_percent.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_3/downpayment_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_one_item.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_3/proforma_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_4/bill_one_item.pdf
test/data/reference_pdfs/reportlab_2_4/bill_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_4/bill_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_and_one_debit.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_and_one_downpayment.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_and_two_debits.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_and_two_downpayments.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_one_downpayment_and_one_debit.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_4/bill_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_4/bill_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_4/bill_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_one_item.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_4/claimform_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_4/debit_one_item.pdf
test/data/reference_pdfs/reportlab_2_4/debit_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_4/debit_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_4/debit_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_4/debit_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_4/debit_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_one_item.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_and_different_percent.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_4/downpayment_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_one_item.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_4/proforma_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_5/bill_one_item.pdf
test/data/reference_pdfs/reportlab_2_5/bill_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_5/bill_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_and_one_debit.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_and_one_downpayment.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_and_two_debits.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_and_two_downpayments.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_one_downpayment_and_one_debit.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_5/bill_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_5/bill_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_5/bill_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_one_item.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_5/claimform_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_5/debit_one_item.pdf
test/data/reference_pdfs/reportlab_2_5/debit_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_5/debit_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_5/debit_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_5/debit_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_5/debit_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_one_item.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_and_different_percent.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_5/downpayment_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_one_item.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_2_5/proforma_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_one_item.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_and_one_debit.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_and_one_downpayment.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_and_two_debits.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_and_two_downpayments.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_one_downpayment_and_one_debit.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_3_5_42/bill_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_one_item.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_3_5_42/claimform_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_one_item.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_3_5_42/debit_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_one_item.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_and_different_percent.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_3_5_42/downpayment_various_items_total_on_page_2.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_one_item.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_one_item_and_logo.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_one_item_with_details.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_and_holdbacks.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_and_remarks.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_no_sender.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_no_vat_and_one_holdback.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_organisation_receiver.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_person_receiver.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_with_no_vat_rate.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_with_various_price_digits.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_with_various_qty_digits.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_with_various_vat_rates.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_with_various_vat_rates_and_one_nul.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_three_items_with_various_vat_rates_one_not_defined.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_various_items_on_two_pages.pdf
test/data/reference_pdfs/reportlab_3_5_42/proforma_various_items_total_on_page_2.pdf
test/data/system_dir/config1.xml
test/data/system_dir/default.xml
test/data/user_dir/config2.xml
test/data/user_dir/default.xml