feat: profit table and division of charts in statistics
This commit is contained in:
		
							
								
								
									
										9
									
								
								enums/profit_table_group_by.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								enums/profit_table_group_by.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
from enum import IntEnum
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ProfitTableGroupBy(IntEnum):
 | 
			
		||||
    BY_DATES = 0
 | 
			
		||||
    BY_CLIENTS = 1
 | 
			
		||||
    BY_STATUSES = 2
 | 
			
		||||
    BY_WAREHOUSES = 3
 | 
			
		||||
    BY_MARKETPLACES = 4
 | 
			
		||||
		Reference in New Issue
	
	Block a user