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

Cash is displayed even if 0 #1852 #1983

Merged
merged 9 commits into from
Mar 15, 2017
Merged

Conversation

bradgearon
Copy link

@bradgearon bradgearon commented Feb 23, 2017

closes #1852

@DawoudIO DawoudIO changed the base branch from master to develop February 24, 2017 20:50
@DawoudIO DawoudIO changed the base branch from develop to master February 24, 2017 20:50
@DawoudIO DawoudIO changed the title resolves ChurchCRM/CRM#1852 Cash is displayed even if 0 #1852 Feb 25, 2017
@crossan007 crossan007 self-requested a review February 25, 2017 15:11
Copy link
Contributor

@crossan007 crossan007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please see comments in related issue #1852

@crossan007 crossan007 assigned bradgearon and unassigned crossan007 Feb 25, 2017
@bradgearon bradgearon assigned crossan007 and unassigned bradgearon Mar 1, 2017
@bradgearon
Copy link
Author

this is fixed, per your comments. thanks for the review!

Copy link
Contributor

@crossan007 crossan007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow. I can't believe I made that mistake. good find!

Copy link
Contributor

@crossan007 crossan007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the Style CI issues.

You can download the style patch from here: https://styleci.io/analyses/XVodoV

Click "Download Raw", and then from command line, git you can type "git apply patch.txt".

Then commit the changes made by the patch, and re-push.

@crossan007 crossan007 assigned bradgearon and unassigned crossan007 Mar 3, 2017
@bradgearon
Copy link
Author

I've made the requested changes, thanks for the help!

@DawoudIO DawoudIO added this to the 2.6.1 milestone Mar 11, 2017
@DawoudIO DawoudIO modified the milestones: 2.6.2, 2.6.1 Mar 14, 2017
@DawoudIO DawoudIO modified the milestones: 2.7.0, 2.6.2 Mar 15, 2017
@DawoudIO DawoudIO modified the milestones: 2.7.0, 2.6.2 Mar 15, 2017
@DawoudIO DawoudIO self-requested a review March 15, 2017 05:55
@DawoudIO DawoudIO merged commit 6502a94 into ChurchCRM:master Mar 15, 2017
DawoudIO pushed a commit that referenced this pull request Apr 1, 2017
* Updated Default Values

* added select2

* using memeber default & select 2 for country

using memeber default city/state & select 2

