Oliver
|
f9138f4997
|
Item stocktake form
|
2018-04-30 21:03:25 +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
|
f74e176579
|
JSON api for stock items
|
2018-04-29 21:02:40 +10:00 |
|
Oliver
|
3403af18c8
|
Trackable items must have serial number set
|
2018-04-29 17:06:22 +10:00 |
|
Oliver
|
feb45513f7
|
Prevent serial number for stock item with quantity > 1
|
2018-04-29 13:20:02 +10:00 |
|
Oliver
|
8d0789c37c
|
Implemented tree view
Using library bootstrap-treeview
- part category tree
- stock location tree
- Currenly is functional but looks terrible
|
2018-04-28 23:22:12 +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 c1271367bd047c4e8ea5f80297a8a204bdb7eff6.
|
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
|
bc597d7c21
|
Style fixes
|
2018-04-28 01:16:47 +10:00 |
|
Oliver
|
1df42b2397
|
Sanity checking for StockItem
- If a SupplierPart is selected, it must point to the same Part type as the Part field!
|
2018-04-28 00:06:39 +10:00 |
|
Oliver
|
4d6e2aca2c
|
Modal forms for stock app
|
2018-04-27 22:59:08 +10:00 |
|
|
28e6d50f08
|
Check for null StockItem location
|
2018-04-27 09:33:05 +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
|
cef3c664f9
|
Moving 'supplier' to 'company'
|
2018-04-19 09:01:25 +10:00 |
|
Oliver
|
3bb434ae98
|
Migration fix
|
2018-04-19 09:01:20 +10:00 |
|
Oliver
|
433f670e1c
|
Removed 'customer' app
|
2018-04-19 09:01:17 +10:00 |
|
Oliver
|
f1357cfb7c
|
Adde 'system' Field to StockItemTracking
|
2018-04-18 08:44:08 +10:00 |
|
Oliver
|
a4621295a6
|
Fixed spash page for customer index
Added 'notes' field to Part object
|
2018-04-18 01:44:55 +10:00 |
|
Oliver
|
d8d3509b5e
|
Changes 'notes' fields to be textfield - not charfield
|
2018-04-18 01:16:30 +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
|
3f33a921ae
|
Renamed URLs for /customer/
|
2018-04-17 23:56:25 +10:00 |
|
Oliver
|
8856d7f793
|
Renamed 'customer-order' app to 'customer'
- This app should manage more than just orders
- Moved the 'Customer' model into this app
|
2018-04-17 23:39:53 +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
|
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
|
982803a0a7
|
Updated Part model
- Added 'default_location'
- Added 'default_supplier'
|
2018-04-17 18:23:39 +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 |
|
Oliver
|
86b3092b5e
|
Change action on deleting top-level stock location
|
2018-04-16 23:29:11 +10:00 |
|
Oliver
|
937470750b
|
Added helper functions, improved UI
|
2018-04-16 23:26:02 +10:00 |
|
Oliver
|
a67d5b58db
|
UI improvements
|
2018-04-16 23:09:45 +10:00 |
|
Oliver
|
b6b4189c49
|
UI tweaks
|
2018-04-16 22:23:29 +10:00 |
|
Oliver
|
202a8e65b9
|
Added URL field to stock item
|
2018-04-16 21:07:57 +10:00 |
|
Oliver
|
9191d1ae21
|
PEP fixes
|
2018-04-16 20:46:21 +10:00 |
|
Oliver
|
09b357976d
|
Admin for part tracking
- Added 'has_tracking_info' function for StockItem
|
2018-04-16 20:17:58 +10:00 |
|
Oliver
|
76ee150ca4
|
Moved tracking information to StockItem
|
2018-04-16 20:08:04 +10:00 |
|
Oliver
|
a91ff58d84
|
Flakey
Fixing python style errors
|
2018-04-16 01:02:17 +10:00 |
|
Oliver
|
8e6de1b832
|
Add pages for part tracking
- Edit / Delete / Create tracking info
- Improvements to many pages
|
2018-04-16 00:30:57 +10:00 |
|
Oliver
|
55b533d3ef
|
Added edit views for stock
- StockItem
- StockLocation
|
2018-04-15 23:27:56 +10:00 |
|
Oliver
|
9d89db34b2
|
Improvements to stock page
- Fixed URL / view (use class views)
- Better slug lookup
- Better table rendering using ol' mate bootstrap
|
2018-04-15 20:10:49 +10:00 |
|
Oliver
|
8232baeed7
|
Improved list and detail views for supplier
Huzzah for bootstrap
|
2018-04-15 13:49:47 +10:00 |
|
Oliver
|
5b5b8f4d12
|
Fix parent error when deleting category
- Any child categories have their parent set to the parent of the deleted category
|
2018-04-15 11:25:57 +10:00 |
|
Oliver
|
8578c8a1a7
|
Updated breadcrumbs to use bootstrap
|
2018-04-14 23:42:24 +10:00 |
|
Oliver
|
204874dcb4
|
Changed some category views to use boostrap list-group
- Looks much fancier!
|
2018-04-14 23:05:36 +10:00 |
|
Oliver
|
830d33763e
|
Fix deletion of part category and stock location
- Category up part updated to parent
- Location of item updated to parent
|
2018-04-14 20:33:53 +10:00 |
|
Oliver
|
226828791f
|
Added migration files to git index
|
2018-04-14 18:36:06 +10:00 |
|