Difference between revisions of "Module Banks and Cash (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m (Import interlang links (links to translated versions of this page in other languages) from Multi Language Manager table.)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<!-- BEGIN origin interlang links -->
 +
<!-- You can edit this section but do NOT remove these comments
 +
    Links below will be automatically replicated on translated pages by PolyglotBot -->
 +
[[fr:Module_Banques_et_Caisses_(développeur)]]
 +
[[es:Módulo_Banco-Caja_(desarrollador)]]
 +
<!-- END interlang links -->
 +
 
[[Category:Bank]]
 
[[Category:Bank]]
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}
 +
{{TemplateModEN Developer}}
 
{{BasculeDevUserEn|
 
{{BasculeDevUserEn|
 
name=Bank-Cash|
 
name=Bank-Cash|
Line 13: Line 21:
 
= Entity Bank account =
 
= Entity Bank account =
 
{{TemplateDocDevEntityEn|
 
{{TemplateDocDevEntityEn|
class=htdocs\compta\bank\account.class.php}}
+
class=htdocs/compta/bank/class/account.class.php}}
  
 
= Entity Category of bank transaction =
 
= Entity Category of bank transaction =
 
{{TemplateDocDevEntityEn|
 
{{TemplateDocDevEntityEn|
class=htdocs\compta\bank\bankcateg.class.php}}
+
class=htdocs\compta\bank\class\bankcateg.class.php}}
  
 
= Permissions =
 
= Permissions =

Latest revision as of 13:20, 23 July 2019

Bank-Cash
Numero/ID of module 85
User doc. of module Module Banks and Cash
Developer doc. of module This page

Function

The bank module allows you to manage bank or cash accounts. You can define several type of account: bank or cash.

Entity Bank account

The PHP class to use to manipulate such object is file htdocs/compta/bank/class/account.class.php.

It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.

Entity Category of bank transaction

The PHP class to use to manipulate such object is file htdocs\compta\bank\class\bankcateg.class.php.

It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.

Permissions

  • ->banque->lire
  • ->banque->modifier
  • ->banque->configurer
  • ->banque->consolidate
  • ->banque->export
  • ->banque->transfer
  • ->banque->cheque

Tables SQL