aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/order.py
Commit message (Collapse)AuthorAgeFilesLines
* Work authorization fixesFilipp Lepalaan2021-05-191-1/+4
|
* Make note type field editableFilipp Lepalaan2021-05-191-2/+6
|
* Add unit_received_at and customer_contacted_at fieldsFilipp Lepalaan2021-05-151-4/+7
|
* Django 3 fixesFilipp Lepalaan2021-05-121-10/+14
|
* Added PDF attachment to note formFilipp Lepalaan2017-04-241-1/+20
|
* Set RFPU GSX status on autocompleteFilipp Lepalaan2016-11-021-16/+16
|
* Adding GSX articlesFilipp Lepalaan2016-03-211-1/+9
|
* Close GSX repairs before closing service orderFilipp Lepalaan2016-02-291-6/+7
|
* Load CompTIA options from GSXFilipp Lepalaan2016-02-291-2/+2
| | | | Closes issue #3
* Set ActiveManager as defaultFilipp Lepalaan2016-02-281-0/+3
|
* Notify tech of failed GSX repair closeFilipp Lepalaan2016-02-251-10/+20
| | | | Instead of erroring out on order dispatch
* CleanupFilipp Lepalaan2015-11-181-0/+3
|
* Fix silly syntax errorFilipp Lepalaan2015-10-261-1/+1
|
* Show default status description in checkinFilipp Lepalaan2015-10-261-3/+3
|
* CleanupFilipp Lepalaan2015-10-181-28/+25
|
* Inventory bug fixesFilipp Lepalaan2015-10-011-1/+5
| | | | and performance enhancements
* Handle moving non-existing inventoryFilipp Lepalaan2015-09-301-3/+7
|
* Move products on location changeFilipp Lepalaan2015-09-301-8/+20
|
* Added STATE_WAITINGFilipp Lepalaan2015-09-291-4/+7
|
* CleanupFilipp Lepalaan2015-09-251-3/+13
|
* CleanupFilipp Lepalaan2015-09-151-24/+0
|
* Fix MultipleObjectsReturned exceptionFilipp Lepalaan2015-09-101-3/+3
| | | | | We cannot enforce SN uniqueness so let’s just use the first match when creating order with device SN
* Ditching SitesFilipp Lepalaan2015-09-101-10/+3
|
* Initial commitFilipp Lepalaan2015-08-041-0/+1156
First public commit