TheGU / omoma

Automatically exported from code.google.com/p/omoma
GNU General Public License v3.0
0 stars 0 forks source link

Can't add new accounts #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I can't add an account as Currency is a required field, and there is no way to 
add Currencies.

Original issue reported on code.google.com by alin.voi...@gmail.com on 25 Mar 2011 at 3:36

GoogleCodeExporter commented 9 years ago
There is no interface for currencies management because there is no interface 
for global Omoma management.

Currencies, just like users, are defined by admins, or at least by people who 
have adequate permissions.

There should be an "administration" box in the sidebar (below "Configuration"), 
displayed only if the user has some of the following permissions, that would 
give access to some administration screens :

- Users administration if (s)he has:
  - "auth | user | Can add user" and
  - "auth | user | Can change user" and
  - "auth | user | Can delete user"

- Currencies administration if (s)he has:
  - "omoma_web | currency | Can add currency" and
  - "omoma_web | currency | Can change currency" and
  - "omoma_web | currency | Can delete currency"

"Users" and "Currencies" administration screens should look like "Account" 
screens.

Alin, you told me by e-mail you would like to help with coding, so I suggest 
you could try to make these administration screens :-) Further details by 
e-mail.

Original comment by sebast...@tiramiseb.fr on 25 Mar 2011 at 6:20

GoogleCodeExporter commented 9 years ago

Original comment by sebast...@tiramiseb.fr on 27 Mar 2011 at 11:23

GoogleCodeExporter commented 9 years ago
Fixed in revision r46 (http://code.google.com/p/omoma/source/detail?r=46)

Original comment by alin.voi...@gmail.com on 2 Apr 2011 at 10:33