diff --git a/README.md b/README.md index 51e02375135..80d35d73030 100644 --- a/README.md +++ b/README.md @@ -78,15 +78,16 @@ See ChangeLog file found into package. - Customers, Prospects or Suppliers directory - Products and services catalog -- Stock management - Bank accounts management -- Orders management with PDF export +- Orders management - Commercial proposals management - Contracts management - Invoices management - Payments management - Standing orders management +- Stock management - Shipping management +- PDF or ODT generation for invoice, proposals, orders... - Agenda with ical,vcal export for third tools integration - ECM (Electronic Content Management) - Foundations members management @@ -100,10 +101,10 @@ See ChangeLog file found into package. - Bookmarks management - Donations management - Reporting -- Data export/import tools +- Data export/import - LDAP connectivity - Third parties or products categories -- ClickToDial phone numbers +- ClickToDial integration - RSS integration ### Miscellaneous: diff --git a/build/rpm/README b/build/rpm/README index ffdb6d24a53..99f871e882a 100644 --- a/build/rpm/README +++ b/build/rpm/README @@ -19,8 +19,8 @@ with format RPM (for Redhat, OpenSuse, Mandriva, ...). # # On Fedora # rpm -i --test dolibarr-...rpm To list dependencies of RPM -# yum install dolibarr-...rpm To install package and dependencies -# yum erase dolibarr To remove package +# yum -v install dolibarr-...rpm To install package and dependencies +# yum -v erase dolibarr To remove package # chcon -R -h -t httpd_sys_script_rw_t /file To add temporary context rw for httpd on /file # semanage fcontext -a -t httpd_sys_script_rw_t "/dir/(.*)?" To add persistent context rw for httpd on /dir (this add file_contexts.local) # restorecon -R -v /file Restore values into files (cancel chcon, validate semanage)