Skip to content

Commit

Permalink
doc bookkeeping class
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 14, 2018
1 parent 77582b2 commit 4909e3a
Showing 1 changed file with 35 additions and 4 deletions.
39 changes: 35 additions & 4 deletions htdocs/accountancy/class/bookkeeping.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,15 @@ class BookKeeping extends CommonObject

public $doc_date;
public $date_lim_reglement;
public $doc_type;

/**
* @var string doc_type
*/
public $doc_type;

/**
* @var string doc_ref
*/
public $doc_ref;

/**
Expand All @@ -82,12 +90,35 @@ class BookKeeping extends CommonObject
*/
public $fk_docdet;

public $thirdparty_code;
/**
* @var string thirdparty code
*/
public $thirdparty_code;

/**
* @var string subledger account
*/
public $subledger_account;

/**
* @var string subledger label
*/
public $subledger_label;

/**
* @var string doc_type
*/
public $numero_compte;
public $label_compte;
public $label_operation;

/**
* @var string label compte
*/
public $label_compte;

/**
* @var string label operation
*/
public $label_operation;
public $debit;
public $credit;
public $montant;
Expand Down

0 comments on commit 4909e3a

Please sign in to comment.