ariaieboy / filament-currency

Enhanced Currency Related stuff for Filament
MIT License
42 stars 8 forks source link

Adding new macro's to Filament Table Summarizer #23

Closed abishekrsrikaanth closed 4 months ago

abishekrsrikaanth commented 4 months ago

With this new macro the developer can now use the currency conversion for Filament Table Summarizer. Currently the 2 macros are added to Sum and Average Summarizer classes. Documentation was also updated to reflect these changes. Also refactored the code to remove code duplication by adding a anonymous static function that gets called inside each macro.