Skip to content

Commit

Permalink
Merge pull request #10015 from frederic34/patch-9
Browse files Browse the repository at this point in the history
doc bookkeeping class
  • Loading branch information
eldy committed Nov 15, 2018
2 parents b1fc930 + 4909e3a commit 8bfcbc8
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 8bfcbc8

Please sign in to comment.