summaryrefslogtreecommitdiff
path: root/TODO
blob: be89f07ddd09bb6fb7cc0be19b8c121a20cd54c9 (plain)
  1. Near immediate items (release-delaying?). * indicates completed.
  2. - *project name
  3. - *revision control
  4. - *add not null constraint to acc_trans.chart_id
  5. - *Change acc_trans.amount to NUMERIC
  6. - *Update SL-Basic.tex tarball to be the new manual for LedgerSMB
  7. - *coding standard
  8. - *fix the session security problem in the main application
  9. - *Tightened browser caching rules so that the back button is no problem.
  10. - *hosting, Sourceforge import SVN (almost done)
  11. - *solve security problem for admin.pl (central db?)
  12. Suggest starting with a simple server-side cookie. Then when we
  13. add authentication abstraction, this problem can be permanently
  14. solved in a modular fashion.
  15. - * finish removing references to sql-ledger
  16. - write upgrade/crossgrade script from SL -> LedgerSMB (mostly done)
  17. Database script is done. Just untar over the top?
  18. If so, then this is done.
  19. - *write press release
  20. - *write SL List announcement
  21. - *CONTRIBUTORS/AUTHORS file.
  22. - Delete setup.pl file for released versions. (not in SVN).
  23. - Run final tests on applications
  24. - crossgrade script-- missing SL directory unlink logic.
  25. - *templates
  26. - *db upgrade
  27. - *Fix printing bug with LaTeX templates. Error:
  28. Quantifier follows nothing in regex;
  29. marked by <-- HERE in m/? <-- HERE / at LedgerSMB/Form.pm line 1107.
  30. Higher priorities
  31. - Move all other floats to NUMERICs in the database schemas.
  32. - update setup.pl, which has a lot of SL specific code.
  33. - make utf-8 default
  34. - Add protection against duplicate id values.
  35. Chris Travers has a fix that will be applied in the next version but will
  36. require some extensive testing.
  37. - Batch printing of Checks
  38. Chris Travers has done this work for another customer for 2.6.15 and can
  39. move this code over quickly.
  40. - Prevent printing without posting.
  41. - Add last cost field to laber/overhead creation screen.
  42. - drop Oracle support? (ibidem)
  43. Oracle support is already largely abandoned. Not sure if we should
  44. drop the code though...
  45. - code cleanup (move to established coding standards, not structural yet)
  46. - xhtml compliant code
  47. - central default database (maybe authentication abstraction here?)
  48. - Integrate a sales data report.
  49. Available as a diff at http://www.metatrontech.com/projects/
  50. - Bundle script for generating email reports when parts are low.
  51. To be included in next version. Work is already done.
  52. - Fix reconcilliation summary report.
  53. - Remove Dieter's sessionid timestamp since it serves no purpose.
  54. - authentication abstraction for Kerberos, LDAP authentication, and the like.
  55. - Authentication module for PostgreSQL databases.
  56. - Account transactions available from Balance Sheets and Income Statements via
  57. links.
  58. - Replace the defaults table with one that is more normalized.
  59. Medium-longer term
  60. - Port SL-POS functionality into the fork.
  61. - published API
  62. - Command-line wrapper that is easy to use....
  63. - SOAP or HTTP based interfaces (OpenLedger?)
  64. - Credit Card Processing
  65. - Tighten up integrity controls in schema by replacing the insert/update with
  66. a single insert and adding foreign keys.
  67. - Fix printing for Windows.
  68. - Portable Data Terminal integration.
  69. - Merge web directories so that maintaining frames and no-frames browsers
  70. is not a problem.
  71. - Move to a template-based display system with main application logic being in
  72. a separate Perl module.
  73. - Convert to use persistant database connections.
  74. - Basic payroll module
  75. - Multiple Shipto's associated with customers/vendors.