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

Store Human Readable references in debtor/creditor tables #629

Closed
jniles opened this issue Aug 9, 2016 · 1 comment
Closed

Store Human Readable references in debtor/creditor tables #629

jniles opened this issue Aug 9, 2016 · 1 comment
Assignees
Labels

Comments

@jniles
Copy link
Collaborator

jniles commented Aug 9, 2016

In order to facilitate easy lookups of the debtor/creditor ids in the vouchers and journal tables, I propose that we store the human readable ids in the debtor/creditor tables. The only change is add a single text column reference that stores TPA1, TPA304, etc, as the debtor or creditor's human-readable ID.

@jniles jniles changed the title Store Human Readable references in debtor/creditor tables. Store Human Readable references in debtor/creditor tables Aug 9, 2016
@jniles jniles added the design label Aug 9, 2016
@jniles jniles added this to the Future milestone Aug 9, 2016
@jniles jniles self-assigned this Sep 28, 2016
@jniles
Copy link
Collaborator Author

jniles commented Sep 28, 2016

I'll take this one.

jniles referenced this issue in jniles/bhima Sep 28, 2016
This commit creates a table that contains a mapping between entity uuids
and their human readable text.  All updates to this table are made via
triggers, leaving the controller code on both the server and the client
the same.

The entities are:
 1. Suppliers
 2. Employees
 3. Patients

NOTE that entities are both creditors and debtors.  Another table will
be made for documents (vouchers, invoices, payments, etc).

I've moved all triggers into triggers.sql.

Closes Third-Culture-Software#753.

Closes #629.  Partially addresses #630.
jniles referenced this issue in jniles/bhima Sep 28, 2016
This commit creates a table that contains a mapping between entity uuids
and their human readable text.  All updates to this table are made via
triggers, leaving the controller code on both the server and the client
the same.

The entities are:
 1. Suppliers
 2. Employees
 3. Patients

NOTE that entities are both creditors and debtors.  Another table will
be made for documents (vouchers, invoices, payments, etc).

I've moved all triggers into triggers.sql.

Closes Third-Culture-Software#753.

Closes #629.  Partially addresses #630.
jniles referenced this issue in jniles/bhima Sep 30, 2016
This commit creates a table that contains a mapping between entity uuids
and their human readable text.  All updates to this table are made via
triggers, leaving the controller code on both the server and the client
the same.

The entities are:
 1. Suppliers
 2. Employees
 3. Patients

NOTE that entities are both creditors and debtors.  Another table will
be made for documents (vouchers, invoices, payments, etc).

I've moved all triggers into triggers.sql.

Closes Third-Culture-Software#753.

Closes #629.  Partially addresses #630.
jniles referenced this issue in jniles/bhima Oct 1, 2016
This commit creates a table that contains a mapping between entity uuids
and their human readable text.  All updates to this table are made via
triggers, leaving the controller code on both the server and the client
the same.

The entities are:
 1. Suppliers
 2. Employees
 3. Patients

NOTE that entities are both creditors and debtors.  Another table will
be made for documents (vouchers, invoices, payments, etc).

I've moved all triggers into triggers.sql.

Closes Third-Culture-Software#753.

Closes #629.  Partially addresses #630.
jniles referenced this issue in jniles/bhima Oct 4, 2016
This commit creates a table that contains a mapping between entity uuids
and their human readable text.  All updates to this table are made via
triggers, leaving the controller code on both the server and the client
the same.

The entities are:
 1. Suppliers
 2. Employees
 3. Patients

NOTE that entities are both creditors and debtors.  Another table will
be made for documents (vouchers, invoices, payments, etc).

I've moved all triggers into triggers.sql.

Closes Third-Culture-Software#753.

Closes #629.  Partially addresses #630.
jniles referenced this issue in jniles/bhima Oct 5, 2016
This commit creates a table that contains a mapping between entity uuids
and their human readable text.  All updates to this table are made via
triggers, leaving the controller code on both the server and the client
the same.

The entities are:
 1. Suppliers
 2. Employees
 3. Patients

NOTE that entities are both creditors and debtors.  Another table will
be made for documents (vouchers, invoices, payments, etc).

I've moved all triggers into triggers.sql.

Closes Third-Culture-Software#753.

Closes #629.  Partially addresses #630.
jniles referenced this issue in jniles/bhima Oct 6, 2016
This commit creates a table that contains a mapping between entity uuids
and their human readable text.  All updates to this table are made via
triggers, leaving the controller code on both the server and the client
the same.

The entities are:
 1. Suppliers
 2. Employees
 3. Patients

NOTE that entities are both creditors and debtors.  Another table will
be made for documents (vouchers, invoices, payments, etc).

I've moved all triggers into triggers.sql.

Closes Third-Culture-Software#753.

Closes #629.  Partially addresses #630.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant