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

CHORE(db): implement invoicing schemas #18

Merged
merged 3 commits into from
Jan 19, 2016

Commits on Jan 19, 2016

  1. CHORE(db): implement invoicing schemas

    This commit implements the following schemas:
     1. billing_service
     2. subsidy
     3. discount
    and all associated linker tables.  These build correctly, but require
    an API interface to prove their usefulness.
    jniles committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    7154e10 View commit details
    Browse the repository at this point in the history
  2. FIX(schema): invalid FK constraints

    This commit repairs invalid foreign key constraints in synt.sql that
    prevented the new schema definitions from being built properly.
    jniles committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    c69a10d View commit details
    Browse the repository at this point in the history
  3. TEST(sale): skip posting journal tests

    This commit skips the posting journal tests until the new posting
    journal interface can be developed and used.  These tests should be
    uncommented and behaved as previously when the routes are in place.
    jniles committed Jan 19, 2016
    Configuration menu
    Copy the full SHA
    fe3565b View commit details
    Browse the repository at this point in the history