mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-15 17:24:10 +00:00
Move global reference data to SuperAdmin: - CountriesController, CurrenciesController (not company-scoped) Merge exchange rate operations into ExchangeRateProviderController: - GetAllUsedCurrenciesController -> usedCurrenciesWithoutRate() - BulkExchangeRateController -> bulkUpdate() Consolidate single-action controllers: - DateFormatsController + TimeFormatsController + TimezonesController -> FormatsController - NextNumberController + NumberPlaceholdersController -> SerialNumberController - SearchUsersController merged into SearchController::users()