2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00
Commit Graph

12100 Commits

Author SHA1 Message Date
1158b81b8b Merge pull request #2926 from SchrodingersGat/event-generation
Use the tablename when generating automatic model events
2022-05-03 15:38:31 +10:00
bac5a16491 JS linting fxies 2022-05-03 14:28:41 +10:00
141b764b94 Modal fixes 2022-05-03 14:01:25 +10:00
8cd8581dbf fixes 2022-05-03 13:51:04 +10:00
1794f65d19 Button to submit each row individually 2022-05-03 13:44:28 +10:00
d69b5811b1 Improved javascript log / warn / error messages 2022-05-03 12:00:28 +10:00
4732efb330 Fix callbacks for adding new supplier part and/or purchase order "inline" 2022-05-03 11:42:13 +10:00
f1d8bf71b7 Use the tablename when generating automatic model events 2022-05-03 10:18:11 +10:00
87515b1b48 fix __str__ instance 2022-05-02 22:46:03 +02:00
e7b189ba29 fix templates 2022-05-02 22:41:24 +02:00
8f3899ffe6 move migrations 2022-05-02 22:10:50 +02:00
0c338cb2ae Merge branch 'inventree:master' into matmair/issue2788 2022-05-02 21:50:57 +02:00
4125803e6d Merge branch 'inventree:master' into matmair/issue2385 2022-05-02 21:50:52 +02:00
e87a02638e Merge remote-tracking branch 'inventree/master' into order-parts-wizard
# Conflicts:
#	InvenTree/order/serializers.py
#	InvenTree/templates/js/translated/model_renderers.js
2022-05-02 16:11:11 +10:00
18080f329b Remove compiled .mo files from tracking 2022-05-02 10:52:30 +10:00
194d72e63e updated translation base (#2914)
* updated translation base

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

* Fix: New translations django.po from Crowdin

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-05-02 10:31:31 +10:00
e418a54c25 PEP fix 2022-05-01 21:48:45 +00:00
8490589fa9 check for only unique methods to be added 2022-05-01 21:46:31 +00:00
96e6752324 remove double import 2022-05-01 22:13:35 +02:00
e7a0cf7342 fix old url() usage 2022-05-01 22:04:37 +02:00
de6507e918 update translation commands 2022-05-01 22:03:49 +02:00
67ab45bdee update depreciated paths 2022-05-01 22:00:18 +02:00
d05472b30c upgrade to pyhton 3.9 syntax
using pyupgrade
2022-05-01 21:53:12 +02:00
cc42977233 Merge pull request #2910 from SchrodingersGat/translation-ci
Translation CI
2022-05-01 23:19:58 +10:00
526571c062 Prevent recursion 2022-05-01 22:50:56 +10:00
e3c3ed28da PEP fixes 2022-05-01 22:46:50 +10:00
0a3613476c Fix empty translation string 2022-05-01 22:34:03 +10:00
d72efc3757 Small tweaks
- Factor out native_value property (not needed!)
- PEP fixes
2022-05-01 22:30:24 +10:00
f794d91e5c Adds more unit tests for global settings objects 2022-05-01 22:26:51 +10:00
0f8f9f3e5e Add unit test for integer settings with validator 2022-05-01 22:21:57 +10:00
f972551246 Add unit test for multiple-choice setting type 2022-05-01 22:07:16 +10:00
eabe082f0a Add unit tests for boolean user settings (via the API) 2022-05-01 20:23:50 +10:00
75fa0bed26 Render "native value" in serializer 2022-05-01 20:13:58 +10:00
5d4972d981 Convert settings to 'native' values before running callable valiators 2022-05-01 19:46:17 +10:00
3777686c92 503 page was missing inventree_extras
(cherry picked from commit 1a8fd7878ea253f7cdfd50f54850827e634fcb0f)
2022-05-01 19:44:52 +10:00
433ecdb2c3 Merge pull request #2714 from matmair/matmair/issue2694
[FR] Add delivery cost (excluding unit cost that already exists) in PO
2022-05-01 10:28:47 +10:00
93a05491ce PEP fix 2022-05-01 00:17:07 +02:00
58901a8cf6 fix migrations 2022-05-01 00:15:02 +02:00
0c72fa180c fix model backtrack 2022-05-01 00:09:17 +02:00
9947cc2b08 remove old permissionset 2022-05-01 00:07:37 +02:00
132f4aa82e Use set_null instead 2022-05-01 00:07:13 +02:00
b8399e4887 Increment number of JS files in test_js_load 2022-04-30 21:56:05 +02:00
c7692475a8 Add onBarcodeScanClicked() to exported functions 2022-04-30 21:28:55 +02:00
c18579088a Merge branch 'inventree:master' into matmair/issue2385 2022-04-30 19:53:32 +02:00
71a0d8159e Merge branch 'inventree:master' into matmair/issue2788 2022-04-30 19:53:10 +02:00
e75daec695 Merge branch 'inventree:master' into matmair/issue2694 2022-04-30 19:50:25 +02:00
84bfb0a827 One more try to pass JS checks... 2022-04-30 12:33:44 +02:00
51152eee53 More JS style fixes 2022-04-30 12:22:10 +02:00
b37bb3eb3e Fix JS styling 2022-04-30 12:14:13 +02:00
8b279edee0 Merge branch 'master' into feat-qr-scanner 2022-04-30 11:57:09 +02:00