Block a user
685ff02e34
TEMP: Offset
2062dd4e3a
Added dummy.js to .gitignore and MANIFEST.in for exclusion.
9637bdf79c
Added test_temp.py to the exclusion in MANIFEST.in.
977a514d32
Renamed the AbstractUserUtils class to UserUtilityInterface, and added the can_view and can_edit functions to the UserUtilityInterface interface. There is no need to separately supply two additional can_view and can_edit callbacks.
744c929259
Revised the documentation of the AbstractUserUtils class.
6081319f96
Added dummy.js to .gitignore and MANIFEST.in for exclusion.
781c84742e
Added test_temp.py to the exclusion in MANIFEST.in.
310e4b9892
Added test_temp.py to the exclusion in MANIFEST.in.
3fe6f40da1
TEMP: Offset
f2963af161
Renamed the AbstractUserUtils class to UserUtilityInterface, and added the can_view and can_edit functions to the UserUtilityInterface interface. There is no need to separately supply two additional can_view and can_edit callbacks.
aa34a5a1a2
Revised the documentation of the AbstractUserUtils class.
58f8719bcf
Revised so that when the account selector finds the codes from the form, the journal entry editor is used to find the form instead of messing-up with the TransactionForm class and its static method that was a shortcut to the private instance method of the same name.
f8bd80e393
Fixed so that saving the journal entry from the journal entry editor triggers updating the total of the debit or credit side, which in turn triggers validating the balance if it is on a transfer form. This fixed the problem that deleting a journal entry updates total but not re-validating the balance.
5370fffeda
Removed the unused accounting-debit-account-code and accounting-credit-account-code HTML classes.
33179e925f
Revised the account selector to find the account codes from the form through the TransactionForm class, but not finding the codes by itself.
7d971b43cd
Added the missing documentation to the static initialize method of JavaScript TransactionForm class.
4c29da8407
Fixed the documentation of the entryType parameter in the constructor of the JavaScript DebitCreditSideSubForm sub-form.
aca533e38a
Reordered the journal entry editor and put the summary first and the account later.
48fa3d7b8e
Removed the unused static validateAccount method from the JavaScript journal entry editor.
21c9c41784
Moved the journal entry editor from the transaction-form.js to a new independent JavaScript file journal-entry-editor.js.
44b3c58fd0
Removed the prefix from the journal entry sub-form.
045ce065ce
Removed the unused data-prefix attribute from the currency sub-forms of the transaction form.