CHANGES.rst
LICENSE
MANIFEST.in
NOTICE
README.rst
setup.py
doc/Makefile
doc/changes.rst
doc/conf.py
doc/configuration.rst
doc/history.rst
doc/index.rst
doc/installation.rst
doc/make.bat
doc/quickstart.rst
doc/regions.rst
doc/signals.rst
doc/transitions.rst
doc/images/add-data-center-asset-form.png
doc/images/add_licence.png
doc/images/add_support.png
doc/images/asset_add_device.png
doc/images/asset_add_part.png
doc/images/bulk-1.png
doc/images/bulk-2.png
doc/images/edit-device-status.png
doc/images/edit-device.png
doc/images/overview.png
doc/images/reports_multilanguage.png
doc/images/user_page.png
doc/images/regions/add-new-region.png
doc/images/regions/assign-region-to-asset.png
doc/images/regions/assign-region-to-user.png
doc/theme/bs/layout.html
doc/theme/bs/theme.conf
doc/theme/bs/static/bs.css
doc/theme/bs/static/jquery.js
doc/theme/bs/static/restyle.js
doc/theme/bs/static/bootstrap/css/bootstrap-responsive.css
doc/theme/bs/static/bootstrap/css/bootstrap-responsive.min.css
doc/theme/bs/static/bootstrap/css/bootstrap.css
doc/theme/bs/static/bootstrap/css/bootstrap.min.css
doc/theme/bs/static/bootstrap/img/glyphicons-halflings-white.png
doc/theme/bs/static/bootstrap/img/glyphicons-halflings.png
doc/theme/bs/static/bootstrap/js/bootstrap.js
doc/theme/bs/static/bootstrap/js/bootstrap.min.js
src/ralph_assets/__init__.py
src/ralph_assets/admin.py
src/ralph_assets/api.py
src/ralph_assets/api_pricing.py
src/ralph_assets/api_ralph.py
src/ralph_assets/api_scrooge.py
src/ralph_assets/app.py
src/ralph_assets/exceptions.py
src/ralph_assets/forms.py
src/ralph_assets/forms_import.py
src/ralph_assets/forms_support.py
src/ralph_assets/forms_transitions.py
src/ralph_assets/forms_utils.py
src/ralph_assets/menu.py
src/ralph_assets/models.py
src/ralph_assets/models_assets.py
src/ralph_assets/models_dc_assets.py
src/ralph_assets/models_signals.py
src/ralph_assets/models_support.py
src/ralph_assets/models_transition.py
src/ralph_assets/models_util.py
src/ralph_assets/others.py
src/ralph_assets/routers.py
src/ralph_assets/settings-test-assets.py
src/ralph_assets/settings.py
src/ralph_assets/signals.py
src/ralph_assets/urls.py
src/ralph_assets/utils.py
src/ralph_assets/widgets.py
src/ralph_assets.egg-info/PKG-INFO
src/ralph_assets.egg-info/SOURCES.txt
src/ralph_assets.egg-info/dependency_links.txt
src/ralph_assets.egg-info/entry_points.txt
src/ralph_assets.egg-info/not-zip-safe
src/ralph_assets.egg-info/pbr.json
src/ralph_assets.egg-info/requires.txt
src/ralph_assets.egg-info/top_level.txt
src/ralph_assets/fixtures/initial_data.json
src/ralph_assets/history/__init__.py
src/ralph_assets/history/models.py
src/ralph_assets/history/receivers.py
src/ralph_assets/history/urls.py
src/ralph_assets/history/utils.py
src/ralph_assets/history/views.py
src/ralph_assets/licences/__init__.py
src/ralph_assets/licences/forms.py
src/ralph_assets/licences/models.py
src/ralph_assets/licences/urls.py
src/ralph_assets/licences/views.py
src/ralph_assets/management/__init__.py
src/ralph_assets/management/commands/__init__.py
src/ralph_assets/management/commands/relations_report.py
src/ralph_assets/media/assets/css/mobile.css
src/ralph_assets/media/assets/css/style.css
src/ralph_assets/media/assets/js/assets.js
src/ralph_assets/media/assets/js/fill-fields.js
src/ralph_assets/media/assets/js/mobile.js
src/ralph_assets/media/assets/js/split.js
src/ralph_assets/media/assets/js/theme-textmate.js
src/ralph_assets/migrations/0001_initial.py
src/ralph_assets/migrations/0002_merge_size_and_uheight.py
src/ralph_assets/migrations/0003_auto__del_field_deviceinfo_size.py
src/ralph_assets/migrations/0004_auto__add_field_assetcategory_is_blade.py
src/ralph_assets/migrations/0005_auto__add_field_asset_force_deprecation.py
src/ralph_assets/migrations/0006_auto__add_field_asset_production_year.py
src/ralph_assets/migrations/0007_deprecation_rate_not_null.py
src/ralph_assets/migrations/0008_auto__add_field_assetmodel_category__add_field_assetmodel_power_consum.py
src/ralph_assets/migrations/0009_auto__add_field_assetmodel_cores_count__chg_field_assetmodel_height_of.py
src/ralph_assets/migrations/0010_auto__add_assetowner__add_licence__add_softwarecategory__add_licencety.py
src/ralph_assets/migrations/0011_auto__add_field_assetcategory_slug.py
src/ralph_assets/migrations/0012_auto__add_transitionshistory__add_attachment__add_coaoemos__add_action.py
src/ralph_assets/migrations/0013_auto__del_unique_assetmodel_name.py
src/ralph_assets/migrations/0014_auto__add_field_licence_remarks__add_field_licence_service_name__chg_f.py
src/ralph_assets/migrations/0015_auto__add_supporttype__add_assetlasthostname__add_unique_assetlasthost.py
src/ralph_assets/migrations/0016_auto__chg_field_transitionshistory_uid__chg_field_transitionshistory_a.py
src/ralph_assets/migrations/0017_auto__del_assethistorychange__del_licencehistorychange__del_supporthis.py
src/ralph_assets/migrations/0018_auto__add_licenceasset__add_unique_licenceasset_licence_asset__add_lic.py
src/ralph_assets/migrations/0019_auto__add_reportodtsourcelanguage__del_field_reportodtsource_template.py
src/ralph_assets/migrations/0020_auto__add_accessory__add_rackaccessory__add_reportodtsourcelanguage__a.py
src/ralph_assets/migrations/0021_auto__add_field_licence_deleted.py
src/ralph_assets/migrations/0022_auto__add_field_asset_purchase_order.py
src/ralph_assets/migrations/0023_auto__chg_field_assetlasthostname_counter.py
src/ralph_assets/migrations/0024_auto__del_field_assetmodel_visualization_layout__add_field_assetmodel_.py
src/ralph_assets/migrations/__init__.py
src/ralph_assets/rest/__init__.py
src/ralph_assets/rest/asset_info_per_rack.py
src/ralph_assets/rest/data_centers_racks.py
src/ralph_assets/rest/urls.py
src/ralph_assets/rest/serializers/__init__.py
src/ralph_assets/rest/serializers/models_dc_asssets.py
src/ralph_assets/templates/assets/add_assets.html
src/ralph_assets/templates/assets/add_attachment.html
src/ralph_assets/templates/assets/add_device.html
src/ralph_assets/templates/assets/add_part.html
src/ralph_assets/templates/assets/add_support.html
src/ralph_assets/templates/assets/attachment_deletion.html
src/ralph_assets/templates/assets/attachment_table.html
src/ralph_assets/templates/assets/back_office_search.html
src/ralph_assets/templates/assets/base.html
src/ralph_assets/templates/assets/bulk_edit.html
src/ralph_assets/templates/assets/data_center_location.html
src/ralph_assets/templates/assets/djid_view.html
src/ralph_assets/templates/assets/edit_device.html
src/ralph_assets/templates/assets/edit_part.html
src/ralph_assets/templates/assets/history.html
src/ralph_assets/templates/assets/import_problem_change_form.html
src/ralph_assets/templates/assets/licence_list.html
src/ralph_assets/templates/assets/report_detail.html
src/ralph_assets/templates/assets/report_list.html
src/ralph_assets/templates/assets/report_relations.html
src/ralph_assets/templates/assets/report_tree.html
src/ralph_assets/templates/assets/search.html
src/ralph_assets/templates/assets/search_asset.html
src/ralph_assets/templates/assets/split_edit.html
src/ralph_assets/templates/assets/support_list.html
src/ralph_assets/templates/assets/transitions.html
src/ralph_assets/templates/assets/user_details.html
src/ralph_assets/templates/assets/user_edit.html
src/ralph_assets/templates/assets/user_list.html
src/ralph_assets/templates/assets/xls_upload_wizard.html
src/ralph_assets/templates/assets/xls_upload_wizard_done.html
src/ralph_assets/templates/assets/ajax_template/multi_form_row.html
src/ralph_assets/templates/assets/history/history_for_model.html
src/ralph_assets/templates/assets/licences/add.html
src/ralph_assets/templates/assets/licences/object_connections.html
src/ralph_assets/templates/assets/licences/tabs.html
src/ralph_assets/templates/assets/templatetags/collapsed_form.html
src/ralph_assets/templates/assets/templatetags/data_center_links.html
src/ralph_assets/templates/assets/templatetags/mode_switch.html
src/ralph_assets/templates/assets/templatetags/multi_assign_form.html
src/ralph_assets/templates/assets/templatetags/multi_assign_widget.html
src/ralph_assets/templates/assets/templatetags/object_list_search.html
src/ralph_assets/templates/assets/templatetags/short_history.html
src/ralph_assets/templates/assets/templatetags/transition_button.html
src/ralph_assets/templates/assets/templatetags/transition_history.html
src/ralph_assets/templatetags/__init__.py
src/ralph_assets/templatetags/assets.py
src/ralph_assets/templatetags/history_tags.py
src/ralph_assets/tests/__init__.py
src/ralph_assets/tests/util.py
src/ralph_assets/tests/functional/__init__.py
src/ralph_assets/tests/functional/tests_admin_panel.py
src/ralph_assets/tests/functional/tests_bulkedit.py
src/ralph_assets/tests/functional/tests_data_importer.py
src/ralph_assets/tests/functional/tests_dependency.py
src/ralph_assets/tests/functional/tests_form_validation.py
src/ralph_assets/tests/functional/tests_history.py
src/ralph_assets/tests/functional/tests_invoice.py
src/ralph_assets/tests/functional/tests_lookups.py
src/ralph_assets/tests/functional/tests_multivalue_fields.py
src/ralph_assets/tests/functional/tests_perms.py
src/ralph_assets/tests/functional/tests_reports.py
src/ralph_assets/tests/functional/tests_search.py
src/ralph_assets/tests/functional/tests_transitions.py
src/ralph_assets/tests/functional/tests_user.py
src/ralph_assets/tests/functional/tests_view.py
src/ralph_assets/tests/unit/__init__.py
src/ralph_assets/tests/unit/test_admin_panel.py
src/ralph_assets/tests/unit/test_api_ralph.py
src/ralph_assets/tests/unit/test_api_scrooge.py
src/ralph_assets/tests/unit/test_models_signals.py
src/ralph_assets/tests/unit/test_regions.py
src/ralph_assets/tests/unit/test_rest_asset_info_per_rack.py
src/ralph_assets/tests/unit/tests_history.py
src/ralph_assets/tests/unit/tests_models.py
src/ralph_assets/tests/unit/tests_other.py
src/ralph_assets/tests/utils/__init__.py
src/ralph_assets/tests/utils/assets.py
src/ralph_assets/tests/utils/licences.py
src/ralph_assets/tests/utils/supports.py
src/ralph_assets/tests/utils/transitions.py
src/ralph_assets/views/__init__.py
src/ralph_assets/views/ajax.py
src/ralph_assets/views/asset.py
src/ralph_assets/views/attachment.py
src/ralph_assets/views/base.py
src/ralph_assets/views/data_import.py
src/ralph_assets/views/device.py
src/ralph_assets/views/invoice_report.py
src/ralph_assets/views/part.py
src/ralph_assets/views/report.py
src/ralph_assets/views/search.py
src/ralph_assets/views/support.py
src/ralph_assets/views/transition.py
src/ralph_assets/views/user.py
src/ralph_assets/views/utils.py