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 0189b95 add path in mapping to filter by a field and to keep deeper on a object collection fields
new 56e536a refs #1211 : finish company view
new 73963e2 refs #1211 : ContactDetails and Note view
new 3ad55b8 refs #1211 : View person (list nots, contact details and employees)
The 3 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 3ad55b826d05ac05e0562d24eb6c724d4abb3e61
Author: kootox <jean.couteau(a)gmail.com>
Date: Thu Jul 2 17:48:14 2015 +0200
refs #1211 : View person (list nots, contact details and employees)
commit 73963e28de8e5952e880227c806d746295916eb2
Author: kootox <jean.couteau(a)gmail.com>
Date: Thu Jul 2 17:47:15 2015 +0200
refs #1211 : ContactDetails and Note view
commit 56e536ab2e7cbb104519fd5b83644b3778b9e928
Author: kootox <jean.couteau(a)gmail.com>
Date: Thu Jul 2 15:28:39 2015 +0200
refs #1211 : finish company view
Summary of changes:
.../main/webapp/crm/partials/companies.list.html | 4 +-
.../crm/partials/contactDetailsListCard.html | 10 ++--
.../webapp/crm/partials/contactDetailsPanel.html | 29 +++++++++++
...ListCard.html => employeesCompanyListCard.html} | 10 ++--
.../webapp/crm/partials/employeesListCard.html | 10 ++--
.../main/webapp/crm/partials/invoicesListCard.html | 6 +--
.../src/main/webapp/crm/partials/notePanel.html | 30 +++++++++++
.../main/webapp/crm/partials/notesListCard.html | 10 ++--
.../main/webapp/crm/partials/personInfoCard.html | 4 +-
.../src/main/webapp/crm/partials/personPanel.html | 2 +-
chorem-ui-angular/src/main/webapp/js/crm/crm.js | 12 +++++
.../src/main/webapp/js/crm/crmControllers.js | 60 ++++++++++++++++------
12 files changed, 144 insertions(+), 43 deletions(-)
create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/contactDetailsPanel.html
copy chorem-ui-angular/src/main/webapp/crm/partials/{employeesListCard.html => employeesCompanyListCard.html} (57%)
create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/notePanel.html
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.