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

Sum "debit", "credit", columns in the posting journal #290

Closed
2 tasks
jniles opened this issue Apr 10, 2016 · 0 comments · Fixed by #297
Closed
2 tasks

Sum "debit", "credit", columns in the posting journal #290

jniles opened this issue Apr 10, 2016 · 0 comments · Fixed by #297
Assignees
Labels

Comments

@jniles
Copy link
Collaborator

jniles commented Apr 10, 2016

This issue is to track progress on implementing sums for the debits and credits fields in the posting journal.

In order for this issue to be closed, the following must be implemented or an issue created describing further work to get there:

  • When grouping by transaction, the debit and credit fields should be automatically summed. These sums should be written in the header row
  • The cell template must use the enterprise currency to properly format the aggregate amount as a currency.
@jniles jniles added the design label Apr 10, 2016
@jniles jniles added this to the 2.x Process milestone Apr 10, 2016
@jniles jniles self-assigned this Apr 11, 2016
jniles referenced this issue in jniles/bhima Apr 12, 2016
This commit implements the initial version of the debit/credit sum
indicators on the posting journal ui-grid.  There is still some work to
be done to ensure that the currency ids are available at startup.  A
subsequent commit should introduce auto-loading (and caching) currency
formats on application start for all available currencies.

Closes #290.
jniles referenced this issue in jniles/bhima Apr 13, 2016
This commit implements the initial version of the debit/credit sum
indicators on the posting journal ui-grid.  There is still some work to
be done to ensure that the currency ids are available at startup.  A
subsequent commit should introduce auto-loading (and caching) currency
formats on application start for all available currencies.

Closes #290.
bors bot added a commit that referenced this issue Dec 4, 2018
3433: Update snyk to the latest version 🚀 r=jniles a=greenkeeper[bot]


## The dependency [snyk](https://github.com/snyk/snyk) was updated from `1.113.0` to `1.114.0`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

<details>
<summary>Release Notes for v1.114.0</summary>

<h1><a href="https://urls.greenkeeper.io/snyk/snyk/compare/v1.113.0...v1.114.0">1.114.0</a> (2018-12-04)</h1>
<h3>Features</h3>
<ul>
<li>bump docker plugin version (<a href="https://urls.greenkeeper.io/snyk/snyk/commit/b8e085c">b8e085c</a>)</li>
</ul>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 2 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/snyk/snyk/commit/581caec5cf4a880a31e8cba63db5ac7db73bf5f7"><code>581caec</code></a> <code>Merge pull request #290 from snyk/feat/bump-docker-plugin</code></li>
<li><a href="https://urls.greenkeeper.io/snyk/snyk/commit/b8e085cdeeb2dc0ecb65fd5b35d379ca44edef62"><code>b8e085c</code></a> <code>feat: bump docker plugin version</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/snyk/snyk/compare/4d9d1ac6ef043bf3a0115c371a82cd0fac31f7ef...581caec5cf4a880a31e8cba63db5ac7db73bf5f7">full diff</a></p>
</details>

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴



Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant