KagemaNjoroge / ultimate_pos

A simple Point of Sale System that just works!
https://malipo.tomorrow.co.ke
MIT License
7 stars 4 forks source link

feat: Register Country, Notice, TaxType, UnitOfQuantity, and PackagingUnits Models #43

Closed KagemaNjoroge closed 1 month ago

KagemaNjoroge commented 1 month ago

…gUnits models in admin.py

This commit registers the Country, Notice, TaxType, UnitOfQuantity, and PackagingUnits models in the admin.py file of the etims app. By using the @admin.register decorator, these models are now displayed in the Django admin interface, allowing for easy management and administration. This change enhances the functionality of the application by providing a user-friendly interface for managing these models.

This PR also fixes a template block that was being overriden in child templates hence causing ui unresponsiveness.