AUTHORS
DESCRIPTION
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
django_silver.egg-info/PKG-INFO
django_silver.egg-info/SOURCES.txt
django_silver.egg-info/dependency_links.txt
django_silver.egg-info/entry_points.txt
django_silver.egg-info/requires.txt
django_silver.egg-info/top_level.txt
requirements/common.txt
silver/__init__.py
silver/admin.py
silver/currencies.py
silver/documents_generator.py
silver/tasks.py
silver/urls.py
silver/validators.py
silver/views.py
silver/api/__init__.py
silver/api/exceptions.py
silver/api/filters.py
silver/api/pagination.py
silver/api/urls.py
silver/api/serializers/__init__.py
silver/api/serializers/billing_entities_serializers.py
silver/api/serializers/common.py
silver/api/serializers/documents_serializers.py
silver/api/serializers/payment_methods_serializers.py
silver/api/serializers/plans_serializer.py
silver/api/serializers/product_codes_serializer.py
silver/api/serializers/subscriptions_serializers.py
silver/api/serializers/transaction_serializers.py
silver/api/views/__init__.py
silver/api/views/billing_entities_views.py
silver/api/views/documents_views.py
silver/api/views/payment_method_views.py
silver/api/views/plan_views.py
silver/api/views/product_code_views.py
silver/api/views/subscription_views.py
silver/api/views/transaction_views.py
silver/fixtures/__init__.py
silver/fixtures/factories.py
silver/fixtures/pytest_fixtures.py
silver/fixtures/test_fixtures.py
silver/management/__init__.py
silver/management/commands/__init__.py
silver/management/commands/execute_transactions.py
silver/management/commands/fetch_transactions_status.py
silver/management/commands/generate_docs.py
silver/management/commands/generate_pdfs.py
silver/management/commands/seed.py
silver/management/commands/tweak_billing_log.py
silver/migrations/0001_initial.py
silver/migrations/0002_auto_20150416_1009.py
silver/migrations/0003_auto_20150417_0634.py
silver/migrations/0004_auto_20150429_1731.py
silver/migrations/0005_auto_20150429_1732.py
silver/migrations/0006_auto_20150430_1457.py
silver/migrations/0007_auto_20150430_1549.py
silver/migrations/0008_auto_20150430_1804.py
silver/migrations/0009_auto_20150717_1428.py
silver/migrations/0031_auto_20170125_1343.py
silver/migrations/0032_auto_20170201_1342.py
silver/migrations/0033_auto_20170203_1540.py
silver/migrations/0034_auto_20170203_1644.py
silver/migrations/0035_auto_20170206_0941.py
silver/migrations/0036_auto_20170514_1627.py
silver/migrations/0037_auto_20170719_1159.py
silver/migrations/0038_auto_20170724_0708.py
silver/migrations/0039_auto_20170811_1101.py
silver/migrations/0040_auto_20170925_0646.py
silver/migrations/0041_auto_20170929_1045.py
silver/migrations/0042_compute_totals_in_document_view.py
silver/migrations/0043_auto_20171113_1048.py
silver/migrations/0044_auto_20171115_1809.py
silver/migrations/0045_auto_20180109_1418.py
silver/migrations/0046_auto_20180214_1148.py
silver/migrations/0047_auto_20180507_1319.py
silver/migrations/0048_auto_20180816_0409.py
silver/migrations/0049_auto_20181102_1303.py
silver/migrations/0050_auto_20190408_1301.py
silver/migrations/0051_auto_20190603_0755.py
silver/migrations/0052_billingdocumentbase_is_storno.py
silver/migrations/0053_auto_20191028_1254.py
silver/migrations/0054_auto_20210628_1125.py
silver/migrations/__init__.py
silver/models/__init__.py
silver/models/payment_methods.py
silver/models/plans.py
silver/models/product_codes.py
silver/models/subscriptions.py
silver/models/billing_entities/__init__.py
silver/models/billing_entities/base.py
silver/models/billing_entities/customer.py
silver/models/billing_entities/provider.py
silver/models/documents/__init__.py
silver/models/documents/base.py
silver/models/documents/entries.py
silver/models/documents/invoice.py
silver/models/documents/pdf.py
silver/models/documents/proforma.py
silver/models/transactions/__init__.py
silver/models/transactions/codes.py
silver/models/transactions/transaction.py
silver/payment_processors/__init__.py
silver/payment_processors/base.py
silver/payment_processors/forms.py
silver/payment_processors/manual.py
silver/payment_processors/mixins.py
silver/payment_processors/views.py
silver/static/css/skeleton.css
silver/static/font/OpenSans-Bold.ttf
silver/static/font/OpenSans-BoldItalic.ttf
silver/static/font/OpenSans-Italic.ttf
silver/static/font/OpenSans-Regular.ttf
silver/templates/admin/issue_all_customer_documents.html
silver/templates/admin/monthly_totals.html
silver/templates/billing_documents/document_pdf_base.html
silver/templates/billing_documents/entry_description.html
silver/templates/billing_documents/entry_unit.html
silver/templates/billing_documents/invoice_pdf.html
silver/templates/billing_documents/proforma_pdf.html
silver/templates/forms/transaction_form.html
silver/templates/transactions/complete_payment.html
silver/templates/transactions/expired_payment.html
silver/templatetags/__init__.py
silver/templatetags/dict_extras.py
silver/tests/.coveragerc
silver/tests/__init__.py
silver/tests/utils.py
silver/tests/admin/__init__.py
silver/tests/admin/test_invoice.py
silver/tests/admin/test_proforma.py
silver/tests/api/__init__.py
silver/tests/api/test_customer.py
silver/tests/api/test_documents.py
silver/tests/api/test_invoice.py
silver/tests/api/test_metered_feature.py
silver/tests/api/test_payment_method.py
silver/tests/api/test_payment_processors.py
silver/tests/api/test_payments.py
silver/tests/api/test_plan.py
silver/tests/api/test_proforma.py
silver/tests/api/test_provider.py
silver/tests/api/test_subscription.py
silver/tests/api/test_transactions.py
silver/tests/api/specs/__init__.py
silver/tests/api/specs/customer.py
silver/tests/api/specs/document_entry.py
silver/tests/api/specs/invoice.py
silver/tests/api/specs/metered_feature.py
silver/tests/api/specs/plan.py
silver/tests/api/specs/provider.py
silver/tests/api/specs/subscription.py
silver/tests/api/specs/transaction.py
silver/tests/api/specs/url.py
silver/tests/api/specs/utils.py
silver/tests/api/utils/__init__.py
silver/tests/api/utils/api_get_assert.py
silver/tests/api/utils/client.py
silver/tests/api/utils/path.py
silver/tests/commands/__init__.py
silver/tests/commands/test_execute_transactions.py
silver/tests/commands/test_generate_docs.py
silver/tests/commands/test_generate_docs_args.py
silver/tests/commands/test_update_transactions_status.py
silver/tests/integration/__init__.py
silver/tests/integration/test_documents_billing_logs.py
silver/tests/integration/test_documents_transactions.py
silver/tests/integration/test_transactions_payment_methods.py
silver/tests/tasks/__init__.py
silver/tests/tasks/test_generate_pdfs.py
silver/tests/unit/__init__.py
silver/tests/unit/test_invoice.py
silver/tests/unit/test_payment_method_serializer.py
silver/tests/unit/test_payments_util.py
silver/tests/unit/test_pdf.py
silver/tests/unit/test_proforma.py
silver/tests/unit/test_subscription.py
silver/utils/__init__.py
silver/utils/dates.py
silver/utils/decorators.py
silver/utils/international.py
silver/utils/models.py
silver/utils/payments.py
silver/utils/pdf.py
silver/utils/serializers.py
silver/vendors/__init__.py
silver/vendors/redis_server.py