summaryrefslogtreecommitdiff
path: root/scripts/admin.pl
AgeCommit message (Collapse)Author
2008-09-25Saving locations and contacts to a user now works as expected.aurynn_cmd
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2342 4979c152-3d1c-0410-bac9-87ea11338e46
2008-09-23Lots of fixes for editing users. Minor changes to Person.sql, specifically ↵aurynn_cmd
person__save_contact. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2339 4979c152-3d1c-0410-bac9-87ea11338e46
2008-09-22Fixes to user managementeinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2332 4979c152-3d1c-0410-bac9-87ea11338e46
2008-09-22Major changes to the Admin interface for Edit User. Minor tweaks to Person, ↵aurynn_cmd
Location and Employee.sql as needed. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2331 4979c152-3d1c-0410-bac9-87ea11338e46
2008-09-17Further fixes to Reconciliation, the new Admin interface, and a small change ↵aurynn_cmd
to Company.sql git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2327 4979c152-3d1c-0410-bac9-87ea11338e46
2008-08-21Further fixes to Recon and Admin. In testing.aurynn_cmd
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2296 4979c152-3d1c-0410-bac9-87ea11338e46
2008-08-19Copious Admin and Reconciliation changes.aurynn_cmd
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2283 4979c152-3d1c-0410-bac9-87ea11338e46
2008-07-31Reconciliation work, new admin tweaksaurynn_cmd
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2225 4979c152-3d1c-0410-bac9-87ea11338e46
2008-07-25Reconciliation changes. Moving code around, copying Reconciliation to ↵aurynn_cmd
DBObject. Bugsquishes and work on testing. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2221 4979c152-3d1c-0410-bac9-87ea11338e46
2008-07-08Moving reconciliationaurynn_cmd
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2198 4979c152-3d1c-0410-bac9-87ea11338e46
2008-07-03Updates and clarifications to the new Admin interface. Testing to commence ↵aurynn_cmd
on Mon, Jul 7th. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2183 4979c152-3d1c-0410-bac9-87ea11338e46
2007-12-06Adding customization hooks to scripts/* fileseinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1954 4979c152-3d1c-0410-bac9-87ea11338e46
2007-11-15Significant work on the Entity and Administrative code. It's buggy, so ↵aurynn_cmd
please test, etc. thoroughly. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1869 4979c152-3d1c-0410-bac9-87ea11338e46
2007-10-03Disabled login checking in LedgerSMB.pm, temporarily.aurynn_cmd
Whitespace cleanup in DB.pm Modifications to remove user_conf from User.pm git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1692 4979c152-3d1c-0410-bac9-87ea11338e46
2007-09-20Removal of extra new_user function from admin.pl.aurynn_cmd
Updates to DBObject.pm to remove treatment of argument list as a hashref. Update to LedgerSMB.pm to add s bare sub DESTROY so as not to trigger weird behaviour from using AUTOLOAD. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1636 4979c152-3d1c-0410-bac9-87ea11338e46
2007-09-19Modifications to make New User screens under the new Admin work.aurynn_cmd
Minor documentation update on DBObject. Creation of get_salutations function in LedgerSMB::DBObject::Admin Expansion of edit_user html. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1635 4979c152-3d1c-0410-bac9-87ea11338e46
2007-09-18Creation of Edit/Create user templates. Addition of a Cancel button to the ↵aurynn_cmd
admin.pl, which take one back to the initial page. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1634 4979c152-3d1c-0410-bac9-87ea11338e46
2007-09-17New admin main.html template and initial controller code working.aurynn_cmd
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1625 4979c152-3d1c-0410-bac9-87ea11338e46
2007-09-17format => 'html' causes the error Can't locate LedgerSMB/Template/html.pm ↵aurynn_cmd
in @INC . Changing admin to format => 'HTML'. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1624 4979c152-3d1c-0410-bac9-87ea11338e46
2007-09-12Fixes to location.pm, to correct problems with strict and lack of ↵aurynn_cmd
namespacing of $ref and $self. addition of require lsmb-request to admin.pl and customer.pl git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1579 4979c152-3d1c-0410-bac9-87ea11338e46
2007-09-10Creation of next-gen admin.pl, admin.pm, and admin.sql systems.aurynn_cmd
Admin.pm defines the new controller admin.pl is the direct view-backing software. POD is not completed, will be provided shortly. Full UI templates provided for the Reconciliation, Vendor, Customer, and Employee as well. UI/ is being delineated by subdirectories for Admin, Vendor, Customer and Employee, to date. Minor whitespace cleanup. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1557 4979c152-3d1c-0410-bac9-87ea11338e46