.. |
__init__.py
|
Create initial models for 'Order'
|
2019-06-04 22:19:04 +10:00 |
0001_initial.py
|
Create initial models for 'Order'
|
2019-06-04 22:19:04 +10:00 |
0002_auto_20190604_2224.py
|
Allow blank PO description and add URL field
|
2019-06-04 22:26:19 +10:00 |
0003_auto_20190604_2226.py
|
Fix related name
|
2019-06-04 22:26:40 +10:00 |
0004_purchaseorder_status.py
|
Add order status field
|
2019-06-04 23:09:51 +10:00 |
0005_purchaseorderlineitem_part.py
|
Updates for purchase order line items
|
2019-06-05 20:59:30 +10:00 |
0006_auto_20190605_2056.py
|
Updates for purchase order line items
|
2019-06-05 20:59:30 +10:00 |
0007_auto_20190605_2138.py
|
List purchase orders for a given part
|
2019-06-05 21:47:22 +10:00 |
0008_auto_20190605_2140.py
|
List purchase orders for a given part
|
2019-06-05 21:47:22 +10:00 |
0009_auto_20190606_2133.py
|
Form / view for creating a new purchase order
|
2019-06-06 21:39:04 +10:00 |
0010_purchaseorderlineitem_notes.py
|
Add notes field to purchase order line item
|
2019-06-13 21:57:35 +10:00 |
0011_auto_20190615_1928.py
|
Implement POST for receiving items
|
2019-06-15 19:39:57 +10:00 |
0012_auto_20190617_1943.py
|
Improve the 'creation date' for order
|
2019-06-17 19:44:36 +10:00 |
0013_auto_20191118_2323.py
|
Convert some more fields to decimal
|
2019-11-19 10:30:04 +11:00 |
0014_auto_20191118_2328.py
|
Convert some more fields to decimal
|
2019-11-19 10:30:04 +11:00 |
0015_auto_20200201_2346.py
|
Markdownify the notes field for PurchaseOrder
|
2020-02-02 11:44:44 +11:00 |
0016_purchaseorderattachment.py
|
Add PurchaseOrderAttachment model
|
2020-03-22 18:02:53 +11:00 |
0017_auto_20200331_1000.py
|
Change POLineItem quantity to a rounding decimal field
|
2020-03-31 21:23:57 +11:00 |
0018_auto_20200406_0151.py
|
Rename Order.URL to Order.link
|
2020-04-06 11:56:52 +10:00 |
0019_purchaseorder_supplier_reference.py
|
Add "supplier_reference" field to PurchaseOrder
|
2020-04-15 13:32:14 +10:00 |
0020_auto_20200420_0940.py
|
Add "SalesOrder" concept
|
2020-04-20 19:41:58 +10:00 |
0021_auto_20200420_1010.py
|
API endpoint for serializing SalesOrder objects
|
2020-04-20 20:11:21 +10:00 |
0022_salesorderlineitem_part.py
|
Add "part" reference to SalesOrderLineItem model
|
2020-04-21 08:33:32 +10:00 |
0023_auto_20200420_2309.py
|
Add a 'sales order' view for each part
|
2020-04-21 09:15:01 +10:00 |
0024_salesorderallocation.py
|
Create "SalesOrderAllocation" object
|
2020-04-22 12:12:48 +10:00 |
0025_auto_20200422_0222.py
|
Update definition for StockItemAllocation model
|
2020-04-22 13:11:19 +10:00 |
0026_auto_20200422_0224.py
|
Update definition for StockItemAllocation model
|
2020-04-22 13:11:19 +10:00 |
0027_auto_20200422_0236.py
|
Update definition for StockItemAllocation model
|
2020-04-22 13:11:19 +10:00 |
0028_auto_20200423_0956.py
|
Separate concept of "OrderStatus" into "SalesOrderStatus" and "PurchaseOrderStatus"
|
2020-04-23 20:38:09 +10:00 |
0029_auto_20200423_1042.py
|
Order date adjustment
|
2020-04-23 20:42:59 +10:00 |
0030_auto_20200426_0551.py
|
More work
|
2020-04-26 16:38:29 +10:00 |
0031_auto_20200426_0612.py
|
More work
|
2020-04-26 16:38:29 +10:00 |
0032_auto_20200427_0044.py
|
Add some unit testing for the SalesOrder model
|
2020-04-27 11:32:20 +10:00 |
0033_auto_20200512_1033.py
|
Add 'user' field to attachment
|
2020-05-12 20:50:03 +10:00 |