Matthias
616dd76f8a
refactor and doc
2021-05-18 11:10:01 +02:00
Matthias
e49256a218
fixed bug pointed out by @eeintech
2021-05-18 10:52:27 +02:00
Matthias
db9fd28276
preparing stuff for gen get_field_selection()
2021-05-18 10:48:29 +02:00
Matthias
64f8846e99
generalising for done()
2021-05-18 10:47:56 +02:00
Matthias
ad4902ea44
restucture
2021-05-18 10:19:35 +02:00
Matthias
cb0ef30eff
form overrides
2021-05-18 10:17:19 +02:00
Matthias
92f8bd36f1
inherited setup method
2021-05-18 01:55:47 +02:00
Matthias
eafaf92ae2
unified naming schema
2021-05-18 01:02:31 +02:00
Matthias
46723f42ca
Merge branch 'master' of https://github.com/inventree/InvenTree into part-import
2021-05-18 00:57:10 +02:00
Oliver
56fd8132c7
Merge pull request #1593 from SchrodingersGat/hide-purchase-price
...
Disable "purchase price" field for non-purchaseable parts
2021-05-17 20:45:06 +10:00
Oliver Walters
64c1503fe4
Disable "purchase price" field for non-purchaseable parts
2021-05-17 20:15:53 +10:00
Oliver
b3206f729e
Merge pull request #1591 from matmair/more-copy-info
...
More copy info
2021-05-17 08:52:27 +10:00
Matthias
508099e536
style fixing
2021-05-16 19:53:01 +02:00
Matthias
cfa6994302
docker-mode in stats
2021-05-16 18:20:32 +02:00
Matthias
ff9970f1cc
docker in version copy
2021-05-16 18:20:06 +02:00
Matthias
b2a912c770
docker-mode switch in settings and tags
2021-05-16 18:19:35 +02:00
Matthias
16b7d6c34d
database and debug info in version copy
2021-05-16 18:18:58 +02:00
Matthias
3a5b4ab74b
crispy forms for FileManagementFormView
2021-05-16 16:00:02 +02:00
Matthias
b9c73b1e60
simpler code
2021-05-16 15:58:35 +02:00
Matthias
8168db8061
implementation for part import
2021-05-16 15:57:57 +02:00
Matthias
90ae281387
adding in optional headers
2021-05-16 15:50:13 +02:00
Matthias
941ac25d53
style fixes
2021-05-15 08:45:01 +02:00
Matthias
27ed20c123
fix for wrong mapping
2021-05-15 08:36:08 +02:00
Matthias
6c2e18dd7a
part creation + alerts
2021-05-15 01:09:50 +02:00
Matthias
437e75c598
form functions
2021-05-15 01:09:29 +02:00
Matthias
f1f75b45cb
using messages for alerts
2021-05-15 01:02:25 +02:00
Matthias
888154e30b
added todo for cleaner implemention
2021-05-15 01:01:57 +02:00
Matthias
f136f90e12
config for all form-fields
2021-05-15 00:59:47 +02:00
Matthias
0c5fa57770
template tag for dict-reading
2021-05-15 00:58:03 +02:00
Matthias
4ae7debb2b
navigation
2021-05-15 00:57:38 +02:00
Matthias
8effdffe6f
templates and FileManagement config
2021-05-15 00:57:18 +02:00
Matthias
307a097ab4
adding in url
2021-05-15 00:56:14 +02:00
Oliver
980befe0fa
Merge pull request #1586 from nwns/feature/show_poline_items_in_admin
...
feat(admin): Show the line items on the PO on the Admin Site
2021-05-15 07:50:53 +10:00
Oliver
6f10195f8c
Merge pull request #1465 from nwns/feature/po_on_sales_order
...
Show PO for Stock Items on Sales Order Detail and stock
2021-05-15 07:49:59 +10:00
Nigel
30a2194fe1
feat(admin): Show the line items on the PO on the Admin Site
2021-05-14 13:24:13 -06:00
Oliver
310728ead4
Merge pull request #1583 from SchrodingersGat/server-info
...
Add debug mode and database backend as info to the "stats" dialog
2021-05-14 12:56:12 +10:00
Oliver Walters
7deea1ec00
Style fixes
2021-05-14 12:40:42 +10:00
Oliver Walters
f76bc5a7b8
Add debug mode and database backend as info to the "stats" dialog
2021-05-14 12:38:38 +10:00
Oliver
033aa29531
Merge pull request #1580 from matmair/BUG-copy
...
fixing bug from refactor
2021-05-14 07:50:33 +10:00
Oliver
4e6764f952
Merge pull request #1582 from eeintech/po_upload_duplicate_fix
...
Fixed duplicate check for PO file upload
2021-05-14 07:50:02 +10:00
Nigel
bca2f4a07b
feat(sales_order): Stock Items show the PO number
...
Stock items show the PO number that they were purchased on when being
viewed in the sales order allocation modal and when viewing the sales
order details.
2021-05-13 14:18:25 -06:00
eeintech
a64ab5956b
Removed leftover print
2021-05-13 16:07:57 -04:00
eeintech
22249206d2
Fixed duplicate check
2021-05-13 16:06:57 -04:00
Matthias
e382f2a57e
fixing bug from refactor
2021-05-13 15:46:27 +02:00
Oliver
a1fa3315b1
Merge pull request #1579 from SchrodingersGat/report-naming
...
Adds a "filename_template" field to reports
2021-05-13 14:03:30 +10:00
Oliver Walters
82a3d9ca96
Implements custom naming for generated labels
2021-05-13 13:40:40 +10:00
Oliver Walters
6de44a5921
Adds a "filename_template" field to reports
...
- Allows users to define the naming scheme for generated reports
- Templated, can use any context variable already available to the report instance
- Adds some more context variables to various reports
2021-05-13 13:23:51 +10:00
Oliver
8f6e14193a
Merge pull request #1576 from matmair/matmair/issue1574
...
copy-btn in all the places
2021-05-13 10:45:51 +10:00
Matthias
ba3f3108d7
missing translation
2021-05-13 00:21:42 +02:00
Matthias
5077419b68
fewer js-functions
2021-05-13 00:20:51 +02:00