2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00
Commit Graph

16202 Commits

Author SHA1 Message Date
56e0b5f98d Add as superuser 2022-03-01 12:31:56 +01:00
a500e8cf54 Fix typo 2022-03-01 12:28:31 +01:00
484a53ff8e Update apps.py
Update env names
2022-03-01 12:26:16 +01:00
2f4cae4c9d Update config_template.yaml
Change name for config name
2022-03-01 12:25:04 +01:00
5cc214dfbc Update settings.py
Add comment to explain usage
2022-03-01 12:23:17 +01:00
dfd6684699 Add incoming stock for build orders 2022-03-01 17:31:26 +11:00
8f7164d5cd Add information for outgoing stock (sales orders) 2022-03-01 17:24:09 +11:00
37ac8f6517 Display scheduled incoming stock for purchase orders 2022-03-01 17:13:47 +11:00
a278e52443 Merge branch 'master' into scheduling 2022-03-01 16:50:57 +11:00
a30e478412 Merge pull request #2685 from SchrodingersGat/date-format
Adds a user-configurable setting to configure how dates are displayed
2022-03-01 08:45:30 +11:00
1393e38eec Adds date rendering to new target_date fields 2022-03-01 08:23:52 +11:00
abbd087a66 Merge pull request #2688 from SchrodingersGat/custom-admin-url
Custom admin url
2022-03-01 08:21:31 +11:00
5d37ce9175 Merge remote-tracking branch 'inventree/master' into date-format 2022-03-01 08:18:24 +11:00
c4d462b0b4 Merge pull request #2684 from SchrodingersGat/po-target-date
Order target date improvements
2022-03-01 08:17:54 +11:00
12c4296261 add special env testing flag 2022-02-28 21:08:27 +01:00
737d397705 PEP fix 2022-02-28 20:44:13 +01:00
4e898d5eac fix test transactions 2022-02-28 20:42:20 +01:00
3b1bfddd8b also expect IntegrationsPluginError 2022-02-28 20:33:36 +01:00
d6a42d64d8 make docs clearer 2022-02-28 20:33:10 +01:00
23531e0a5d remove dead code 2022-02-28 20:29:45 +01:00
ad81439140 add testss for user creation 2022-02-28 20:29:04 +01:00
7d9edaea8b add docstrings 2022-02-28 19:43:00 +01:00
63977d47ce only test once 2022-02-28 19:41:23 +01:00
9552482471 fix initial checks 2022-02-28 19:38:14 +01:00
ac2d54a150 catch uniqueness 2022-02-28 19:29:54 +01:00
28012a3cea only add once 2022-02-28 19:19:10 +01:00
a426742567 [FR] Non-interactive, environment variable based set-up in Docker deployments
Fixes #2501
2022-02-28 19:08:52 +01:00
ed5c23fcea Add template defaults 2022-02-28 18:50:16 +01:00
f3e7af3cc3 Merge pull request #2686 from SchrodingersGat/po-receive-serials
Po receive serials
2022-03-01 00:58:44 +11:00
d25e3dba20 Merge pull request #2687 from SchrodingersGat/create-and-continue
Create and continue
2022-03-01 00:58:27 +11:00
9d3f6ea418 PEP fix 2022-03-01 00:58:20 +11:00
b2e0241b12 Adds option to "obfuscate" the admin URL
- By default, uses '/admin/'
- Can be set in config yaml file
- Can be set by environment variable
2022-03-01 00:57:53 +11:00
63d052e1ca Fixes for unit tests
- Prioritize "integer" values when extracting serial numbers
2022-03-01 00:37:27 +11:00
42a75863fe Adds a "persist" option for modal forms 2022-03-01 00:25:14 +11:00
7170e16ae7 Adds ability to display "success" messages inside a persistant modal dialog 2022-03-01 00:05:30 +11:00
9f5618a51f Adds option to reload a form after success, rather than dismissing it 2022-02-28 23:57:28 +11:00
0eba6f2476 Prevent operations on null dates 2022-02-28 23:39:11 +11:00
7ad9f8852e PEP fix 2022-02-28 23:31:48 +11:00
615a954e09 Refactor UI for adding batch code and serial numbers 2022-02-28 23:31:23 +11:00
fdc2cae6ba Fix some existing problems with the extract_serial_numbers helper function
- Serial numbers don't really have to be "numbers"
- Allow any text value once other higher-level checks have been performed
2022-02-28 23:31:12 +11:00
421db61f21 Adding unit testing for new features 2022-02-28 23:09:57 +11:00
9e0120599f Adds front-end javascript code to implement new serializer features 2022-02-28 22:48:15 +11:00
73484192a5 Add "batch code" and "serial numbers" serializer fields when receiving stock items against a purchase order 2022-02-28 22:47:41 +11:00
7d19b21dff JS linting 2022-02-28 19:22:22 +11:00
50a32a13f0 PEP style fixes 2022-02-28 19:15:12 +11:00
fd02f1b761 Add option for display of "time" in addition to date 2022-02-28 19:14:20 +11:00
b00ae67d68 Pass dates in templates through the new template tag 2022-02-28 19:10:33 +11:00
08946a411a Created template tag which renders date in templates based on user preference 2022-02-28 19:07:46 +11:00
040f1805e0 Pass dates displayed in front-end tables through the date formatter 2022-02-28 16:13:08 +11:00
c720c75b79 Adds javascript function for rendering a date according to user preference 2022-02-28 16:10:16 +11:00