diff options
author | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-08-06 20:28:31 +0000 |
---|---|---|
committer | aurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-08-06 20:28:31 +0000 |
commit | f1756b69854a21b50da387f32f394d4b6fb80be7 (patch) | |
tree | a41cf10135ad979ec6fce5d6c924feba94f53fed /bin | |
parent | a68e3e4e78cd1bb7efe35a39d0fdd376f60e2fae (diff) |
Addition of Vendor and Customer-specific save, get, and search functions in 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
Diffstat (limited to 'bin')
-rw-r--r-- | bin/aa.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1540,6 +1540,8 @@ qq|<input name="l_transdate" class=checkbox type=checkbox value=Y checked> | } sub transactions { + # it shouldn't be putting it into vendor_id or customer_id, but into + # entity_id, conforming to the new entity tables. if ( $form->{ $form->{vc} } ) { $form->{ $form->{vc} } = $form->unescape( $form->{ $form->{vc} } ); ( $form->{ $form->{vc} }, $form->{"$form->{vc}_id"} ) = |