|
0ebc45e834
|
replace i html tags
|
2021-09-02 00:18:47 +02:00 |
|
|
6a420fd95c
|
replace bold tags
|
2021-09-02 00:17:12 +02:00 |
|
|
610c05384b
|
Merge pull request #2020 from SchrodingersGat/mpn-sorting-fix
Mpn sorting fix
|
2021-08-26 22:06:06 +10:00 |
|
|
ac8a0be74a
|
Enable sorting by total_price
|
2021-08-26 08:48:19 +10:00 |
|
|
bad246bca6
|
Fixes for ordering of stock table
|
2021-08-26 08:24:31 +10:00 |
|
|
212a7eeed1
|
Disable filtering for total_price (as this is not a database field!)
|
2021-08-26 07:59:47 +10:00 |
|
|
8660f13ef5
|
Allow sorting by purchase price (unit price)
|
2021-08-26 07:50:19 +10:00 |
|
|
51992a92c1
|
Change name of purchaseorder line item table
- Was conflicting with purchaseorder table
- Saved column selections were being overridden
|
2021-08-25 18:00:32 +10:00 |
|
|
4b8ef2ad62
|
Implements custom filtering back end
|
2021-08-25 17:46:42 +10:00 |
|
|
c9756d30bd
|
Add a custom OrderingFilter class
Needs further work
|
2021-08-25 12:04:15 +10:00 |
|
|
2923589c4a
|
Fix sortName for purchase order line item table
|
2021-08-25 12:02:25 +10:00 |
|
|
f6b9d9e6d0
|
Revert "WIP"
This reverts commit 42af52ee51 .
|
2021-08-24 22:33:29 +10:00 |
|
|
42af52ee51
|
WIP
|
2021-08-24 22:31:13 +10:00 |
|
|
0d7eb6b72c
|
Style fixes
|
2021-08-24 22:25:25 +10:00 |
|
|
d5e58fd798
|
Fix for status code serializer
|
2021-08-24 22:03:52 +10:00 |
|
|
86e3e26196
|
Merge remote-tracking branch 'inventree/master' into receive-via-api
|
2021-08-24 15:07:55 +10:00 |
|
|
1b65fbad2c
|
Update unit tests
- Found some bugs too, thanks unit tests!
|
2021-08-24 11:42:08 +10:00 |
|
|
d30173132a
|
Actually receive items
|
2021-08-24 08:49:23 +10:00 |
|
|
2aa505b2cb
|
Fix unit tests to match new API format
|
2021-08-24 08:18:59 +10:00 |
|
|
35738ce026
|
Updated all 'add' buttons to 'btn-success' CSS class
|
2021-08-23 14:52:35 -04:00 |
|
|
6f742319e5
|
Corrected color of 'new' orders UI button
|
2021-08-23 12:48:47 -04:00 |
|
|
6091f2ba33
|
Serializer improvements
- Pass the "order" down to the nested serializers for validation
|
2021-08-24 00:29:38 +10:00 |
|
|
dc53a433a7
|
Fix serializer nesting
- Add new API endpoint to receive items
- Add unit testing
|
2021-08-23 23:35:22 +10:00 |
|
|
28cc241354
|
Custom DRF serializers for receiving line items against a purchase order
|
2021-08-23 23:13:07 +10:00 |
|
|
6141ddc3eb
|
SalesOrderAttachment and PurchaseOrderAttachment
|
2021-08-16 10:53:28 +10:00 |
|
|
9205d6d67c
|
Improved creation of purchase order line items from file upload
|
2021-08-12 14:27:00 -04:00 |
|
|
7756c766c3
|
Fix stock.js
|
2021-07-29 12:35:21 +10:00 |
|
|
4381a16b0e
|
Template cleanup
|
2021-07-29 12:31:07 +10:00 |
|
|
8ac3d42fd8
|
Improved handling of po items destination
|
2021-07-20 17:15:01 -04:00 |
|
|
23db7a89a9
|
Updated PO upload template, moved call to button, improved cleaned_decimal method to handle comma separator
|
2021-07-19 14:20:54 -04:00 |
|
|
e17b92b126
|
Add 'destination' field to POLineItem API serializer
|
2021-07-18 21:25:59 +10:00 |
|
|
f4f7514b45
|
Similar fix for customer_reference field
|
2021-07-18 10:47:35 +10:00 |
|
|
9719a14587
|
Add supplier_reference field to form
|
2021-07-18 10:33:27 +10:00 |
|
|
5ce6dd325d
|
Merge pull request #1824 from SchrodingersGat/po-currency
Use default curreny code
|
2021-07-16 13:54:41 +10:00 |
|
|
733951883e
|
Use default curreny code
|
2021-07-16 13:35:51 +10:00 |
|
|
0fcb4e3170
|
Link fixes
|
2021-07-16 13:30:11 +10:00 |
|
|
bb60eed897
|
Merge pull request #1811 from SchrodingersGat/spa
Dynamically switch between navbar selections on pages
|
2021-07-15 23:43:43 +10:00 |
|
|
09d175f7cf
|
Fix purchase order import form
|
2021-07-15 23:11:59 +10:00 |
|
|
df89008116
|
Refactor allocation page(s)
- Also perform null check on notes before displaying
|
2021-07-15 16:53:14 +10:00 |
|
|
2d2ad91545
|
Move "stock" part view
|
2021-07-15 12:52:36 +10:00 |
|
|
3d9ad24e27
|
Defined custom SupplierPart object manager and prefetch related models in all queries
|
2021-07-13 12:55:36 -04:00 |
|
|
b6227f7d28
|
Refactor PurchaseOrder display
|
2021-07-13 21:21:00 +10:00 |
|
|
65de52b705
|
Add javascript to dynamically switch between views
|
2021-07-13 20:58:05 +10:00 |
|
|
9889e314a9
|
Remove unused templates
|
2021-07-13 20:04:12 +10:00 |
|
|
970f08260c
|
Update navbar
|
2021-07-13 20:04:02 +10:00 |
|
|
39c58e4015
|
Move all "SalesOrder" content onto a single page
|
2021-07-13 19:59:11 +10:00 |
|
|
7539bd47fe
|
Fix rendering issues
|
2021-07-09 12:10:27 +10:00 |
|
|
6a995042c9
|
Fix bug relating no PurchaseOrderLineItem with null Part reference
|
2021-07-09 12:10:17 +10:00 |
|
|
004b36b1df
|
Refactor BuildOrderCreate form
|
2021-07-09 00:18:03 +10:00 |
|
|
1deab0c040
|
Fix for SalesOrder attachment table
|
2021-07-08 10:48:08 +10:00 |
|