2261973331
Ability to delete multiple stock items
2019-11-16 20:19:10 +11:00
3e2a5263a5
Add stock information for top-level stock page
2019-09-27 09:59:14 +10:00
41c07fc423
Save user who created a stock item
...
- Handled differently for batch or serialized parts
2019-09-24 07:54:18 +10:00
204cd967aa
Include status label text when exporting stocktake data
2019-09-15 20:14:27 +10:00
9c84e9076f
Consolidate stock export code
...
- Now defined in stock.admin as StockItemResource
- Much more control over format of exported data
- Exported data can be re-imported!
2019-09-15 19:29:18 +10:00
108382cc89
Prefecth related data for stock export
...
- Example export reduced from 1,024 queries to 7
2019-09-09 08:17:26 +10:00
11c946be4d
Export human-readable status code
2019-09-09 00:02:08 +10:00
231a669fe5
Export stock based on supplier
2019-09-08 23:53:09 +10:00
8817b4d692
Icer button rendering for PurchaseOrder page
2019-09-08 23:27:54 +10:00
9212d6047f
Add supplier information to exported data
2019-09-08 23:10:13 +10:00
cc452bc270
Export stock data
2019-09-08 23:01:16 +10:00
faf8b9f2f0
Form / view for downloading stocktake info
2019-09-08 22:37:27 +10:00
2c969ef1c6
View for exporting stocktake / stock list
...
(cherry picked from commit bdad2d6178a14322ef225d08b13db86b6d7d0909)
2019-09-08 20:55:06 +10:00
b4bbd43bae
Fix 404 if a stock item is completely depleted
2019-09-07 21:15:14 +10:00
7fd4359007
Add new option to move-stock form
...
- Set the destination as the default location for parts being moved
2019-09-05 19:59:00 +10:00
891f4f9f17
Another test
2019-08-30 00:14:54 +10:00
6f8c3454f3
Tests for stock serialization form
2019-08-30 00:06:46 +10:00
4db345d0c2
Perfom serialization
2019-08-28 22:47:46 +10:00
6c5b09efd4
Provide initial data
2019-08-28 21:50:44 +10:00
7575a39b7f
Add form / view for serializing a stock item
...
- Back end doesn't do anything yet
2019-08-28 21:46:26 +10:00
bc03ae53bd
Changes for clean of StockItem
2019-08-28 20:01:38 +10:00
88b90281f5
Do not enforce serialization when creating a stock item
2019-08-28 19:56:35 +10:00
bd61c89094
Tests for stock app views
2019-08-09 20:13:23 +10:00
fe7392f152
Prevent stock adjustments for serialized stock items
2019-07-25 11:05:09 +10:00
42e1370e92
Bug fix
2019-07-25 10:36:59 +10:00
b546b5e0cc
Create separate entries for each unique serial number
2019-07-23 11:45:03 +10:00
d82d8f5cd1
Re-implement item saving for non-tracked parts
2019-07-23 11:31:29 +10:00
9e5eadd6c3
Set serial numbers when creating a new stock item
2019-07-23 10:31:34 +10:00
8ca14efa53
Delete stock tracking entries
2019-07-22 10:46:42 +10:00
c27e8e809a
Endpoint for editing a stock tracking entry
2019-07-18 08:55:57 +10:00
bb799d98be
Add ability to create new stock tracking note for a stock item
2019-07-16 00:10:24 +10:00
802ff35cf3
Remove some now unused forms / views / etc
2019-06-02 12:45:44 +10:00
2ee35ec062
Stock counting now works
2019-06-02 12:20:26 +10:00
d365d7cc44
remove from stock now works
2019-06-02 12:15:44 +10:00
1b3ffada6d
Add-stock is now working
2019-06-02 12:13:22 +10:00
8dd9034563
Remove 'destination' field if we are not moving stock
...
- Allow different stock adjustment actions
2019-06-02 12:00:39 +10:00
d1ff115f74
Simplifiy js and improve template / form
2019-06-02 11:47:21 +10:00
c7503b4f9f
Consolidated form/view into single 'stock-adjust' endpoint
2019-06-02 11:37:04 +10:00
fe31205017
Stock movement now works!
2019-06-02 11:27:03 +10:00
1b7762470d
catch a ValueError
2019-06-02 11:14:56 +10:00
96f6f6068e
Return message on succses
2019-06-02 11:05:40 +10:00
20963f83d9
Better error reporting for quantity
2019-06-02 11:00:28 +10:00
c228a4998c
Extract stock items from POST and return to form
2019-06-02 10:25:19 +10:00
e278bdbb90
Improve filtering for stock items
2019-06-02 09:14:45 +10:00
6a04c8cbd3
Update stock_move form template
2019-06-01 21:16:59 +10:00
d321947026
Add stock item fields for each item passed to the form
2019-05-29 22:38:42 +10:00
0e3f74ef31
Pass list of selected stock items to the view
2019-05-29 22:24:22 +10:00
2b4cb4d3e0
Beginning to move the stocktake forms server side
2019-05-29 22:24:11 +10:00
6603d6e9ed
PEP fixes
2019-05-26 00:22:05 +10:00
d70110690b
Validate uniqueness for StockItems
...
- If the Part is a variant of a template, ensure that the serial numbers are unique across all instances of the template
- Prevent instantiation of a StockItem for a part which has variants
2019-05-25 23:09:04 +10:00