updte my_distributions_excel
This commit is contained in:
@@ -102,10 +102,10 @@ class ProductExcelViewSet(viewsets.ModelViewSet):
|
|||||||
str(data['quota']['quota_id']) if data.get('quota') and data['quota'].get('quota_id') else '',
|
str(data['quota']['quota_id']) if data.get('quota') and data['quota'].get('quota_id') else '',
|
||||||
str(shamsi_date(convert_str_to_date(data['create_date']), in_value=True)) if data.get(
|
str(shamsi_date(convert_str_to_date(data['create_date']), in_value=True)) if data.get(
|
||||||
'create_date') else '',
|
'create_date') else '',
|
||||||
data[
|
(data[
|
||||||
'assigner_organization'].get('organization') or '-',
|
'assigner_organization'] or {}).get('organization') or '-',
|
||||||
data[
|
(data[
|
||||||
'assigned_organization'].get('organization') or '-',
|
'assigned_organization'] or {}).get('organization') or '-',
|
||||||
data.get('weight') or 0,
|
data.get('weight') or 0,
|
||||||
data.get('distributed') or 0,
|
data.get('distributed') or 0,
|
||||||
data.get('remaining_weight') or 0,
|
data.get('remaining_weight') or 0,
|
||||||
|
|||||||
BIN
static/img/logo_rasadyar_64.png
Normal file
BIN
static/img/logo_rasadyar_64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.7 KiB |
Reference in New Issue
Block a user