Allow lookup of custom AccountancyEntry
extensions via Accountancy
#314
Labels
Milestone
AccountancyEntry
extensions via Accountancy
#314
This issue was raised during SWP2019/20 evaluation. By request of @martinmo I'm resubmitting it here. Currently it's quite cumbersome to add custom data to
UserAccount
s andAccountancyEntry
objects. A positive Salespoint example of a solution is the catalog package. The mainCatalog
's interface type is:This allows the Salespoint user to subclass Product and add all the fields they want. The additional fields are still be managed by the
Catalog
repository, and especially when you query that repository you get out objects of your subtype, not some genericProduct
instances.In contrast,
Accountancy
andUserAccountManager
don't allow this kind of flexibility.Therefore I suggest changing the type of
Accountancy
toand of
UserAccountManager
towhich would make them much more flexible and applicable.
The text was updated successfully, but these errors were encountered: