InvenTree/InvenTree/common
Oliver eccd3be150
Client side currency conversion (#4293)
* Automatically update exchange rates when base currency is updated

* Adds API endpoint with currency exchange information

* Add unit testing for new endpoint

* Implement javascript code for client-side conversion

* Adds helper function for calculating total price of a dataset

* javascript cleanup

* Add functionality to sales order tables

* JS linting

* Update API version

* Prevent auto currency updates under certain conditions
2023-02-02 22:47:35 +11:00
..
fixtures fix endline 2022-05-20 13:35:07 +02:00
migrations [FR] Add last updated column for supplier parts (#4214) 2023-01-25 12:18:52 +11:00
__init__.py startapp common 2019-09-03 08:30:14 +10:00
admin.py Add news reader (#3445) 2022-11-10 12:20:06 +11:00
api.py Client side currency conversion (#4293) 2023-02-02 22:47:35 +11:00
apps.py Prevent write of SERVER_RESTART_REQUIRED setting when importing dataset (#3249) 2022-06-24 20:42:55 +10:00
files.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
forms.py Remove SettingEditForm (#3964) 2022-11-19 23:10:02 +11:00
models.py Client side currency conversion (#4293) 2023-02-02 22:47:35 +11:00
notifications.py [FR] Slack notifications & notification method updates (#4114) 2023-01-01 09:20:55 +11:00
serializers.py [FR] Simplify / optimize setting loading (#4152) 2023-01-07 23:24:20 +11:00
settings.py Setting caching (#3178) 2022-06-12 10:56:16 +10:00
tasks.py Improvements for docker / gunicorn (#4031) 2022-12-08 23:06:02 +11:00
test_notifications.py Adds callback for creation of an error log (#3136) 2022-06-06 15:21:31 +10:00
test_tasks.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Client side currency conversion (#4293) 2023-02-02 22:47:35 +11:00
urls.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
views.py Switch to pathlib (#3392) 2022-07-27 10:42:34 +10:00