This is an automated email from the ASF dual-hosted git repository.

mbrohl pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git.


    from 8afb711  Fixed: Fluent API Bug in getFieldList().
     new 8d80909  Documented : Migrate Help to asciidoc and include in 
hr-intro.adoc (OFBIZ-10256)
     new eddb5a7  Documented : Migrate Employee Help to asciidoc and include in 
hr-employees.adoc (OFBIZ-10260)
     new 3d4d999  Documented : Migrate Employment Help to asciidoc and include 
in hr-employment.adoc (OFBIZ-10261)
     new 97d15cb  Documented : Migrate Employee-position Help to asciidoc and 
include in hr-employee-positions.adoc (OFBIZ-10259)
     new f0e4db0  Documented : Migrate Training Howto Help to asciidoc and 
include in hr-training.adoc (OFBIZ-10268)
     new 13abd82  Documented : just remove trailing space (OFBIZ-10251)

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 applications/humanres/data/helpdata/HELP_HR.xml    |  65 -----------
 .../data/helpdata/HELP_HR_EditEmplPosition.xml     | 107 -----------------
 .../data/helpdata/HELP_HR_EditEmployeeLeaves.xml   |  38 ------
 .../data/helpdata/HELP_HR_EditEmployeeQuals.xml    |  29 -----
 .../data/helpdata/HELP_HR_EditEmployeeSkills.xml   |  33 ------
 .../helpdata/HELP_HR_EditEmployeeTrainings.xml     |  33 ------
 .../data/helpdata/HELP_HR_EditEmployment.xml       |  37 ------
 .../data/helpdata/HELP_HR_EmplPositionView.xml     |  27 -----
 .../data/helpdata/HELP_HR_EmployeeProfile.xml      |  73 ------------
 .../data/helpdata/HELP_HR_FindEmplPositions.xml    |  56 ---------
 .../data/helpdata/HELP_HR_FindEmployments.xml      |  43 -------
 .../data/helpdata/HELP_HR_ListEmplPositions.xml    |  29 -----
 .../data/helpdata/HELP_HR_ListEmployments.xml      |  29 -----
 .../humanres/data/helpdata/HELP_HR_NewEmployee.xml |  34 ------
 .../data/helpdata/HELP_HR_PayrollHistory.xml       |  81 -------------
 .../data/helpdata/HELP_HR_findEmployees.xml        |  63 ----------
 .../humanres/data/helpdata/HELP_HR_main.xml        |  75 ------------
 .../humanres/data/helpdata/HELP_HR_training.xml    | 128 ---------------------
 .../_include/HELP-hr-EditEmplPosition.adoc         |  68 +++++++++++
 .../asciidoc/_include/HELP-hr-EmployeeProfile.adoc |  17 ++-
 .../asciidoc/_include/HELP-hr-FindEmployees.adoc   |  17 ++-
 .../asciidoc/_include/HELP-hr-Howto-Training.adoc  |  56 +++++++++
 .../asciidoc/_include/HELP-hr-NewEmployee.adoc     |  14 ++-
 .../asciidoc/_include/HELP-hr-PayrollHistory.adoc  |  41 +++++++
 .../src/docs/asciidoc/_include/HELP-hr-main.adoc   |  46 ++++++++
 .../asciidoc/_include/hr-employee-positions.adoc   |  28 +++--
 .../src/docs/asciidoc/_include/hr-employees.adoc   |  51 +++++++-
 .../src/docs/asciidoc/_include/hr-employments.adoc |  22 ++++
 .../docs/asciidoc/_include/hr-global-settings.adoc |  10 +-
 .../src/docs/asciidoc/_include/hr-glossary.adoc    |  62 +++++-----
 .../src/docs/asciidoc/_include/hr-intro.adoc       |  68 +++++------
 .../src/docs/asciidoc/_include/hr-leave.adoc       |  20 ++--
 .../docs/asciidoc/_include/hr-qualifications.adoc  |   8 +-
 .../src/docs/asciidoc/_include/hr-recruitment.adoc |  18 +--
 .../src/docs/asciidoc/_include/hr-resumes.adoc     |   6 +-
 .../src/docs/asciidoc/_include/hr-security.adoc    |  72 ++++++------
 .../src/docs/asciidoc/_include/hr-skills.adoc      |  18 +--
 .../src/docs/asciidoc/_include/hr-training.adoc    |  74 ++++++------
 .../humanres/src/docs/asciidoc/humanres.adoc       |   4 +-
 39 files changed, 529 insertions(+), 1171 deletions(-)
 delete mode 100644 applications/humanres/data/helpdata/HELP_HR.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_EditEmplPosition.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_EditEmployeeLeaves.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_EditEmployeeQuals.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_EditEmployeeSkills.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_EditEmployeeTrainings.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_EditEmployment.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_EmplPositionView.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_EmployeeProfile.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_FindEmplPositions.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_FindEmployments.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_ListEmplPositions.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_ListEmployments.xml
 delete mode 100644 applications/humanres/data/helpdata/HELP_HR_NewEmployee.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_PayrollHistory.xml
 delete mode 100644 
applications/humanres/data/helpdata/HELP_HR_findEmployees.xml
 delete mode 100644 applications/humanres/data/helpdata/HELP_HR_main.xml
 delete mode 100644 applications/humanres/data/helpdata/HELP_HR_training.xml
 create mode 100644 
applications/humanres/src/docs/asciidoc/_include/HELP-hr-EditEmplPosition.adoc
 copy framework/security/src/docs/asciidoc/security.adoc => 
applications/humanres/src/docs/asciidoc/_include/HELP-hr-EmployeeProfile.adoc 
(57%)
 copy framework/webapp/src/docs/asciidoc/webapp.adoc => 
applications/humanres/src/docs/asciidoc/_include/HELP-hr-FindEmployees.adoc 
(54%)
 create mode 100644 
applications/humanres/src/docs/asciidoc/_include/HELP-hr-Howto-Training.adoc
 copy framework/security/src/docs/asciidoc/security.adoc => 
applications/humanres/src/docs/asciidoc/_include/HELP-hr-NewEmployee.adoc (70%)
 create mode 100644 
applications/humanres/src/docs/asciidoc/_include/HELP-hr-PayrollHistory.adoc
 create mode 100644 
applications/humanres/src/docs/asciidoc/_include/HELP-hr-main.adoc

Reply via email to