896fa131f0
Moved color themes CSS sheets to own folder, nicer crispy form for selecting theme
2020-09-08 16:24:22 -05:00
10dd8fad80
Renamed Theme to ColorTheme, ColorTheme is now a per-user selection
2020-09-07 16:27:23 -05:00
2e5ec5d249
Theme change works but applies to all user
2020-09-07 15:15:51 -05:00
82903d2bd6
BOM display is now heirarchical
2020-08-18 21:01:22 +10:00
8cafaa0e62
Make barcode javascript translatable
2020-06-12 10:43:27 +10:00
503d5a41b1
Add global 'barcode-scan' button
2020-06-11 18:09:43 +10:00
290c0eb225
Add barcode javascript file
2020-06-11 09:56:59 +10:00
fe99e92bfc
Refactor table_filters javascript file to prevent loading on every single page
2020-05-16 21:02:25 +10:00
853ba825c0
Translation layer for bom.js
2020-05-02 22:07:24 +10:00
6c3dc2a25d
Translation layer for company.js
2020-05-02 22:01:40 +10:00
2c9b76575e
Add translation layer for order.js
2020-05-02 21:55:09 +10:00
23bd9afaf8
Add translation layer for build.js
2020-05-02 21:48:28 +10:00
24a816e9a2
More translations for part.js and stock.js
2020-05-02 21:43:07 +10:00
b1a642918c
Add translation layer for stock.js
2020-05-02 21:36:18 +10:00
5160165669
Add endpoint for dynamic javascript files
2020-05-02 21:19:34 +10:00
808a636484
Move "Company" view to new two-column template
2020-04-22 09:01:52 +10:00
0e55911a6b
Index page rendering is now a lot faster
...
- Hide some elements which are currently very expensive to compute
-
2020-04-13 22:07:14 +10:00
edfb19db13
Company table now in separate javascript file
...
(cherry picked from commit 95354f09da
)
2020-04-13 20:19:16 +10:00
a4e45eab13
Skeleton for AJAXified build table
2020-04-11 19:36:01 +10:00
c1b59eeaab
Render filter options as a template
...
- This allows the values to be seen by the translation layer
- Also means that whenever a new option is added, it will be automatically available to the front-end!
2020-04-11 13:24:23 +10:00
58636139af
Refactoring filtering code
2020-04-11 10:14:31 +10:00
e6f6a936e0
Can haz moar icons?
2020-04-06 20:24:45 +10:00
751937e0c2
Use InstanceName around the place
...
- Report in /api/ endpoint
- Display in About window
- Include in any generated barcode
2020-04-06 20:11:36 +10:00
b0c1999922
Include font-awesome scripts
2020-04-05 19:42:34 +10:00
cfd32db570
Include fontawesome icons
2020-04-05 19:34:48 +10:00
3e2a5263a5
Add stock information for top-level stock page
2019-09-27 09:59:14 +10:00
fc5682f565
Form is now fully transferred to a formview
2019-07-02 19:20:45 +10:00
65a8a30f87
Many improves of the slidies
2019-06-18 19:05:09 +10:00
b1c1015778
Add bootstrap-toggle
2019-06-18 18:38:03 +10:00
4be82a31ce
Remove rows from order form
2019-06-13 20:26:53 +10:00
ecde201bb0
Update to newest bootstrap-table script
2019-05-29 00:20:01 +10:00
4011d66b6f
Display sub-location information
2019-05-28 18:08:50 +10:00
4218cf8b45
Client-side grouping
...
- Cusomizations made to bootstrap-table-group-by.js
- Group by part name
- Display total stock count per group
- Only group if there are more than 1 item in the group
- Groups send checkbox signals through appropriately!
2019-05-28 17:21:29 +10:00
2e5b3bfdf9
Prevent multiple loads of part.js
2019-05-14 23:44:33 +10:00
d04f38c724
Improve CSS for main page
...
- Breadcrumb now appears above sidenav tree
- Better margin / etc
2019-05-09 22:23:43 +10:00
b9b17f39d9
Override page title for Stock app
2019-05-09 18:11:13 +10:00
b4b9d1514e
Mark 'inactive' parts in part list table
...
- Fix part display in search results page
2019-05-08 22:03:59 +10:00
6ac3f58e97
Added favicon
...
generated using https://www.favicon-generator.org/
2019-05-07 20:24:27 +10:00
eec0fc34d2
Provide function callback when file is dropped
...
- https://stackoverflow.com/questions/6756583/prevent-browser-from-loading-a-drag-and-dropped-file
-
2019-05-06 21:28:49 +10:00
dca26b5810
Change the display of the part thumbnail when dragging a file overhead
...
Refs:
- https://stackoverflow.com/questions/26756176/jquery-dragenter-or-dragover-to-include-children#26777526
- https://stackoverflow.com/questions/10867506/dragleave-of-parent-element-fires-when-dragging-over-children-elements
Thanks, StackOverflow!
2019-05-06 19:21:14 +10:00
b32a9ed597
Add 'About InvenTree' modal
...
- Accessible from the top-right dropdown menu
- Add InvenTree/version.py which contains helper functions
2019-05-04 11:23:30 +10:00
16dc5e2436
Reorganize script locations
...
- Delete script files that are no longer used
2019-04-17 19:03:28 +10:00
a4467fee21
Remove bootstrap-editable
...
- Revert to using modal django forms
2019-04-16 07:53:30 +10:00
bad46f85f4
Edit / delete / add BOM items
...
- Remove x-editable inline editing
- Uses only bootstrap-table and modal forms
- Hide the 'part' field in the bom item edit
2019-04-16 01:41:01 +10:00
264f189917
Add function to wrap a value in an in-line editable field
...
- Requires bootstrap-editable
2019-04-15 00:11:14 +10:00
dcf74292b6
Changed tracking into to datetime field
...
- Added moment.js for formatting dates
-
2018-05-10 21:13:36 +10:00
c5155d5ac7
Move modal JS file
...
- Loaded by base.
2018-05-08 19:40:29 +10:00
4f63d12837
Consolidated 'Part' app views
...
- Improved templating
- Part tree open/close status stored to session
2018-05-04 18:55:55 +10:00
389908c67a
Moved sidenav into block
2018-05-04 17:51:55 +10:00
9311164825
Using jquery-forms plugin
...
- Allows AJAX file uploads
- Works!
- Provides upload progress (not yet tested)
2018-05-03 23:37:19 +10:00