Oliver
|
07f16d8891
|
Small improvements for build display
Working toward build management
|
2018-05-09 22:02:56 +10:00 |
|
Oliver
|
3f1c6e2059
|
Simplified modal calls
- Default modal target supplied (can be overridden in options)
|
2018-05-08 19:55:39 +10:00 |
|
Oliver
|
c5155d5ac7
|
Move modal JS file
- Loaded by base.
|
2018-05-08 19:40:29 +10:00 |
|
Oliver
|
a1eeeab64c
|
Build table now bootstrap-table'd
|
2018-05-04 01:39:20 +10:00 |
|
Oliver
|
211edb23bb
|
Removed footable
- Now using bootstrap-table
|
2018-05-02 22:22:43 +10:00 |
|
Oliver
|
7c3b1f9bb4
|
Function to test if enough parts for a build
|
2018-05-01 09:00:09 +10:00 |
|
Oliver
|
dad594dc7a
|
Tweaked build detail page
|
2018-05-01 08:55:51 +10:00 |
|
Oliver
|
d68b51e007
|
Add ability to move a stock item
|
2018-04-30 01:00:18 +10:00 |
|
Oliver
|
bee760d184
|
Deleted extraneous form code
|
2018-04-30 00:59:36 +10:00 |
|
Oliver
|
5185173639
|
Updates for build app
- Added 'allocate' page (empty thus far)
- Added 'cancel' button and view
|
2018-04-30 00:23:44 +10:00 |
|
Oliver
|
aca0d236ee
|
Javascript consolidation
|
2018-04-29 12:25:07 +10:00 |
|
Oliver
|
55310be393
|
Display part stock in build detail window
|
2018-04-28 23:32:03 +10:00 |
|
Oliver
|
095492203f
|
Simplified javascript templating
- Load js modules in block js_load
- Write $(document).ready script in block js_ready
- Write any other js in block_js
|
2018-04-28 12:45:12 +10:00 |
|
Oliver
|
7ebb723d15
|
Revert "Set initial value fields to disabled for some forms"
This reverts commit c1271367bd .
|
2018-04-28 12:19:50 +10:00 |
|
Oliver
|
c1271367bd
|
Set initial value fields to disabled for some forms
- Prevent user from changing certain fields
- Only when a form is launched from a particular view
|
2018-04-28 12:14:18 +10:00 |
|
Oliver
|
2e7253ebc4
|
Tweak javascript for category detail pages
|
2018-04-28 11:43:26 +10:00 |
|
Oliver
|
bc597d7c21
|
Style fixes
|
2018-04-28 01:16:47 +10:00 |
|
Oliver
|
0dcdce82f8
|
Modals dialogs for 'Build'
|
2018-04-28 01:06:42 +10:00 |
|
Oliver
|
08ed128bea
|
PEP style fixes
|
2018-04-23 21:18:35 +10:00 |
|
Oliver
|
4bedf0ed4c
|
Finally got migrations working together
|
2018-04-22 21:54:12 +10:00 |
|
Oliver
|
24f4c95060
|
Merge branch 'PO'
|
2018-04-18 01:17:07 +10:00 |
|
Oliver
|
d8d3509b5e
|
Changes 'notes' fields to be textfield - not charfield
|
2018-04-18 01:16:30 +10:00 |
|
Oliver
|
d00f9f74e4
|
Added details page for SupplierOrder
|
2018-04-18 01:13:42 +10:00 |
|
James Newlands
|
cd903112cc
|
Merge branch 'master' of https://github.com/inventree/InvenTree
# Conflicts:
# InvenTree/customer/templates/customer/order_index.html
|
2018-04-18 00:39:15 +10:00 |
|
James Newlands
|
5bb08053e0
|
Added table of orders and details for each order showing table of lines
|
2018-04-18 00:38:06 +10:00 |
|
Oliver
|
192f823b1a
|
PEP fixes (not all yet)
|
2018-04-18 00:03:42 +10:00 |
|
Oliver
|
81afd3a47d
|
Merge remote-tracking branch 'origin/customer_orders'
|
2018-04-17 23:18:08 +10:00 |
|
Oliver
|
291992ab7f
|
Added views and pages for Build model
- Edit / create
- View details
- View build index at /build/
|
2018-04-17 23:13:41 +10:00 |
|
James Newlands
|
f2dc7380c2
|
Merge in some migrations from master
|
2018-04-17 23:07:55 +10:00 |
|
James Newlands
|
45a14b4350
|
Merge branch 'master' into customer_orders
|
2018-04-17 23:06:41 +10:00 |
|
James Newlands
|
bc04ca3727
|
First rough pass at adding customer orders model and some views/templates/admin stuff for same
|
2018-04-17 23:05:22 +10:00 |
|
Oliver
|
0b40197cd2
|
Update 'Build'
- Part model now has active_builds and inactive_builds properties
-
|
2018-04-17 20:25:43 +10:00 |
|
Oliver
|
256f8eb924
|
Add 'batch' field to BuildOutput object
This 'batch' output will be copied to any parts produced as part of this build
|
2018-04-17 19:10:38 +10:00 |
|
Oliver
|
9dc41ba122
|
Fix requirements
>= rather than ==
|
2018-04-17 16:58:37 +10:00 |
|
Oliver
|
fa23767150
|
Added skeleton for 'build' app
|
2018-04-17 00:32:02 +10:00 |
|