o
    h                     @   sX   d dl mZ ddlmZmZ eeG dd dejZeeG dd dejZdS )	    )admin   )InvoiceBillingCyclec                   @   sd   e Zd Zg dZg dZddgZg dZdddifd	dd
ifdddifdddifddddffZdS )InvoiceAdmin)invoice_numbercustomertotal_amountstatusdue_date
created_at)r
   r   r   r   customer__full_name)r   r   
updated_atzInvoice Detailsfields)r   r   packageAmounts)package_amountinstallation_feepenalty_amountr	   Dates)
issue_dater   billing_period_startbilling_period_endzStatus & Notes)r
   notes
Timestamps)r   r   )collapse)r   classesN)__name__
__module____qualname__list_displaylist_filtersearch_fieldsreadonly_fields	fieldsets r%   r%   -/var/www/html/optinet_system/billing/admin.pyr      s,    r   c                   @   s"   e Zd Zg dZddgZdgZdS )BillingCycleAdmin)r   next_billing_date	is_activer)   r(   r   N)r   r   r   r    r!   r"   r%   r%   r%   r&   r'      s    
r'   N)	django.contribr   modelsr   r   register
ModelAdminr   r'   r%   r%   r%   r&   <module>   s   