* Apply fixes from StyleCI (#1995)

* Add Behat testing (#2010)

* underp master vs develop merge

* underps

* start 2.6.1 (#2034)

* start 2.6.1

* underp 2.6.1 upgrade.

* don't include unreleased features in the changelog

* 2.6.1 rev jquery photo uploader (#2035)

* start 2.6.1

* underp 2.6.1 upgrade.

* rev photo uploader to 1.0.10

* release window documentation (#2055)

* release window doc

* release window doc

* cherry-pick #2061 for Master 2.6.1

* Update Config.php.example

* fix broken search

* rev photo uploader to 1.0.11 (#2071)

* Member Count Error in Member Dashboard (#1925)

* fix membercount error

fix #1924
* Apply left join onn family wher join with person to get the members
without family accounted.
* Also added Links to Family Roles section on membersdashboard.

* Changes to use SystemConfig

using SystemConfig::getValue('sDirRoleChild')

* PersonView, FamilyView ui changes #1863 (#2026)

* PersonView, FamilyView ui changes #1863

closes #1863
changed overlay, added view photo button. added modal for displaying
larger photo, displaying view photo button, using code from Initials.js
if photo exists.

* addressing review comments

* UI Cleanup/bugs

closes #2084 #2112

* UI Improvments

closes #2112

* Apply fixes from StyleCI (#2113)

* Fix database backup (#2118)

* closes #2099

* Apply fixes from StyleCI

* using github-release-notes in the bash script
renamed the npm target
updated changeslog.md

* updated steps and included changelog task

* Cash is displayed even if 0 #1852 (#1983)

* resolves #1852

* still show 0 cash if 0 cash 💯

* applied styleci patch

* Remove old changelog

* start 2.6.2 (#2125)

* this works on ASO demo site. (#2126)

* #2121-unable to create event (#2122)

add document ready function around the dateranger script.

fixes #2121

* start 2.6.3 (#2127)

* 2.6.3

* update changelog

* Update CHANGELOG.md

removed dbl logs

* Feature/2124 notification bar (#2167)

* Working POC

* Fix styles

* get data from web service

* Apply fixes from StyleCI

* allow for differentating admin vs all user notifications

* add TTL setting for notifications

* don't include system notifications locally

* cleanup

* underp boolean call

* address comments - handle exceptions correctly

* fix logic if captive portal intercepts notification request

* cleanup spaces

* make code work again.
DawoudIO pushed a commit that referenced this pull request Apr 8, 2017
* Updated Default Values

* added select2

* using memeber default & select 2 for country

using memeber default city/state & select 2

* Apply fixes from StyleCI (#1995)

* Add Behat testing (#2010)

* underp master vs develop merge

* underps

* start 2.6.1 (#2034)

* start 2.6.1

* underp 2.6.1 upgrade.

* don't include unreleased features in the changelog

* 2.6.1 rev jquery photo uploader (#2035)

* start 2.6.1

* underp 2.6.1 upgrade.

* rev photo uploader to 1.0.10

* release window documentation (#2055)

* release window doc

* release window doc

* cherry-pick #2061 for Master 2.6.1

* Update Config.php.example

* fix broken search

* rev photo uploader to 1.0.11 (#2071)

* Member Count Error in Member Dashboard (#1925)

* fix membercount error

fix #1924
* Apply left join onn family wher join with person to get the members
without family accounted.
* Also added Links to Family Roles section on membersdashboard.

* Changes to use SystemConfig

using SystemConfig::getValue('sDirRoleChild')

* PersonView, FamilyView ui changes #1863 (#2026)

* PersonView, FamilyView ui changes #1863

closes #1863
changed overlay, added view photo button. added modal for displaying
larger photo, displaying view photo button, using code from Initials.js
if photo exists.

* addressing review comments

* UI Cleanup/bugs

closes #2084 #2112

* UI Improvments

closes #2112

* Apply fixes from StyleCI (#2113)

* Fix database backup (#2118)

* closes #2099

* Apply fixes from StyleCI

* using github-release-notes in the bash script
renamed the npm target
updated changeslog.md

* updated steps and included changelog task

* Cash is displayed even if 0 #1852 (#1983)

* resolves #1852

* still show 0 cash if 0 cash 💯

* applied styleci patch

* Remove old changelog

* start 2.6.2 (#2125)

* this works on ASO demo site. (#2126)

* #2121-unable to create event (#2122)

add document ready function around the dateranger script.

fixes #2121

* start 2.6.3 (#2127)

* 2.6.3

* update changelog

* Update CHANGELOG.md

removed dbl logs

* Feature/2124 notification bar (#2167)

* Working POC

* Fix styles

* get data from web service

* Apply fixes from StyleCI

* allow for differentating admin vs all user notifications

* add TTL setting for notifications

* don't include system notifications locally

* cleanup

* underp boolean call

* address comments - handle exceptions correctly

* fix logic if captive portal intercepts notification request

* rev jQuery-photo-uploader (#2185)

* closes #2123 (#2184)

* update changelog (#2190)

* update changelog

* 2.6.3

* locked to 0.6.3

* locked to 0.6.3

* Update CHANGELOG.md

trim down to subset of changes

* Add Behat tests to TravisCI (#2011)

* underp master vs develop merge

* underps

* add test to travis

* add apache to travis.

* tweaks

* change path

* move to script. troubleshooting.

* debugging

* debugging

* fix path

* fix path

* tweaks

* tweaks

* underp

* tweaks

* tweaks

* tweaks

* tweaks

* tweaks

* tweaks

* tweaks

* tweaks

* tweaks

* tweaks

* tweaks

* move fpm conf

* tweak

* tweak

* tweak

* tweak

* fingers crossed.

* fingers crossed.

* fingers crossed.

* debug

* tweak paths

* tweak config

* tweak config

* permissions

* permissions

* tweaks

* tweaks

* tweaks

* tweaks

* tweaks

* tweaks

* tweaks

* add config

* tweaks

* tweaks

* revert login changes

* change index

* cleanup

* underp php fpm

* underp

* rewrite?

* rewrite?

* SetHandler

* use sockets

* derppp

* derppp

* derppp sockets

* derppp sockets

* derppp sockets

* proxy?

* test?

* tweaks? try again?

* Important! Read the above again https://wiki.apache.org/httpd/PHP-FPM

* tweak multi view

* cleanup

* Update Config.php

* Update README.md (#2247)

* added ignore question
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cash is displayed even if 0
3 participants