Files
dolibarr/htdocs/webportal
MDW e570f59e2d Qual: Phan fixes (mainly Initial type cannot be inferred) in popular changed classes (#30604)
* Update setValueFrom $id type to include null

* Only 2 arguments for ModeleNumRefMembers::getToolTip

* Fix PhanTypeConversionFromArray

* Only 6 args for PaymentSalary::addPaymentToBank

* Fix typing hints (array -> string)

* Fix uninitialized variables

* Add cssview to attributes phpdoc

* Avoid double typing specification (Phan notice)

* Qual: Ensure variable is defined (phan)

* Ensure phpdoc typing for verif method

* Ensure phpdoc typing for getNextValue method

* Add status as data key in cols array

* Ensure preg_replace operates on string (phan)

* Correct type for desiredstock

* Fix typing with casts (phan)

* Fix check that notification already exists

* Initialise fk_parent_id to fix typing issue

* Qual: Fix phan notices for Societe & related

* Qual: Fix typing for Facture and related

* Qual: Fix typing for Product & related

* Update baseline

* Fix new phpstan notices
2024-08-14 01:24:55 +02:00
..
2024-07-28 19:10:36 +02:00
2024-04-07 11:50:26 +02:00
2024-03-17 02:58:16 +01:00
2024-02-12 02:02:18 +01:00

Module Web Portal

This is a module to provide a ready to use Web Portal for your customers, suppliers, partners or members of the mebership module.

Accounts (login and pass) to access this portal can be created for any thirdparty (from the tab "Web site accounts").

It is better to have a standalone web server with its own virtual host and domain name to use this module, so using the web portal does not reaveal the domain and url of your backoffice installation.

It provides an interface to read or modify its data. This is for example, the list of the data than can be read (or modified):

If the Thirdparty module is enabled:

  • Read/modify Name, phone, email, addresses of thirdparty

If the Partnership module is enabled:

  • Read properties (status, start date, end date) of its partnership.

If the Proposal module is enabled:

  • Read its orders

If the Sale Order module is enabled:

  • Read its orders

If the Invoice module is enabled:

  • Read its invoices

If the Supplier module is enabled:

  • Read its price requests
  • Read its orders
  • Read its invoices

If module Membership is enabled:

  • Read/modify Name, phone, email, addresses of thirdparty
  • Read its membership status (start and end date, amount paid)

Documentation

Module Web Portal