Commit Graph
10 Commits
Author SHA1 Message Date
tanshu 71898ceca7 Feature: In journal, balances are only shown for Accounts which appear in the Balance Sheet 2016-12-24 17:40:42 +05:30
tanshu 0ff8397a4c Fix: Images could not be attached with vouchers as lodash depreciated the "any" function in v4.0 2016-12-24 17:22:36 +05:30
tanshu be8f71259c Changed: Moved from global DBSession to dbsession injected into request
Version: Bumped to 4.0
Added: Dependency of pyramid_tm
Changed: Changed from ACL Authorization to custom Permission Authorization Policy
Using more of inbuilt functions. This should reduce the number of DB hits and improve performance
2016-12-24 17:11:01 +05:30
tanshu 569da5a69e Refactor: Moved routes to their own file. 2016-12-22 19:18:40 +05:30
tanshu 65d95308ae Fix: Edit is Payment/Receipt was not working as mathSolver was not injected 2016-12-21 12:30:54 +05:30
tanshu e56b35dd53 Journal / Payment / Receipt forms show Account balances when account is selected.
Journals Validation now checks for negative amount and not just signed amounts.
Journal form supports negative amounts by changing the Debit / Credit.
Removed Messaging and Dashboard from Home screen and all its dependencies
 - Ace Editor
 - D3
 - Chosen

Moved from TryCatch Decorator to View deriver, it is available in Pyramid 1.7+ and the decorator is not working.
Updated Lodash to 4.17.2 (online hosted)
Updated Loading Bar to 0.9.0
Updated Moment.js to 2.17.1
Updated Mousetrap to 1.6.0
2016-12-16 18:57:06 +05:30
tanshu 0fecc02e1a Feature: Math Solver for the Amounts in Journal, Payment and Receipt. 2016-12-04 13:02:37 +05:30
tanshu c90651aa8c Disabled autocomplete
Autocomplete has been disabled by setting the autocomplete="off" tag in
each form.
2016-12-04 11:34:44 +05:30
tanshu da11ab8bc7 fix: Sort Permissions in Group List 2016-10-14 16:03:15 +05:30
tanshu 4529cd5fca Sort Permissions in Group List 2016-10-14 15:51:06 +05:30