Make it clear how to persist updated AccountancyEntry
s
#412
Labels
meta: contribution welcome
Issues ideal for people new to the project
module: accountancy
Accountancy
type: enhancement
Improvements and new features
Milestone
In
Accountancy
, theadd(…)
method currently has two purposes: 1) adding a new entry and 2) updating/saving an existing entry. However, the latter purpose isn't clear to Salespoint framework users, neither from the method name (i.e., something likesave(…)
would be better) nor from the javadoc. TheAccountancyEntryRepository
, which has asave(…)
method, is package private.The text was updated successfully, but these errors were encountered: