Difference between revisions of "Module Banks and Cash (developer)"
Jump to navigation
Jump to search
m |
m (→Entity Bank) |
||
Line 11: | Line 11: | ||
You can define several type of account: bank or cash. | You can define several type of account: bank or cash. | ||
− | = Entity Bank = | + | = Entity Bank account = |
{{TemplateDocDevEntityEn| | {{TemplateDocDevEntityEn| | ||
class=htdocs\compta\bank\account.class.php}} | class=htdocs\compta\bank\account.class.php}} |
Revision as of 13:23, 6 November 2009
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\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\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