summaryrefslogtreecommitdiff
path: root/bin/aa.pl
AgeCommit message (Collapse)Author
2008-11-21API tests now mostly workeinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2412 4979c152-3d1c-0410-bac9-87ea11338e46
2008-11-13Correcting issues with draft editing.einhverfr
Moving AA::post_transaction to use strict. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2392 4979c152-3d1c-0410-bac9-87ea11338e46
2008-09-03Clarifying UI on AR/AP Search Screeneinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2309 4979c152-3d1c-0410-bac9-87ea11338e46
2008-08-20Removing the last references to CT.pm and ct.pl, removing these files.einhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2288 4979c152-3d1c-0410-bac9-87ea11338e46
2008-08-16Correcting 1878176einhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2275 4979c152-3d1c-0410-bac9-87ea11338e46
2008-07-31Fixing issues with adding ap/ar vouchers to existing batcheinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2228 4979c152-3d1c-0410-bac9-87ea11338e46
2008-07-10Fine-tuning changes to draft approval workfloweinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2204 4979c152-3d1c-0410-bac9-87ea11338e46
2008-07-10Correcting the last errors for the draft approval on secondary test instanceeinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2203 4979c152-3d1c-0410-bac9-87ea11338e46
2008-05-25Fixes to per-transaction separation of dutieseinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2155 4979c152-3d1c-0410-bac9-87ea11338e46
2008-05-16Correcting incorrect subtotals on AR/AP transaction screen.einhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2148 4979c152-3d1c-0410-bac9-87ea11338e46
2008-03-27Correcting error "Unknown subtype in AP transaction" when editing debit noteeinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2119 4979c152-3d1c-0410-bac9-87ea11338e46
2007-12-21Committing comment relating to future AR/AP transaction changeseinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1996 4979c152-3d1c-0410-bac9-87ea11338e46
2007-12-21Merging tax fixes for transactions screens from branches/1.2einhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1994 4979c152-3d1c-0410-bac9-87ea11338e46
2007-12-07Adding vendor number on transactions/outstanding result screenseinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1959 4979c152-3d1c-0410-bac9-87ea11338e46
2007-12-07Adding vendor number search on transactions (using equality, rather than ↵einhverfr
pattern matching) git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1958 4979c152-3d1c-0410-bac9-87ea11338e46
2007-10-19GL Vouchers are posting and saving correctly. Need to get listing and ↵einhverfr
approving but that is conceptually a lot easier and involves a lot less legacy code git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1796 4979c152-3d1c-0410-bac9-87ea11338e46
2007-09-07Applying and completing the patch for adding date classes to all fields.einhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1536 4979c152-3d1c-0410-bac9-87ea11338e46
2007-09-01Preventing AR-Transaction screen from calculating sales tax since it doesn't ↵einhverfr
have enough info to do so safely. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1486 4979c152-3d1c-0410-bac9-87ea11338e46
2007-08-06Addition of Vendor and Customer-specific save, get, and search functions in ↵aurynn_cmd
Pgsql stored procedures. Cleanup and modification of Employee.sql, to fit the new Entity framework, as well as the modifications to support trigram searching. Addition of customer.pl and vendor.pl scripts, to support new perl framework code, as well as .pm modules for the same. Some cleanup of Pg-database.sql. addition of note_class = 1 check on entity_note, removal of check id = 1. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1454 4979c152-3d1c-0410-bac9-87ea11338e46
2007-07-16Credit/Debit notes now work, credit/debit invoices still need some testingeinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1399 4979c152-3d1c-0410-bac9-87ea11338e46
2007-07-05Modifications to support toggling of the On-Hold field in the ar and ap tables;aurynn_cmd
An On-Hold toggle button was added to the Invoice Edit page, as well as a selector for All Invoices (default), Active Invoices, and Held Invoices to the AR and AP search pages. Modifications as needed to bring the code in line with linuxpoet's entity patches. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1350 4979c152-3d1c-0410-bac9-87ea11338e46
2007-06-28Fixing bug 1712486einhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1342 4979c152-3d1c-0410-bac9-87ea11338e46
2007-04-26Merging bugfixes from current branches/1.2einhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1105 4979c152-3d1c-0410-bac9-87ea11338e46
2007-04-26Doing a simple Perltidy commit so that I can evaluate differences between ↵einhverfr
the branches and make sure patches are up to date git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1103 4979c152-3d1c-0410-bac9-87ea11338e46
2007-03-24Removing executable bit from bin/*.pleinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1000 4979c152-3d1c-0410-bac9-87ea11338e46
2007-02-02Cleared bug 1625954 einhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@790 4979c152-3d1c-0410-bac9-87ea11338e46
2006-10-31Some string cleaningtetragon
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@411 4979c152-3d1c-0410-bac9-87ea11338e46
2006-10-30Update button valuestetragon
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@393 4979c152-3d1c-0410-bac9-87ea11338e46
2006-10-24Moved all scalars out of ledger-smb.confeinhverfr
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@268 4979c152-3d1c-0410-bac9-87ea11338e46
2006-10-21First batch of files cleaned up for reverse function translation lookup removaltetragon
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@252 4979c152-3d1c-0410-bac9-87ea11338e46
2006-10-13$form->{menubar} is now deprecated, replaced with $form->{lynx} which will ↵christopherm
be used for all lynx related things git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@212 4979c152-3d1c-0410-bac9-87ea11338e46
2006-10-13removing bin/lynx and bin/mozilla folders. All scripts are now at bin/ with ↵christopherm
bin/custom for custom scripts (user specific or otherwise) git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@208 4979c152-3d1c-0410-bac9-87ea11338e46