2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00
Commit Graph

141 Commits

Author SHA1 Message Date
af8a96e080 Add option to edit currency 2019-09-03 09:55:15 +10:00
09cb82cdc0 Fix converted_cost
- Incompatibility between float and decimal
2019-09-03 09:46:32 +10:00
c6a435eba0 Add currency field to SupplierPriceBreak 2019-09-03 09:34:32 +10:00
f3e161564d Fix for serialization of company images 2019-09-02 22:06:42 +10:00
23d19d6784 Remove old debug messages 2019-07-11 23:07:52 +10:00
20ec36d3ea Enforce authentication for API access 2019-07-08 19:20:00 +10:00
16e1be61f5 Fix buttons and rendering for supplierpart page 2019-07-08 19:15:20 +10:00
b185abbb87 Catch case in which a request.GET is not available
(cherry picked from commit 9296c0ba0f8c4914cd04b820c6172f8c3a794750)
2019-07-08 09:41:20 +10:00
d5119e1aff Replace some cog icons 2019-06-20 21:28:00 +10:00
fefbcf2ed9 Clean up buttons for stock location 2019-06-19 18:49:05 +10:00
05a5ab222d Some more changes 2019-06-19 08:09:05 +10:00
776ca7db12 Visual style for build 2019-06-19 08:03:39 +10:00
3e6cdb15be Clean up display of company pages
- Add some more buttons
- visual style consolidation
2019-06-19 07:48:05 +10:00
7effe3af9d Add buttons to company page 2019-06-19 00:01:30 +10:00
b9dc4a0c2f Further tests for order 2019-06-17 22:10:37 +10:00
0857ec61fd Add a test fixture for orders 2019-06-17 19:47:16 +10:00
0fa8e3809e Limit PO selection to only those which are PENDING 2019-06-15 15:33:03 +10:00
ff6df9741f Perform model validation on API serializers
If you have a class, why not subclass it?!
2019-06-13 23:03:58 +10:00
74327d3094 Order from supplier 'parts list' page 2019-06-12 00:10:39 +10:00
d8d41c6eff PEP fixes 2019-06-10 23:08:08 +10:00
04a9b1a980 Create a new purchase order from a company page 2019-06-10 22:56:34 +10:00
c132f275f5 Split display of purchase orders by company view 2019-06-10 22:43:09 +10:00
9efdd836f4 Tweak the 'on_order' calculation 2019-06-10 21:56:50 +10:00
351c5fb7d0 Fix for 'on_order' calculation
- Handle null results
2019-06-07 09:54:36 +10:00
31ad31365a Calculate parts on order for a Part / SupplierPart 2019-06-07 08:37:25 +10:00
04abe2b3d1 Display list of purchase orders against a particular supplier par 2019-06-05 21:50:11 +10:00
67248ec4dd List purchase orders for a given part 2019-06-05 21:47:22 +10:00
e199ed2281 PEP fixes 2019-06-05 00:21:19 +10:00
8d70d2f28a Fix rendering of purchase order status codes 2019-06-04 23:14:57 +10:00
76a72be926 Add order status field
- Display status field in PurchaseOrder list view
2019-06-04 23:09:51 +10:00
da53de844a Add page for detailing company purchase orders 2019-06-04 22:39:46 +10:00
c45d8a5782 Add 'purchase orders' tab for company 2019-06-04 22:35:34 +10:00
7a3b186a0c Fix double loading of modals.html 2019-06-03 21:51:59 +10:00
a305301b95 Switch between display and edit mode for build allocations 2019-05-27 08:07:38 +10:00
d563e873ed Change some icons 2019-05-26 00:35:52 +10:00
c45a506a10 Rename field part.has_variants to part.is_template 2019-05-25 23:58:31 +10:00
c3d75deb16 More 'limit_choices_to' limitations for template parts 2019-05-25 23:55:16 +10:00
d5da93b9d0 Make supplier part list API searchable 2019-05-24 21:33:45 +10:00
5664fc5472 Detail in StockItem API now optional 2019-05-23 22:57:45 +10:00
9052ccc181 Make 'part_detail' field in SupplierPart serializer optional 2019-05-23 22:44:37 +10:00
4d35841233 Consolidate on 'pk' as the ID field in the API 2019-05-23 00:31:27 +10:00
cd7bc6cce5 Include pricing information in part supplier view
Also some CSS tweaks to secondary modal buttons
2019-05-22 22:11:27 +10:00
2817e6ca31 Added further part pricing 2019-05-21 14:08:40 +10:00
cdcc4f9ca1 Simple tests for price breaks 2019-05-21 13:53:25 +10:00
6f73c379c2 Remove 'minimum' order from SupplierPart
- This can be handled using the 'PriceBreak' set
2019-05-21 13:51:43 +10:00
357bfdae3f Add some test fixtures for Company app 2019-05-21 13:33:05 +10:00
f19d4eec79 Improve query speed for supplierpart api 2019-05-21 08:19:16 +10:00
6ae48d07c4 Cleanup pricing algorithms 2019-05-20 23:53:39 +10:00
4bde00d925 AND AGAIN
Use --fake to force the migration
2019-05-20 22:24:18 +10:00
70be052c74 Rebuilt migrations again (arrrrrrrrrrrrrrrrrrrrrrrrrrgh never do this) 2019-05-20 21:45:37 +10:00