2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-05 23:08:48 +00:00

59 Commits

Author SHA1 Message Date
Oliver
7dce9f3f3b PEP fixes 2021-11-09 21:37:54 +11:00
Oliver
476d2545ad Remove old server-side view 2021-11-09 21:33:32 +11:00
Oliver
990b987692 Reload settings values "live" (without a page refresh) 2021-07-27 17:03:37 +10:00
449fc329c9 usersetting edit url 2021-07-22 23:45:34 +02:00
7ef87320a0 abstract edit 2021-07-22 23:44:25 +02:00
4f7edac213 back button 2021-06-06 17:43:16 +02:00
a2a2c61e31 refactor and fix rendering on error 2021-06-06 16:36:01 +02:00
7439f72ab1 hide error messagre on error 2021-06-06 16:33:19 +02:00
5e6919f14e hide error message 2021-06-06 16:32:46 +02:00
35451248c2 reseting modal on open 2021-06-06 15:25:56 +02:00
eeintech
74bd975a0b Revert back to form_list
Moved OrderMatchItemForm to forms.py
2021-06-04 13:41:07 -04:00
625d868a3f fix for form_list 2021-06-03 00:29:24 +02:00
fc9e1e6770 suggested changes @eeintech 2021-06-03 00:17:29 +02:00
3c384947b2 spaces cleanup 2021-06-02 00:26:30 +02:00
ee582a5490 fixes the problem reported by @eeintech ? 2021-06-02 00:21:01 +02:00
9d5b90190b style + merge fix 2021-05-26 13:18:07 +02:00
421b0a896d AjaxView for reuse of FormViews 2021-05-26 13:04:21 +02:00
002706849c enrich context with form if not set 2021-05-26 12:20:37 +02:00
64f8846e99 generalising for done() 2021-05-18 10:47:56 +02:00
cb0ef30eff form overrides 2021-05-18 10:17:19 +02:00
92f8bd36f1 inherited setup method 2021-05-18 01:55:47 +02:00
46723f42ca Merge branch 'master' of https://github.com/inventree/InvenTree into part-import 2021-05-18 00:57:10 +02:00
508099e536 style fixing 2021-05-16 19:53:01 +02:00
3a5b4ab74b crispy forms for FileManagementFormView 2021-05-16 16:00:02 +02: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
eeintech
e9c4ce8c5f Added support for reference and notes fields 2021-05-11 17:11:09 -04:00
eeintech
a093118856 Few more fixes 2021-05-11 11:02:54 -04:00
eeintech
10eb69caf9 Merge branch 'master' of github.com:inventree/InvenTree into multi_part_forms 2021-05-11 10:22:34 -04:00
eeintech
c9e77edf04 Almost there? 2021-05-10 17:31:29 -04:00
eeintech
f0932040ee Fixed form validation for previous step, hide tab depending on order status, added purchase_price field 2021-05-10 11:42:22 -04:00
f931ba405b style fixes 2021-05-08 21:08:12 +02:00
89e0856824 fix for deleting items
in step 2 not working in step 3
2021-05-08 21:05:02 +02:00
e6372fd600 added translations 2021-05-08 20:54:23 +02:00
a0d9bf692e simpler code - same function 2021-05-08 20:53:26 +02:00
eeintech
ceccdf3909 Now creating PurchaseOrderLineItem instances! 2021-05-07 18:00:30 -04:00
eeintech
fbf24621f3 Getting there... 2021-05-07 16:46:10 -04:00
eeintech
6e269ae41a Now displaying item match table 2021-05-07 13:23:10 -04:00
eeintech
4f942fd9f7 Working towards item match form 2021-05-06 17:07:22 -04:00
eeintech
e31452a6ad Match field step is now managed through form 2021-05-06 16:05:58 -04:00
f2b0717d10 removes all lines consisting only of spaces
this really bothers me for some reason - nothing technical
2021-05-06 12:11:38 +02:00
eeintech
b4342d6203 Fixed templates, not sure why can't keep FileManager across forms... and also need to save form data 2021-05-04 17:35:27 -04:00
eeintech
64fb492b97 Added match parts step, need to process fields data 2021-05-04 14:45:52 -04:00
eeintech
7cdf0af04a Added upload file step 2021-05-04 12:20:57 -04:00
eeintech
373898d43e Added step description and crispy form tag 2021-05-04 10:28:00 -04:00
eeintech
b847604f15 Started implementation of multi-step form for purchase order file uplod 2021-05-03 17:30:33 -04:00
efd14fca64 made translation lazy 2021-04-04 22:47:01 +02:00
Oliver Walters
01ff562dcd Extra unit testing for settings forms / views 2020-11-13 11:50:58 +11:00
Oliver Walters
4dff18e4a6 Remove common_currency model entirely
- A lot of views / pages / etc needed to be updated too
- Now uses django-money fields entirely
- Create a manual rate exchange backend (needs more work!)
2020-11-11 00:21:06 +11:00
Oliver Walters
978fd7c683 Implement default currency selection
- Add 'choices' option to InvenTreeSetting class
- Add support for ChoiceField in InvenTreeSetting form
2020-11-10 17:08:08 +11:00