~unifield-team/unifield-wm/us-671-homere

« back to all changes in this revision

Viewing changes to sale_override/__init__.py

UF-370 [ADD] Added reason types_moves module
UF-370 [IMP] Moved sale feature from order_types to sale_override (with unit tests)
UF-370 [IMP] Moved purchase feature from order_types to purchase_override (with unit_tests)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ORDER_PRIORITY = [('emergency', 'Emergency'), 
 
2
                  ('normal', 'Normal'), 
 
3
                  ('priority', 'Priority'),]
 
4
 
 
5
ORDER_CATEGORY = [('medical', 'Medical'), 
 
6
                  ('log', 'Logistic'), 
 
7
                  ('food', 'Food'),
 
8
                  ('service', 'Service'), 
 
9
                  ('asset', 'Asset'), 
 
10
                  ('mixed', 'Mixed'),
 
11
                  ('other', 'Other')]
 
12
 
1
13
import sale