Oliver Walters
|
5afc3bfce2
|
Replace PurchaseOrderComplete form
|
2022-05-04 15:33:50 +10:00 |
|
Oliver Walters
|
62cd0f39c7
|
Replace the existing CancelPurchaseOrderForm with an API driven form
|
2022-05-04 15:14:14 +10:00 |
|
Oliver Walters
|
c7980a347e
|
Adds ability to add custom serializer context information to the OPTIONS endpoint
- Will be useful for constructing prettier forms with information about the endpoint
|
2022-05-04 15:06:02 +10:00 |
|
Oliver
|
b65a969433
|
Merge pull request #2928 from matmair/coverage-adaption
Increase coverage
|
2022-05-04 09:39:24 +10:00 |
|
Matthias
|
0900fe82dc
|
ignore coverage on reverse conversion
|
2022-05-03 20:11:41 +02:00 |
|
Oliver Walters
|
e7ddeb8173
|
PEP style fixes
|
2022-05-03 17:36:30 +10:00 |
|
Oliver Walters
|
96c5a8252c
|
remove dead code
|
2022-05-03 17:33:03 +10:00 |
|
Oliver Walters
|
141b764b94
|
Modal fixes
|
2022-05-03 14:01:25 +10:00 |
|
Oliver Walters
|
8cd8581dbf
|
fixes
|
2022-05-03 13:51:04 +10:00 |
|
Oliver Walters
|
1794f65d19
|
Button to submit each row individually
|
2022-05-03 13:44:28 +10:00 |
|
Matthias
|
87515b1b48
|
fix __str__ instance
|
2022-05-02 22:46:03 +02:00 |
|
Matthias
|
e7b189ba29
|
fix templates
|
2022-05-02 22:41:24 +02:00 |
|
Matthias
|
8f3899ffe6
|
move migrations
|
2022-05-02 22:10:50 +02:00 |
|
Matthias Mair
|
0c338cb2ae
|
Merge branch 'inventree:master' into matmair/issue2788
|
2022-05-02 21:50:57 +02:00 |
|
Oliver Walters
|
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 |
|
Matthias
|
de6507e918
|
update translation commands
|
2022-05-01 22:03:49 +02:00 |
|
Matthias
|
67ab45bdee
|
update depreciated paths
|
2022-05-01 22:00:18 +02:00 |
|
Matthias
|
d05472b30c
|
upgrade to pyhton 3.9 syntax
using pyupgrade
|
2022-05-01 21:53:12 +02:00 |
|
Matthias
|
58901a8cf6
|
fix migrations
|
2022-05-01 00:15:02 +02:00 |
|
Matthias
|
0c72fa180c
|
fix model backtrack
|
2022-05-01 00:09:17 +02:00 |
|
Matthias
|
132f4aa82e
|
Use set_null instead
|
2022-05-01 00:07:13 +02:00 |
|
Matthias
|
4180336705
|
comment out not used variable
|
2022-04-28 00:51:35 +02:00 |
|
Matthias
|
87aeed9ab3
|
disable broken test
|
2022-04-28 00:46:59 +02:00 |
|
Matthias
|
6319beb14e
|
only print if models found
|
2022-04-28 00:42:28 +02:00 |
|
Matthias
|
f1ee206c53
|
fix typo
|
2022-04-28 00:37:55 +02:00 |
|
Oliver Walters
|
b8ca7fb092
|
Merge remote-tracking branch 'inventree/master' into order-parts-wizard
# Conflicts:
# InvenTree/templates/js/translated/model_renderers.js
|
2022-04-26 21:22:31 +10:00 |
|
Matthias Mair
|
3e39f99ccb
|
Merge branch 'inventree:master' into matmair/issue2788
|
2022-04-19 18:24:15 +02:00 |
|
Matthias Mair
|
b3dca68c6b
|
Merge branch 'inventree:master' into matmair/issue2694
|
2022-04-19 18:24:12 +02:00 |
|
Oliver Walters
|
c7257a1bd3
|
build order
|
2022-04-10 20:03:40 +10:00 |
|
Oliver Walters
|
1c60d4e152
|
Refactor notes for "purchase order"
|
2022-04-10 19:55:32 +10:00 |
|
Oliver Walters
|
ed69f06620
|
Merge remote-tracking branch 'inventree/master' into order-parts-wizard
|
2022-04-07 18:54:00 +10:00 |
|
eeintech
|
ad366ef0bd
|
Fix part and po files import
|
2022-04-06 16:45:23 -04:00 |
|
Matthias
|
66e14b6ad0
|
move helper function to models.py
|
2022-04-02 00:01:38 +02:00 |
|
Matthias
|
57f9ef75e9
|
enable all functions for deleted company
|
2022-04-01 23:55:08 +02:00 |
|
Matthias
|
1d24f3586d
|
PEP fix
|
2022-03-30 01:35:21 +02:00 |
|
Matthias
|
e7f940810a
|
PEP style fix
|
2022-03-30 01:32:41 +02:00 |
|
Matthias
|
48441ea48e
|
add docstring
|
2022-03-30 01:32:29 +02:00 |
|
Matthias
|
aa30e62ad8
|
[BUG] Deleting a Customer Breaks Associated Sales Orders
Add special protected deleted company
Fixes #2788
|
2022-03-30 01:29:36 +02:00 |
|
Matthias
|
05cc34f573
|
add test for so
|
2022-03-29 22:54:15 +02:00 |
|
Matthias
|
03328088a2
|
add missing migrations
|
2022-03-29 00:03:19 +02:00 |
|
Matthias
|
1387709281
|
remove coverage from reverse action
|
2022-03-29 00:01:34 +02:00 |
|
Matthias
|
4cde888be6
|
fix docstrings
|
2022-03-28 23:59:50 +02:00 |
|
Matthias
|
5dcb84ec0f
|
stop adding blank part entries
|
2022-03-28 23:59:28 +02:00 |
|
Matthias
|
2bbad1d387
|
add unit test for migration
|
2022-03-28 23:52:26 +02:00 |
|
Matthias
|
760dafcdb2
|
use sub-context for migrations
|
2022-03-27 23:18:20 +02:00 |
|
Matthias
|
a724908423
|
remove blank line
|
2022-03-27 23:14:28 +02:00 |
|
Matthias
|
7a32f8edfc
|
add migration to convert items
|
2022-03-27 04:18:19 +02:00 |
|
Matthias
|
085a7c7d11
|
unify migrations
|
2022-03-27 03:16:49 +02:00 |
|
Matthias
|
a1a743513f
|
add context to extra lines
|
2022-03-27 01:55:55 +01:00 |
|
Matthias
|
68a02af9cd
|
finish renaming SO / PO
|
2022-03-27 01:41:16 +01:00 |
|