CHANGES.rst
LICENSE
MANIFEST.in
NOTICE
README.rst
setup.py
doc/Makefile
doc/actions.png
doc/add-asset-model.png
doc/add-devices.png
doc/add-parts.png
doc/bulk-1.png
doc/bulk-2.png
doc/conf.py
doc/edit-device-status.png
doc/edit-device.png
doc/index.rst
doc/installation.rst
doc/make.bat
doc/overview.png
doc/quickstart.rst
doc/transitions.rst
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/app.py
src/ralph_assets/forms.py
src/ralph_assets/forms_import.py
src/ralph_assets/forms_sam.py
src/ralph_assets/forms_transitions.py
src/ralph_assets/history.py
src/ralph_assets/models.py
src/ralph_assets/models_assets.py
src/ralph_assets/models_history.py
src/ralph_assets/models_sam.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.py
src/ralph_assets/urls.py
src/ralph_assets/views.py
src/ralph_assets/views_import.py
src/ralph_assets/views_invoice_report.py
src/ralph_assets/views_sam.py
src/ralph_assets/views_transition.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/requires.txt
src/ralph_assets.egg-info/top_level.txt
src/ralph_assets/management/__init__.py
src/ralph_assets/management/commands/__init__.py
src/ralph_assets/management/commands/relations_report.py
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/__init__.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_licence.html
src/ralph_assets/templates/assets/add_part.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/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/search.html
src/ralph_assets/templates/assets/search_asset.html
src/ralph_assets/templates/assets/split_edit.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/templatetags/collapsed_form.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/tests/__init__.py
src/ralph_assets/tests/util.py
src/ralph_assets/tests/functional/__init__.py
src/ralph_assets/tests/functional/tests_bulkedit.py
src/ralph_assets/tests/functional/tests_crud.py
src/ralph_assets/tests/functional/tests_form_validation.py
src/ralph_assets/tests/functional/tests_history.py
src/ralph_assets/tests/functional/tests_multivalue_fields.py
src/ralph_assets/tests/functional/tests_search.py
src/ralph_assets/tests/functional/tests_view.py
src/ralph_assets/tests/unit/__init__.py
src/ralph_assets/tests/unit/tests_models.py
src/ralph_assets/tests/unit/tests_other.py