This is an automated email from the git hooks/post-receive script. New change to branch chorem-ng in repository chorem. See http://git.chorem.org/chorem.git from 485ee47 add a context params to allow /webjars path from wm new 9d623fd refs #1211 : View company new ca6c4ac refs #1211 : add person and company count on home page new b2ef135 refs #1211 : Add persons list, filering and navigation new f7df510 Refs #1211 : Improve home page with billing The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f7df510bda89eae3ba5b21cabfbef82e0c8a6ca6 Author: kootox <jean.couteau@gmail.com> Date: Fri May 29 16:57:36 2015 +0200 Refs #1211 : Improve home page with billing commit b2ef1352eb9c3e8e7daa7d35d5239c36db25c70d Author: kootox <jean.couteau@gmail.com> Date: Thu Apr 16 16:35:39 2015 +0200 refs #1211 : Add persons list, filering and navigation commit ca6c4ac2d26faf407ebe08f41a99cdaac4e9d998 Author: kootox <jean.couteau@gmail.com> Date: Sat Apr 4 16:21:45 2015 +0200 refs #1211 : add person and company count on home page commit 9d623fd7a98c2dda1c45b7772f35914644f6d79e Author: kootox <jean.couteau@gmail.com> Date: Sat Apr 4 15:54:20 2015 +0200 refs #1211 : View company Summary of changes: .../main/webapp/crm/partials/companies.list.html | 8 +- .../main/webapp/crm/partials/companyInfoCard.html | 26 +++ .../src/main/webapp/crm/partials/companyPanel.html | 14 ++ .../crm/partials/contactDetailsListCard.html | 24 +++ .../webapp/crm/partials/employeesListCard.html | 20 ++ .../main/webapp/crm/partials/invoicesListCard.html | 21 ++ .../main/webapp/crm/partials/notesListCard.html | 21 ++ .../main/webapp/crm/partials/personInfoCard.html | 26 +++ .../src/main/webapp/crm/partials/personPanel.html | 11 + .../{companies.list.html => personsList.html} | 20 +- chorem-ui-angular/src/main/webapp/home.html | 76 +++++-- chorem-ui-angular/src/main/webapp/index.html | 2 +- chorem-ui-angular/src/main/webapp/js/chorem.js | 2 + .../src/main/webapp/js/choremControllers.js | 22 ++ chorem-ui-angular/src/main/webapp/js/crm/crm.js | 26 ++- .../src/main/webapp/js/crm/crmControllers.js | 230 ++++++++++++++++++++- 16 files changed, 502 insertions(+), 47 deletions(-) create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/companyInfoCard.html create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/companyPanel.html create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/contactDetailsListCard.html create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/employeesListCard.html create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/invoicesListCard.html create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/notesListCard.html create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/personInfoCard.html create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/personPanel.html copy chorem-ui-angular/src/main/webapp/crm/partials/{companies.list.html => personsList.html} (67%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.