[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3887] branches/1.3



Revision: 3887
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3887&view=rev
Author:   einhverfr
Date:     2011-10-18 23:23:29 +0000 (Tue, 18 Oct 2011)
Log Message:
-----------
Correcting yearend permissions issue

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/sql/modules/Roles.sql

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2011-10-18 06:55:26 UTC (rev 3886)
+++ branches/1.3/Changelog	2011-10-18 23:23:29 UTC (rev 3887)
@@ -6,6 +6,8 @@
 * Fixed a few files where suExec fixes were not applied (Chris T)
 * Fixed erroneous buttons marked "Save and Post" showing up (Chris T)
 * Corrected test cases so they do not fail w/o optional LaTeX mods (Chris T)
+* Made errors saving chart of accounts entry more friendly (Chris T)
+* Fixed permissions issue involving yearend (Chris T)
 
 Changelog for LedgerSMB 1.3.1
 * Language selection for invoice templates fixed (Chris T)

Modified: branches/1.3/sql/modules/Roles.sql
===================================================================
--- branches/1.3/sql/modules/Roles.sql	2011-10-18 06:55:26 UTC (rev 3886)
+++ branches/1.3/sql/modules/Roles.sql	2011-10-18 23:23:29 UTC (rev 3887)
@@ -984,6 +984,8 @@
 GRANT INSERT, SELECT ON acc_trans, account_checkpoint, yearend
 TO "lsmb_<?lsmb dbname ?>__yearend_run";
 
+GRANT ALL ON account_checkpoint_id_seq TO "lsmb_<?lsmb dbname ?>__yearend_run";
+
 INSERT INTO menu_acl (node_id, acl_type, role_name)
 values (128, 'allow', 'lsmb_<?lsmb dbname ?>__yearend_run');
 INSERT INTO menu_acl (node_id, acl_type, role_name)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.