File: /home/mostafedeg/public_html/erp/models/dto/Dailyentry.class.php
<?php
/**
* Object represents table 'dailyentry'
*
* @author: http://phpdao.com
* @date: 2016-04-18 15:43
*/
class Dailyentry {
var $id;
var $totalcreditor;
var $totaldebtor;
var $thedate;
var $userid;
var $condition;
var $reverseofid;
var $dDateTime;
var $entryComment;
var $fromFlag;
var $related;
var $isopeningentry;
var $branchid;
var $operationId;
var $operationDetailLink;
//var $costcenterid;
//
var $from;
var $to;
//
var $idChild;
var $dailyentryid;
var $accountstreeid;
var $value;
var $type;
var $accountstreeName;
var $dComment;
var $branchName;
}
?>