summaryrefslogtreecommitdiff
path: root/TODO
blob: 503411131a4768b60b9aa7d2456aa6bf258f61e7 (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. - SPI membership (Just time the request to Josh for proposal)
  22. - *CONTRIBUTORS/AUTHORS file.
  23. - Delete setup.pl file for released versions. (not in SVN).
  24. - Run final tests on applications
  25. - crossgrade script-- missing SL directory unlink logic.
  26. - *templates
  27. - db upgrade (not working)
  28. - *Fix printing bug with LaTeX templates. Error:
  29. Quantifier follows nothing in regex;
  30. marked by <-- HERE in m/? <-- HERE / at LedgerSMB/Form.pm line 1107.
  31. Higher priorities
  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. - Prevent printing without posting.
  36. - Add last cost field to laber/overhead creation screen.
  37. - drop Oracle support? (ibidem)
  38. Oracle support is already largely abandoned. Not sure if we should
  39. the code though...
  40. - code cleanup (move to established coding standards, not structural yet)
  41. - xhtml compliant code
  42. - attract developers/documentation
  43. - central default database (maybe authentication abstraction here?)
  44. - Integrate a sales data report.
  45. - Batch printing for cheques.
  46. - Bundle script for generating email reports when parts are low.
  47. - Fix reconcilliation summary report.
  48. - Remove Dieter's sessionid timestamp since it serves no purpose.
  49. - authentication abstraction for Kerberos, LDAP authentication, and the like.
  50. - Authentication module for PostgreSQL databases.
  51. - Account transactions available from Balance Sheets and Income Statements via
  52. links.
  53. Medium-longer term
  54. - Port SL-POS functionality into the fork.
  55. - published API
  56. - Command-line wrapper that is easy to use....
  57. - SOAP or HTTP based interfaces (OpenLedger?)
  58. - Credit Card Processing
  59. - Tighten up integrity controls in schema by replacing the insert/update with
  60. a single insert and adding foreign keys.
  61. - Fix printing for Windows.
  62. - Portable Data Terminal integration.
  63. - Merge web directories so that maintaining frames and no-frames browsers
  64. is not a problem.
  65. - Move to a template-based display system with main application logic being in
  66. a separate Perl module.
  67. - Convert to use persistant database connections.
  68. - Basic payroll module