Skip to content

Enriches Sulu CMS Accounts (Organizations) with specific business data fields, such as register numbers and opening hours.

License

Notifications You must be signed in to change notification settings

manuxi/SuluAdditionalAccountDataBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuluAdditionalAccountDataBundle!

License: MIT GitHub Tag Supports Sulu 2.6 or later

I made this bundle to have the possibility to manage additional properties in the Sulu account. Please feel comfortable submitting feature requests. This bundle is still in development. Use at own risk 🤞🏻

image

📝 Note

Abandoned in favor of the new SuluExtendedAccountBundle.

👩🏻‍🏭 Installation

Install the package with:

composer require manuxi/sulu-additional-account-data-bundle

If you're not using Symfony Flex, you'll also need to add the bundle in your config/bundles.php file:

return [
    //...
    Manuxi\SuluAdditionalAccountDataBundle\SuluAdditionalAccountDataBundle::class => ['all' => true],
];

Please add the following to your routes_admin.yaml:

SuluAdditionalAccountDataBundle:
    resource: '@SuluAdditionalAccountDataBundle/Resources/config/routes_admin.yaml'

Last but not least the schema of the database needs to be updated.

Some properties in co_accounts will be created.

See the needed queries with

php bin/console doctrine:schema:update --dump-sql

Update the schema by executing

php bin/console doctrine:schema:update --force

Make sure you only process the bundles schema updates!

🧶 Configuration

There exists no configuration yet.

👩‍🍳 Contributing

For the sake of simplicity this extension was kept small. Please feel comfortable submitting issues or pull requests. As always I'd be glad to get your feedback to improve the extension :).

About

Enriches Sulu CMS Accounts (Organizations) with specific business data fields, such as register numbers and opening hours.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages