Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sales/Purchase Journal (Rewrite with financial rewrite) #564

Closed
einhverfr opened this issue Nov 29, 2014 · 1 comment
Closed

Sales/Purchase Journal (Rewrite with financial rewrite) #564

einhverfr opened this issue Nov 29, 2014 · 1 comment
Milestone

Comments

@einhverfr
Copy link
Member

This will not occur before the gl rewrite. New tables will include eca_journal_entry which will connect entity_credit_account to journal_entry

New procedures will include:

  • eca_journal_entry__get(id int) which will get the appicable sales/purchase entry)
  • eca_je_save(self eca_je) will save the eca journal entry (eca_je is the new type)

URLs:

  • .../journal/(sales|purchase)/new get|put|post, getting the new form or posting/putting it.
  • .../journal(sales|purchase)/id.fmt (fmt being html, xml, or csv), get to retrieve, post to approbve
  • .../journal/(sales|purchase)/(search|outstanding|aging) for relevant reports, get only
@einhverfr einhverfr added this to the 2.0 milestone Oct 23, 2015
@ehuelsmann
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Completed
Development

No branches or pull requests

2 participants