2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13:35:40 +00:00
Commit Graph

929 Commits

Author SHA1 Message Date
721f2cb63b PEP fix 2022-03-11 01:04:37 +01:00
2e05cc670d fix definition 2022-03-11 01:04:29 +01:00
e841b7faf6 add HTML templates for PO 2022-03-11 00:58:18 +01:00
84dd85852b fix naming 2022-03-11 00:46:42 +01:00
c69fdf90d9 add PO serializer 2022-03-11 00:34:16 +01:00
2ae038a006 use abstract classes 2022-03-11 00:33:59 +01:00
e2d301be3f add total to PO serializer 2022-03-11 00:26:27 +01:00
d086f09771 use more abstract definitions 2022-03-11 00:25:58 +01:00
0a1961bc31 Add additionallLineItems for POs 2022-03-11 00:22:11 +01:00
84a95aaadb spelling fix 2022-03-11 00:21:43 +01:00
c6d0c03adf more abstraction 2022-03-11 00:21:33 +01:00
72d565d17a move to abstract model 2022-03-11 00:20:36 +01:00
2036164ef1 add po API endpoints 2022-03-11 00:09:07 +01:00
c30e8d9b4e make more generalised 2022-03-11 00:08:39 +01:00
df418c503e reduce duplication 2022-03-11 00:02:18 +01:00
6ef7cb82b4 Add admin for PO additional line 2022-03-10 23:57:59 +01:00
ec021624cd Merge branch 'inventree:master' into matmair/issue2694 2022-03-08 21:26:21 +01:00
09ff4862ec Unit test fixes 2022-03-07 14:43:55 +11:00
174bba90ab total read only 2022-03-06 23:49:36 +01:00
7a54cb4cb8 merge migrations 2022-03-06 23:38:59 +01:00
5336d09296 fix api values 2022-03-06 23:34:01 +01:00
f0b19e69b8 add total price woth js reload 2022-03-06 23:21:33 +01:00
de11b3463e add API schema 2022-03-06 18:44:05 +01:00
3452880d2a add search to API 2022-03-06 18:43:40 +01:00
acec4fa5d5 remove titile 2022-03-06 18:43:27 +01:00
ed75970010 ad UI components 2022-03-06 18:42:10 +01:00
aed708d339 PEP fix 2022-03-05 23:25:00 +01:00
b81d2b8410 cut back on modifications 2022-03-05 23:10:20 +01:00
157f0e72a7 [FR] Add delivery cost (excluding unit cost that already exists) in PO
Fixes #2694
2022-03-04 01:06:39 +01:00
846899fa53 Adds ability to download purchase order line item table 2022-03-04 00:45:30 +11:00
0ac86417a7 Adds "duplicate line item" button to purchase order and sales order tables 2022-03-04 00:36:26 +11:00
5d37ce9175 Merge remote-tracking branch 'inventree/master' into date-format 2022-03-01 08:18:24 +11:00
c4d462b0b4 Merge pull request #2684 from SchrodingersGat/po-target-date
Order target date improvements
2022-03-01 08:17:54 +11:00
421db61f21 Adding unit testing for new features 2022-02-28 23:09:57 +11:00
73484192a5 Add "batch code" and "serial numbers" serializer fields when receiving stock items against a purchase order 2022-02-28 22:47:41 +11:00
b00ae67d68 Pass dates in templates through the new template tag 2022-02-28 19:10:33 +11:00
7c82857cc7 Remove unique_together requirement for purchaseorderlineitem
- Allow a single purchase order to specify duplicate lines (e.g. split shipments / order scheduling)
2022-02-28 15:27:56 +11:00
4858787a78 Adds "overdue" field to sales order line item
- API serializer
- front end / UX tables
2022-02-28 15:24:01 +11:00
b451f3d149 adds target_date field when adding a new line item to a purchase order 2022-02-28 15:11:10 +11:00
9e82b28e9d Update PO line item table 2022-02-28 15:03:39 +11:00
df7713f6c2 Adds "overdue" annotation field to POLineItem serializer 2022-02-28 15:03:22 +11:00
557aa44904 Adds "target_date" field to PurchaseOrderLineItem and SalesOrderLineItem models
- Allows different target dates to be specified for different line items
- If not set (null) then the base "target_date" parameter for the parent order is used
2022-02-28 14:26:01 +11:00
dbb4c3f407 Merge branch 'master' of https://github.com/inventree/InvenTree into coverage-fixes 2022-02-13 17:46:09 +01:00
22bc0b3d90 ignore exception ref 2022-02-13 05:21:43 +01:00
a4c6d0e6c5 fix migration coverage for orders 2022-02-13 04:49:08 +01:00
bc17536e6d fix quotes 2022-02-13 03:49:52 +01:00
aa3192a106 Merge branch 'master' of https://github.com/inventree/InvenTree into template-reduce-duplication 2022-02-12 00:55:39 +01:00
dbf1e1b463 Fix logic for enabling "place order" button 2022-02-08 08:59:42 +11:00
64b1523013 Do not hide the "submit order" button 2022-02-07 13:55:25 +11:00
f6ffef66e0 Fixes for new "allocation" tab
- Fix broken link
- Add "description" column
- Add thumbnail images
2022-01-27 16:25:26 +11:00