Class |
Constant / Property / Method |
abstract class DoliDB implements Database { /**/ } |
LABEL = self::LABEL |
class TraceableDB extends DoliDB { /**/ } |
LABEL = '' |
|
abstract class DoliDB implements Database { /**/ } |
VERSIONMIN = self::VERSIONMIN |
class TraceableDB extends DoliDB { /**/ } |
VERSIONMIN = '' |
|
abstract class DoliDB implements Database { /**/ } |
LABEL = self::LABEL |
class DoliDBSqlite3 extends DoliDB { /**/ } |
LABEL = 'Sqlite3' |
|
abstract class DoliDB implements Database { /**/ } |
VERSIONMIN = self::VERSIONMIN |
class DoliDBSqlite3 extends DoliDB { /**/ } |
VERSIONMIN = '3.0.0' |
|
abstract class DoliDB implements Database { /**/ } |
LABEL = self::LABEL |
class DoliDBPgsql extends DoliDB { /**/ } |
LABEL = 'PostgreSQL' |
|
abstract class DoliDB implements Database { /**/ } |
VERSIONMIN = self::VERSIONMIN |
class DoliDBPgsql extends DoliDB { /**/ } |
VERSIONMIN = '9.0.0' |
|
abstract class DoliDB implements Database { /**/ } |
LABEL = self::LABEL |
class DoliDBMysqli extends DoliDB { /**/ } |
LABEL = 'MySQL or MariaDB' |
|
abstract class DoliDB implements Database { /**/ } |
VERSIONMIN = self::VERSIONMIN |
class DoliDBMysqli extends DoliDB { /**/ } |
VERSIONMIN = '5.0.3' |
|
abstract class CommonObject { /**/ } |
TRIGGER_PREFIX = '' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
TRIGGER_PREFIX = 'SUPPLIERBILLREC' |
|
abstract class CommonObject { /**/ } |
TRIGGER_PREFIX = '' |
class FactureRec extends CommonInvoice { /**/ } |
TRIGGER_PREFIX = 'BILLREC' |
|
abstract class Warning { /**/ } |
CODE = 0 |
class LocalTooLong extends Warning { /**/ } |
CODE = 64 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class NoDNSMXRecord extends Warning { /**/ } |
CODE = 6 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class CFWSWithFWS extends Warning { /**/ } |
CODE = 18 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class QuotedPart extends Warning { /**/ } |
CODE = 36 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class ObsoleteDTEXT extends Warning { /**/ } |
CODE = 71 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class IPV6Deprecated extends Warning { /**/ } |
CODE = 13 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class QuotedString extends Warning { /**/ } |
CODE = 11 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class DomainTooLong extends Warning { /**/ } |
CODE = 255 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class TLD extends Warning { /**/ } |
CODE = 9 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class DomainLiteral extends Warning { /**/ } |
CODE = 70 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class DeprecatedComment extends Warning { /**/ } |
CODE = 37 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class IPV6MaxGroups extends Warning { /**/ } |
CODE = 75 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class IPV6GroupCount extends Warning { /**/ } |
CODE = 72 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class CFWSNearAt extends Warning { /**/ } |
CODE = 49 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class IPV6ColonStart extends Warning { /**/ } |
CODE = 76 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class EmailTooLong extends Warning { /**/ } |
CODE = 66 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class Comment extends Warning { /**/ } |
CODE = 17 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class LabelTooLong extends Warning { /**/ } |
CODE = 63 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class AddressLiteral extends Warning { /**/ } |
CODE = 12 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class IPV6DoubleColon extends Warning { /**/ } |
CODE = 73 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class IPV6BadChar extends Warning { /**/ } |
CODE = 74 |
|
abstract class Warning { /**/ } |
CODE = 0 |
class IPV6ColonEnd extends Warning { /**/ } |
CODE = 77 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class ConsecutiveDot extends InvalidEmail { /**/ } |
CODE = 132 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class ConsecutiveDot extends InvalidEmail { /**/ } |
REASON = "Consecutive DOT" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class ConsecutiveAt extends InvalidEmail { /**/ } |
CODE = 128 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class ConsecutiveAt extends InvalidEmail { /**/ } |
REASON = "Consecutive AT" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class DotAtEnd extends InvalidEmail { /**/ } |
CODE = 142 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class DotAtEnd extends InvalidEmail { /**/ } |
REASON = "Dot at the end" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class DomainHyphened extends InvalidEmail { /**/ } |
CODE = 144 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class DomainHyphened extends InvalidEmail { /**/ } |
REASON = "Hyphen found in domain" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class DomainAcceptsNoMail extends InvalidEmail { /**/ } |
CODE = 154 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class DomainAcceptsNoMail extends InvalidEmail { /**/ } |
REASON = 'Domain accepts no mail (Null MX, RFC7505)' |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class ExpectingAT extends InvalidEmail { /**/ } |
CODE = 202 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class ExpectingAT extends InvalidEmail { /**/ } |
REASON = "Expecting AT '@' " |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class UnclosedQuotedString extends InvalidEmail { /**/ } |
CODE = 145 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class UnclosedQuotedString extends InvalidEmail { /**/ } |
REASON = "Unclosed quoted string" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class ExpectingCTEXT extends InvalidEmail { /**/ } |
CODE = 139 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class ExpectingCTEXT extends InvalidEmail { /**/ } |
REASON = "Expecting CTEXT" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class UnopenedComment extends InvalidEmail { /**/ } |
CODE = 152 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class UnopenedComment extends InvalidEmail { /**/ } |
REASON = "No opening comment token found" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class ExpectingQPair extends InvalidEmail { /**/ } |
CODE = 136 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class ExpectingQPair extends InvalidEmail { /**/ } |
REASON = "Expecting QPAIR" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class ExpectingATEXT extends InvalidEmail { /**/ } |
CODE = 137 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class ExpectingATEXT extends InvalidEmail { /**/ } |
REASON = "Expecting ATEXT" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class NoDomainPart extends InvalidEmail { /**/ } |
CODE = 131 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class NoDomainPart extends InvalidEmail { /**/ } |
REASON = "No Domain part" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class NoDNSRecord extends InvalidEmail { /**/ } |
CODE = 5 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class NoDNSRecord extends InvalidEmail { /**/ } |
REASON = 'No MX or A DSN record was found for this email' |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class CRNoLF extends InvalidEmail { /**/ } |
CODE = 150 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class CRNoLF extends InvalidEmail { /**/ } |
REASON = "Missing LF after CR" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class CommaInDomain extends InvalidEmail { /**/ } |
CODE = 200 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class CommaInDomain extends InvalidEmail { /**/ } |
REASON = "Comma ',' is not allowed in domain part" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class ExpectingDomainLiteralClose extends InvalidEmail { /**/ } |
CODE = 137 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class ExpectingDomainLiteralClose extends InvalidEmail { /**/ } |
REASON = "Closing bracket ']' for domain literal not found" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class UnclosedComment extends InvalidEmail { /**/ } |
CODE = 146 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class UnclosedComment extends InvalidEmail { /**/ } |
REASON = "No closing comment token found" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class CharNotAllowed extends InvalidEmail { /**/ } |
CODE = 201 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class CharNotAllowed extends InvalidEmail { /**/ } |
REASON = "Non allowed character in domain" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class CRLFAtTheEnd extends InvalidEmail { /**/ } |
CODE = 149 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class CRLFAtTheEnd extends InvalidEmail { /**/ } |
REASON = "CRLF at the end" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class ExpectingDTEXT extends InvalidEmail { /**/ } |
CODE = 129 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class ExpectingDTEXT extends InvalidEmail { /**/ } |
REASON = "Expected DTEXT" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class AtextAfterCFWS extends InvalidEmail { /**/ } |
CODE = 133 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class AtextAfterCFWS extends InvalidEmail { /**/ } |
REASON = "ATEXT found after CFWS" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class DotAtStart extends InvalidEmail { /**/ } |
CODE = 141 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class DotAtStart extends InvalidEmail { /**/ } |
REASON = "Found DOT at start" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class NoLocalPart extends InvalidEmail { /**/ } |
CODE = 130 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class NoLocalPart extends InvalidEmail { /**/ } |
REASON = "No local part" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class CRLFX2 extends InvalidEmail { /**/ } |
CODE = 148 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class CRLFX2 extends InvalidEmail { /**/ } |
REASON = "Folding whitespace CR LF found twice" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class LocalOrReservedDomain extends InvalidEmail { /**/ } |
CODE = 153 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class LocalOrReservedDomain extends InvalidEmail { /**/ } |
REASON = 'Local, mDNS or reserved domain (RFC2606, RFC6762)' |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class MultipleErrors extends InvalidEmail { /**/ } |
CODE = 999 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class MultipleErrors extends InvalidEmail { /**/ } |
REASON = "Accumulated errors for multiple validations" |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class RFCWarnings extends InvalidEmail { /**/ } |
CODE = 997 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class RFCWarnings extends InvalidEmail { /**/ } |
REASON = 'Warnings were found.' |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
CODE = 0 |
class SpoofEmail extends InvalidEmail { /**/ } |
CODE = 998 |
|
abstract class InvalidEmail extends \InvalidArgumentException { /**/ } |
REASON = "Invalid email" |
class SpoofEmail extends InvalidEmail { /**/ } |
REASON = "The email contains mixed UTF8 chars that makes it suspicious" |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class UrlEncodedFormat extends Format { /**/ } |
MIME = 'application/x-www-form-urlencoded' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class UrlEncodedFormat extends Format { /**/ } |
MIME = 'application/x-www-form-urlencoded' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class UrlEncodedFormat extends Format { /**/ } |
EXTENSION = 'post' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class UrlEncodedFormat extends Format { /**/ } |
EXTENSION = 'post' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class UploadFormat extends Format { /**/ } |
MIME = 'multipart/form-data' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class UploadFormat extends Format { /**/ } |
MIME = 'multipart/form-data' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class UploadFormat extends Format { /**/ } |
EXTENSION = 'post' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class UploadFormat extends Format { /**/ } |
EXTENSION = 'post' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class YamlFormat extends DependentFormat { /**/ } |
EXTENSION = 'yaml' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class YamlFormat extends DependentFormat { /**/ } |
EXTENSION = 'yaml' |
|
abstract class DependentFormat extends \Luracast\Restler\Format\Format { /**/ } |
PACKAGE_NAME = 'vendor/project:version' |
class YamlFormat extends DependentFormat { /**/ } |
PACKAGE_NAME = 'symfony/yaml:*' |
|
abstract class DependentFormat extends Format { /**/ } |
PACKAGE_NAME = 'vendor/project:version' |
class YamlFormat extends DependentFormat { /**/ } |
PACKAGE_NAME = 'symfony/yaml:*' |
|
abstract class DependentFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTERNAL_CLASS = 'Namespace\\ClassName' |
class YamlFormat extends DependentFormat { /**/ } |
EXTERNAL_CLASS = 'Symfony\Component\Yaml\Yaml' |
|
abstract class DependentFormat extends Format { /**/ } |
EXTERNAL_CLASS = 'Namespace\\ClassName' |
class YamlFormat extends DependentFormat { /**/ } |
EXTERNAL_CLASS = 'Symfony\Component\Yaml\Yaml' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class TsvFormat extends CsvFormat { /**/ } |
MIME = 'text/csv' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class TsvFormat extends CsvFormat { /**/ } |
MIME = 'text/csv' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class TsvFormat extends CsvFormat { /**/ } |
EXTENSION = 'csv' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class TsvFormat extends CsvFormat { /**/ } |
EXTENSION = 'csv' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class JsonFormat extends Format { /**/ } |
MIME = 'application/json' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class JsonFormat extends Format { /**/ } |
MIME = 'application/json' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class JsonFormat extends Format { /**/ } |
EXTENSION = 'json' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class JsonFormat extends Format { /**/ } |
EXTENSION = 'json' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class XmlFormat extends Format { /**/ } |
MIME = 'application/xml' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class XmlFormat extends Format { /**/ } |
MIME = 'application/xml' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class XmlFormat extends Format { /**/ } |
EXTENSION = 'xml' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class XmlFormat extends Format { /**/ } |
EXTENSION = 'xml' |
|
class JsonFormat extends Format { /**/ } |
MIME = 'application/json' |
class JsFormat extends JsonFormat { /**/ } |
MIME = 'text/javascript' |
|
class JsonFormat extends \Luracast\Restler\Format\Format { /**/ } |
MIME = 'application/json' |
class JsFormat extends JsonFormat { /**/ } |
MIME = 'text/javascript' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class JsFormat extends JsonFormat { /**/ } |
MIME = 'text/javascript' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class JsFormat extends JsonFormat { /**/ } |
MIME = 'text/javascript' |
|
class JsonFormat extends Format { /**/ } |
EXTENSION = 'json' |
class JsFormat extends JsonFormat { /**/ } |
EXTENSION = 'js' |
|
class JsonFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTENSION = 'json' |
class JsFormat extends JsonFormat { /**/ } |
EXTENSION = 'js' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class JsFormat extends JsonFormat { /**/ } |
EXTENSION = 'js' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class JsFormat extends JsonFormat { /**/ } |
EXTENSION = 'js' |
|
abstract class MultiFormat implements iFormat { /**/ } |
MIME = 'text/plain,text/html' |
class PlistFormat extends DependentMultiFormat { /**/ } |
MIME = 'application/xml,application/x-plist' |
|
abstract class MultiFormat implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain,text/html' |
class PlistFormat extends DependentMultiFormat { /**/ } |
MIME = 'application/xml,application/x-plist' |
|
abstract class MultiFormat implements iFormat { /**/ } |
EXTENSION = 'txt,html' |
class PlistFormat extends DependentMultiFormat { /**/ } |
EXTENSION = 'plist' |
|
abstract class MultiFormat implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt,html' |
class PlistFormat extends DependentMultiFormat { /**/ } |
EXTENSION = 'plist' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class CsvFormat extends Format implements iDecodeStream { /**/ } |
MIME = 'text/csv' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class CsvFormat extends Format implements iDecodeStream { /**/ } |
MIME = 'text/csv' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class CsvFormat extends Format implements iDecodeStream { /**/ } |
EXTENSION = 'csv' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class CsvFormat extends Format implements iDecodeStream { /**/ } |
EXTENSION = 'csv' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class AmfFormat extends DependentFormat { /**/ } |
MIME = 'application/x-amf' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class AmfFormat extends DependentFormat { /**/ } |
MIME = 'application/x-amf' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class AmfFormat extends DependentFormat { /**/ } |
EXTENSION = 'amf' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class AmfFormat extends DependentFormat { /**/ } |
EXTENSION = 'amf' |
|
abstract class DependentFormat extends \Luracast\Restler\Format\Format { /**/ } |
PACKAGE_NAME = 'vendor/project:version' |
class AmfFormat extends DependentFormat { /**/ } |
PACKAGE_NAME = 'zendframework/zendamf:dev-master' |
|
abstract class DependentFormat extends Format { /**/ } |
PACKAGE_NAME = 'vendor/project:version' |
class AmfFormat extends DependentFormat { /**/ } |
PACKAGE_NAME = 'zendframework/zendamf:dev-master' |
|
abstract class DependentFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTERNAL_CLASS = 'Namespace\\ClassName' |
class AmfFormat extends DependentFormat { /**/ } |
EXTERNAL_CLASS = 'ZendAmf\\Parser\\Amf3\\Deserializer' |
|
abstract class DependentFormat extends Format { /**/ } |
EXTERNAL_CLASS = 'Namespace\\ClassName' |
class AmfFormat extends DependentFormat { /**/ } |
EXTERNAL_CLASS = 'ZendAmf\\Parser\\Amf3\\Deserializer' |
|
abstract class CommonObject { /**/ } |
TRIGGER_PREFIX = '' |
class CompanyBankAccount extends Account { /**/ } |
TRIGGER_PREFIX = 'COMPANY_RIB' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class AmfFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
MIME = 'application/x-amf' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class AmfFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
MIME = 'application/x-amf' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class AmfFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
EXTENSION = 'amf' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class AmfFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
EXTENSION = 'amf' |
|
abstract class DependentFormat extends \Luracast\Restler\Format\Format { /**/ } |
PACKAGE_NAME = 'vendor/project:version' |
class AmfFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
PACKAGE_NAME = 'zendframework/zendamf:dev-master' |
|
abstract class DependentFormat extends Format { /**/ } |
PACKAGE_NAME = 'vendor/project:version' |
class AmfFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
PACKAGE_NAME = 'zendframework/zendamf:dev-master' |
|
abstract class DependentFormat extends Format { /**/ } |
EXTERNAL_CLASS = 'Namespace\\ClassName' |
class AmfFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
EXTERNAL_CLASS = 'ZendAmf\\Parser\\Amf3\\Deserializer' |
|
abstract class DependentFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTERNAL_CLASS = 'Namespace\\ClassName' |
class AmfFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
EXTERNAL_CLASS = 'ZendAmf\\Parser\\Amf3\\Deserializer' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class CsvFormat extends \Luracast\Restler\Format\Format implements \Luracast\Restler\Format\iDecodeStream { /**/ } |
MIME = 'text/csv' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class CsvFormat extends \Luracast\Restler\Format\Format implements \Luracast\Restler\Format\iDecodeStream { /**/ } |
MIME = 'text/csv' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class CsvFormat extends \Luracast\Restler\Format\Format implements \Luracast\Restler\Format\iDecodeStream { /**/ } |
EXTENSION = 'csv' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class CsvFormat extends \Luracast\Restler\Format\Format implements \Luracast\Restler\Format\iDecodeStream { /**/ } |
EXTENSION = 'csv' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class JsonFormat extends \Luracast\Restler\Format\Format { /**/ } |
MIME = 'application/json' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class JsonFormat extends \Luracast\Restler\Format\Format { /**/ } |
MIME = 'application/json' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class JsonFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTENSION = 'json' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class JsonFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTENSION = 'json' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class JsFormat extends \Luracast\Restler\Format\JsonFormat { /**/ } |
MIME = 'text/javascript' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class JsFormat extends \Luracast\Restler\Format\JsonFormat { /**/ } |
MIME = 'text/javascript' |
|
class JsonFormat extends \Luracast\Restler\Format\Format { /**/ } |
MIME = 'application/json' |
class JsFormat extends \Luracast\Restler\Format\JsonFormat { /**/ } |
MIME = 'text/javascript' |
|
class JsonFormat extends Format { /**/ } |
MIME = 'application/json' |
class JsFormat extends \Luracast\Restler\Format\JsonFormat { /**/ } |
MIME = 'text/javascript' |
|
class JsonFormat extends Format { /**/ } |
EXTENSION = 'json' |
class JsFormat extends \Luracast\Restler\Format\JsonFormat { /**/ } |
EXTENSION = 'js' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class JsFormat extends \Luracast\Restler\Format\JsonFormat { /**/ } |
EXTENSION = 'js' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class JsFormat extends \Luracast\Restler\Format\JsonFormat { /**/ } |
EXTENSION = 'js' |
|
class JsonFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTENSION = 'json' |
class JsFormat extends \Luracast\Restler\Format\JsonFormat { /**/ } |
EXTENSION = 'js' |
|
abstract class MultiFormat implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain,text/html' |
class PlistFormat extends \Luracast\Restler\Format\DependentMultiFormat { /**/ } |
MIME = 'application/xml,application/x-plist' |
|
abstract class MultiFormat implements iFormat { /**/ } |
MIME = 'text/plain,text/html' |
class PlistFormat extends \Luracast\Restler\Format\DependentMultiFormat { /**/ } |
MIME = 'application/xml,application/x-plist' |
|
abstract class MultiFormat implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt,html' |
class PlistFormat extends \Luracast\Restler\Format\DependentMultiFormat { /**/ } |
EXTENSION = 'plist' |
|
abstract class MultiFormat implements iFormat { /**/ } |
EXTENSION = 'txt,html' |
class PlistFormat extends \Luracast\Restler\Format\DependentMultiFormat { /**/ } |
EXTENSION = 'plist' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class TsvFormat extends \Luracast\Restler\Format\CsvFormat { /**/ } |
MIME = 'text/csv' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class TsvFormat extends \Luracast\Restler\Format\CsvFormat { /**/ } |
MIME = 'text/csv' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class TsvFormat extends \Luracast\Restler\Format\CsvFormat { /**/ } |
EXTENSION = 'csv' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class TsvFormat extends \Luracast\Restler\Format\CsvFormat { /**/ } |
EXTENSION = 'csv' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class UploadFormat extends \Luracast\Restler\Format\Format { /**/ } |
MIME = 'multipart/form-data' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class UploadFormat extends \Luracast\Restler\Format\Format { /**/ } |
MIME = 'multipart/form-data' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class UploadFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTENSION = 'post' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class UploadFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTENSION = 'post' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class UrlEncodedFormat extends \Luracast\Restler\Format\Format { /**/ } |
MIME = 'application/x-www-form-urlencoded' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class UrlEncodedFormat extends \Luracast\Restler\Format\Format { /**/ } |
MIME = 'application/x-www-form-urlencoded' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class UrlEncodedFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTENSION = 'post' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class UrlEncodedFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTENSION = 'post' |
|
abstract class Format implements iFormat { /**/ } |
MIME = 'text/plain' |
class XmlFormat extends \Luracast\Restler\Format\Format { /**/ } |
MIME = 'application/xml' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
MIME = 'text/plain' |
class XmlFormat extends \Luracast\Restler\Format\Format { /**/ } |
MIME = 'application/xml' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class XmlFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTENSION = 'xml' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class XmlFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTENSION = 'xml' |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
EXTENSION = 'txt' |
class YamlFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
EXTENSION = 'yaml' |
|
abstract class Format implements iFormat { /**/ } |
EXTENSION = 'txt' |
class YamlFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
EXTENSION = 'yaml' |
|
abstract class DependentFormat extends Format { /**/ } |
PACKAGE_NAME = 'vendor/project:version' |
class YamlFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
PACKAGE_NAME = 'symfony/yaml:*' |
|
abstract class DependentFormat extends \Luracast\Restler\Format\Format { /**/ } |
PACKAGE_NAME = 'vendor/project:version' |
class YamlFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
PACKAGE_NAME = 'symfony/yaml:*' |
|
abstract class DependentFormat extends Format { /**/ } |
EXTERNAL_CLASS = 'Namespace\\ClassName' |
class YamlFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
EXTERNAL_CLASS = 'Symfony\\Component\\Yaml\\Yaml' |
|
abstract class DependentFormat extends \Luracast\Restler\Format\Format { /**/ } |
EXTERNAL_CLASS = 'Namespace\\ClassName' |
class YamlFormat extends \Luracast\Restler\Format\DependentFormat { /**/ } |
EXTERNAL_CLASS = 'Symfony\\Component\\Yaml\\Yaml' |
|
abstract class CommonObject { /**/ } |
function printObjectLines(61, 28093, 28094, 3285, 14866, 28095) |
class ProductAttribute extends CommonObject { /**/ } |
function printObjectLines(61, 28093, 28094, 3285, 14866, 28095, 28099) |
|
abstract class ModeleBankAccountDoc extends CommonDocGenerator { /**/ } |
function write_file(218, 4829) |
class pdf_sepamandate extends ModeleBankAccountDoc { /**/ } |
function write_file(218, 4829, 12304, 4830, 4831, 4832, 4833) |
|
abstract class CommonStickerGenerator extends CommonDocGenerator { /**/ } |
function write_file(59077, 4829, 12304, 34507) |
class pdf_standard extends CommonStickerGenerator { /**/ } |
function write_file(218, 4829, 12304, 2770, 12990, 196) |
|
abstract class CommonStickerGenerator extends CommonDocGenerator { /**/ } |
function write_file(59077, 4829, 12304, 34507) |
class pdf_standardlabel extends CommonStickerGenerator { /**/ } |
function write_file(59077, 4829, 12304, 34507, 196) |
|
abstract class CommonStickerGenerator extends CommonDocGenerator { /**/ } |
function write_file(59077, 4829, 12304, 34507) |
class pdf_tcpdflabel extends CommonStickerGenerator { /**/ } |
function write_file(59077, 4829, 12304, 34507, 196) |
|
abstract class ModeleNumRefBarCode extends CommonNumRefGenerator { /**/ } |
function getNextValue(101446, 148) |
class mod_barcode_thirdparty_standard extends ModeleNumRefBarCode { /**/ } |
function getNextValue(4380, 148) |
|
abstract class ModeleNumRefBarCode extends CommonNumRefGenerator { /**/ } |
function getNextValue(101446, 148) |
class mod_barcode_product_standard extends ModeleNumRefBarCode { /**/ } |
function getNextValue(99315, 148) |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
function LibStatut(48140, 4566, 2770, 27194, 148) |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
function LibStatut(110864, 4566, 2770, 27194, 148) |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
function LibStatut(48140, 4566, 2770, 27194, 148) |
class FactureRec extends CommonInvoice { /**/ } |
function LibStatut(110864, 4566, 2770, 27194, 148) |
|
abstract class File extends Node implements IFile { /**/ } |
function put(8231) |
class Card extends DAV\File implements ICard, DAVACL\IACL { /**/ } |
function put(134692) |
|
abstract class Collection extends Node implements ICollection { /**/ } |
function createDirectory(9060) |
class AddressBookHome extends DAV\Collection implements DAV\IExtendedCollection, DAVACL\IACL { /**/ } |
function createDirectory(196) |
|
abstract class Node implements INode { /**/ } |
function setName(9060) |
class AddressBook extends DAV\Collection implements IAddressBook, DAV\IProperties, DAVACL\IACL, DAV\Sync\ISyncCollection, DAV\IMultiGet { /**/ } |
function setName(135236) |
|
abstract class AbstractPrincipalCollection extends DAV\Collection implements IPrincipalCollection { /**/ } |
function getChildForPrincipal(135815) |
class AddressBookRoot extends DAVACL\AbstractPrincipalCollection { /**/ } |
function getChildForPrincipal(134982) |
|
abstract class AbstractPrincipalCollection extends DAV\Collection implements IPrincipalCollection { /**/ } |
function getChildForPrincipal(135815) |
class PrincipalCollection extends AbstractPrincipalCollection implements IExtendedCollection, IACL { /**/ } |
function getChildForPrincipal(134982) |
|
abstract class ServerPlugin { /**/ } |
function getHTTPMethods(462) |
class Plugin extends DAV\ServerPlugin { /**/ } |
function getHTTPMethods(626) |
|
abstract class ServerPlugin { /**/ } |
function getHTTPMethods(462) |
class Plugin extends DAV\ServerPlugin { /**/ } |
function getHTTPMethods(626) |
|
abstract class ServerPlugin { /**/ } |
function getHTTPMethods(462) |
class Plugin extends DAV\ServerPlugin { /**/ } |
function getHTTPMethods(626) |
|
abstract class AbstractPrincipalCollection extends DAV\Collection implements IPrincipalCollection { /**/ } |
function getChildForPrincipal(135815) |
class CalendarRoot extends \Sabre\DAVACL\AbstractPrincipalCollection { /**/ } |
function getChildForPrincipal(134982) |
|
abstract class File extends Node implements IFile { /**/ } |
function put(8231) |
class CalendarObject extends \Sabre\DAV\File implements ICalendarObject, \Sabre\DAVACL\IACL { /**/ } |
function put(140523) |
|
class PrincipalCollection extends AbstractPrincipalCollection implements IExtendedCollection, IACL { /**/ } |
function getChildForPrincipal(134982) |
class Collection extends DAVACL\PrincipalCollection { /**/ } |
function getChildForPrincipal(135815) |
|
abstract class ServerPlugin { /**/ } |
function getHTTPMethods(462) |
class Plugin extends ServerPlugin { /**/ } |
function getHTTPMethods(626) |
|
abstract class File extends Node implements IFile { /**/ } |
function put(8231) |
class SchedulingObject extends \Sabre\CalDAV\CalendarObject implements ISchedulingObject { /**/ } |
function put(140523) |
|
abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable, \JsonSerializable, Xml\XmlSerializable { /**/ } |
function offsetExists(1262) |
abstract class Property extends Node { /**/ } |
function offsetExists(9060) |
|
abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable, \JsonSerializable, Xml\XmlSerializable { /**/ } |
function offsetGet(1262) |
abstract class Property extends Node { /**/ } |
function offsetGet(9060) |
|
abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable, \JsonSerializable, Xml\XmlSerializable { /**/ } |
function offsetSet(1262, 1336) |
abstract class Property extends Node { /**/ } |
function offsetSet(9060, 1336) |
|
abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable, \JsonSerializable, Xml\XmlSerializable { /**/ } |
function offsetUnset(1262) |
abstract class Property extends Node { /**/ } |
function offsetUnset(9060) |
|
abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable, \JsonSerializable, Xml\XmlSerializable { /**/ } |
function offsetSet(1262, 1336) |
class DateTime extends Property { /**/ } |
function offsetSet(9060, 1336) |
|
class FPDF_TPL extends FPDF { /**/ } |
function useTemplate(12556, 147902, 147903, 147896, 147897) |
class TCPDI extends FPDF_TPL { /**/ } |
function useTemplate(12556, 147902, 147903, 147896, 147897, 147904) |
|
class TCPDF { /**/ } |
function _newobj(1) |
class TCPDI extends FPDF_TPL { /**/ } |
function _newobj(147986, 147987) |
|
abstract class GeoAdapter { /**/ } |
function read(17473) |
class WKB extends GeoAdapter { /**/ } |
function read(148721, 148769) |
|
abstract class GeoAdapter { /**/ } |
function write(148724) |
class WKB extends GeoAdapter { /**/ } |
function write(148724, 148809) |
|
abstract class GeoAdapter { /**/ } |
function read(17473) |
class EWKB extends WKB { /**/ } |
function read(148721, 148769) |
|
abstract class GeoAdapter { /**/ } |
function write(148724) |
class EWKB extends WKB { /**/ } |
function write(148724, 148809) |
|
abstract class GeoAdapter { /**/ } |
function read(17473) |
class GeoRSS extends GeoAdapter { /**/ } |
function read(148851) |
|
abstract class GeoAdapter { /**/ } |
function write(148724) |
class GeoRSS extends GeoAdapter { /**/ } |
function write(148724, 133151) |
|
abstract class GeoAdapter { /**/ } |
function read(17473) |
class GoogleGeocode extends GeoAdapter { /**/ } |
function read(20110, 148935, 148936, 148937) |
|
abstract class GeoAdapter { /**/ } |
function write(148724) |
class GoogleGeocode extends GeoAdapter { /**/ } |
function write(148724, 148935) |
|
abstract class GeoAdapter { /**/ } |
function read(17473) |
class KML extends GeoAdapter { /**/ } |
function read(148987) |
|
abstract class GeoAdapter { /**/ } |
function write(148724) |
class KML extends GeoAdapter { /**/ } |
function write(148724, 133151) |
|
abstract class GeoAdapter { /**/ } |
function write(148724) |
class GeoJSON extends GeoAdapter { /**/ } |
function write(148724, 149099) |
|
abstract class GeoAdapter { /**/ } |
function read(17473) |
class GeoHash extends GeoAdapter { /**/ } |
function read(65797, 149132) |
|
abstract class GeoAdapter { /**/ } |
function write(148724) |
class GeoHash extends GeoAdapter { /**/ } |
function write(148724, 53379) |
|
abstract class GeoAdapter { /**/ } |
function read(17473) |
class WKT extends GeoAdapter { /**/ } |
function read(149177) |
|
abstract class GeoAdapter { /**/ } |
function read(17473) |
class GPX extends GeoAdapter { /**/ } |
function read(148851) |
|
abstract class GeoAdapter { /**/ } |
function write(148724) |
class GPX extends GeoAdapter { /**/ } |
function write(148724, 133151) |
|
abstract class Geometry { /**/ } |
function greatCircleLength(1) |
class LineString extends Collection { /**/ } |
function greatCircleLength(149325) |
|
abstract class Geometry { /**/ } |
function greatCircleLength(1) |
abstract class Collection extends Geometry { /**/ } |
function greatCircleLength(149325) |
|
abstract class Geometry { /**/ } |
function equals(67551) |
abstract class Collection extends Geometry { /**/ } |
function equals(148724) |
|
abstract class Geometry { /**/ } |
function asArray(1) |
class Point extends Geometry { /**/ } |
function asArray(74593) |
|
abstract class Geometry { /**/ } |
function equals(67551) |
class Point extends Geometry { /**/ } |
function equals(148724) |
|
abstract class Collection extends Geometry { /**/ } |
function area(1) |
class Polygon extends Collection { /**/ } |
function area(149422, 149423) |
|
abstract class Geometry { /**/ } |
function area(1) |
class Polygon extends Collection { /**/ } |
function area(149422, 149423) |
|
abstract class AbstractService extends BaseAbstractService implements ServiceInterface { /**/ } |
function requestAccessToken(337, 23445) |
class Pocket extends AbstractService { /**/ } |
function requestAccessToken(337) |
|
abstract class AbstractService extends BaseAbstractService implements ServiceInterface { /**/ } |
function requestAccessToken(337, 23445) |
class Buffer extends AbstractService { /**/ } |
function requestAccessToken(337) |
|
class PrintIPP extends BasicIPP { /**/ } |
function getPrinters(1) |
class CupsPrintIPP extends ExtendedPrintIPP { /**/ } |
function getPrinters(262907, 262908, 58459) |
|
abstract class Parser { /**/ } |
function parse(34882) |
class DomainPart extends Parser { /**/ } |
function parse(264600) |
|
abstract class Parser { /**/ } |
function parse(34882) |
class LocalPart extends Parser { /**/ } |
function parse(264603) |
|
class Swift_Mime_SimpleMimeEntity implements Swift_Mime_CharsetObserver, Swift_Mime_EncodingObserver { /**/ } |
function setBody(45175, 134987) |
class Swift_Mime_MimePart extends Swift_Mime_SimpleMimeEntity { /**/ } |
function setBody(45175, 134987, 24079) |
|
class Swift_Encoder_Base64Encoder implements Swift_Encoder { /**/ } |
function encodeString(9668, 267410, 267412) |
class Swift_Mime_HeaderEncoder_Base64HeaderEncoder extends Swift_Encoder_Base64Encoder implements Swift_Mime_HeaderEncoder { /**/ } |
function encodeString(9668, 267410, 267412, 24079) |
|
class JsonFormat extends \Luracast\Restler\Format\Format { /**/ } |
function encode(8231, 276755) |
class JsFormat extends JsonFormat { /**/ } |
function encode(8231, 277506) |
|
class JsonFormat extends Format { /**/ } |
function encode(8231, 276755) |
class JsFormat extends JsonFormat { /**/ } |
function encode(8231, 277506) |
|
abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } |
function dumpLine(77489) |
class CliDumper extends AbstractDumper { /**/ } |
function dumpLine(77489, 304597) |
|
abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } |
function dump(8231, 8766) |
class HtmlDumper extends CliDumper { /**/ } |
function dump(8231, 8766, 304650) |
|
abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } |
function dumpLine(77489) |
class HtmlDumper extends CliDumper { /**/ } |
function dumpLine(77489, 304597) |
|
abstract class ApiErrorException extends \Exception implements \Stripe\Exception\ExceptionInterface { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216) |
class InvalidRequestException extends ApiErrorException { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216, 317209) |
|
abstract class ApiErrorException extends \Exception implements ExceptionInterface { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216) |
class InvalidRequestException extends ApiErrorException { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216, 317209) |
|
abstract class ApiErrorException extends \Exception implements ExceptionInterface { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216) |
class CardException extends ApiErrorException { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216, 312088, 317209) |
|
abstract class ApiErrorException extends \Exception implements \Stripe\Exception\ExceptionInterface { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216) |
class CardException extends ApiErrorException { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216, 312088, 317209) |
|
abstract class DataCollector implements DataCollectorInterface { /**/ } |
function getXdebugLink(1285, 5176) |
class NamespacedTwigProfileCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
function getXdebugLink(53373, 5176) |
|
abstract class DataCollector implements DataCollectorInterface { /**/ } |
function getXdebugLink(1285, 5176) |
class TwigProfileCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
function getXdebugLink(53373, 5176) |
|
class ActionComm extends CommonObject { /**/ } |
function getNomUrl(4700, 16222, 354, 4616, 331206, 4701, 4702) |
class ConferenceOrBooth extends ActionComm { /**/ } |
function getNomUrl(4700, 16222, 354, 4616, 331206, 4701, 4702, 1258) |
|
class Account extends CommonObject { /**/ } |
function fetch(3677, 3678) |
class CompanyBankAccount extends Account { /**/ } |
function fetch(3677, 3678, 92, 9797, 148) |
|
class Account extends CommonObject { /**/ } |
function delete(94) |
class CompanyBankAccount extends Account { /**/ } |
function delete(94, 4591) |
|
class Account extends CommonObject { /**/ } |
function fetch(3677, 3678) |
class UserBankAccount extends Account { /**/ } |
function fetch(3677, 3678, 721) |
|
abstract class CommonObject { /**/ } |
function getrights(1) |
class User extends CommonObject { /**/ } |
function getrights(341491, 75446) |
|
abstract class CommonObject { /**/ } |
function getrights(1) |
class UserGroup extends CommonObject { /**/ } |
function getrights(341491) |
|
class Fichinter extends CommonObject { /**/ } |
function fetch(4551, 3678) |
class FichinterRec extends Fichinter { /**/ } |
function fetch(4551, 3678, 7485) |
|
class Fichinter extends CommonObject { /**/ } |
function fetch_lines(1) |
class FichinterRec extends Fichinter { /**/ } |
function fetch_lines(8786) |
|
class Fichinter extends CommonObject { /**/ } |
function getNomUrl(4700, 4616, 4701, 4702, 1258) |
class FichinterRec extends Fichinter { /**/ } |
function getNomUrl(4700, 4616, 6742, 7777, 27286) |
|
class Form { /**/ } |
function selectForForms(50987, 19697, 50988, 19705, 4217, 49352, 1258, 4833, 26518, 5633, 49346, 50990) |
class FormWebPortal extends Form { /**/ } |
function selectForForms(50987, 19697, 50989, 19705, 4217, 49352, 1258, 4833, 26518, 5633, 49346, 50990) |
|
class JsonFormat extends \Luracast\Restler\Format\Format { /**/ } |
function encode(8231, 276755) |
class JsFormat extends \Luracast\Restler\Format\JsonFormat { /**/ } |
function encode(8231, 277506) |
|
class JsonFormat extends Format { /**/ } |
function encode(8231, 276755) |
class JsFormat extends \Luracast\Restler\Format\JsonFormat { /**/ } |
function encode(8231, 277506) |
|
abstract class ApiErrorException extends \Exception implements \Stripe\Exception\ExceptionInterface { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216) |
class CardException extends \Stripe\Exception\ApiErrorException { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216, 312088, 317209) |
|
abstract class ApiErrorException extends \Exception implements ExceptionInterface { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216) |
class CardException extends \Stripe\Exception\ApiErrorException { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216, 312088, 317209) |
|
abstract class ApiErrorException extends \Exception implements \Stripe\Exception\ExceptionInterface { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216) |
class InvalidRequestException extends \Stripe\Exception\ApiErrorException { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216, 317209) |
|
abstract class ApiErrorException extends \Exception implements ExceptionInterface { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216) |
class InvalidRequestException extends \Stripe\Exception\ApiErrorException { /**/ } |
function factory(780, 139230, 317160, 140438, 137963, 317216, 317209) |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class PropaleStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class TaskStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class ProjectStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class ReceptionStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class FichinterStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class TicketStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class ExpeditionStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class AdherentStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class ExpenseReportStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class SalariesStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class DeplacementStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class CommandeStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class FactureStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getnbbymonth |
class DonationStats extends Stats { /**/ } |
protected getnbbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class PropaleStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class TaskStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class ProjectStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class ReceptionStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class FichinterStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class TicketStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class ExpeditionStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class AdherentStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class ExpenseReportStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class SalariesStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class DeplacementStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class CommandeStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class FactureStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getamountbymonth |
class DonationStats extends Stats { /**/ } |
protected getamountbymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class PropaleStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class ReceptionStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class FichinterStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class TicketStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class ExpeditionStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class AdherentStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class ExpenseReportStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class SalariesStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class DeplacementStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class CommandeStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class FactureStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class Stats { /**/ } |
public getaveragebymonth |
class DonationStats extends Stats { /**/ } |
protected getaveragebymonth |
|
abstract class AbstractBasic implements BackendInterface { /**/ } |
public validateuserpass |
class PDOBasicAuth extends AbstractBasic { /**/ } |
protected validateuserpass |
|
class TCPDF { /**/ } |
none image |
class FPDF_TPL extends FPDF { /**/ } |
public image |
|
class TCPDF { /**/ } |
none _putimages |
class FPDF_TPL extends FPDF { /**/ } |
protected _putimages |
|
class TCPDF { /**/ } |
none _getxobjectdict |
class TCPDI extends FPDF_TPL { /**/ } |
protected _getxobjectdict |
|
class TCPDF { /**/ } |
none _enddoc |
class TCPDI extends FPDF_TPL { /**/ } |
protected _enddoc |
|
class TCPDF { /**/ } |
none _newobj |
class TCPDI extends FPDF_TPL { /**/ } |
protected _newobj |
|
class TCPDF { /**/ } |
none _out |
class FPDF_TPL extends FPDF { /**/ } |
public _out |
|
class TCPDF { /**/ } |
none addpage |
class FPDF_TPL extends FPDF { /**/ } |
public addpage |
|
class TCPDF { /**/ } |
none addlink |
class FPDF_TPL extends FPDF { /**/ } |
public addlink |
|
class TCPDF { /**/ } |
none setlink |
class FPDF_TPL extends FPDF { /**/ } |
public setlink |
|
class TCPDF { /**/ } |
none link |
class FPDF_TPL extends FPDF { /**/ } |
public link |
|
class TCPDF { /**/ } |
none setpdfversion |
class TCPDI extends FPDF_TPL { /**/ } |
public setpdfversion |
|
class TCPDF { /**/ } |
none endtemplate |
class FPDF_TPL extends FPDF { /**/ } |
public endtemplate |
|
abstract class AbstractService extends BaseAbstractService implements ServiceInterface { /**/ } |
public getauthorizationmethod |
class Microsoft extends AbstractService { /**/ } |
protected getauthorizationmethod |
|
abstract class AbstractService extends BaseAbstractService implements ServiceInterface { /**/ } |
public getauthorizationmethod |
class Yammer extends AbstractService { /**/ } |
protected getauthorizationmethod |
|
class Swift_Mime_SimpleMimeEntity implements Swift_Mime_CharsetObserver, Swift_Mime_EncodingObserver { /**/ } |
protected setnestinglevel |
class Swift_Mime_MimePart extends Swift_Mime_SimpleMimeEntity { /**/ } |
private setnestinglevel |
|
abstract class Format implements iFormat { /**/ } |
none iswritable |
class UploadFormat extends Format { /**/ } |
public iswritable |
|
interface iFormat { /**/ } |
none iswritable |
class UploadFormat extends Format { /**/ } |
public iswritable |
|
class nusoap_server extends nusoap_base { /**/ } |
public parserequest |
class nusoap_server_mime extends \nusoap_server { /**/ } |
none parserequest |
|
class nusoap_server extends nusoap_base { /**/ } |
public gethttpbody |
class nusoap_server_mime extends \nusoap_server { /**/ } |
none gethttpbody |
|
class nusoap_server extends nusoap_base { /**/ } |
public gethttpcontenttype |
class nusoap_server_mime extends \nusoap_server { /**/ } |
none gethttpcontenttype |
|
class nusoap_server extends nusoap_base { /**/ } |
public gethttpcontenttypecharset |
class nusoap_server_mime extends \nusoap_server { /**/ } |
none gethttpcontenttypecharset |
|
class nusoap_client extends nusoap_base { /**/ } |
public parseresponse |
class nusoap_client_mime extends \nusoap_client { /**/ } |
none parseresponse |
|
class nusoap_client extends nusoap_base { /**/ } |
public gethttpbody |
class nusoap_client_mime extends \nusoap_client { /**/ } |
none gethttpbody |
|
class nusoap_client extends nusoap_base { /**/ } |
public gethttpcontenttype |
class nusoap_client_mime extends \nusoap_client { /**/ } |
none gethttpcontenttype |
|
class nusoap_client extends nusoap_base { /**/ } |
public gethttpcontenttypecharset |
class nusoap_client_mime extends \nusoap_client { /**/ } |
none gethttpcontenttypecharset |
|
interface RequestIdGeneratorInterface { /**/ } |
public generate |
class RequestIdGenerator implements RequestIdGeneratorInterface { /**/ } |
none generate |
|
interface AssetProvider { /**/ } |
public getassets |
class DebugBarVarDumper implements AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class NamespacedTwigProfileCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class DolQueryCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class DolibarrCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class TwigProfileCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class SwiftMailCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class DoctrineCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class Propel2Collector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class PropelCollector extends DataCollector implements BasicLogger, Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class ConfigCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class RequestDataCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class PDOCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class MessagesCollector extends AbstractLogger implements DataCollectorInterface, MessagesAggregateInterface, Renderable, AssetProvider { /**/ } |
none getassets |
|
interface AssetProvider { /**/ } |
public getassets |
class TwigCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getassets |
|
interface DataCollectorInterface { /**/ } |
public collect |
class MemoryCollector extends DataCollector implements Renderable { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class RequestDataCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class ConfigCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class PhpInfoCollector extends DataCollector implements Renderable { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class PDOCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class ExceptionsCollector extends DataCollector implements Renderable { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class LocalizationCollector extends DataCollector implements Renderable { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class TimeDataCollector extends DataCollector implements Renderable { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class TwigCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class DoctrineCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class NamespacedTwigProfileCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class TwigProfileCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class Propel2Collector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class SwiftMailCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class PropelCollector extends DataCollector implements BasicLogger, Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class DolibarrCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class DolQueryCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class DolHooksCollector extends RequestDataCollector { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class PhpCollector extends DataCollector implements Renderable { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class DolLogsCollector extends MessagesCollector { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class AggregatedCollector implements DataCollectorInterface, ArrayAccess { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class MonologCollector extends AbstractProcessingHandler implements DataCollectorInterface, Renderable, MessagesAggregateInterface { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class DolRequestDataCollector extends RequestDataCollector { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class DolMemoryCollector extends MemoryCollector { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class DolConfigCollector extends ConfigCollector { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public collect |
class MessagesCollector extends AbstractLogger implements DataCollectorInterface, MessagesAggregateInterface, Renderable, AssetProvider { /**/ } |
none collect |
|
interface DataCollectorInterface { /**/ } |
public getname |
class MemoryCollector extends DataCollector implements Renderable { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class RequestDataCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class ConfigCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class PhpInfoCollector extends DataCollector implements Renderable { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class PDOCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class ExceptionsCollector extends DataCollector implements Renderable { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class LocalizationCollector extends DataCollector implements Renderable { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class TimeDataCollector extends DataCollector implements Renderable { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class TwigCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class DoctrineCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class NamespacedTwigProfileCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class TwigProfileCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class Propel2Collector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class SwiftMailCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class PropelCollector extends DataCollector implements BasicLogger, Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class DolibarrCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class DolQueryCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class DolHooksCollector extends RequestDataCollector { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class PhpCollector extends DataCollector implements Renderable { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class MessagesCollector extends AbstractLogger implements DataCollectorInterface, MessagesAggregateInterface, Renderable, AssetProvider { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class SwiftLogCollector extends MessagesCollector implements Swift_Plugins_Logger { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class SlimCollector extends MessagesCollector { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class AggregatedCollector implements DataCollectorInterface, ArrayAccess { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class MonologCollector extends AbstractProcessingHandler implements DataCollectorInterface, Renderable, MessagesAggregateInterface { /**/ } |
none getname |
|
interface DataCollectorInterface { /**/ } |
public getname |
class CacheCacheCollector extends MonologCollector { /**/ } |
none getname |
|
interface Renderable { /**/ } |
public getwidgets |
class NamespacedTwigProfileCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class DoctrineCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class Propel2Collector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class MonologCollector extends AbstractProcessingHandler implements DataCollectorInterface, Renderable, MessagesAggregateInterface { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class TwigProfileCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class SwiftMailCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class TwigCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class DolibarrCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class PhpCollector extends DataCollector implements Renderable { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class LocalizationCollector extends DataCollector implements Renderable { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class DolQueryCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class RequestDataCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class DolHooksCollector extends RequestDataCollector { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class DolRequestDataCollector extends RequestDataCollector { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class TimeDataCollector extends DataCollector implements Renderable { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class DolTimeDataCollector extends TimeDataCollector { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class MemoryCollector extends DataCollector implements Renderable { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class DolMemoryCollector extends MemoryCollector { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class ConfigCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class DolConfigCollector extends ConfigCollector { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class ExceptionsCollector extends DataCollector implements Renderable { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class DolExceptionsCollector extends ExceptionsCollector { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class MessagesCollector extends AbstractLogger implements DataCollectorInterface, MessagesAggregateInterface, Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class DolLogsCollector extends MessagesCollector { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class PhpInfoCollector extends DataCollector implements Renderable { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class PDOCollector extends DataCollector implements Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface Renderable { /**/ } |
public getwidgets |
class PropelCollector extends DataCollector implements BasicLogger, Renderable, AssetProvider { /**/ } |
none getwidgets |
|
interface StorageInterface { /**/ } |
public save |
class PdoStorage implements StorageInterface { /**/ } |
none save |
|
interface StorageInterface { /**/ } |
public save |
class FileStorage implements StorageInterface { /**/ } |
none save |
|
interface StorageInterface { /**/ } |
public save |
class MemcachedStorage implements StorageInterface { /**/ } |
none save |
|
interface StorageInterface { /**/ } |
public save |
class RedisStorage implements StorageInterface { /**/ } |
none save |
|
interface StorageInterface { /**/ } |
public get |
class PdoStorage implements StorageInterface { /**/ } |
none get |
|
interface StorageInterface { /**/ } |
public get |
class FileStorage implements StorageInterface { /**/ } |
none get |
|
interface StorageInterface { /**/ } |
public get |
class MemcachedStorage implements StorageInterface { /**/ } |
none get |
|
interface StorageInterface { /**/ } |
public get |
class RedisStorage implements StorageInterface { /**/ } |
none get |
|
interface StorageInterface { /**/ } |
public find |
class PdoStorage implements StorageInterface { /**/ } |
none find |
|
interface StorageInterface { /**/ } |
public find |
class FileStorage implements StorageInterface { /**/ } |
none find |
|
interface StorageInterface { /**/ } |
public find |
class MemcachedStorage implements StorageInterface { /**/ } |
none find |
|
interface StorageInterface { /**/ } |
public find |
class RedisStorage implements StorageInterface { /**/ } |
none find |
|
interface StorageInterface { /**/ } |
public clear |
class PdoStorage implements StorageInterface { /**/ } |
none clear |
|
interface StorageInterface { /**/ } |
public clear |
class FileStorage implements StorageInterface { /**/ } |
none clear |
|
interface StorageInterface { /**/ } |
public clear |
class MemcachedStorage implements StorageInterface { /**/ } |
none clear |
|
interface StorageInterface { /**/ } |
public clear |
class RedisStorage implements StorageInterface { /**/ } |
none clear |
|
interface DataFormatterInterface { /**/ } |
public formatvar |
class DataFormatter implements DataFormatterInterface { /**/ } |
none formatvar |
|
interface DataFormatterInterface { /**/ } |
public formatduration |
class DataFormatter implements DataFormatterInterface { /**/ } |
none formatduration |
|
interface DataFormatterInterface { /**/ } |
public formatbytes |
class DataFormatter implements DataFormatterInterface { /**/ } |
none formatbytes |
|
class DolibarrApi { /**/ } |
public _cleanobjectdatas |
class Zapier extends DolibarrApi { /**/ } |
protected _cleanobjectdatas |
|
interface iFormat { /**/ } |
none iswritable |
class UploadFormat extends Format { /**/ } |
public iswritable |
|
abstract class Format implements \Luracast\Restler\Format\iFormat { /**/ } |
none iswritable |
class UploadFormat extends Format { /**/ } |
public iswritable |
|
class nusoap_server extends \nusoap_base { /**/ } |
none parserequest |
class nusoap_server_mime extends nusoap_server { /**/ } |
public parserequest |
|
class nusoap_server extends \nusoap_base { /**/ } |
none gethttpbody |
class nusoap_server_mime extends nusoap_server { /**/ } |
public gethttpbody |
|
class nusoap_server extends \nusoap_base { /**/ } |
none gethttpcontenttype |
class nusoap_server_mime extends nusoap_server { /**/ } |
public gethttpcontenttype |
|
class nusoap_server extends \nusoap_base { /**/ } |
none gethttpcontenttypecharset |
class nusoap_server_mime extends nusoap_server { /**/ } |
public gethttpcontenttypecharset |
|
class nusoap_client extends \nusoap_base { /**/ } |
none parseresponse |
class nusoap_client_mime extends nusoap_client { /**/ } |
public parseresponse |
|
class nusoap_client extends \nusoap_base { /**/ } |
none gethttpbody |
class nusoap_client_mime extends nusoap_client { /**/ } |
public gethttpbody |
|
class nusoap_client extends \nusoap_base { /**/ } |
none gethttpcontenttype |
class nusoap_client_mime extends nusoap_client { /**/ } |
public gethttpcontenttype |
|
class nusoap_client extends \nusoap_base { /**/ } |
none gethttpcontenttypecharset |
class nusoap_client_mime extends nusoap_client { /**/ } |
public gethttpcontenttypecharset |
|
interface XmlDeserializable { /**/ } |
xmldeserialize : [\array] |
class KeyValue extends SabreXml\Element\KeyValue { /**/ } |
xmldeserialize : [] |
|
interface XmlSerializable { /**/ } |
xmlserialize : [\void] |
abstract class Node implements \IteratorAggregate, \ArrayAccess, \Countable, \JsonSerializable, Xml\XmlSerializable { /**/ } |
xmlserialize : [] |
|
interface XmlSerializable { /**/ } |
xmlserialize : [\void] |
class VCard extends VObject\Document { /**/ } |
xmlserialize : [] |
|
interface XmlSerializable { /**/ } |
xmlserialize : [\void] |
abstract class Property extends Node { /**/ } |
xmlserialize : [] |
|
interface XmlSerializable { /**/ } |
xmlserialize : [\void] |
class Parameter extends Node { /**/ } |
xmlserialize : [] |
|
interface XmlSerializable { /**/ } |
xmlserialize : [\void] |
class Component extends Node { /**/ } |
xmlserialize : [] |
|
class KeyValue implements Xml\Element { /**/ } |
xmldeserialize : [\array] |
class KeyValue extends SabreXml\Element\KeyValue { /**/ } |
xmldeserialize : [] |
|
interface LoggerInterface { /**/ } |
log : [\void] |
class MessagesCollector extends AbstractLogger implements DataCollectorInterface, MessagesAggregateInterface, Renderable, AssetProvider { /**/ } |
log : [] |
|
interface LoggerInterface { /**/ } |
log : [\void] |
class MessagesCollector extends AbstractLogger implements DataCollectorInterface, MessagesAggregateInterface, Renderable, AssetProvider { /**/ } |
log : [] |
|
interface DataCollectorInterface { /**/ } |
collect : [\array] |
class AggregatedCollector implements DataCollectorInterface, ArrayAccess { /**/ } |
collect : [] |
|
interface DataCollectorInterface { /**/ } |
getname : [\string] |
class AggregatedCollector implements DataCollectorInterface, ArrayAccess { /**/ } |
getname : [] |
|
interface AddressInterface { /**/ } |
getname : [\string] |
final class StructuredAddress extends \Sprain\SwissQrBill\DataGroup\Element\Abstracts\Address implements \Sprain\SwissQrBill\DataGroup\AddressInterface, \Sprain\SwissQrBill\Validator\SelfValidatableInterface, \Sprain\SwissQrBill\DataGroup\QrCodeableInterface { /**/ } |
getname : [\null, \string] |
|
interface AddressInterface { /**/ } |
getname : [\string] |
class CombinedAddress extends \Sprain\SwissQrBill\DataGroup\Element\Abstracts\Address implements \Sprain\SwissQrBill\DataGroup\AddressInterface, \Sprain\SwissQrBill\Validator\SelfValidatableInterface, \Sprain\SwissQrBill\DataGroup\QrCodeableInterface { /**/ } |
getname : [\null, \string] |
|
interface AddressInterface { /**/ } |
getcountry : [\string] |
final class StructuredAddress extends \Sprain\SwissQrBill\DataGroup\Element\Abstracts\Address implements \Sprain\SwissQrBill\DataGroup\AddressInterface, \Sprain\SwissQrBill\Validator\SelfValidatableInterface, \Sprain\SwissQrBill\DataGroup\QrCodeableInterface { /**/ } |
getcountry : [\string, \null] |
|
interface AddressInterface { /**/ } |
getcountry : [\string] |
class CombinedAddress extends \Sprain\SwissQrBill\DataGroup\Element\Abstracts\Address implements \Sprain\SwissQrBill\DataGroup\AddressInterface, \Sprain\SwissQrBill\Validator\SelfValidatableInterface, \Sprain\SwissQrBill\DataGroup\QrCodeableInterface { /**/ } |
getcountry : [\string, \null] |
|
interface OutputInterface { /**/ } |
getlanguage : [\string, \null] |
abstract class AbstractOutput implements \Sprain\SwissQrBill\PaymentPart\Output\OutputInterface { /**/ } |
getlanguage : [\null, \string] |
|
interface OutputInterface { /**/ } |
getpaymentpart : [\null, \string] |
final class HtmlOutput extends \Sprain\SwissQrBill\PaymentPart\Output\AbstractOutput { /**/ } |
getpaymentpart : [\string, \null] |
|
interface OutputInterface { /**/ } |
getpaymentpart : [\null, \string] |
final class TcPdfOutput extends \Sprain\SwissQrBill\PaymentPart\Output\AbstractOutput { /**/ } |
getpaymentpart : [\string, \null] |
|
class Country implements \JsonSerializable { /**/ } |
jsonserialize : [\array, \null] |
class City extends \GeoIp2\Model\Country { /**/ } |
jsonserialize : [\null, \array] |
|
abstract class CommonObject { /**/ } |
$table_element = |
class WorkstationResource extends CommonObject { /**/ } |
$table_element = 'workstation_workstation_resource' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$element = |
class WorkstationResource extends CommonObject { /**/ } |
$element = 'workstationresource' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class WorkstationResource extends CommonObject { /**/ } |
$fields = array('fk_workstation' => array('type' => 'integer', 'label' => 'Workstation', 'enabled' => 1, 'position' => 10, 'visible' => 1), 'fk_resource' => array('type' => 'integer', 'label' => 'UserGroup', 'enabled' => 1, 'position' => 20, 'visible' => 1), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class Workstation extends CommonObject { /**/ } |
$module = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$element = |
class Workstation extends CommonObject { /**/ } |
$element = 'workstation' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Workstation extends CommonObject { /**/ } |
$table_element = 'workstation_workstation' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Workstation extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'position' => 5, 'notnull' => 1, 'default' => '1', 'index' => 1), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => 1, 'noteditable' => 0, 'default' => '', 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'comment' => "Reference of object", 'csslist' => 'nowraponall'), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'csslist' => 'tdoverflowmax125', 'showoncombobox' => '2', ), 'type' => array('type' => 'varchar(8)', 'label' => 'Type', 'enabled' => 1, 'position' => 32, 'default' => '1', 'notnull' => 1, 'visible' => 1, 'arrayofkeyval' => array('HUMAN' => 'Human', 'MACHINE' => 'Machine', 'BOTH' => 'HumanMachine'), ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 0, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, 'csslist' => 'nowraponall'), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, 'csslist' => 'nowraponall'), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 512, 'notnull' => -1, 'visible' => -2, ), 'nb_operators_required' => array('type' => 'integer', 'label' => 'NbOperatorsRequired', 'enabled' => 1, 'position' => 50, 'notnull' => 0, 'visible' => 1, 'css' => 'right', 'csslist' => 'maxwidth75imp'), 'thm_operator_estimated' => array('type' => 'double', 'help' => 'THMOperatorEstimatedHelp', 'label' => 'THMOperatorEstimated', 'enabled' => 1, 'position' => 50, 'notnull' => 0, 'visible' => 1, 'css' => 'right', 'csslist' => 'maxwidth75imp'), 'thm_machine_estimated' => array('type' => 'double', 'help' => 'THMMachineEstimatedHelp', 'label' => 'THMMachineEstimated', 'enabled' => 1, 'position' => 50, 'notnull' => 0, 'visible' => 1, 'css' => 'right', 'csslist' => 'maxwidth75imp'), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 1000, 'default' => '1', 'notnull' => 1, 'visible' => 1, 'index' => 1, 'arrayofkeyval' => array('0' => 'Disabled', '1' => 'Enabled'), ), ) |
|
abstract class CommonObject { /**/ } |
$table_element = |
class WorkstationUserGroup extends CommonObject { /**/ } |
$table_element = 'workstation_workstation_usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$element = |
class WorkstationUserGroup extends CommonObject { /**/ } |
$element = 'workstationusergroup' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class WorkstationUserGroup extends CommonObject { /**/ } |
$fields = array('fk_workstation' => array('type' => 'integer', 'label' => 'Workstation', 'enabled' => 1, 'position' => 10, 'visible' => 1), 'fk_usergroup' => array('type' => 'integer', 'label' => 'UserGroup', 'enabled' => 1, 'position' => 20, 'visible' => 1), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$element = |
class Expedition extends CommonObject { /**/ } |
$element = "shipping" |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Expedition extends CommonObject { /**/ } |
$fk_element = "fk_expedition" |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Expedition extends CommonObject { /**/ } |
$table_element = "expedition" |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Expedition extends CommonObject { /**/ } |
$table_element_line = "expeditiondet" |
|
abstract class CommonObject { /**/ } |
$lines = |
class Expedition extends CommonObject { /**/ } |
$lines = array( ) |
|
class MailingTargets { /**/ } |
$name = |
class mailing_mailing_mymodule_selector1 extends MailingTargets { /**/ } |
$name = 'mailing_mymodule_selector1' |
|
class MailingTargets { /**/ } |
$desc = |
class mailing_mailing_mymodule_selector1 extends MailingTargets { /**/ } |
$desc = 'Emailing target selector1' |
|
class MailingTargets { /**/ } |
$enabled = |
class mailing_mailing_mymodule_selector1 extends MailingTargets { /**/ } |
$enabled = 'isModEnabled("mymodule")' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_myobject_advanced extends ModeleNumRefMyObject { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_myobject_advanced extends ModeleNumRefMyObject { /**/ } |
$name = 'advanced' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_myobject_standard extends ModeleNumRefMyObject { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_myobject_standard extends ModeleNumRefMyObject { /**/ } |
$name = 'standard' |
|
abstract class CommonDocGenerator { /**/ } |
$phpmin = array(7, 1) |
class doc_generic_myobject_odt extends ModelePDFMyObject { /**/ } |
$phpmin = array(7, 0) |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_myobject_odt extends ModelePDFMyObject { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_standard_myobject extends ModelePDFMyObject { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$phpmin = array(7, 1) |
class pdf_standard_myobject extends ModelePDFMyObject { /**/ } |
$phpmin = array(7, 0) |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_standard_myobject extends ModelePDFMyObject { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$element = |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$element = 'expeditiondet' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$table_element = 'expeditiondet' |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$product_type = |
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$product_type = 0 |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class mymodulewidget1 extends ModeleBoxes { /**/ } |
$boxcode = "mymodulebox" |
|
class ModeleBoxes { /**/ } |
$widgettype = '' |
class mymodulewidget1 extends ModeleBoxes { /**/ } |
$widgettype = 'graph' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$element = |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$element = 'expeditionlignebatch' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ExpeditionLineBatch extends CommonObject { /**/ } |
$table_element = 'expeditiondet_batch' |
|
abstract class CommonObject { /**/ } |
$module = |
class MyObject extends CommonObject { /**/ } |
$module = 'mymodule' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$element = |
class MyObject extends CommonObject { /**/ } |
$element = 'myobject' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class MyObject extends CommonObject { /**/ } |
$table_element = 'mymodule_myobject' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class MyObject extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'noteditable' => 1, 'notnull' => 1, 'index' => 1, 'position' => 1, 'comment' => 'Id', 'css' => 'left'), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'default' => 1, 'index' => 1, 'position' => 10), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 1, 'noteditable' => 0, 'default' => '', 'notnull' => 1, 'showoncombobox' => 1, 'index' => 1, 'position' => 20, 'searchall' => 1, 'comment' => 'Reference of object', 'validate' => 1), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'help' => 'Help text', 'showoncombobox' => 2, 'validate' => 1, 'alwayseditable' => 1), 'amount' => array('type' => 'price', 'label' => 'Amount', 'enabled' => 1, 'visible' => 1, 'default' => 'null', 'position' => 40, 'searchall' => 0, 'isameasure' => 1, 'help' => 'Help text for amount', 'validate' => 1), 'qty' => array('type' => 'real', 'label' => 'Qty', 'enabled' => 1, 'visible' => 1, 'default' => '0', 'position' => 45, 'searchall' => 0, 'isameasure' => 1, 'help' => 'Help text for quantity', 'css' => 'maxwidth75imp', 'validate' => 1), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'picto' => 'company', 'label' => 'ThirdParty', 'visible' => 1, 'enabled' => 'isModEnabled("societe")', 'position' => 50, 'notnull' => -1, 'index' => 1, 'help' => 'OrganizationEventLinkToThirdParty', 'validate' => 1, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'fk_project' => array('type' => 'integer:Project:projet/class/project.class.php:1', 'label' => 'Project', 'picto' => 'project', 'enabled' => 'isModEnabled("project")', 'visible' => -1, 'position' => 52, 'notnull' => -1, 'index' => 1, 'validate' => 1, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'visible' => 3, 'position' => 60, 'validate' => 1), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 61, 'validate' => 1, 'cssview' => 'wordbreak'), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 62, 'validate' => 1, 'cssview' => 'wordbreak'), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 500), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -2, 'notnull' => 0, 'position' => 501), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'picto' => 'user', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 510, 'foreignkey' => 'user.rowid', 'csslist' => 'tdoverflowmax150'), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'picto' => 'user', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 511, 'csslist' => 'tdoverflowmax150'), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => 0, 'notnull' => 0, 'position' => 600), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'index' => 0, 'position' => 1000), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'notnull' => -1, 'position' => 1010), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'default' => 0, 'index' => 1, 'position' => 2000, 'arrayofkeyval' => array(0 => 'Draft', 1 => 'Validated', 9 => 'Canceled'), 'validate' => 1), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class MyObject extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$module = |
class Target extends CommonObject { /**/ } |
$module = 'webhook' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$element = |
class Target extends CommonObject { /**/ } |
$element = 'target' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Target extends CommonObject { /**/ } |
$table_element = 'webhook_target' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Target extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 4, 'noteditable' => 1, 'index' => 1, 'searchall' => 1, 'validate' => 1, 'comment' => "Reference of object"), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 0, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'csslist' => 'tdoverflowmax150', 'showoncombobox' => 2, 'validate' => 1, ), 'trigger_codes' => array('type' => 'text', 'label' => 'TriggerCodes', 'enabled' => 1, 'position' => 50, 'notnull' => 1, 'visible' => 1, 'help' => "TriggerCodeInfo", 'tdcss' => 'titlefieldmiddle', 'css' => 'minwidth400', 'arrayofkeyval' => array('defined_in_constructor' => 'defined_from_c_action_trigger'), 'multiinput' => 1, ), 'url' => array('type' => 'varchar(255)', 'label' => 'Url', 'enabled' => 1, 'position' => 55, 'notnull' => 1, 'visible' => 1, ), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => 3, 'validate' => 1, ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 0, 'cssview' => 'wordbreak', 'validate' => 1, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 0, 'cssview' => 'wordbreak', 'validate' => 1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'position' => 2000, 'notnull' => 1, 'default' => '1', 'visible' => 1, 'index' => 1, 'arrayofkeyval' => array('0' => 'Disabled', '1' => 'Enabled'), 'validate' => 1, ), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class Target extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$status = |
class Target extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$element = |
class MultiCurrency extends CommonObject { /**/ } |
$element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class MultiCurrency extends CommonObject { /**/ } |
$table_element = 'multicurrency' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class MultiCurrency extends CommonObject { /**/ } |
$table_element_line = "multicurrency_rate" |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = |
class CurrencyRate extends CommonObjectLine { /**/ } |
$element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class CurrencyRate extends CommonObjectLine { /**/ } |
$table_element = 'multicurrency_rate' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element = |
class ContratLigne extends CommonObjectLine { /**/ } |
$element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ContratLigne extends CommonObjectLine { /**/ } |
$table_element = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$element_for_permission = |
class ContratLigne extends CommonObjectLine { /**/ } |
$element_for_permission = 'contrat' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class ContratLigne extends CommonObjectLine { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 30, 'index' => 1), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 35), 'qty' => array('type' => 'integer', 'label' => 'Quantity', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 35, 'isameasure' => 1), 'total_ht' => array('type' => 'integer', 'label' => 'AmountHT', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 36, 'isameasure' => 1), 'total_tva' => array('type' => 'integer', 'label' => 'AmountVAT', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 37, 'isameasure' => 1), 'total_ttc' => array('type' => 'integer', 'label' => 'AmountTTC', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 38, 'isameasure' => 1), 'fk_contrat' => array('type' => 'integer:Contrat:contrat/class/contrat.class.php', 'label' => 'Contract', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 70), 'fk_product' => array('type' => 'integer:Product:product/class/product.class.php:1', 'label' => 'Product', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'note_private' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 105), 'note_public' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 110), 'fk_user_ouverture' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserStartingService', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 135), 'fk_user_cloture' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserClosingService', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 135), 'statut' => array('type' => 'smallint(6)', 'label' => 'Statut', 'enabled' => 1, 'visible' => -1, 'position' => 500, 'arrayofkeyval' => array(0 => 'Draft', 4 => 'Open', 5 => 'Closed')), 'rang' => array('type' => 'integer', 'label' => 'Rank', 'enabled' => 1, 'visible' => 0, 'position' => 500, 'default' => '0')) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = |
class IntracommReport extends CommonObject { /**/ } |
$element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class IntracommReport extends CommonObject { /**/ } |
$table_element = 'intracommreport' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class IntracommReport extends CommonObject { /**/ } |
$fk_element = 'fk_intracommreport' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$element = |
class Contrat extends CommonObject { /**/ } |
$element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Contrat extends CommonObject { /**/ } |
$table_element = 'contrat' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Contrat extends CommonObject { /**/ } |
$table_element_line = 'contratdet' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Contrat extends CommonObject { /**/ } |
$fk_element = 'fk_contrat' |
|
abstract class CommonObject { /**/ } |
$restrictiononfksoc = 0 |
class Contrat extends CommonObject { /**/ } |
$restrictiononfksoc = 1 |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class Contrat extends CommonObject { /**/ } |
$table_ref_field = 'ref' |
|
abstract class CommonObject { /**/ } |
$statut = |
class Contrat extends CommonObject { /**/ } |
$statut = 0 |
|
abstract class CommonObject { /**/ } |
$status = |
class Contrat extends CommonObject { /**/ } |
$status = 0 |
|
abstract class CommonObject { /**/ } |
$date_creation = |
class Contrat extends CommonObject { /**/ } |
$date_creation = dol_now( ) - 3600 * 24 * 7 |
|
abstract class CommonObject { /**/ } |
$extraparams = array( ) |
class Contrat extends CommonObject { /**/ } |
$extraparams = isset($obj->extraparams) ? (array) json_decode($obj->extraparams, true) : null |
|
abstract class CommonObject { /**/ } |
$lines = |
class Contrat extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Contrat extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'ref' => array('type' => 'varchar(50)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'showoncombobox' => 1, 'position' => 15, 'searchall' => 1), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'Ref ext', 'enabled' => 1, 'visible' => 0, 'position' => 20), 'ref_customer' => array('type' => 'varchar(50)', 'label' => 'RefCustomer', 'enabled' => 1, 'visible' => -1, 'position' => 25, 'searchall' => 1), 'ref_supplier' => array('type' => 'varchar(50)', 'label' => 'RefSupplier', 'enabled' => 1, 'visible' => -1, 'position' => 26, 'searchall' => 1), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 30, 'index' => 1), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 35), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 40), 'date_contrat' => array('type' => 'datetime', 'label' => 'Date contrat', 'enabled' => 1, 'visible' => -1, 'position' => 45), 'signed_status' => array('type' => 'smallint(6)', 'label' => 'SignedStatus', 'enabled' => 1, 'visible' => -1, 'position' => 50, 'arrayofkeyval' => array(0 => 'NoSignature', 1 => 'SignedSender', 2 => 'SignedReceiver', 9 => 'SignedAll')), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'visible' => -1, 'notnull' => 1, 'position' => 70), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Project', 'enabled' => "isModEnabled('project')", 'visible' => -1, 'position' => 75), 'fk_commercial_signature' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'SaleRepresentative Signature', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'fk_commercial_suivi' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'SaleRepresentative follower', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 90), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 105, 'searchall' => 1), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 110, 'searchall' => 1), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 115), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 120), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 125), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 135), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'Last main doc', 'enabled' => 1, 'visible' => -1, 'position' => 140), 'statut' => array('type' => 'smallint(6)', 'label' => 'Statut', 'enabled' => 1, 'visible' => -1, 'position' => 500, 'notnull' => 1, 'arrayofkeyval' => array(0 => 'Draft', 1 => 'Validated', 2 => 'Closed'))) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$element = |
class Opensurveysondage extends CommonObject { /**/ } |
$element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Opensurveysondage extends CommonObject { /**/ } |
$table_element = 'opensurvey_sondage' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Opensurveysondage extends CommonObject { /**/ } |
$fields = array('id_sondage' => array('type' => 'varchar(16)', 'label' => 'Idsondage', 'enabled' => '1', 'position' => 10, 'notnull' => 1, 'visible' => -1, ), 'commentaires' => array('type' => 'mediumtext', 'label' => 'Comments', 'enabled' => '1', 'position' => 15, 'notnull' => 0, 'visible' => -1, ), 'mail_admin' => array('type' => 'varchar(128)', 'label' => 'Mailadmin', 'enabled' => '1', 'position' => 20, 'notnull' => 0, 'visible' => -1, ), 'nom_admin' => array('type' => 'varchar(64)', 'label' => 'Nomadmin', 'enabled' => '1', 'position' => 25, 'notnull' => 0, 'visible' => -1, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => '1', 'position' => 30, 'notnull' => 1, 'visible' => -2, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150', ), 'titre' => array('type' => 'mediumtext', 'label' => 'Title', 'enabled' => '1', 'position' => 35, 'notnull' => 1, 'visible' => -1, ), 'date_fin' => array('type' => 'datetime', 'label' => 'DateEnd', 'enabled' => '1', 'position' => 40, 'notnull' => 1, 'visible' => -1, ), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => '1', 'position' => 500, 'notnull' => 0, 'visible' => -1, ), 'format' => array('type' => 'varchar(2)', 'label' => 'Format', 'enabled' => '1', 'position' => 50, 'notnull' => 1, 'visible' => -1, ), 'mailsonde' => array('type' => 'integer', 'label' => 'Mailsonde', 'enabled' => '1', 'position' => 55, 'notnull' => 1, 'visible' => -1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => '1', 'position' => 60, 'notnull' => 1, 'visible' => -1, ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => '1', 'position' => 65, 'notnull' => 1, 'visible' => -2, 'default' => '1', 'index' => 1, ), 'allow_comments' => array('type' => 'integer', 'label' => 'Allowcomments', 'enabled' => '1', 'position' => 70, 'notnull' => 1, 'visible' => -1, ), 'allow_spy' => array('type' => 'integer', 'label' => 'Allowspy', 'enabled' => '1', 'position' => 75, 'notnull' => 1, 'visible' => -1, ), 'sujet' => array('type' => 'mediumtext', 'label' => 'Sujet', 'enabled' => '1', 'position' => 80, 'notnull' => 0, 'visible' => -1, ), 'id_sondage_admin' => array('type' => 'char(24)', 'label' => 'Idsondageadmin', 'enabled' => '1', 'position' => 85, 'notnull' => 0, 'visible' => -1, ), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class Opensurveysondage extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$element = |
class Holiday extends CommonObject { /**/ } |
$element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Holiday extends CommonObject { /**/ } |
$table_element = 'holiday' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Holiday extends CommonObject { /**/ } |
$fk_element = 'fk_holiday' |
|
abstract class CommonObject { /**/ } |
$statut = |
class Holiday extends CommonObject { /**/ } |
$statut = 0 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$element = |
class Adherent extends CommonObject { /**/ } |
$element = 'member' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Adherent extends CommonObject { /**/ } |
$table_element = 'adherent' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Adherent extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'default' => '1', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 12, 'index' => 1), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15, 'index' => 1), 'ref_ext' => array('type' => 'varchar(128)', 'label' => 'Ref ext', 'enabled' => 1, 'visible' => 0, 'position' => 20), 'civility' => array('type' => 'varchar(6)', 'label' => 'Civility', 'enabled' => 1, 'visible' => -1, 'position' => 25), 'lastname' => array('type' => 'varchar(50)', 'label' => 'Lastname', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'showoncombobox' => 1), 'firstname' => array('type' => 'varchar(50)', 'label' => 'Firstname', 'enabled' => 1, 'visible' => 1, 'position' => 35, 'showoncombobox' => 1), 'login' => array('type' => 'varchar(50)', 'label' => 'Login', 'enabled' => 1, 'visible' => 1, 'position' => 40), 'pass' => array('type' => 'varchar(50)', 'label' => 'Pass', 'enabled' => 1, 'visible' => -1, 'position' => 45), 'pass_crypted' => array('type' => 'varchar(128)', 'label' => 'Pass crypted', 'enabled' => 1, 'visible' => -1, 'position' => 50), 'morphy' => array('type' => 'varchar(3)', 'label' => 'MemberNature', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 55), 'fk_adherent_type' => array('type' => 'integer', 'label' => 'Fk adherent type', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 60), 'societe' => array('type' => 'varchar(128)', 'label' => 'Societe', 'enabled' => 1, 'visible' => 1, 'position' => 65, 'showoncombobox' => 2), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 1, 'visible' => 1, 'position' => 70), 'address' => array('type' => 'text', 'label' => 'Address', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'zip' => array('type' => 'varchar(10)', 'label' => 'Zip', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'town' => array('type' => 'varchar(50)', 'label' => 'Town', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'state_id' => array('type' => 'integer', 'label' => 'State id', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'country' => array('type' => 'integer:Ccountry:core/class/ccountry.class.php', 'label' => 'Country', 'enabled' => 1, 'visible' => 1, 'position' => 95), 'phone' => array('type' => 'varchar(30)', 'label' => 'Phone', 'enabled' => 1, 'visible' => -1, 'position' => 115), 'phone_perso' => array('type' => 'varchar(30)', 'label' => 'Phone perso', 'enabled' => 1, 'visible' => -1, 'position' => 120), 'phone_mobile' => array('type' => 'varchar(30)', 'label' => 'Phone mobile', 'enabled' => 1, 'visible' => -1, 'position' => 125), 'email' => array('type' => 'varchar(255)', 'label' => 'Email', 'enabled' => 1, 'visible' => 1, 'position' => 126), 'url' => array('type' => 'varchar(255)', 'label' => 'Url', 'enabled' => 1, 'visible' => -1, 'position' => 127), 'socialnetworks' => array('type' => 'text', 'label' => 'Socialnetworks', 'enabled' => 1, 'visible' => -1, 'position' => 128), 'birth' => array('type' => 'date', 'label' => 'DateOfBirth', 'enabled' => 1, 'visible' => -1, 'position' => 130), 'gender' => array('type' => 'varchar(10)', 'label' => 'Gender', 'enabled' => 1, 'visible' => -1, 'position' => 132), 'photo' => array('type' => 'varchar(255)', 'label' => 'Photo', 'enabled' => 1, 'visible' => -1, 'position' => 135), 'public' => array('type' => 'smallint(6)', 'label' => 'Public', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 145), 'datefin' => array('type' => 'datetime', 'label' => 'DateEnd', 'enabled' => 1, 'visible' => 1, 'position' => 150), 'default_lang' => array('type' => 'varchar(6)', 'label' => 'Default lang', 'enabled' => 1, 'visible' => -1, 'position' => 153), 'note_public' => array('type' => 'text', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 155), 'note_private' => array('type' => 'text', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 160), 'datevalid' => array('type' => 'datetime', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'position' => 165), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 170), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 175), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user author', 'enabled' => 1, 'visible' => -1, 'position' => 180), 'fk_user_mod' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user mod', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'position' => 190), 'canvas' => array('type' => 'varchar(32)', 'label' => 'Canvas', 'enabled' => 1, 'visible' => -1, 'position' => 195), 'statut' => array('type' => 'smallint(6)', 'label' => 'Statut', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 500, 'arrayofkeyval' => array(-1 => 'Draft', 1 => 'Validated', 0 => 'MemberStatusResiliatedShort', -2 => 'MemberStatusExcludedShort')), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 800), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 805)) |
|
abstract class CommonObject { /**/ } |
$table_element = |
class AdherentType extends CommonObject { /**/ } |
$table_element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = |
class AdherentType extends CommonObject { /**/ } |
$element = 'adherent_type' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$element = |
class Subscription extends CommonObject { /**/ } |
$element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Subscription extends CommonObject { /**/ } |
$table_element = 'subscription' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Subscription extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 15), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 20), 'fk_adherent' => array('type' => 'integer', 'label' => 'Member', 'enabled' => 1, 'visible' => -1, 'position' => 25), 'dateadh' => array('type' => 'datetime', 'label' => 'DateSubscription', 'enabled' => 1, 'visible' => -1, 'position' => 30), 'datef' => array('type' => 'datetime', 'label' => 'DateEndSubscription', 'enabled' => 1, 'visible' => -1, 'position' => 35), 'subscription' => array('type' => 'double(24,8)', 'label' => 'Amount', 'enabled' => 1, 'visible' => -1, 'position' => 40, 'isameasure' => 1), 'fk_bank' => array('type' => 'integer', 'label' => 'BankId', 'enabled' => 1, 'visible' => -1, 'position' => 45), 'note' => array('type' => 'html', 'label' => 'Note', 'enabled' => 1, 'visible' => -1, 'position' => 50), 'fk_type' => array('type' => 'integer', 'label' => 'MemberType', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -2, 'position' => 60), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'position' => 65), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$element = |
class Contact extends CommonObject { /**/ } |
$element = 'contact' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Contact extends CommonObject { /**/ } |
$table_element = 'socpeople' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Contact extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'noteditable' => 1, 'notnull' => 1, 'index' => 1, 'position' => 1, 'comment' => 'Id', 'css' => 'left'), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => 3, 'notnull' => 1, 'position' => 30, 'index' => 1), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'Ref ext', 'enabled' => 1, 'visible' => 3, 'position' => 35), 'civility' => array('type' => 'varchar(6)', 'label' => 'Civility', 'enabled' => 1, 'visible' => 3, 'position' => 40), 'lastname' => array('type' => 'varchar(50)', 'label' => 'Lastname', 'enabled' => 1, 'visible' => 1, 'position' => 45, 'showoncombobox' => 1, 'searchall' => 1), 'name_alias' => array('type' => 'varchar(255)', 'label' => 'Name alias', 'enabled' => 1, 'visible' => -1, 'position' => 46, 'searchall' => 1), 'firstname' => array('type' => 'varchar(50)', 'label' => 'Firstname', 'enabled' => 1, 'visible' => 1, 'position' => 50, 'showoncombobox' => 1, 'searchall' => 1), 'poste' => array('type' => 'varchar(80)', 'label' => 'PostOrFunction', 'enabled' => 1, 'visible' => -1, 'position' => 52), 'address' => array('type' => 'varchar(255)', 'label' => 'Address', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'zip' => array('type' => 'varchar(25)', 'label' => 'Zip', 'enabled' => 1, 'visible' => 1, 'position' => 60), 'town' => array('type' => 'varchar(50)', 'label' => 'Town', 'enabled' => 1, 'visible' => -1, 'position' => 65), 'fk_departement' => array('type' => 'integer', 'label' => 'Fk departement', 'enabled' => 1, 'visible' => 3, 'position' => 70), 'fk_pays' => array('type' => 'integer', 'label' => 'Fk pays', 'enabled' => 1, 'visible' => 3, 'position' => 75), 'fk_soc' => array('type' => 'integer', 'label' => 'ThirdParty', 'enabled' => 1, 'visible' => 1, 'position' => 77, 'searchall' => 1), 'birthday' => array('type' => 'date', 'label' => 'Birthday', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'phone' => array('type' => 'varchar(30)', 'label' => 'Phone', 'enabled' => 1, 'visible' => 1, 'position' => 90, 'searchall' => 1), 'phone_perso' => array('type' => 'varchar(30)', 'label' => 'PhonePerso', 'enabled' => 1, 'visible' => -1, 'position' => 95, 'searchall' => 1), 'phone_mobile' => array('type' => 'varchar(30)', 'label' => 'PhoneMobile', 'enabled' => 1, 'visible' => 1, 'position' => 100, 'searchall' => 1), 'fax' => array('type' => 'varchar(30)', 'label' => 'Fax', 'enabled' => 1, 'visible' => -1, 'position' => 105, 'searchall' => 1), 'email' => array('type' => 'varchar(255)', 'label' => 'Email', 'enabled' => 1, 'visible' => 1, 'position' => 110, 'searchall' => 1), 'socialnetworks' => array('type' => 'text', 'label' => 'SocialNetworks', 'enabled' => 1, 'visible' => 3, 'position' => 115), 'photo' => array('type' => 'varchar(255)', 'label' => 'Photo', 'enabled' => 1, 'visible' => 3, 'position' => 170), 'priv' => array('type' => 'smallint(6)', 'label' => 'ContactVisibility', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 175), 'fk_stcommcontact' => array('type' => 'integer', 'label' => 'ProspectStatus', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 220), 'fk_prospectcontactlevel' => array('type' => 'varchar(12)', 'label' => 'ProspectLevel', 'enabled' => 1, 'visible' => -1, 'position' => 255), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 3, 'position' => 195, 'searchall' => 1), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 3, 'position' => 200, 'searchall' => 1), 'default_lang' => array('type' => 'varchar(6)', 'label' => 'Default lang', 'enabled' => 1, 'visible' => 3, 'position' => 205), 'canvas' => array('type' => 'varchar(32)', 'label' => 'Canvas', 'enabled' => 1, 'visible' => 3, 'position' => 210), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 300), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 305), 'fk_user_creat' => array('type' => 'integer', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => 3, 'position' => 310), 'fk_user_modif' => array('type' => 'integer', 'label' => 'UserModif', 'enabled' => 1, 'visible' => 3, 'position' => 315), 'statut' => array('type' => 'tinyint(4)', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 500), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -1, 'position' => 1000), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$element = |
class LoanSchedule extends CommonObject { /**/ } |
$element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class LoanSchedule extends CommonObject { /**/ } |
$table_element = 'loan_schedule' |
|
abstract class CommonObject { /**/ } |
$lines = |
class LoanSchedule extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = |
class Loan extends CommonObject { /**/ } |
$element = 'loan' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Loan extends CommonObject { /**/ } |
$table_element = 'loan' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$element = |
class PaymentLoan extends CommonObject { /**/ } |
$element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class PaymentLoan extends CommonObject { /**/ } |
$table_element = 'payment_loan' |
|
abstract class CommonObject { /**/ } |
$module = |
class ProductAttribute extends CommonObject { /**/ } |
$module = 'variants' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$element = |
class ProductAttribute extends CommonObject { /**/ } |
$element = 'productattribute' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ProductAttribute extends CommonObject { /**/ } |
$table_element = 'product_attribute' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class ProductAttribute extends CommonObject { /**/ } |
$table_element_line = 'product_attribute_value' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class ProductAttribute extends CommonObject { /**/ } |
$fk_element = 'fk_product_attribute' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class ProductAttribute extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'varchar(255)', 'label' => 'Ref', 'visible' => 1, 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'index' => 1, 'searchall' => 1, 'comment' => "Reference of object", 'css' => 'width200'), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'ExternalRef', 'enabled' => 1, 'visible' => 0, 'position' => 20, 'searchall' => 1), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'help' => "", 'showoncombobox' => 1, ), 'position' => array('type' => 'integer', 'label' => 'Rank', 'enabled' => 1, 'visible' => 0, 'default' => '0', 'position' => 40, 'notnull' => 1, ), ) |
|
abstract class CommonObject { /**/ } |
$lines = |
class ProductAttribute extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$module = |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$module = 'variants' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$element = |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$element = 'productattributevalue' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$table_element = 'product_attribute_value' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'fk_product_attribute' => array('type' => 'integer:ProductAttribute:variants/class/ProductAttribute.class.php', 'label' => 'ProductAttribute', 'enabled' => 1, 'visible' => 0, 'position' => 10, 'notnull' => 1, 'index' => 1, ), 'ref' => array('type' => 'varchar(255)', 'label' => 'Ref', 'visible' => 1, 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'index' => 1, 'searchall' => 1, 'comment' => "Reference of object", 'css' => ''), 'value' => array('type' => 'varchar(255)', 'label' => 'Value', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'help' => "", 'showoncombobox' => 1, ), 'position' => array('type' => 'integer', 'label' => 'Rank', 'enabled' => 1, 'visible' => 0, 'default' => '0', 'position' => 200, 'notnull' => 1, ), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$element = |
class AccountingAccount extends CommonObject { /**/ } |
$element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class AccountingAccount extends CommonObject { /**/ } |
$table_element = 'accounting_account' |
|
abstract class CommonObject { /**/ } |
$restrictiononfksoc = 0 |
class AccountingAccount extends CommonObject { /**/ } |
$restrictiononfksoc = 1 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$element = |
class BookKeeping extends CommonObject { /**/ } |
$element = 'accountingbookkeeping' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class BookKeeping extends CommonObject { /**/ } |
$table_element = 'accounting_bookkeeping' |
|
abstract class CommonObject { /**/ } |
$lines = |
class BookKeeping extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$element = |
class AccountingJournal extends CommonObject { /**/ } |
$element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class AccountingJournal extends CommonObject { /**/ } |
$table_element = 'accounting_journal' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class AccountingJournal extends CommonObject { /**/ } |
$fk_element = '' |
|
abstract class CommonObject { /**/ } |
$module = |
class BOM extends CommonObject { /**/ } |
$module = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$element = |
class BOM extends CommonObject { /**/ } |
$element = 'bom' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class BOM extends CommonObject { /**/ } |
$table_element = 'bom_bom' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class BOM extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'position' => 1, 'notnull' => 1, 'index' => 1, 'comment' => "Id", ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'default' => 1, 'index' => 1, 'position' => 5), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'noteditable' => 1, 'visible' => 4, 'position' => 10, 'notnull' => 1, 'default' => '(PROV)', 'index' => 1, 'searchall' => 1, 'comment' => "Reference of BOM", 'showoncombobox' => 1, 'csslist' => 'nowraponall'), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'notnull' => 1, 'searchall' => 1, 'showoncombobox' => '2', 'autofocusoncreate' => 1, 'css' => 'minwidth300 maxwidth400', 'csslist' => 'tdoverflowmax200'), 'bomtype' => array('type' => 'integer', 'label' => 'Type', 'enabled' => 1, 'visible' => 1, 'position' => 33, 'notnull' => 1, 'default' => '0', 'arrayofkeyval' => array(0 => 'Manufacturing', 1 => 'Disassemble'), 'css' => 'minwidth175', 'csslist' => 'minwidth175 center'), 'fk_product' => array('type' => 'integer:Product:product/class/product.class.php:1:((finished:is:null) or (finished:!=:0))', 'label' => 'Product', 'picto' => 'product', 'enabled' => 1, 'visible' => 1, 'position' => 35, 'notnull' => 1, 'index' => 1, 'help' => 'ProductBOMHelp', 'css' => 'maxwidth500', 'csslist' => 'tdoverflowmax100'), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'visible' => -1, 'position' => 60, 'notnull' => -1, ), 'qty' => array('type' => 'real', 'label' => 'Quantity', 'enabled' => 1, 'visible' => 1, 'default' => 1, 'position' => 55, 'notnull' => 1, 'isameasure' => 1, 'css' => 'maxwidth50imp right'), 'duration' => array('type' => 'duration', 'label' => 'EstimatedDuration', 'enabled' => 1, 'visible' => -1, 'position' => 101, 'notnull' => -1, 'css' => 'maxwidth50imp', 'help' => 'EstimatedDurationDesc'), 'fk_warehouse' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php:0', 'label' => 'WarehouseForProduction', 'picto' => 'stock', 'enabled' => 1, 'visible' => -1, 'position' => 102, 'css' => 'maxwidth500', 'csslist' => 'tdoverflowmax100'), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => -2, 'position' => 161, 'notnull' => -1, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => -2, 'position' => 162, 'notnull' => -1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'position' => 300, 'notnull' => 1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -2, 'position' => 501, 'notnull' => 1, ), 'date_valid' => array('type' => 'datetime', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -2, 'position' => 502, 'notnull' => 0, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserCreation', 'picto' => 'user', 'enabled' => 1, 'visible' => -2, 'position' => 510, 'notnull' => 1, 'foreignkey' => 'user.rowid', 'csslist' => 'tdoverflowmax100'), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'picto' => 'user', 'enabled' => 1, 'visible' => -2, 'position' => 511, 'notnull' => -1, 'csslist' => 'tdoverflowmax100'), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'picto' => 'user', 'enabled' => 1, 'visible' => -2, 'position' => 512, 'notnull' => 0, 'csslist' => 'tdoverflowmax100'), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 1000, 'notnull' => -1, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 1010), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'visible' => 2, 'position' => 1000, 'notnull' => 1, 'default' => 0, 'index' => 1, 'arrayofkeyval' => array(0 => 'Draft', 1 => 'Enabled', 9 => 'Disabled')), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class BOM extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$status = |
class BOM extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class BOM extends CommonObject { /**/ } |
$table_element_line = 'bom_bomline' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class BOM extends CommonObject { /**/ } |
$fk_element = 'fk_bom' |
|
abstract class CommonObject { /**/ } |
$childtablesoncascade = array( ) |
class BOM extends CommonObject { /**/ } |
$childtablesoncascade = array('bom_bomline') |
|
abstract class CommonObject { /**/ } |
$lines = |
class BOM extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$element = |
class BOMLine extends CommonObjectLine { /**/ } |
$element = 'bomline' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class BOMLine extends CommonObjectLine { /**/ } |
$table_element = 'bom_bomline' |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$picto = 'line' |
class BOMLine extends CommonObjectLine { /**/ } |
$picto = 'bomline' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class BOMLine extends CommonObjectLine { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'LineID', 'enabled' => 1, 'visible' => -1, 'position' => 1, 'notnull' => 1, 'index' => 1, 'comment' => "Id", ), 'fk_bom' => array('type' => 'integer:BillOfMaterials:societe/class/bom.class.php', 'label' => 'BillOfMaterials', 'enabled' => 1, 'visible' => 1, 'position' => 10, 'notnull' => 1, 'index' => 1, ), 'fk_product' => array('type' => 'integer:Product:product/class/product.class.php', 'label' => 'Product', 'enabled' => 1, 'visible' => 1, 'position' => 20, 'notnull' => 1, 'index' => 1, ), 'fk_bom_child' => array('type' => 'integer:BOM:bom/class/bom.class.php', 'label' => 'BillOfMaterials', 'enabled' => 1, 'visible' => -1, 'position' => 40, 'notnull' => -1, ), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'visible' => -1, 'position' => 60, 'notnull' => -1, ), 'qty' => array('type' => 'double(24,8)', 'label' => 'Quantity', 'enabled' => 1, 'visible' => 1, 'position' => 100, 'notnull' => 1, 'isameasure' => 1, ), 'qty_frozen' => array('type' => 'smallint', 'label' => 'QuantityFrozen', 'enabled' => 1, 'visible' => 1, 'default' => '0', 'position' => 105, 'css' => 'maxwidth50imp', 'help' => 'QuantityConsumedInvariable'), 'disable_stock_change' => array('type' => 'smallint', 'label' => 'DisableStockChange', 'enabled' => 1, 'visible' => 1, 'default' => '0', 'position' => 108, 'css' => 'maxwidth50imp', 'help' => 'DisableStockChangeHelp'), 'efficiency' => array('type' => 'double(24,8)', 'label' => 'ManufacturingEfficiency', 'enabled' => 1, 'visible' => 0, 'default' => '1', 'position' => 110, 'notnull' => 1, 'css' => 'maxwidth50imp', 'help' => 'ValueOfEfficiencyConsumedMeans'), 'fk_unit' => array('type' => 'integer', 'label' => 'Unit', 'enabled' => 1, 'visible' => 1, 'position' => 120, 'notnull' => -1, ), 'position' => array('type' => 'integer', 'label' => 'Rank', 'enabled' => 1, 'visible' => 0, 'default' => '0', 'position' => 200, 'notnull' => 1, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 1000, 'notnull' => -1, ), 'fk_default_workstation' => array('type' => 'integer', 'label' => 'DefaultWorkstation', 'enabled' => 1, 'visible' => 1, 'notnull' => 0, 'position' => 1050)) |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$product_type = |
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$product_type = 0 |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$info_bits = |
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$info_bits = 0 |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$special_code = |
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$special_code = 0 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$element = |
class DefaultValues extends CommonObject { /**/ } |
$element = 'defaultvalues' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class DefaultValues extends CommonObject { /**/ } |
$table_element = 'default_values' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class DefaultValues extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15, 'index' => 1), 'type' => array('type' => 'varchar(10)', 'label' => 'Type', 'enabled' => 1, 'visible' => -1, 'position' => 20), 'user_id' => array('type' => 'integer', 'label' => 'Userid', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 25), 'page' => array('type' => 'varchar(255)', 'label' => 'RelativeURL', 'enabled' => 1, 'visible' => -1, 'position' => 30), 'param' => array('type' => 'varchar(255)', 'label' => 'Field', 'enabled' => 1, 'visible' => -1, 'position' => 35), 'value' => array('type' => 'varchar(128)', 'label' => 'Value', 'enabled' => 1, 'visible' => -1, 'position' => 40), ) |
|
class lessc_formatter_classic { /**/ } |
$disableSingle = false |
class lessc_formatter_compressed extends lessc_formatter_classic { /**/ } |
$disableSingle = true |
|
class lessc_formatter_classic { /**/ } |
$open = " {" |
class lessc_formatter_compressed extends lessc_formatter_classic { /**/ } |
$open = "{" |
|
class lessc_formatter_classic { /**/ } |
$selectorSeparator = ", " |
class lessc_formatter_compressed extends lessc_formatter_classic { /**/ } |
$selectorSeparator = "," |
|
class lessc_formatter_classic { /**/ } |
$break = "\n" |
class lessc_formatter_compressed extends lessc_formatter_classic { /**/ } |
$break = "" |
|
class lessc_formatter_classic { /**/ } |
$compressColors = false |
class lessc_formatter_compressed extends lessc_formatter_classic { /**/ } |
$compressColors = true |
|
class lessc_formatter_classic { /**/ } |
$disableSingle = false |
class lessc_formatter_lessjs extends lessc_formatter_classic { /**/ } |
$disableSingle = true |
|
class lessc_formatter_classic { /**/ } |
$breakSelectors = false |
class lessc_formatter_lessjs extends lessc_formatter_classic { /**/ } |
$breakSelectors = true |
|
class lessc_formatter_classic { /**/ } |
$assignSeparator = ":" |
class lessc_formatter_lessjs extends lessc_formatter_classic { /**/ } |
$assignSeparator = ": " |
|
class lessc_formatter_classic { /**/ } |
$selectorSeparator = ", " |
class lessc_formatter_lessjs extends lessc_formatter_classic { /**/ } |
$selectorSeparator = "," |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$product_type = |
abstract class CommonOrderLine extends CommonObjectLine { /**/ } |
$product_type = 0 |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$info_bits = |
abstract class CommonOrderLine extends CommonObjectLine { /**/ } |
$info_bits = 0 |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$special_code = |
abstract class CommonOrderLine extends CommonObjectLine { /**/ } |
$special_code = 0 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = |
class Comment extends CommonObject { /**/ } |
$element = 'comment' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Comment extends CommonObject { /**/ } |
$table_element = 'comment' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$element = |
class EmailSenderProfile extends CommonObject { /**/ } |
$element = 'emailsenderprofile' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class EmailSenderProfile extends CommonObject { /**/ } |
$table_element = 'c_email_senderprofile' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class EmailSenderProfile extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'visible' => -1, 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'index' => 1, 'comment' => 'Id', ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'visible' => -1, 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'index' => 1, ), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'visible' => 1, 'enabled' => 1, 'position' => 30, 'notnull' => 1), 'email' => array('type' => 'varchar(255)', 'label' => 'Email', 'visible' => 1, 'enabled' => 1, 'position' => 40, 'notnull' => -1), 'private' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'User', 'visible' => 1, 'enabled' => 1, 'position' => 50, 'default' => '0', 'notnull' => 1), 'signature' => array('type' => 'html', 'label' => 'Signature', 'visible' => 3, 'enabled' => 1, 'position' => 400, 'notnull' => -1, 'index' => 1, ), 'position' => array('type' => 'integer', 'label' => 'Position', 'visible' => 1, 'enabled' => 1, 'position' => 405, 'notnull' => -1, 'index' => 1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'visible' => -1, 'enabled' => 1, 'position' => 500, 'notnull' => 1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'visible' => -1, 'enabled' => 1, 'position' => 500, 'notnull' => 1, ), 'active' => array('type' => 'integer', 'label' => 'Status', 'visible' => 1, 'enabled' => 1, 'default' => 1, 'position' => 1000, 'notnull' => 1, 'index' => 1, 'arrayofkeyval' => array(0 => 'Disabled', 1 => 'Enabled')), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$element = |
class Link extends CommonObject { /**/ } |
$element = 'link' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Link extends CommonObject { /**/ } |
$table_element = 'links' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$element = |
class Fiscalyear extends CommonObject { /**/ } |
$element = 'fiscalyear' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Fiscalyear extends CommonObject { /**/ } |
$table_element = 'accounting_fiscalyear' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Fiscalyear extends CommonObject { /**/ } |
$fk_element = '' |
|
abstract class CommonObject { /**/ } |
$module = |
class TimeSpent extends CommonObject { /**/ } |
$module = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$element = |
class TimeSpent extends CommonObject { /**/ } |
$element = 'timespent' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class TimeSpent extends CommonObject { /**/ } |
$table_element = 'element_time' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class TimeSpent extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 17, 'notnull' => 0, 'visible' => -2, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'import_key', 'enabled' => 1, 'position' => 15, 'notnull' => 0, 'visible' => -1, ), 'fk_element' => array('type' => 'integer', 'label' => 'fk_element', 'enabled' => 1, 'position' => 2, 'notnull' => 1, 'visible' => -1, ), 'elementtype' => array('type' => 'varchar(32)', 'label' => 'elementtype', 'enabled' => 1, 'position' => 3, 'notnull' => 1, 'visible' => -1, ), 'element_date' => array('type' => 'date', 'label' => 'element_date', 'enabled' => 1, 'position' => 4, 'notnull' => 0, 'visible' => -1, ), 'element_datehour' => array('type' => 'datetime', 'label' => 'element_datehour', 'enabled' => 1, 'position' => 5, 'notnull' => 0, 'visible' => -1, ), 'element_date_withhour' => array('type' => 'integer', 'label' => 'element_date_withhour', 'enabled' => 1, 'position' => 6, 'notnull' => 0, 'visible' => -1, ), 'element_duration' => array('type' => 'double', 'label' => 'element_duration', 'enabled' => 1, 'position' => 7, 'notnull' => 0, 'visible' => -1, ), 'fk_product' => array('type' => 'integer', 'label' => 'fk_product', 'enabled' => 1, 'position' => 8, 'notnull' => 0, 'visible' => -1, ), 'fk_user' => array('type' => 'integer', 'label' => 'fk_user', 'enabled' => 1, 'position' => 9, 'notnull' => 0, 'visible' => -1, ), 'thm' => array('type' => 'double(24,8)', 'label' => 'thm', 'enabled' => 1, 'position' => 10, 'notnull' => 0, 'visible' => -1, ), 'invoice_id' => array('type' => 'integer', 'label' => 'invoice_id', 'enabled' => 1, 'position' => 11, 'notnull' => 0, 'visible' => -1, 'default' => 'NULL', ), 'invoice_line_id' => array('type' => 'integer', 'label' => 'invoice_line_id', 'enabled' => 1, 'position' => 12, 'notnull' => 0, 'visible' => -1, 'default' => 'NULL', ), 'intervention_id' => array('type' => 'integer', 'label' => 'intervention_id', 'enabled' => 1, 'position' => 13, 'notnull' => 0, 'visible' => -1, 'default' => 'NULL', ), 'intervention_line_id' => array('type' => 'integer', 'label' => 'intervention_line_id', 'enabled' => 1, 'position' => 14, 'notnull' => 0, 'visible' => -1, 'default' => 'NULL', ), 'datec' => array('type' => 'datetime', 'label' => 'datec', 'enabled' => 1, 'position' => 16, 'notnull' => 0, 'visible' => -1, ), 'note' => array('type' => 'text', 'label' => 'note', 'enabled' => 1, 'position' => 18, 'notnull' => 0, 'visible' => -1, ), ) |
|
abstract class DoliDB implements Database { /**/ } |
$type = |
class DoliDBSqlite3 extends DoliDB { /**/ } |
$type = 'sqlite3' |
|
abstract class DoliDB implements Database { /**/ } |
$type = |
class DoliDBPgsql extends DoliDB { /**/ } |
$type = 'pgsql' |
|
abstract class DoliDB implements Database { /**/ } |
$forcecharset = 'utf8' |
class DoliDBPgsql extends DoliDB { /**/ } |
$forcecharset = 'UTF8' |
|
abstract class DoliDB implements Database { /**/ } |
$forcecollate = 'utf8_unicode_ci' |
class DoliDBPgsql extends DoliDB { /**/ } |
$forcecollate = '' |
|
abstract class DoliDB implements Database { /**/ } |
$type = |
class DoliDBMysqli extends DoliDB { /**/ } |
$type = 'mysqli' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_workstation_standard extends ModeleNumRefWorkstation { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_workstation_standard extends ModeleNumRefWorkstation { /**/ } |
$name = 'standard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_workstation_advanced extends ModeleNumRefWorkstation { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_workstation_advanced extends ModeleNumRefWorkstation { /**/ } |
$name = 'advanced' |
|
class MailingTargets { /**/ } |
$name = |
class mailing_xinputfile extends MailingTargets { /**/ } |
$name = 'EmailsFromFile' |
|
class MailingTargets { /**/ } |
$desc = |
class mailing_xinputfile extends MailingTargets { /**/ } |
$desc = 'EMails from a file' |
|
class MailingTargets { /**/ } |
$tooltip = '' |
class mailing_xinputfile extends MailingTargets { /**/ } |
$tooltip = 'UseFormatFileEmailToTarget' |
|
class MailingTargets { /**/ } |
$name = |
class mailing_eventorganization extends MailingTargets { /**/ } |
$name = 'AttendeesOfOrganizedEvent' |
|
class MailingTargets { /**/ } |
$desc = |
class mailing_eventorganization extends MailingTargets { /**/ } |
$desc = "Attendees of an organized event" |
|
class MailingTargets { /**/ } |
$enabled = |
class mailing_eventorganization extends MailingTargets { /**/ } |
$enabled = 'isModEnabled("eventorganization")' |
|
class MailingTargets { /**/ } |
$name = |
class mailing_xinputuser extends MailingTargets { /**/ } |
$name = 'EmailsFromUser' |
|
class MailingTargets { /**/ } |
$desc = |
class mailing_xinputuser extends MailingTargets { /**/ } |
$desc = 'EMails input by user' |
|
class MailingTargets { /**/ } |
$tooltip = '' |
class mailing_xinputuser extends MailingTargets { /**/ } |
$tooltip = 'UseFormatInputEmailToTarget' |
|
class MailingTargets { /**/ } |
$name = |
class mailing_fraise extends MailingTargets { /**/ } |
$name = 'FundationMembers' |
|
class MailingTargets { /**/ } |
$desc = |
class mailing_fraise extends MailingTargets { /**/ } |
$desc = 'Foundation members with emails' |
|
class MailingTargets { /**/ } |
$enabled = |
class mailing_fraise extends MailingTargets { /**/ } |
$enabled = 'isModEnabled("member")' |
|
class MailingTargets { /**/ } |
$name = |
class mailing_thirdparties extends MailingTargets { /**/ } |
$name = 'ThirdPartiesByCategories' |
|
class MailingTargets { /**/ } |
$desc = |
class mailing_thirdparties extends MailingTargets { /**/ } |
$desc = "Third parties (by categories)" |
|
class MailingTargets { /**/ } |
$enabled = |
class mailing_thirdparties extends MailingTargets { /**/ } |
$enabled = 'isModEnabled("societe")' |
|
class MailingTargets { /**/ } |
$name = |
class mailing_contacts1 extends MailingTargets { /**/ } |
$name = 'ContactCompanies' |
|
class MailingTargets { /**/ } |
$desc = |
class mailing_contacts1 extends MailingTargets { /**/ } |
$desc = 'Contacts of thirdparties (prospects, customers, suppliers...)' |
|
class MailingTargets { /**/ } |
$enabled = |
class mailing_contacts1 extends MailingTargets { /**/ } |
$enabled = 'isModEnabled("societe")' |
|
class MailingTargets { /**/ } |
$name = |
class mailing_partnership extends MailingTargets { /**/ } |
$name = 'PartnershipThirdpartiesOrMembers' |
|
class MailingTargets { /**/ } |
$desc = |
class mailing_partnership extends MailingTargets { /**/ } |
$desc = "Thirdparties or members included into a partnership program" |
|
class MailingTargets { /**/ } |
$enabled = |
class mailing_partnership extends MailingTargets { /**/ } |
$enabled = 'isModEnabled("partnership")' |
|
class MailingTargets { /**/ } |
$name = |
class mailing_pomme extends MailingTargets { /**/ } |
$name = 'DolibarrUsers' |
|
class MailingTargets { /**/ } |
$desc = |
class mailing_pomme extends MailingTargets { /**/ } |
$desc = 'Dolibarr users with emails' |
|
class MailingTargets { /**/ } |
$name = |
class mailing_thirdparties_services_expired extends MailingTargets { /**/ } |
$name = 'DolibarrContractsLinesExpired' |
|
class MailingTargets { /**/ } |
$desc = |
class mailing_thirdparties_services_expired extends MailingTargets { /**/ } |
$desc = 'Third parties with expired contract\'s lines' |
|
class MailingTargets { /**/ } |
$enabled = |
class mailing_thirdparties_services_expired extends MailingTargets { /**/ } |
$enabled = 'isModEnabled("societe")' |
|
class MailingTargets { /**/ } |
$name = |
class mailing_advthirdparties extends MailingTargets { /**/ } |
$name = 'ThirdPartyAdvancedTargeting' |
|
class MailingTargets { /**/ } |
$desc = |
class mailing_advthirdparties extends MailingTargets { /**/ } |
$desc = "Third parties" |
|
class MailingTargets { /**/ } |
$enabled = |
class mailing_advthirdparties extends MailingTargets { /**/ } |
$enabled = 'isModEnabled("societe")' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_expedition_safor extends ModelNumRefExpedition { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_expedition_safor extends ModelNumRefExpedition { /**/ } |
$name = 'Safor' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_expedition_ribera extends ModelNumRefExpedition { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_expedition_ribera extends ModelNumRefExpedition { /**/ } |
$name = 'Ribera' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_espadon extends ModelePdfExpedition { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_espadon extends ModelePdfExpedition { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_merou extends ModelePdfExpedition { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_merou extends ModelePdfExpedition { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_shipment_odt extends ModelePdfExpedition { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_rouget extends ModelePdfExpedition { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_rouget extends ModelePdfExpedition { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_lot_free extends ModeleNumRefBatch { /**/ } |
$name = 'lot_free' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_lot_free extends ModeleNumRefBatch { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_lot_standard extends ModeleNumRefBatch { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_lot_standard extends ModeleNumRefBatch { /**/ } |
$name = 'lot_standard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_sn_advanced extends ModeleNumRefBatch { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_sn_advanced extends ModeleNumRefBatch { /**/ } |
$name = 'sn_advanced' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_sn_free extends ModeleNumRefBatch { /**/ } |
$name = 'sn_free' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_sn_free extends ModeleNumRefBatch { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_lot_advanced extends ModeleNumRefBatch { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_lot_advanced extends ModeleNumRefBatch { /**/ } |
$name = 'lot_advanced' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_sn_standard extends ModeleNumRefBatch { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_sn_standard extends ModeleNumRefBatch { /**/ } |
$name = 'sn_standard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_supplier_payment_bronan extends ModeleNumRefSupplierPayments { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_supplier_payment_bronan extends ModeleNumRefSupplierPayments { /**/ } |
$name = 'Bronan' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments { /**/ } |
$name = 'Brodator' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_standard extends ModelePDFSuppliersPayments { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_standard extends ModelePDFSuppliersPayments { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_holiday_immaculate extends ModelNumRefHolidays { /**/ } |
$name = 'Immaculate' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_holiday_immaculate extends ModelNumRefHolidays { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_holiday_madonna extends ModelNumRefHolidays { /**/ } |
$name = 'Madonna' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_holiday_madonna extends ModelNumRefHolidays { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_contract_olive extends ModelNumRefContracts { /**/ } |
$name = 'Olive' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_contract_olive extends ModelNumRefContracts { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_contract_serpis extends ModelNumRefContracts { /**/ } |
$name = 'Serpis' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_contract_serpis extends ModelNumRefContracts { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_contract_magre extends ModelNumRefContracts { /**/ } |
$name = 'Magre' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_contract_magre extends ModelNumRefContracts { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_contract_odt extends ModelePDFContract { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_strato extends ModelePDFContract { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_strato extends ModelePDFContract { /**/ } |
$version = 'dolibarr' |
|
abstract class LogHandler { /**/ } |
$code = |
class mod_syslog_file extends LogHandler { /**/ } |
$code = 'file' |
|
abstract class LogHandler { /**/ } |
$code = |
class mod_syslog_syslog extends LogHandler { /**/ } |
$code = 'syslog' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_bom_standard extends ModeleNumRefBoms { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_bom_standard extends ModeleNumRefBoms { /**/ } |
$name = 'standard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_bom_advanced extends ModeleNumRefBoms { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_bom_advanced extends ModeleNumRefBoms { /**/ } |
$name = 'advanced' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_bom_odt extends ModelePDFBom { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_usergroup_odt extends ModelePDFUserGroup { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_asset_advanced extends ModeleNumRefAsset { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_asset_advanced extends ModeleNumRefAsset { /**/ } |
$name = 'advanced' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_asset_standard extends ModeleNumRefAsset { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_asset_standard extends ModeleNumRefAsset { /**/ } |
$name = 'standard' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_standard_asset extends ModelePDFAsset { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_standard_asset extends ModelePDFAsset { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_asset_odt extends ModelePDFAsset { /**/ } |
$version = 'dolibarr' |
|
abstract class ModeleGenPassword { /**/ } |
$picto = 'generic' |
class modGeneratePassStandard extends ModeleGenPassword { /**/ } |
$picto = 'fa-shield-alt' |
|
abstract class ModeleGenPassword { /**/ } |
$picto = 'generic' |
class modGeneratePassNone extends ModeleGenPassword { /**/ } |
$picto = 'fa-keyboard' |
|
abstract class ModeleGenPassword { /**/ } |
$picto = 'generic' |
class modGeneratePassPerso extends ModeleGenPassword { /**/ } |
$picto = 'fa-shield-alt' |
|
abstract class CommonDocGenerator { /**/ } |
$atleastoneratenotnull = |
abstract class ModelePDFCommandes extends CommonDocGenerator { /**/ } |
$atleastoneratenotnull = 0 |
|
abstract class CommonDocGenerator { /**/ } |
$atleastonediscount = |
abstract class ModelePDFCommandes extends CommonDocGenerator { /**/ } |
$atleastonediscount = 0 |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_commande_saphir extends ModeleNumRefCommandes { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_commande_saphir extends ModeleNumRefCommandes { /**/ } |
$name = 'Saphir' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_commande_marbre extends ModeleNumRefCommandes { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_commande_marbre extends ModeleNumRefCommandes { /**/ } |
$name = 'Marbre' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_einstein extends ModelePDFCommandes { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_einstein extends ModelePDFCommandes { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_eratosthene extends ModelePDFCommandes { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_eratosthene extends ModelePDFCommandes { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_order_odt extends ModelePDFCommandes { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_ban extends ModeleBankAccountDoc { /**/ } |
$version = 'development' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_sepamandate extends ModeleBankAccountDoc { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_facture_mars extends ModeleNumRefFactures { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_facture_terre extends ModeleNumRefFactures { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_facture_mercure extends ModeleNumRefFactures { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$atleastonediscount = |
abstract class ModelePDFFactures extends CommonDocGenerator { /**/ } |
$atleastonediscount = 0 |
|
abstract class CommonDocGenerator { /**/ } |
$atleastoneratenotnull = |
abstract class ModelePDFFactures extends CommonDocGenerator { /**/ } |
$atleastoneratenotnull = 0 |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_crabe extends ModelePDFFactures { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_crabe extends ModelePDFFactures { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_invoice_odt extends ModelePDFFactures { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_sponge extends ModelePDFFactures { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_sponge extends ModelePDFFactures { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts { /**/ } |
$name = 'Thyme' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_chequereceipt_mint extends ModeleNumRefChequeReceipts { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_chequereceipt_mint extends ModeleNumRefChequeReceipts { /**/ } |
$name = 'Mint' |
|
abstract class CommonDocGenerator { /**/ } |
$atleastonediscount = |
abstract class ModelePDFPropales extends CommonDocGenerator { /**/ } |
$atleastonediscount = 0 |
|
abstract class CommonDocGenerator { /**/ } |
$atleastoneratenotnull = |
abstract class ModelePDFPropales extends CommonDocGenerator { /**/ } |
$atleastoneratenotnull = 0 |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_propale_saphir extends ModeleNumRefPropales { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_propale_saphir extends ModeleNumRefPropales { /**/ } |
$name = 'Saphir' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_propale_marbre extends ModeleNumRefPropales { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_propale_marbre extends ModeleNumRefPropales { /**/ } |
$name = 'Marbre' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_cyan extends ModelePDFPropales { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_cyan extends ModelePDFPropales { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_azur extends ModelePDFPropales { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_azur extends ModelePDFPropales { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_proposal_odt extends ModelePDFPropales { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_payment_cicada extends ModeleNumRefPayments { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_payment_cicada extends ModeleNumRefPayments { /**/ } |
$name = 'Cicada' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_payment_ant extends ModeleNumRefPayments { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_payment_ant extends ModeleNumRefPayments { /**/ } |
$name = 'Ant' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_mo_standard extends ModeleNumRefMos { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_mo_standard extends ModeleNumRefMos { /**/ } |
$name = 'standard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_mo_advanced extends ModeleNumRefMos { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_mo_advanced extends ModeleNumRefMos { /**/ } |
$name = 'advanced' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_mo_odt extends ModelePDFMo { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_vinci extends ModelePDFMo { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_vinci extends ModelePDFMo { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_member_advanced extends ModeleNumRefMembers { /**/ } |
$name = 'Advanced' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_member_advanced extends ModeleNumRefMembers { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_member_simple extends ModeleNumRefMembers { /**/ } |
$name = 'Simple' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_member_simple extends ModeleNumRefMembers { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_member_odt extends ModelePDFMember { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_standard extends CommonStickerGenerator { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_takepos_ref_universal extends ModeleNumRefTakepos { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_takepos_ref_simple extends ModeleNumRefTakepos { /**/ } |
$version = 'dolibarr' |
|
class PrintingDriver { /**/ } |
$name = |
class printing_printipp extends PrintingDriver { /**/ } |
$name = 'printipp' |
|
class PrintingDriver { /**/ } |
$desc = |
class printing_printipp extends PrintingDriver { /**/ } |
$desc = 'PrintIPPDesc' |
|
class PrintingDriver { /**/ } |
$name = |
class printing_printgcp extends PrintingDriver { /**/ } |
$name = 'printgcp' |
|
class PrintingDriver { /**/ } |
$desc = |
class printing_printgcp extends PrintingDriver { /**/ } |
$desc = 'PrintGCPDesc' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_expensereport_sand extends ModeleNumRefExpenseReport { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_expensereport_sand extends ModeleNumRefExpenseReport { /**/ } |
$name = 'Sand' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_expensereport_jade extends ModeleNumRefExpenseReport { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_expensereport_jade extends ModeleNumRefExpenseReport { /**/ } |
$name = 'Jade' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_standard extends ModeleExpenseReport { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_standard extends ModeleExpenseReport { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_codecompta_digitaria extends ModeleAccountancyCode { /**/ } |
$name = 'Digitaria' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_codecompta_digitaria extends ModeleAccountancyCode { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_codeclient_elephant extends ModeleThirdPartyCode { /**/ } |
$name = 'Elephant' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_codeclient_elephant extends ModeleThirdPartyCode { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_codecompta_panicum extends ModeleAccountancyCode { /**/ } |
$name = 'Panicum' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_codecompta_panicum extends ModeleAccountancyCode { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_codeclient_leopard extends ModeleThirdPartyCode { /**/ } |
$name = 'Leopard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_codeclient_leopard extends ModeleThirdPartyCode { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_codecompta_aquarium extends ModeleAccountancyCode { /**/ } |
$name = 'Aquarium' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_codecompta_aquarium extends ModeleAccountancyCode { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_codeclient_monkey extends ModeleThirdPartyCode { /**/ } |
$name = 'Monkey' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_codeclient_monkey extends ModeleThirdPartyCode { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_odt extends ModeleThirdPartyDoc { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_user_odt extends ModelePDFUser { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_codeproduct_leopard extends ModeleProductCode { /**/ } |
$name = 'Leopard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_codeproduct_leopard extends ModeleProductCode { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_codeproduct_elephant extends ModeleProductCode { /**/ } |
$name = 'Elephant' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_codeproduct_elephant extends ModeleProductCode { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_standard extends ModelePDFProduct { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_standard extends ModelePDFProduct { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_product_odt extends ModelePDFProduct { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal { /**/ } |
$name = 'Saphir' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_supplier_proposal_marbre extends ModeleNumRefSupplierProposal { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_supplier_proposal_marbre extends ModeleNumRefSupplierProposal { /**/ } |
$name = 'Marbre' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_supplier_proposal_odt extends ModelePDFSupplierProposal { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_aurore extends ModelePDFSupplierProposal { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_aurore extends ModelePDFSupplierProposal { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_zenith extends ModelePDFSupplierProposal { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_zenith extends ModelePDFSupplierProposal { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_reception_moonstone extends ModelNumRefReception { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_reception_beryl extends ModelNumRefReception { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_reception_odt extends ModelePdfReception { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_squille extends ModelePdfReception { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_project_universal extends ModeleNumRefProjects { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_project_universal extends ModeleNumRefProjects { /**/ } |
$name = 'Universal' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_project_simple extends ModeleNumRefProjects { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_project_simple extends ModeleNumRefProjects { /**/ } |
$name = 'Simple' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_task_universal extends ModeleNumRefTask { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_task_universal extends ModeleNumRefTask { /**/ } |
$name = 'Universal' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_task_simple extends ModeleNumRefTask { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_task_simple extends ModeleNumRefTask { /**/ } |
$name = 'Simple' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_task_odt extends ModelePDFTask { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_timespent extends ModelePDFProjects { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_timespent extends ModelePDFProjects { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_beluga extends ModelePDFProjects { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_baleine extends ModelePDFProjects { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_baleine extends ModelePDFProjects { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_project_odt extends ModelePDFProjects { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_evaluation_standard extends ModeleNumRefEvaluation { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_evaluation_standard extends ModeleNumRefEvaluation { /**/ } |
$name = 'standard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_evaluation_advanced extends ModeleNumRefEvaluation { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_evaluation_advanced extends ModeleNumRefEvaluation { /**/ } |
$name = 'advanced' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_standard extends ModelePDFEvaluation { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_standard extends ModelePDFEvaluation { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
abstract class ModelePDFMovement extends CommonDocGenerator { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_pacific extends ModeleNumRefFicheinter { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_pacific extends ModeleNumRefFicheinter { /**/ } |
$name = 'pacific' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_arctic extends ModeleNumRefFicheinter { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_arctic extends ModeleNumRefFicheinter { /**/ } |
$name = 'arctic' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_soleil extends ModelePDFFicheinter { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_soleil extends ModelePDFFicheinter { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_stocktransfer_advanced extends ModeleNumRefStockTransfer { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_stocktransfer_advanced extends ModeleNumRefStockTransfer { /**/ } |
$name = 'got2be' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_stocktransfer_standard extends ModeleNumRefStockTransfer { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_stocktransfer_standard extends ModeleNumRefStockTransfer { /**/ } |
$name = 'standard' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_eagle_proforma extends ModelePDFCommandes { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_eagle_proforma extends ModelePDFCommandes { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_eagle extends ModelePDFStockTransfer { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_eagle extends ModelePDFStockTransfer { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices { /**/ } |
$name = 'Tulip' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_facture_fournisseur_cactus extends ModeleNumRefSuppliersInvoices { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_facture_fournisseur_cactus extends ModeleNumRefSuppliersInvoices { /**/ } |
$name = 'Cactus' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_supplier_invoice_odt extends ModelePDFSuppliersInvoices { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_canelle extends ModelePDFSuppliersInvoices { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_canelle extends ModelePDFSuppliersInvoices { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_delivery_saphir extends ModeleNumRefDeliveryOrder { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_delivery_saphir extends ModeleNumRefDeliveryOrder { /**/ } |
$name = 'Saphir' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_delivery_jade extends ModeleNumRefDeliveryOrder { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_delivery_jade extends ModeleNumRefDeliveryOrder { /**/ } |
$name = 'Jade' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_typhon extends ModelePDFDeliveryOrder { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_typhon extends ModelePDFDeliveryOrder { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_storm extends ModelePDFDeliveryOrder { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_storm extends ModelePDFDeliveryOrder { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_ticket_universal extends ModeleNumRefTicket { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_ticket_universal extends ModeleNumRefTicket { /**/ } |
$name = 'Universal' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_ticket_simple extends ModeleNumRefTicket { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_ticket_simple extends ModeleNumRefTicket { /**/ } |
$name = 'Simple' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_ticket_odt extends ModelePDFTicket { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class ExportExcel2007 extends ModeleExports { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class ExportCsv extends ModeleExports { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class ExportTsv extends ModeleExports { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
abstract class ModelePDFStock extends CommonDocGenerator { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
abstract class ModelePDFStock extends CommonDocGenerator { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_stock_odt extends ModelePDFStock { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_barcode_thirdparty_standard extends ModeleNumRefBarCode { /**/ } |
$name = 'Standard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_barcode_thirdparty_standard extends ModeleNumRefBarCode { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_barcode_product_standard extends ModeleNumRefBarCode { /**/ } |
$name = 'Standard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_barcode_product_standard extends ModeleNumRefBarCode { /**/ } |
$version = 'dolibarr' |
|
class ModeleImports { /**/ } |
$charset = |
class ImportCsv extends ModeleImports { /**/ } |
$charset = '' |
|
abstract class CommonDocGenerator { /**/ } |
$atleastoneratenotnull = |
abstract class ModelePDFSuppliersOrders extends CommonDocGenerator { /**/ } |
$atleastoneratenotnull = 0 |
|
abstract class CommonDocGenerator { /**/ } |
$atleastonediscount = |
abstract class ModelePDFSuppliersOrders extends CommonDocGenerator { /**/ } |
$atleastonediscount = 0 |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders { /**/ } |
$name = 'Orchidee' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_commande_fournisseur_muguet extends ModeleNumRefSuppliersOrders { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_commande_fournisseur_muguet extends ModeleNumRefSuppliersOrders { /**/ } |
$name = 'Muguet' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_cornas extends ModelePDFSuppliersOrders { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_cornas extends ModelePDFSuppliersOrders { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_supplier_order_odt extends ModelePDFSuppliersOrders { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_muscadet extends ModelePDFSuppliersOrders { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_muscadet extends ModelePDFSuppliersOrders { /**/ } |
$version = 'dolibarr' |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_actions extends ModeleBoxes { /**/ } |
$boxcode = "lastactions" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_activity extends ModeleBoxes { /**/ } |
$boxcode = "activity" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_project_opportunities extends ModeleBoxes { /**/ } |
$boxcode = "project_opportunities" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_services_contracts extends ModeleBoxes { /**/ } |
$boxcode = "lastproductsincontract" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_mos extends ModeleBoxes { /**/ } |
$boxcode = "lastmos" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_accountancy_last_manual_entries extends ModeleBoxes { /**/ } |
$boxcode = "accountancy_last_manual_entries" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_fournisseurs extends ModeleBoxes { /**/ } |
$boxcode = "lastsuppliers" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_members_last_modified extends ModeleBoxes { /**/ } |
$boxcode = "box_members_last_modified" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_birthdays extends ModeleBoxes { /**/ } |
$boxcode = "birthdays" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_graph_invoices_permonth extends ModeleBoxes { /**/ } |
$boxcode = "invoicespermonth" |
|
class ModeleBoxes { /**/ } |
$widgettype = '' |
class box_graph_invoices_permonth extends ModeleBoxes { /**/ } |
$widgettype = 'graph' |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_accountancy_suspense_account extends ModeleBoxes { /**/ } |
$boxcode = "accountancy_suspense_account" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_graph_product_distribution extends ModeleBoxes { /**/ } |
$boxcode = "productdistribution" |
|
class ModeleBoxes { /**/ } |
$widgettype = '' |
class box_graph_product_distribution extends ModeleBoxes { /**/ } |
$widgettype = 'graph' |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_boms extends ModeleBoxes { /**/ } |
$boxcode = "lastboms" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_prospect extends ModeleBoxes { /**/ } |
$boxcode = "lastprospects" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_last_knowledgerecord extends ModeleBoxes { /**/ } |
$boxcode = "box_last_knowledgerecord" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_external_rss extends ModeleBoxes { /**/ } |
$boxcode = "lastrssinfos" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_supplier_orders extends ModeleBoxes { /**/ } |
$boxcode = "latestsupplierorders" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_graph_propales_permonth extends ModeleBoxes { /**/ } |
$boxcode = "propalpermonth" |
|
class ModeleBoxes { /**/ } |
$widgettype = '' |
class box_graph_propales_permonth extends ModeleBoxes { /**/ } |
$widgettype = 'graph' |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_last_modified_knowledgerecord extends ModeleBoxes { /**/ } |
$boxcode = "box_last_modified_knowledgerecord" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_customers_outstanding_bill_reached extends ModeleBoxes { /**/ } |
$boxcode = "customersoutstandingbillreached" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_factures_fourn_imp extends ModeleBoxes { /**/ } |
$boxcode = "oldestunpaidsupplierbills" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_graph_new_vs_close_ticket extends ModeleBoxes { /**/ } |
$boxcode = "box_nb_tickets_type" |
|
class ModeleBoxes { /**/ } |
$widgettype = '' |
class box_graph_new_vs_close_ticket extends ModeleBoxes { /**/ } |
$widgettype = 'graph' |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_task extends ModeleBoxes { /**/ } |
$boxcode = "projettask" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_last_modified_ticket extends ModeleBoxes { /**/ } |
$boxcode = "box_last_modified_ticket" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_supplier_orders_awaiting_reception extends ModeleBoxes { /**/ } |
$boxcode = "supplierordersawaitingreception" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_services_expired extends ModeleBoxes { /**/ } |
$boxcode = "expiredservices" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_members_by_type extends ModeleBoxes { /**/ } |
$boxcode = "box_members_by_type" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_propales extends ModeleBoxes { /**/ } |
$boxcode = "lastpropals" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_factures_fourn extends ModeleBoxes { /**/ } |
$boxcode = "lastsupplierbills" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_members_last_subscriptions extends ModeleBoxes { /**/ } |
$boxcode = "box_members_last_subscriptions" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_contacts extends ModeleBoxes { /**/ } |
$boxcode = "lastcontacts" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_validated_projects extends ModeleBoxes { /**/ } |
$boxcode = "validated_project" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_funnel_of_prospection extends ModeleBoxes { /**/ } |
$boxcode = "FunnelOfProspection" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_produits_alerte_stock extends ModeleBoxes { /**/ } |
$boxcode = "productsalertstock" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_factures_imp extends ModeleBoxes { /**/ } |
$boxcode = "oldestunpaidcustomerbills" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_dolibarr_state_board extends ModeleBoxes { /**/ } |
$boxcode = "dolibarrstatebox" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_birthdays_members extends ModeleBoxes { /**/ } |
$boxcode = "birthdays_members" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_graph_orders_supplier_permonth extends ModeleBoxes { /**/ } |
$boxcode = "orderssupplierpermonth" |
|
class ModeleBoxes { /**/ } |
$widgettype = '' |
class box_graph_orders_supplier_permonth extends ModeleBoxes { /**/ } |
$widgettype = 'graph' |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_last_ticket extends ModeleBoxes { /**/ } |
$boxcode = "box_last_ticket" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_graph_ticket_by_severity extends ModeleBoxes { /**/ } |
$boxcode = "box_ticket_by_severity" |
|
class ModeleBoxes { /**/ } |
$widgettype = '' |
class box_graph_ticket_by_severity extends ModeleBoxes { /**/ } |
$widgettype = 'graph' |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_graph_nb_ticket_last_x_days extends ModeleBoxes { /**/ } |
$boxcode = "box_graph_nb_ticket_last_x_days" |
|
class ModeleBoxes { /**/ } |
$widgettype = '' |
class box_graph_nb_ticket_last_x_days extends ModeleBoxes { /**/ } |
$widgettype = 'graph' |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_factures extends ModeleBoxes { /**/ } |
$boxcode = "lastcustomerbills" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_shipments extends ModeleBoxes { /**/ } |
$boxcode = "lastcustomershipments" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_members_subscriptions_by_year extends ModeleBoxes { /**/ } |
$boxcode = "box_members_subscriptions_by_year" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_project extends ModeleBoxes { /**/ } |
$boxcode = "project" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_graph_invoices_peryear extends ModeleBoxes { /**/ } |
$boxcode = "invoicesperyear" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_bookmarks extends ModeleBoxes { /**/ } |
$boxcode = "bookmarks" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_ficheinter extends ModeleBoxes { /**/ } |
$boxcode = "ficheinter" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_produits extends ModeleBoxes { /**/ } |
$boxcode = "lastproducts" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_contracts extends ModeleBoxes { /**/ } |
$boxcode = "lastcontracts" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_actions_future extends ModeleBoxes { /**/ } |
$boxcode = "futureactions" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_lastlogin extends ModeleBoxes { /**/ } |
$boxcode = "lastlogin" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_commandes extends ModeleBoxes { /**/ } |
$boxcode = "lastcustomerorders" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_scheduled_jobs extends ModeleBoxes { /**/ } |
$boxcode = "scheduledjobs" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_clients extends ModeleBoxes { /**/ } |
$boxcode = "lastcustomers" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_graph_invoices_supplier_permonth extends ModeleBoxes { /**/ } |
$boxcode = "invoicessupplierpermonth" |
|
class ModeleBoxes { /**/ } |
$widgettype = '' |
class box_graph_invoices_supplier_permonth extends ModeleBoxes { /**/ } |
$widgettype = 'graph' |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_graph_orders_permonth extends ModeleBoxes { /**/ } |
$boxcode = "orderspermonth" |
|
class ModeleBoxes { /**/ } |
$widgettype = '' |
class box_graph_orders_permonth extends ModeleBoxes { /**/ } |
$widgettype = 'graph' |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_members_by_tags extends ModeleBoxes { /**/ } |
$boxcode = "box_members_by_tags" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_graph_nb_tickets_type extends ModeleBoxes { /**/ } |
$boxcode = "box_graph_nb_tickets_type" |
|
class ModeleBoxes { /**/ } |
$widgettype = '' |
class box_graph_nb_tickets_type extends ModeleBoxes { /**/ } |
$widgettype = 'graph' |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_goodcustomers extends ModeleBoxes { /**/ } |
$boxcode = "goodcustomers" |
|
class ModeleBoxes { /**/ } |
$boxcode = |
class box_comptes extends ModeleBoxes { /**/ } |
$boxcode = "currentaccounts" |
|
abstract class CommonObject { /**/ } |
$module = |
class Asset extends CommonObject { /**/ } |
$module = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = |
class Asset extends CommonObject { /**/ } |
$element = 'asset' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Asset extends CommonObject { /**/ } |
$table_element = 'asset' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Asset extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 1, 'noteditable' => 0, 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'validate' => 1, 'comment' => "Reference of object"), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'showoncombobox' => '2', 'validate' => 1, ), 'fk_asset_model' => array('type' => 'integer:AssetModel:asset/class/assetmodel.class.php:1:((status:=:1) and (entity:IN:__SHARED_ENTITIES__))', 'label' => 'AssetModel', 'enabled' => 1, 'position' => 40, 'notnull' => 0, 'visible' => 1, 'index' => 1, 'validate' => 1, ), 'qty' => array('type' => 'real', 'label' => 'Qty', 'enabled' => 1, 'position' => 50, 'notnull' => 1, 'visible' => 0, 'default' => '1', 'isameasure' => 1, 'css' => 'maxwidth75imp', 'validate' => 1, ), 'acquisition_type' => array('type' => 'smallint', 'label' => 'AssetAcquisitionType', 'enabled' => 1, 'position' => 60, 'notnull' => 1, 'visible' => 1, 'arrayofkeyval' => array('0' => 'AssetAcquisitionTypeNew', '1' => 'AssetAcquisitionTypeOccasion'), 'validate' => 1, ), 'asset_type' => array('type' => 'smallint', 'label' => 'AssetType', 'enabled' => 1, 'position' => 70, 'notnull' => 1, 'visible' => 1, 'arrayofkeyval' => array('0' => 'AssetTypeIntangible', '1' => 'AssetTypeTangible', '2' => 'AssetTypeInProgress', '3' => 'AssetTypeFinancial'), 'validate' => 1, ), 'not_depreciated' => array('type' => 'boolean', 'label' => 'AssetNotDepreciated', 'enabled' => 1, 'position' => 80, 'notnull' => 0, 'default' => '0', 'visible' => 1, 'validate' => 1, ), 'date_acquisition' => array('type' => 'date', 'label' => 'AssetDateAcquisition', 'enabled' => 1, 'position' => 90, 'notnull' => 1, 'visible' => 1, ), 'date_start' => array('type' => 'date', 'label' => 'AssetDateStart', 'enabled' => 1, 'position' => 100, 'notnull' => 0, 'visible' => -1, ), 'acquisition_value_ht' => array('type' => 'price', 'label' => 'AssetAcquisitionValueHT', 'enabled' => 1, 'position' => 110, 'notnull' => 1, 'visible' => 1, 'isameasure' => 1, 'validate' => 1, ), 'recovered_vat' => array('type' => 'price', 'label' => 'AssetRecoveredVAT', 'enabled' => 1, 'position' => 120, 'notnull' => 0, 'visible' => 1, 'isameasure' => 1, 'validate' => 1, ), 'reversal_date' => array('type' => 'date', 'label' => 'AssetReversalDate', 'enabled' => 1, 'position' => 130, 'notnull' => 0, 'visible' => 1, ), 'reversal_amount_ht' => array('type' => 'price', 'label' => 'AssetReversalAmountHT', 'enabled' => 1, 'position' => 140, 'notnull' => 0, 'visible' => 1, 'isameasure' => 1, 'validate' => 1, ), 'disposal_date' => array('type' => 'date', 'label' => 'AssetDisposalDate', 'enabled' => 1, 'position' => 200, 'notnull' => 0, 'visible' => -2, ), 'disposal_amount_ht' => array('type' => 'price', 'label' => 'AssetDisposalAmount', 'enabled' => 1, 'position' => 210, 'notnull' => 0, 'visible' => -2, 'default' => '0', 'isameasure' => 1, 'validate' => 1, ), 'fk_disposal_type' => array('type' => 'sellist:c_asset_disposal_type:label:rowid::active=1', 'label' => 'AssetDisposalType', 'enabled' => 1, 'position' => 220, 'notnull' => 0, 'visible' => -2, 'index' => 1, 'validate' => 1, ), 'disposal_depreciated' => array('type' => 'boolean', 'label' => 'AssetDisposalDepreciated', 'enabled' => 1, 'position' => 230, 'notnull' => 0, 'default' => '0', 'visible' => -2, 'validate' => 1, ), 'disposal_subject_to_vat' => array('type' => 'boolean', 'label' => 'AssetDisposalSubjectToVat', 'enabled' => 1, 'position' => 240, 'notnull' => 0, 'default' => '0', 'visible' => -2, 'validate' => 1, ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 300, 'notnull' => 0, 'visible' => 0, 'validate' => 1, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 301, 'notnull' => 0, 'visible' => 0, 'validate' => 1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'position' => 600, 'notnull' => 0, 'visible' => 0, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'position' => 1010, 'notnull' => -1, 'visible' => 0, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'default' => '0', 'visible' => 2, 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated', '9' => 'Canceled'), 'validate' => 1, ), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class Asset extends CommonObject { /**/ } |
$status = 0 |
|
abstract class CommonObject { /**/ } |
$status = |
class Asset extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$table_element = |
class AssetDepreciationOptions extends CommonObject { /**/ } |
$table_element = '' |
|
abstract class CommonObject { /**/ } |
$module = |
class AssetModel extends CommonObject { /**/ } |
$module = 'asset' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$element = |
class AssetModel extends CommonObject { /**/ } |
$element = 'assetmodel' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class AssetModel extends CommonObject { /**/ } |
$table_element = 'asset_model' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class AssetModel extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 1, 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'validate' => 1), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'showoncombobox' => '2', 'validate' => 1, ), 'asset_type' => array('type' => 'smallint', 'label' => 'AssetType', 'enabled' => 1, 'position' => 40, 'notnull' => 1, 'visible' => 1, 'arrayofkeyval' => array('0' => 'AssetTypeIntangible', '1' => 'AssetTypeTangible', '2' => 'AssetTypeInProgress', '3' => 'AssetTypeFinancial'), 'validate' => 1, ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 300, 'notnull' => 0, 'visible' => 0, 'validate' => 1, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 301, 'notnull' => 0, 'visible' => 0, 'validate' => 1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'default' => '1', 'visible' => 1, 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Enabled', '9' => 'Disabled'), 'validate' => 1, ), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class AssetModel extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$status = |
class AssetModel extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$element = |
class CommandeFournisseur extends CommonOrder { /**/ } |
$element = 'order_supplier' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class CommandeFournisseur extends CommonOrder { /**/ } |
$table_element = 'commande_fournisseur' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$table_element_line = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class CommandeFournisseur extends CommonOrder { /**/ } |
$fk_element = 'fk_commande' |
|
abstract class CommonObject { /**/ } |
$restrictiononfksoc = 0 |
class CommandeFournisseur extends CommonOrder { /**/ } |
$restrictiononfksoc = 1 |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class CommandeFournisseur extends CommonOrder { /**/ } |
$table_ref_field = 'ref' |
|
abstract class CommonObject { /**/ } |
$statut = |
class CommandeFournisseur extends CommonOrder { /**/ } |
$statut = 5 |
|
abstract class CommonObject { /**/ } |
$statut = |
class CommandeFournisseur extends CommonOrder { /**/ } |
$statut = 4 |
|
abstract class CommonObject { /**/ } |
$statut = |
class CommandeFournisseur extends CommonOrder { /**/ } |
$statut = 0 |
|
abstract class CommonObject { /**/ } |
$statut = |
class CommandeFournisseur extends CommonOrder { /**/ } |
$statut = 3 |
|
abstract class CommonObject { /**/ } |
$lines = |
class CommandeFournisseur extends CommonOrder { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$linked_objects = |
class CommandeFournisseur extends CommonOrder { /**/ } |
$linked_objects = array( ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class CommandeFournisseur extends CommonOrder { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 10), 'ref' => array('type' => 'varchar(255)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 1, 'showoncombobox' => 1, 'position' => 25, 'searchall' => 1), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'Ref ext', 'enabled' => 1, 'visible' => 0, 'position' => 35), 'ref_supplier' => array('type' => 'varchar(255)', 'label' => 'RefOrderSupplierShort', 'enabled' => 1, 'visible' => 1, 'position' => 40, 'searchall' => 1), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Project', 'enabled' => "isModEnabled('project')", 'visible' => -1, 'position' => 45), 'date_valid' => array('type' => 'datetime', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'position' => 710), 'date_approve' => array('type' => 'datetime', 'label' => 'DateApprove', 'enabled' => 1, 'visible' => -1, 'position' => 720), 'date_approve2' => array('type' => 'datetime', 'label' => 'DateApprove2', 'enabled' => 1, 'visible' => 3, 'position' => 725), 'date_commande' => array('type' => 'date', 'label' => 'OrderDateShort', 'enabled' => 1, 'visible' => 1, 'position' => 70), 'date_livraison' => array('type' => 'datetime', 'label' => 'DeliveryDate', 'enabled' => 'empty($conf->global->ORDER_DISABLE_DELIVERY_DATE)', 'visible' => 1, 'position' => 74), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => 3, 'position' => 41), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => 3, 'notnull' => -1, 'position' => 80), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => 3, 'position' => 711), 'fk_user_approve' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserApproval', 'enabled' => 1, 'visible' => 3, 'position' => 721), 'fk_user_approve2' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserApproval2', 'enabled' => 1, 'visible' => 3, 'position' => 726), 'source' => array('type' => 'smallint(6)', 'label' => 'Source', 'enabled' => 1, 'visible' => 3, 'notnull' => 1, 'position' => 100), 'billed' => array('type' => 'smallint(6)', 'label' => 'Billed', 'enabled' => 1, 'visible' => 1, 'position' => 710), 'total_ht' => array('type' => 'double(24,8)', 'label' => 'AmountHT', 'enabled' => 1, 'visible' => 1, 'position' => 130, 'isameasure' => 1), 'total_tva' => array('type' => 'double(24,8)', 'label' => 'AmountVAT', 'enabled' => 1, 'visible' => 1, 'position' => 135, 'isameasure' => 1), 'localtax1' => array('type' => 'double(24,8)', 'label' => 'LT1', 'enabled' => 1, 'visible' => 3, 'position' => 140, 'isameasure' => 1), 'localtax2' => array('type' => 'double(24,8)', 'label' => 'LT2', 'enabled' => 1, 'visible' => 3, 'position' => 145, 'isameasure' => 1), 'total_ttc' => array('type' => 'double(24,8)', 'label' => 'AmountTTC', 'enabled' => 1, 'visible' => -1, 'position' => 150, 'isameasure' => 1), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 750, 'searchall' => 1), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 760, 'searchall' => 1), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'ModelPDF', 'enabled' => 1, 'visible' => 0, 'position' => 165), 'fk_input_method' => array('type' => 'integer', 'label' => 'OrderMode', 'enabled' => 1, 'visible' => 3, 'position' => 170), 'fk_cond_reglement' => array('type' => 'integer', 'label' => 'PaymentTerm', 'enabled' => 1, 'visible' => 3, 'position' => 175), 'fk_mode_reglement' => array('type' => 'integer', 'label' => 'PaymentMode', 'enabled' => 1, 'visible' => 3, 'position' => 180), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => 0, 'position' => 190), 'fk_account' => array('type' => 'integer', 'label' => 'BankAccount', 'enabled' => 'isModEnabled("bank")', 'visible' => 3, 'position' => 200), 'fk_incoterms' => array('type' => 'integer', 'label' => 'IncotermCode', 'enabled' => 1, 'visible' => 3, 'position' => 205), 'location_incoterms' => array('type' => 'varchar(255)', 'label' => 'IncotermLocation', 'enabled' => 1, 'visible' => 3, 'position' => 210), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'Fk multicurrency', 'enabled' => 1, 'visible' => 0, 'position' => 215), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'Currency', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 220), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'CurrencyRate', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 225), 'multicurrency_total_ht' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 230), 'multicurrency_total_tva' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 235), 'multicurrency_total_ttc' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 240), 'date_creation' => array('type' => 'datetime', 'label' => 'Date creation', 'enabled' => 1, 'visible' => -1, 'position' => 500), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'visible' => 1, 'notnull' => 1, 'position' => 50), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 1000, 'index' => 1), 'tms' => array('type' => 'datetime', 'label' => "DateModificationShort", 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 501), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => 0, 'position' => 700), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'position' => 701), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => 0, 'position' => 900), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$element = |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$element = 'commande_fournisseurdet' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$table_element = 'commande_fournisseurdet' |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$special_code = |
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
$special_code = 0 |
|
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
abstract class CommonObject { /**/ } |
$element = |
class PaiementFourn extends Paiement { /**/ } |
$element = 'payment_supplier' |
|
class Paiement extends CommonObject { /**/ } |
$table_element = 'paiement' |
class PaiementFourn extends Paiement { /**/ } |
$table_element = 'paiementfourn' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class PaiementFourn extends Paiement { /**/ } |
$table_element = 'paiementfourn' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$element = |
class FactureFournisseur extends CommonInvoice { /**/ } |
$element = 'invoice_supplier' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class FactureFournisseur extends CommonInvoice { /**/ } |
$table_element = 'facture_fourn' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$table_element_line = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class FactureFournisseur extends CommonInvoice { /**/ } |
$fk_element = 'fk_facture_fourn' |
|
abstract class CommonObject { /**/ } |
$restrictiononfksoc = 0 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$restrictiononfksoc = 1 |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class FactureFournisseur extends CommonInvoice { /**/ } |
$table_ref_field = 'ref' |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = self::TYPE_STANDARD |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 3 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 2 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 3 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 0 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 3 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 5 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 3 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 1 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 3 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 4 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 3 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = self::TYPE_STANDARD |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 1 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 2 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 1 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 0 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 1 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 3 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 1 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 5 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 1 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 4 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 1 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = self::TYPE_STANDARD |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 2 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 0 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 2 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 3 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 2 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 5 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 2 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 1 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 2 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 4 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = 2 |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 2 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = self::TYPE_STANDARD |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 0 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = self::TYPE_STANDARD |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 3 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = self::TYPE_STANDARD |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 5 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = self::TYPE_STANDARD |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 1 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = self::TYPE_STANDARD |
|
abstract class CommonInvoice extends CommonObject { /**/ } |
$type = 4 |
class FactureFournisseur extends CommonInvoice { /**/ } |
$type = self::TYPE_STANDARD |
|
abstract class CommonObject { /**/ } |
$status = |
class FactureFournisseur extends CommonInvoice { /**/ } |
$status = 0 |
|
abstract class CommonObject { /**/ } |
$lines = |
class FactureFournisseur extends CommonInvoice { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class FactureFournisseur extends CommonInvoice { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'ref' => array('type' => 'varchar(255)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 15), 'ref_supplier' => array('type' => 'varchar(255)', 'label' => 'RefSupplier', 'enabled' => 1, 'visible' => -1, 'position' => 20), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 25, 'index' => 1), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'RefExt', 'enabled' => 1, 'visible' => 0, 'position' => 30), 'type' => array('type' => 'smallint(6)', 'label' => 'Type', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 35), 'subtype' => array('type' => 'smallint(6)', 'label' => 'InvoiceSubtype', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 36), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'visible' => -1, 'notnull' => 1, 'position' => 40), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 45), 'datef' => array('type' => 'date', 'label' => 'Date', 'enabled' => 1, 'visible' => -1, 'position' => 50), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 55), 'libelle' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'visible' => -1, 'position' => 60), 'paye' => array('type' => 'smallint(6)', 'label' => 'Paye', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 65), 'amount' => array('type' => 'double(24,8)', 'label' => 'Amount', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 70), 'remise' => array('type' => 'double(24,8)', 'label' => 'Discount', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'close_code' => array('type' => 'varchar(16)', 'label' => 'CloseCode', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'close_note' => array('type' => 'varchar(128)', 'label' => 'CloseNote', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'tva' => array('type' => 'double(24,8)', 'label' => 'Tva', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'localtax1' => array('type' => 'double(24,8)', 'label' => 'Localtax1', 'enabled' => 1, 'visible' => -1, 'position' => 95), 'localtax2' => array('type' => 'double(24,8)', 'label' => 'Localtax2', 'enabled' => 1, 'visible' => -1, 'position' => 100), 'total_ht' => array('type' => 'double(24,8)', 'label' => 'TotalHT', 'enabled' => 1, 'visible' => -1, 'position' => 105), 'total_tva' => array('type' => 'double(24,8)', 'label' => 'TotalVAT', 'enabled' => 1, 'visible' => -1, 'position' => 110), 'total_ttc' => array('type' => 'double(24,8)', 'label' => 'TotalTTC', 'enabled' => 1, 'visible' => -1, 'position' => 115), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -1, 'position' => 125), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 130), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'position' => 135), 'fk_facture_source' => array('type' => 'integer', 'label' => 'Fk facture source', 'enabled' => 1, 'visible' => -1, 'position' => 140), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:fk_statut=1', 'label' => 'Project', 'enabled' => "isModEnabled('project')", 'visible' => -1, 'position' => 145), 'fk_account' => array('type' => 'integer', 'label' => 'Account', 'enabled' => 'isModEnabled("bank")', 'visible' => -1, 'position' => 150), 'fk_cond_reglement' => array('type' => 'integer', 'label' => 'PaymentTerm', 'enabled' => 1, 'visible' => -1, 'position' => 155), 'fk_mode_reglement' => array('type' => 'integer', 'label' => 'PaymentMode', 'enabled' => 1, 'visible' => -1, 'position' => 160), 'date_lim_reglement' => array('type' => 'date', 'label' => 'DateLimReglement', 'enabled' => 1, 'visible' => -1, 'position' => 165), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 170), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 175), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'ModelPdf', 'enabled' => 1, 'visible' => 0, 'position' => 180), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 190), 'fk_incoterms' => array('type' => 'integer', 'label' => 'IncotermCode', 'enabled' => 1, 'visible' => -1, 'position' => 195), 'location_incoterms' => array('type' => 'varchar(255)', 'label' => 'IncotermLocation', 'enabled' => 1, 'visible' => -1, 'position' => 200), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'MulticurrencyId', 'enabled' => 1, 'visible' => -1, 'position' => 205), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'MulticurrencyCode', 'enabled' => 1, 'visible' => -1, 'position' => 210), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyRate', 'enabled' => 1, 'visible' => -1, 'position' => 215), 'multicurrency_total_ht' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyTotalHT', 'enabled' => 1, 'visible' => -1, 'position' => 220), 'multicurrency_total_tva' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyTotalVAT', 'enabled' => 1, 'visible' => -1, 'position' => 225), 'multicurrency_total_ttc' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyTotalTTC', 'enabled' => 1, 'visible' => -1, 'position' => 230), 'date_pointoftax' => array('type' => 'date', 'label' => 'Date pointoftax', 'enabled' => 1, 'visible' => -1, 'position' => 235), 'date_valid' => array('type' => 'date', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'position' => 240), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'Last main doc', 'enabled' => 1, 'visible' => -1, 'position' => 245), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 500), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 900), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$table_element = 'facture_fourn_det' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$element = |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$element = 'invoice_supplier_rec' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$table_element = 'facture_fourn_rec' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$table_element_line = 'facture_fourn_det_rec' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$fk_element = 'fk_facture_fourn' |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$table_ref_field = 'titre' |
|
abstract class CommonObject { /**/ } |
$lines = |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class FactureFournisseurRec extends CommonInvoice { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'titre' => array('type' => 'varchar(100)', 'label' => 'Titre', 'enabled' => 1, 'showoncombobox' => 1, 'visible' => -1, 'position' => 15), 'ref_supplier' => array('type' => 'varchar(180)', 'label' => 'RefSupplier', 'enabled' => 1, 'showoncombobox' => 1, 'visible' => -1, 'position' => 20), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 25, 'index' => 1), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'visible' => -1, 'notnull' => 1, 'position' => 30), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 35), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 40), 'suspended' => array('type' => 'integer', 'label' => 'Suspended', 'enabled' => 1, 'visible' => -1, 'position' => 225), 'libelle' => array('type' => 'varchar(100)', 'label' => 'Libelle', 'enabled' => 1, 'showoncombobox' => 0, 'visible' => -1, 'position' => 15), 'localtax1' => array('type' => 'double(24,8)', 'label' => 'Localtax1', 'enabled' => 1, 'visible' => -1, 'position' => 60, 'isameasure' => 1), 'localtax2' => array('type' => 'double(24,8)', 'label' => 'Localtax2', 'enabled' => 1, 'visible' => -1, 'position' => 65, 'isameasure' => 1), 'total_ht' => array('type' => 'double(24,8)', 'label' => 'Total', 'enabled' => 1, 'visible' => -1, 'position' => 70, 'isameasure' => 1), 'total_tva' => array('type' => 'double(24,8)', 'label' => 'Tva', 'enabled' => 1, 'visible' => -1, 'position' => 55, 'isameasure' => 1), 'total_ttc' => array('type' => 'double(24,8)', 'label' => 'Total ttc', 'enabled' => 1, 'visible' => -1, 'position' => 75, 'isameasure' => 1), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user author', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 210), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:fk_statut=1', 'label' => 'Fk projet', 'enabled' => "isModEnabled('project')", 'visible' => -1, 'position' => 85), 'fk_account' => array('type' => 'integer', 'label' => 'Fk account', 'enabled' => 'isModEnabled("bank")', 'visible' => -1, 'position' => 175), 'fk_cond_reglement' => array('type' => 'integer', 'label' => 'Fk cond reglement', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'fk_mode_reglement' => array('type' => 'integer', 'label' => 'Fk mode reglement', 'enabled' => 1, 'visible' => -1, 'position' => 95), 'date_lim_reglement' => array('type' => 'date', 'label' => 'Date lim reglement', 'enabled' => 1, 'visible' => -1, 'position' => 100), 'note_private' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 105), 'note_public' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 110), 'modelpdf' => array('type' => 'varchar(255)', 'label' => 'Modelpdf', 'enabled' => 1, 'visible' => -1, 'position' => 115), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'Fk multicurrency', 'enabled' => 1, 'visible' => -1, 'position' => 180), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'Multicurrency code', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'Multicurrency tx', 'enabled' => 1, 'visible' => -1, 'position' => 190, 'isameasure' => 1), 'multicurrency_total_ht' => array('type' => 'double(24,8)', 'label' => 'Multicurrency total ht', 'enabled' => 1, 'visible' => -1, 'position' => 195, 'isameasure' => 1), 'multicurrency_total_tva' => array('type' => 'double(24,8)', 'label' => 'Multicurrency total tva', 'enabled' => 1, 'visible' => -1, 'position' => 200, 'isameasure' => 1), 'multicurrency_total_ttc' => array('type' => 'double(24,8)', 'label' => 'Multicurrency total ttc', 'enabled' => 1, 'visible' => -1, 'position' => 205, 'isameasure' => 1), 'usenewprice' => array('type' => 'integer', 'label' => 'UseNewPrice', 'enabled' => 1, 'visible' => 0, 'position' => 155), 'frequency' => array('type' => 'integer', 'label' => 'Frequency', 'enabled' => 1, 'visible' => -1, 'position' => 150), 'unit_frequency' => array('type' => 'varchar(2)', 'label' => 'Unit frequency', 'enabled' => 1, 'visible' => -1, 'position' => 125), 'date_when' => array('type' => 'datetime', 'label' => 'Date when', 'enabled' => 1, 'visible' => -1, 'position' => 130), 'date_last_gen' => array('type' => 'datetime', 'label' => 'Date last gen', 'enabled' => 1, 'visible' => -1, 'position' => 135), 'nb_gen_done' => array('type' => 'integer', 'label' => 'Nb gen done', 'enabled' => 1, 'visible' => -1, 'position' => 140), 'nb_gen_max' => array('type' => 'integer', 'label' => 'Nb gen max', 'enabled' => 1, 'visible' => -1, 'position' => 145), 'revenuestamp' => array('type' => 'double(24,8)', 'label' => 'RevenueStamp', 'enabled' => 1, 'visible' => -1, 'position' => 160, 'isameasure' => 1), 'auto_validate' => array('type' => 'integer', 'label' => 'Auto validate', 'enabled' => 1, 'visible' => -1, 'position' => 165), 'generate_pdf' => array('type' => 'integer', 'label' => 'Generate pdf', 'enabled' => 1, 'visible' => -1, 'position' => 170), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$element = |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'invoice_supplier_det_rec' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$table_element = 'facture_fourn_det_rec' |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$product_type = 0 |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$product_type = |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$info_bits = 0 |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$info_bits = |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$special_code = 0 |
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$special_code = |
|
abstract class CommonObject { /**/ } |
$next_prev_filter = |
class Fournisseur extends Societe { /**/ } |
$next_prev_filter = "te.fournisseur = 1" |
|
abstract class CommonObject { /**/ } |
$error = |
class ProductFournisseur extends Product { /**/ } |
$error = '' |
|
abstract class CommonObject { /**/ } |
$labelStatusShort = array( ) |
class ProductFournisseur extends Product { /**/ } |
$labelStatusShort = |
|
abstract class CommonObject { /**/ } |
$labelStatus = array( ) |
class ProductFournisseur extends Product { /**/ } |
$labelStatus = |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
$element = 'commandefournisseurdispatch' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = |
class PaymentDonation extends CommonObject { /**/ } |
$element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class PaymentDonation extends CommonObject { /**/ } |
$table_element = 'payment_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$element = |
class Don extends CommonObject { /**/ } |
$element = 'don' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Don extends CommonObject { /**/ } |
$table_element = 'don' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Don extends CommonObject { /**/ } |
$fk_element = 'fk_donation' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$element = |
class Commande extends CommonOrder { /**/ } |
$element = 'commande' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Commande extends CommonOrder { /**/ } |
$table_element = 'commande' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Commande extends CommonOrder { /**/ } |
$table_element_line = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Commande extends CommonOrder { /**/ } |
$fk_element = 'fk_commande' |
|
abstract class CommonObject { /**/ } |
$restrictiononfksoc = 0 |
class Commande extends CommonOrder { /**/ } |
$restrictiononfksoc = 1 |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class Commande extends CommonOrder { /**/ } |
$table_ref_field = 'ref' |
|
abstract class CommonObject { /**/ } |
$statut = |
class Commande extends CommonOrder { /**/ } |
$statut = 1 |
|
abstract class CommonObject { /**/ } |
$statut = |
class Commande extends CommonOrder { /**/ } |
$statut = 0 |
|
abstract class CommonObject { /**/ } |
$statut = |
class Commande extends CommonOrder { /**/ } |
$statut = 3 |
|
abstract class CommonObject { /**/ } |
$statut = |
class Commande extends CommonOrder { /**/ } |
$statut = -1 |
|
abstract class CommonObject { /**/ } |
$linked_objects = |
class Commande extends CommonOrder { /**/ } |
$linked_objects = array( ) |
|
abstract class CommonObject { /**/ } |
$lines = |
class Commande extends CommonOrder { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Commande extends CommonOrder { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 20, 'index' => 1), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 25), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'RefExt', 'enabled' => 1, 'visible' => 0, 'position' => 26), 'ref_client' => array('type' => 'varchar(255)', 'label' => 'RefCustomer', 'enabled' => 1, 'visible' => -1, 'position' => 28), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'visible' => -1, 'notnull' => 1, 'position' => 20), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Project', 'enabled' => "isModEnabled('project')", 'visible' => -1, 'position' => 25), 'date_commande' => array('type' => 'date', 'label' => 'Date', 'enabled' => 1, 'visible' => 1, 'position' => 60, 'csslist' => 'nowraponall'), 'date_valid' => array('type' => 'datetime', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'position' => 62, 'csslist' => 'nowraponall'), 'date_cloture' => array('type' => 'datetime', 'label' => 'DateClosing', 'enabled' => 1, 'visible' => -1, 'position' => 65, 'csslist' => 'nowraponall'), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'fk_user_cloture' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserClosing', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'source' => array('type' => 'smallint(6)', 'label' => 'Source', 'enabled' => 1, 'visible' => -1, 'position' => 95), 'total_tva' => array('type' => 'double(24,8)', 'label' => 'VAT', 'enabled' => 1, 'visible' => -1, 'position' => 125, 'isameasure' => 1), 'localtax1' => array('type' => 'double(24,8)', 'label' => 'LocalTax1', 'enabled' => 1, 'visible' => -1, 'position' => 130, 'isameasure' => 1), 'localtax2' => array('type' => 'double(24,8)', 'label' => 'LocalTax2', 'enabled' => 1, 'visible' => -1, 'position' => 135, 'isameasure' => 1), 'total_ht' => array('type' => 'double(24,8)', 'label' => 'TotalHT', 'enabled' => 1, 'visible' => -1, 'position' => 140, 'isameasure' => 1), 'total_ttc' => array('type' => 'double(24,8)', 'label' => 'TotalTTC', 'enabled' => 1, 'visible' => -1, 'position' => 145, 'isameasure' => 1), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 150), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 155), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'PDFTemplate', 'enabled' => 1, 'visible' => 0, 'position' => 160), 'fk_account' => array('type' => 'integer', 'label' => 'BankAccount', 'enabled' => 'isModEnabled("bank")', 'visible' => -1, 'position' => 170), 'fk_currency' => array('type' => 'varchar(3)', 'label' => 'MulticurrencyID', 'enabled' => 1, 'visible' => -1, 'position' => 175), 'fk_cond_reglement' => array('type' => 'integer', 'label' => 'PaymentTerm', 'enabled' => 1, 'visible' => -1, 'position' => 180), 'deposit_percent' => array('type' => 'varchar(63)', 'label' => 'DepositPercent', 'enabled' => 1, 'visible' => -1, 'position' => 181), 'fk_mode_reglement' => array('type' => 'integer', 'label' => 'PaymentMode', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'date_livraison' => array('type' => 'date', 'label' => 'DateDeliveryPlanned', 'enabled' => 1, 'visible' => -1, 'position' => 190, 'csslist' => 'nowraponall'), 'fk_shipping_method' => array('type' => 'integer', 'label' => 'ShippingMethod', 'enabled' => 1, 'visible' => -1, 'position' => 195), 'fk_warehouse' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php', 'label' => 'Fk warehouse', 'enabled' => 'isModEnabled("stock")', 'visible' => -1, 'position' => 200), 'fk_availability' => array('type' => 'integer', 'label' => 'Availability', 'enabled' => 1, 'visible' => -1, 'position' => 205), 'fk_input_reason' => array('type' => 'integer', 'label' => 'InputReason', 'enabled' => 1, 'visible' => -1, 'position' => 210), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 225), 'fk_incoterms' => array('type' => 'integer', 'label' => 'IncotermCode', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 230), 'location_incoterms' => array('type' => 'varchar(255)', 'label' => 'IncotermLabel', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 235), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'Fk multicurrency', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 240), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'MulticurrencyCurrency', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 245), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyRate', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 250, 'isameasure' => 1), 'multicurrency_total_ht' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 255, 'isameasure' => 1), 'multicurrency_total_tva' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 260, 'isameasure' => 1), 'multicurrency_total_ttc' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 265, 'isameasure' => 1), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => -1, 'position' => 270), 'module_source' => array('type' => 'varchar(32)', 'label' => 'POSModule', 'enabled' => 1, 'visible' => -1, 'position' => 275), 'pos_source' => array('type' => 'varchar(32)', 'label' => 'POSTerminal', 'enabled' => 1, 'visible' => -1, 'position' => 280), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -1, 'position' => 300), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 302), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'position' => 304, 'csslist' => 'nowraponall'), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 306), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 400), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => -1, 'position' => 500), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = |
class OrderLine extends CommonOrderLine { /**/ } |
$element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class OrderLine extends CommonOrderLine { /**/ } |
$table_element = 'commandedet' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$element = |
class Hook extends CommonObject { /**/ } |
$element = 'hook' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Hook extends CommonObject { /**/ } |
$table_element = 'zapier_hook' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Hook extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'noteditable' => 1, 'notnull' => 1, 'index' => 1, 'position' => 1, 'comment' => 'Id', ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'default' => '1', 'index' => 1, 'position' => 20, ), 'fk_user' => array('type' => 'integer', 'label' => 'UserOwner', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 510, 'foreignkey' => 'llx_user.rowid', ), 'url' => array('type' => 'varchar(255)', 'label' => 'Url', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'searchall' => 1, 'css' => 'minwidth200', 'help' => 'Hook url'), 'module' => array('type' => 'varchar(128)', 'label' => 'Module', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'searchall' => 1, 'css' => 'minwidth200', 'help' => 'Hook module'), 'action' => array('type' => 'varchar(128)', 'label' => 'Action', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'searchall' => 1, 'css' => 'minwidth200', 'help' => 'Hook action trigger'), 'event' => array('type' => 'varchar(255)', 'label' => 'Event', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'searchall' => 1, 'css' => 'minwidth200', 'help' => 'Event', 'showoncombobox' => 1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 500, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'index' => 0, 'position' => 1000, ), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'default' => '0', 'index' => 1, 'position' => 1000, 'arrayofkeyval' => array(0 => 'Draft', 1 => 'Active', -1 => 'Canceled', ), ), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = |
class PaymentSocialContribution extends CommonObject { /**/ } |
$element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class PaymentSocialContribution extends CommonObject { /**/ } |
$table_element = 'paiementcharge' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$element = |
class ChargeSociales extends CommonObject { /**/ } |
$element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ChargeSociales extends CommonObject { /**/ } |
$table_element = 'chargesociales' |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class ChargeSociales extends CommonObject { /**/ } |
$table_ref_field = 'ref' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = |
class Tva extends CommonObject { /**/ } |
$element = 'tva' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Tva extends CommonObject { /**/ } |
$table_element = 'tva' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = |
class PaymentVAT extends CommonObject { /**/ } |
$element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class PaymentVAT extends CommonObject { /**/ } |
$table_element = 'payment_vat' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$element = |
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Account extends CommonObject { /**/ } |
$table_element = 'bank_account' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Account extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'ref' => array('type' => 'varchar(12)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 25), 'label' => array('type' => 'varchar(30)', 'label' => 'Label', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 30), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 35, 'index' => 1), 'bank' => array('type' => 'varchar(60)', 'label' => 'Bank', 'enabled' => 1, 'visible' => -1, 'position' => 40), 'code_banque' => array('type' => 'varchar(128)', 'label' => 'Code banque', 'enabled' => 1, 'visible' => -1, 'position' => 45), 'code_guichet' => array('type' => 'varchar(6)', 'label' => 'Code guichet', 'enabled' => 1, 'visible' => -1, 'position' => 50), 'number' => array('type' => 'varchar(255)', 'label' => 'Number', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'cle_rib' => array('type' => 'varchar(5)', 'label' => 'Cle rib', 'enabled' => 1, 'visible' => -1, 'position' => 60), 'bic' => array('type' => 'varchar(11)', 'label' => 'Bic', 'enabled' => 1, 'visible' => -1, 'position' => 65), 'iban_prefix' => array('type' => 'varchar(34)', 'label' => 'Iban prefix', 'enabled' => 1, 'visible' => -1, 'position' => 70), 'country_iban' => array('type' => 'varchar(2)', 'label' => 'Country iban', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'cle_iban' => array('type' => 'varchar(2)', 'label' => 'Cle iban', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'domiciliation' => array('type' => 'varchar(255)', 'label' => 'Domiciliation', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'state_id' => array('type' => 'integer', 'label' => 'StateId', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'fk_pays' => array('type' => 'integer', 'label' => 'Country', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 95), 'proprio' => array('type' => 'varchar(60)', 'label' => 'Proprio', 'enabled' => 1, 'visible' => -1, 'position' => 100), 'owner_address' => array('type' => 'varchar(255)', 'label' => 'Owner address', 'enabled' => 1, 'visible' => -1, 'position' => 105), 'owner_zip' => array('type' => 'varchar(25)', 'label' => 'Owner zip', 'enabled' => 1, 'visible' => -1, 'position' => 106), 'owner_town' => array('type' => 'varchar(50)', 'label' => 'Owner town', 'enabled' => 1, 'visible' => -1, 'position' => 107), 'owner_country_id' => array('type' => 'integer', 'label' => 'Owner country', 'enabled' => 1, 'visible' => -1, 'position' => 108), 'courant' => array('type' => 'smallint(6)', 'label' => 'Courant', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 110), 'clos' => array('type' => 'smallint(6)', 'label' => 'Clos', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 115), 'rappro' => array('type' => 'smallint(6)', 'label' => 'Rappro', 'enabled' => 1, 'visible' => -1, 'position' => 120), 'url' => array('type' => 'varchar(128)', 'label' => 'Url', 'enabled' => 1, 'visible' => -1, 'position' => 125), 'account_number' => array('type' => 'varchar(32)', 'label' => 'Account number', 'enabled' => 1, 'visible' => -1, 'position' => 130), 'fk_accountancy_journal' => array('type' => 'integer', 'label' => 'Accountancy journal ID', 'enabled' => 1, 'visible' => -1, 'position' => 132), 'accountancy_journal' => array('type' => 'varchar(20)', 'label' => 'Accountancy journal', 'enabled' => 1, 'visible' => -1, 'position' => 135), 'currency_code' => array('type' => 'varchar(3)', 'label' => 'Currency code', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 140), 'min_allowed' => array('type' => 'integer', 'label' => 'Min allowed', 'enabled' => 1, 'visible' => -1, 'position' => 145), 'min_desired' => array('type' => 'integer', 'label' => 'Min desired', 'enabled' => 1, 'visible' => -1, 'position' => 150), 'comment' => array('type' => 'text', 'label' => 'Comment', 'enabled' => 1, 'visible' => -1, 'position' => 155), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 156), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 157), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user author', 'enabled' => 1, 'visible' => -1, 'position' => 160), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 165), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 170), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 175), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 180), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 185), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$element = |
class AccountLine extends CommonObjectLine { /**/ } |
$element = 'bank' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class AccountLine extends CommonObjectLine { /**/ } |
$table_element = 'bank' |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$picto = 'line' |
class AccountLine extends CommonObjectLine { /**/ } |
$picto = 'accountline' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = |
class PaymentVarious extends CommonObject { /**/ } |
$element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class PaymentVarious extends CommonObject { /**/ } |
$table_element = 'payment_various' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$element = |
class FactureRec extends CommonInvoice { /**/ } |
$element = 'facturerec' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class FactureRec extends CommonInvoice { /**/ } |
$table_element = 'facture_rec' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class FactureRec extends CommonInvoice { /**/ } |
$table_element_line = 'facturedet_rec' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class FactureRec extends CommonInvoice { /**/ } |
$fk_element = 'fk_facture' |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class FactureRec extends CommonInvoice { /**/ } |
$table_ref_field = 'titre' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class FactureRec extends CommonInvoice { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'titre' => array('type' => 'varchar(100)', 'label' => 'Titre', 'enabled' => 1, 'showoncombobox' => 1, 'visible' => -1, 'position' => 15), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 20, 'index' => 1), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'visible' => -1, 'notnull' => 1, 'position' => 25), 'subtype' => array('type' => 'smallint(6)', 'label' => 'InvoiceSubtype', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 30), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 35), 'total_tva' => array('type' => 'double(24,8)', 'label' => 'Tva', 'enabled' => 1, 'visible' => -1, 'position' => 55, 'isameasure' => 1), 'localtax1' => array('type' => 'double(24,8)', 'label' => 'Localtax1', 'enabled' => 1, 'visible' => -1, 'position' => 60, 'isameasure' => 1), 'localtax2' => array('type' => 'double(24,8)', 'label' => 'Localtax2', 'enabled' => 1, 'visible' => -1, 'position' => 65, 'isameasure' => 1), 'total_ht' => array('type' => 'double(24,8)', 'label' => 'Total', 'enabled' => 1, 'visible' => -1, 'position' => 70, 'isameasure' => 1), 'total_ttc' => array('type' => 'double(24,8)', 'label' => 'Total ttc', 'enabled' => 1, 'visible' => -1, 'position' => 75, 'isameasure' => 1), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user author', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Fk projet', 'enabled' => "isModEnabled('project')", 'visible' => -1, 'position' => 85), 'fk_cond_reglement' => array('type' => 'integer', 'label' => 'Fk cond reglement', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'fk_mode_reglement' => array('type' => 'integer', 'label' => 'Fk mode reglement', 'enabled' => 1, 'visible' => -1, 'position' => 95), 'date_lim_reglement' => array('type' => 'date', 'label' => 'Date lim reglement', 'enabled' => 1, 'visible' => -1, 'position' => 100), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 105), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 110), 'modelpdf' => array('type' => 'varchar(255)', 'label' => 'Modelpdf', 'enabled' => 1, 'visible' => -1, 'position' => 115), 'date_when' => array('type' => 'datetime', 'label' => 'Date when', 'enabled' => 1, 'visible' => -1, 'position' => 130), 'date_last_gen' => array('type' => 'datetime', 'label' => 'Date last gen', 'enabled' => 1, 'visible' => -1, 'position' => 135), 'nb_gen_done' => array('type' => 'integer', 'label' => 'Nb gen done', 'enabled' => 1, 'visible' => -1, 'position' => 140), 'nb_gen_max' => array('type' => 'integer', 'label' => 'Nb gen max', 'enabled' => 1, 'visible' => -1, 'position' => 145), 'frequency' => array('type' => 'integer', 'label' => 'Frequency', 'enabled' => 1, 'visible' => -1, 'position' => 150), 'unit_frequency' => array('type' => 'varchar(2)', 'label' => 'UnitFrequency', 'enabled' => 1, 'visible' => -1, 'position' => 152), 'usenewprice' => array('type' => 'integer', 'label' => 'UseNewPrice', 'enabled' => 1, 'visible' => 0, 'position' => 155), 'revenuestamp' => array('type' => 'double(24,8)', 'label' => 'RevenueStamp', 'enabled' => 1, 'visible' => -1, 'position' => 160, 'isameasure' => 1), 'auto_validate' => array('type' => 'integer', 'label' => 'Auto validate', 'enabled' => 1, 'visible' => -1, 'position' => 165), 'generate_pdf' => array('type' => 'integer', 'label' => 'Generate pdf', 'enabled' => 1, 'visible' => -1, 'position' => 170), 'fk_account' => array('type' => 'integer', 'label' => 'Fk account', 'enabled' => 'isModEnabled("bank")', 'visible' => -1, 'position' => 175), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'Fk multicurrency', 'enabled' => 1, 'visible' => -1, 'position' => 180), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'Multicurrency code', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'Multicurrency tx', 'enabled' => 1, 'visible' => -1, 'position' => 190, 'isameasure' => 1), 'multicurrency_total_ht' => array('type' => 'double(24,8)', 'label' => 'Multicurrency total ht', 'enabled' => 1, 'visible' => -1, 'position' => 195, 'isameasure' => 1), 'multicurrency_total_tva' => array('type' => 'double(24,8)', 'label' => 'Multicurrency total tva', 'enabled' => 1, 'visible' => -1, 'position' => 200, 'isameasure' => 1), 'multicurrency_total_ttc' => array('type' => 'double(24,8)', 'label' => 'Multicurrency total ttc', 'enabled' => 1, 'visible' => -1, 'position' => 205, 'isameasure' => 1), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 210), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 215), 'suspended' => array('type' => 'integer', 'label' => 'Suspended', 'enabled' => 1, 'visible' => -1, 'position' => 225), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$element = |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$element = 'facturedetrec' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
$table_element = 'facturedet_rec' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$element = |
class Facture extends CommonInvoice { /**/ } |
$element = 'facture' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Facture extends CommonInvoice { /**/ } |
$table_element = 'facture' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Facture extends CommonInvoice { /**/ } |
$table_element_line = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Facture extends CommonInvoice { /**/ } |
$fk_element = 'fk_facture' |
|
abstract class CommonObject { /**/ } |
$restrictiononfksoc = 0 |
class Facture extends CommonInvoice { /**/ } |
$restrictiononfksoc = 1 |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class Facture extends CommonInvoice { /**/ } |
$table_ref_field = 'ref' |
|
abstract class CommonObject { /**/ } |
$linked_objects = |
class Facture extends CommonInvoice { /**/ } |
$linked_objects = array( ) |
|
abstract class CommonObject { /**/ } |
$lines = |
class Facture extends CommonInvoice { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Facture extends CommonInvoice { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 1), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 5), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 20, 'index' => 1), 'ref_client' => array('type' => 'varchar(255)', 'label' => 'RefCustomer', 'enabled' => 1, 'visible' => -1, 'position' => 10), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'Ref ext', 'enabled' => 1, 'visible' => 0, 'position' => 12), 'type' => array('type' => 'smallint(6)', 'label' => 'Type', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 15), 'subtype' => array('type' => 'smallint(6)', 'label' => 'InvoiceSubtype', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 15), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 50), 'datef' => array('type' => 'date', 'label' => 'DateInvoice', 'enabled' => 1, 'visible' => 1, 'position' => 20), 'date_valid' => array('type' => 'date', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'position' => 22), 'date_lim_reglement' => array('type' => 'date', 'label' => 'DateDue', 'enabled' => 1, 'visible' => 1, 'position' => 25), 'date_closing' => array('type' => 'datetime', 'label' => 'Date closing', 'enabled' => 1, 'visible' => -1, 'position' => 30), 'paye' => array('type' => 'smallint(6)', 'label' => 'InvoicePaidCompletely', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 80), 'close_code' => array('type' => 'varchar(16)', 'label' => 'EarlyClosingReason', 'enabled' => 1, 'visible' => -1, 'position' => 92), 'close_note' => array('type' => 'varchar(128)', 'label' => 'EarlyClosingComment', 'enabled' => 1, 'visible' => -1, 'position' => 93), 'total_ht' => array('type' => 'double(24,8)', 'label' => 'AmountHT', 'enabled' => 1, 'visible' => 1, 'position' => 95, 'isameasure' => 1), 'total_tva' => array('type' => 'double(24,8)', 'label' => 'AmountVAT', 'enabled' => 1, 'visible' => -1, 'position' => 100, 'isameasure' => 1), 'localtax1' => array('type' => 'double(24,8)', 'label' => 'LT1', 'enabled' => 1, 'visible' => -1, 'position' => 110, 'isameasure' => 1), 'localtax2' => array('type' => 'double(24,8)', 'label' => 'LT2', 'enabled' => 1, 'visible' => -1, 'position' => 120, 'isameasure' => 1), 'revenuestamp' => array('type' => 'double(24,8)', 'label' => 'RevenueStamp', 'enabled' => 1, 'visible' => -1, 'position' => 115, 'isameasure' => 1), 'total_ttc' => array('type' => 'double(24,8)', 'label' => 'AmountTTC', 'enabled' => 1, 'visible' => 1, 'position' => 130, 'isameasure' => 1), 'fk_facture_source' => array('type' => 'integer', 'label' => 'SourceInvoice', 'enabled' => 1, 'visible' => -1, 'position' => 170), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Project', 'enabled' => 1, 'visible' => -1, 'position' => 175), 'fk_account' => array('type' => 'integer', 'label' => 'Fk account', 'enabled' => 1, 'visible' => -1, 'position' => 180), 'fk_currency' => array('type' => 'varchar(3)', 'label' => 'CurrencyCode', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'fk_cond_reglement' => array('type' => 'integer', 'label' => 'PaymentTerm', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 190), 'fk_mode_reglement' => array('type' => 'integer', 'label' => 'PaymentMode', 'enabled' => 1, 'visible' => -1, 'position' => 195), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 205), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 210), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 215), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 225), 'situation_cycle_ref' => array('type' => 'smallint(6)', 'label' => 'Situation cycle ref', 'enabled' => '$conf->global->INVOICE_USE_SITUATION', 'visible' => -1, 'position' => 230), 'situation_counter' => array('type' => 'smallint(6)', 'label' => 'Situation counter', 'enabled' => '$conf->global->INVOICE_USE_SITUATION', 'visible' => -1, 'position' => 235), 'situation_final' => array('type' => 'smallint(6)', 'label' => 'Situation final', 'enabled' => 'empty($conf->global->INVOICE_USE_SITUATION) ? 0 : 1', 'visible' => -1, 'position' => 240), 'retained_warranty' => array('type' => 'double', 'label' => 'Retained warranty', 'enabled' => '$conf->global->INVOICE_USE_RETAINED_WARRANTY', 'visible' => -1, 'position' => 245), 'retained_warranty_date_limit' => array('type' => 'date', 'label' => 'Retained warranty date limit', 'enabled' => '$conf->global->INVOICE_USE_RETAINED_WARRANTY', 'visible' => -1, 'position' => 250), 'retained_warranty_fk_cond_reglement' => array('type' => 'integer', 'label' => 'Retained warranty fk cond reglement', 'enabled' => '$conf->global->INVOICE_USE_RETAINED_WARRANTY', 'visible' => -1, 'position' => 255), 'fk_incoterms' => array('type' => 'integer', 'label' => 'IncotermCode', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 260), 'location_incoterms' => array('type' => 'varchar(255)', 'label' => 'IncotermLabel', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 265), 'date_pointoftax' => array('type' => 'date', 'label' => 'DatePointOfTax', 'enabled' => '$conf->global->INVOICE_POINTOFTAX_DATE', 'visible' => -1, 'position' => 270), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'MulticurrencyID', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 275), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'Currency', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 280), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'CurrencyRate', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 285, 'isameasure' => 1), 'multicurrency_total_ht' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 290, 'isameasure' => 1), 'multicurrency_total_tva' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 291, 'isameasure' => 1), 'multicurrency_total_ttc' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 292, 'isameasure' => 1), 'fk_fac_rec_source' => array('type' => 'integer', 'label' => 'RecurringInvoiceSource', 'enabled' => 1, 'visible' => -1, 'position' => 305), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => -1, 'position' => 310), 'module_source' => array('type' => 'varchar(32)', 'label' => 'POSModule', 'enabled' => "(isModEnabled('cashdesk') || isModEnabled('takepos') || getDolGlobalInt('INVOICE_SHOW_POS'))", 'visible' => -1, 'position' => 315), 'pos_source' => array('type' => 'varchar(32)', 'label' => 'POSTerminal', 'enabled' => "(isModEnabled('cashdesk') || isModEnabled('takepos') || getDolGlobalInt('INVOICE_SHOW_POS'))", 'visible' => -1, 'position' => 320), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 500), 'tms' => array('type' => 'timestamp', 'label' => 'DateModificationShort', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 502), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -1, 'position' => 506), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -1, 'notnull' => -1, 'position' => 508), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'position' => 510), 'fk_user_closing' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserClosing', 'enabled' => 1, 'visible' => -1, 'position' => 512), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 900), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 1000, 'arrayofkeyval' => array(0 => 'Draft', 1 => 'Validated', 2 => 'Paid', 3 => 'Abandonned')), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class FactureLigne extends CommonInvoiceLine { /**/ } |
$table_element = 'facturedet' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = |
class Localtax extends CommonObject { /**/ } |
$element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Localtax extends CommonObject { /**/ } |
$table_element = 'localtax' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$element = |
class CashControl extends CommonObject { /**/ } |
$element = 'cashcontrol' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class CashControl extends CommonObject { /**/ } |
$table_element = 'pos_cash_fence' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class CashControl extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 10), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 15), 'ref' => array('type' => 'varchar(64)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 18), 'posmodule' => array('type' => 'varchar(30)', 'label' => 'Module', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 19), 'posnumber' => array('type' => 'varchar(30)', 'label' => 'Terminal', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 20, 'css' => 'center'), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'visible' => 0, 'position' => 24), 'opening' => array('type' => 'price', 'label' => 'Opening', 'enabled' => 1, 'visible' => 1, 'position' => 25, 'csslist' => 'amount'), 'cash' => array('type' => 'price', 'label' => 'Cash', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'csslist' => 'amount'), 'cheque' => array('type' => 'price', 'label' => 'Cheque', 'enabled' => 1, 'visible' => 1, 'position' => 33, 'csslist' => 'amount'), 'card' => array('type' => 'price', 'label' => 'CreditCard', 'enabled' => 1, 'visible' => 1, 'position' => 36, 'csslist' => 'amount'), 'year_close' => array('type' => 'integer', 'label' => 'Year close', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 50, 'css' => 'center'), 'month_close' => array('type' => 'integer', 'label' => 'Month close', 'enabled' => 1, 'visible' => 1, 'position' => 55, 'css' => 'center'), 'day_close' => array('type' => 'integer', 'label' => 'Day close', 'enabled' => 1, 'visible' => 1, 'position' => 60, 'css' => 'center'), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 500), 'date_valid' => array('type' => 'datetime', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 502), 'tms' => array('type' => 'timestamp', 'label' => 'Tms', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 505), 'fk_user_creat' => array('type' => 'integer:User', 'label' => 'UserCreation', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 600), 'fk_user_valid' => array('type' => 'integer:User', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 602), 'import_key' => array('type' => 'varchar(14)', 'label' => 'Import key', 'enabled' => 1, 'visible' => 0, 'position' => 700), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'position' => 1000, 'notnull' => 1, 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated')), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class CashControl extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$element = |
class BonPrelevement extends CommonObject { /**/ } |
$element = 'widthdraw' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class BonPrelevement extends CommonObject { /**/ } |
$table_element = 'prelevement_bons' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class BonPrelevement extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => 0, ), 'ref' => array('type' => 'varchar(12)', 'label' => 'Ref', 'enabled' => 1, 'position' => 15, 'notnull' => 0, 'visible' => -1, 'csslist' => 'tdoverflowmax150', 'showoncombobox' => 1, ), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 25, 'notnull' => 0, 'visible' => -1, ), 'amount' => array('type' => 'double(24,8)', 'label' => 'Amount', 'enabled' => 1, 'position' => 30, 'notnull' => 0, 'visible' => -1, ), 'statut' => array('type' => 'smallint(6)', 'label' => 'Statut', 'enabled' => 1, 'position' => 500, 'notnull' => 0, 'visible' => -1, 'arrayofkeyval' => array(0 => 'Wait', 1 => 'Transfered', 2 => 'Credited')), 'credite' => array('type' => 'smallint(6)', 'label' => 'Credite', 'enabled' => 1, 'position' => 40, 'notnull' => 0, 'visible' => -1, ), 'note' => array('type' => 'text', 'label' => 'Note', 'enabled' => 1, 'position' => 45, 'notnull' => 0, 'visible' => -1, ), 'date_trans' => array('type' => 'datetime', 'label' => 'Datetrans', 'enabled' => 1, 'position' => 50, 'notnull' => 0, 'visible' => -1, ), 'method_trans' => array('type' => 'smallint(6)', 'label' => 'Methodtrans', 'enabled' => 1, 'position' => 55, 'notnull' => 0, 'visible' => -1, ), 'fk_user_trans' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fkusertrans', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => -1, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150', ), 'date_credit' => array('type' => 'datetime', 'label' => 'Datecredit', 'enabled' => 1, 'position' => 65, 'notnull' => 0, 'visible' => -1, ), 'fk_user_credit' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fkusercredit', 'enabled' => 1, 'position' => 70, 'notnull' => 0, 'visible' => -1, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150', ), 'type' => array('type' => 'varchar(16)', 'label' => 'Type', 'enabled' => 1, 'position' => 75, 'notnull' => 0, 'visible' => -1, ), 'fk_bank_account' => array('type' => 'integer', 'label' => 'Fkbankaccount', 'enabled' => 1, 'position' => 80, 'notnull' => 0, 'visible' => -1, 'css' => 'maxwidth500 widthcentpercentminusxx', ), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$element = |
class Deplacement extends CommonObject { /**/ } |
$element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Deplacement extends CommonObject { /**/ } |
$table_element = 'deplacement' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Deplacement extends CommonObject { /**/ } |
$fk_element = '' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$element = |
class RemiseCheque extends CommonObject { /**/ } |
$element = 'chequereceipt' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class RemiseCheque extends CommonObject { /**/ } |
$table_element = 'bordereau_cheque' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$element = |
class Paiement extends CommonObject { /**/ } |
$element = 'payment' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Paiement extends CommonObject { /**/ } |
$table_element = 'paiement' |
|
abstract class CommonObject { /**/ } |
$multicurrency_tx = |
class Paiement extends CommonObject { /**/ } |
$multicurrency_tx = array( ) |
|
abstract class CommonObject { /**/ } |
$multicurrency_code = |
class Paiement extends CommonObject { /**/ } |
$multicurrency_code = array( ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$element = |
class PaymentSalary extends CommonObject { /**/ } |
$element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class PaymentSalary extends CommonObject { /**/ } |
$table_element = 'payment_salary' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class PaymentSalary extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'index' => 1, 'position' => 1, 'comment' => 'Id'), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$element = |
class Salary extends CommonObject { /**/ } |
$element = 'salary' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Salary extends CommonObject { /**/ } |
$table_element = 'salary' |
|
abstract class CommonObject { /**/ } |
$childtables = array( ) |
class Salary extends CommonObject { /**/ } |
$childtables = array('payment_salary' => array('name' => 'SalaryPayment', 'fk_element' => 'fk_salary')) |
|
abstract class CommonObject { /**/ } |
$module = |
class Calendar extends CommonObject { /**/ } |
$module = 'bookcal' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$element = |
class Calendar extends CommonObject { /**/ } |
$element = 'calendar' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Calendar extends CommonObject { /**/ } |
$table_element = 'bookcal_calendar' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Calendar extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'right', 'comment' => "Id"), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 40, 'index' => 1), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 1, 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'validate' => 1, 'comment' => "Reference of object", 'css' => 'width100'), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 0, 'visible' => 1, 'alwayseditable' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'help' => "Help text", 'showoncombobox' => 2, 'validate' => 1, ), 'visibility' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Owner', 'enabled' => 1, 'position' => 40, 'notnull' => 1, 'visible' => 1, 'picto' => 'user', 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150', ), 'type' => array('type' => 'integer', 'label' => 'Type', 'enabled' => 1, 'position' => 42, 'notnull' => 1, 'visible' => 1, 'arrayofkeyval' => array('0' => 'Customer', '1' => 'Supplier', '3' => 'Other'), ), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'label' => 'ThirdParty', 'picto' => 'company', 'enabled' => 'isModEnabled("societe")', 'position' => 50, 'notnull' => -1, 'visible' => 1, 'index' => 1, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150', 'help' => "ThirdPartyBookCalHelp", 'validate' => 1, ), 'fk_project' => array('type' => 'integer:Project:projet/class/project.class.php:1', 'label' => 'Project', 'picto' => 'project', 'enabled' => 'isModEnabled("project")', 'position' => 52, 'notnull' => -1, 'visible' => -1, 'index' => 1, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150', 'validate' => 1, ), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => 3, 'validate' => 1, ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 0, 'cssview' => 'wordbreak', 'validate' => 1, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 0, 'cssview' => 'wordbreak', 'validate' => 1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'picto' => 'user', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', 'csslist' => 'tdoverflowmax150', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'picto' => 'user', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, 'csslist' => 'tdoverflowmax150', ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'position' => 2000, 'notnull' => 1, 'default' => '0', 'visible' => 1, 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated', '9' => 'Closed'), 'validate' => 1, ), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class Calendar extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$module = |
class Availabilities extends CommonObject { /**/ } |
$module = 'bookcal' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$element = |
class Availabilities extends CommonObject { /**/ } |
$element = 'availabilities' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Availabilities extends CommonObject { /**/ } |
$table_element = 'bookcal_availabilities' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Availabilities extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 2, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 20, 'notnull' => 0, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'csslist' => 'tdoverflowmax150', 'cssview' => 'wordbreak', 'help' => "BookcalLabelAvailabilityHelp", 'showoncombobox' => 2, 'validate' => 1, ), 'fk_bookcal_calendar' => array('type' => 'integer:Calendar:bookcal/class/calendar.class.php:1', 'label' => 'Calendar', 'enabled' => 1, 'position' => 25, 'notnull' => 1, 'visible' => 1, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax100'), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => 3, 'validate' => 1, ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 0, 'cssview' => 'wordbreak', 'validate' => 1, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 0, 'cssview' => 'wordbreak', 'validate' => 1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'picto' => 'user', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'picto' => 'user', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'position' => 600, 'notnull' => 0, 'visible' => 0, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'position' => 1010, 'notnull' => -1, 'visible' => 0, ), 'start' => array('type' => 'date', 'label' => 'Start Date', 'enabled' => 1, 'position' => 40, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, ), 'end' => array('type' => 'date', 'label' => 'End Date', 'enabled' => 1, 'position' => 45, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, ), 'duration' => array('type' => 'integer', 'label' => 'DurationOfRange', 'enabled' => 1, 'position' => 47, 'notnull' => 1, 'visible' => 1, 'default' => '30', 'css' => 'width50 right'), 'startHour' => array('type' => 'integer', 'label' => 'Start Hour', 'enabled' => 1, 'position' => 46, 'notnull' => 1, 'visible' => 1, ), 'endHour' => array('type' => 'integer', 'label' => 'End Hour', 'enabled' => 1, 'position' => 46.5, 'notnull' => 1, 'visible' => 1, ), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'position' => 2000, 'notnull' => 1, 'visible' => 1, 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated', '9' => 'Closed'), 'default' => '1', 'validate' => 1), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class Availabilities extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$status = |
class Availabilities extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_recruitmentjobposition_advanced extends ModeleNumRefRecruitmentJobPosition { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_recruitmentjobposition_advanced extends ModeleNumRefRecruitmentJobPosition { /**/ } |
$name = 'advanced' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_recruitmentcandidature_standard extends ModeleNumRefRecruitmentCandidature { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_recruitmentcandidature_standard extends ModeleNumRefRecruitmentCandidature { /**/ } |
$name = 'standard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_recruitmentcandidature_advanced extends ModeleNumRefRecruitmentCandidature { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_recruitmentcandidature_advanced extends ModeleNumRefRecruitmentCandidature { /**/ } |
$name = 'advanced' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_recruitmentjobposition_standard extends ModeleNumRefRecruitmentJobPosition { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_recruitmentjobposition_standard extends ModeleNumRefRecruitmentJobPosition { /**/ } |
$name = 'standard' |
|
abstract class CommonDocGenerator { /**/ } |
$phpmin = array(7, 1) |
class doc_generic_recruitmentjobposition_odt extends ModelePDFRecruitmentJobPosition { /**/ } |
$phpmin = array(7, 0) |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class doc_generic_recruitmentjobposition_odt extends ModelePDFRecruitmentJobPosition { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$name = '' |
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
$name = |
|
abstract class CommonDocGenerator { /**/ } |
$phpmin = array(7, 1) |
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
$phpmin = array(7, 0) |
|
abstract class CommonDocGenerator { /**/ } |
$version = '' |
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonDocGenerator { /**/ } |
$defaultContentsFieldsStyle = |
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
$defaultContentsFieldsStyle = array( ) |
|
abstract class CommonDocGenerator { /**/ } |
$defaultTitlesFieldsStyle = |
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
$defaultTitlesFieldsStyle = array( ) |
|
abstract class CommonDocGenerator { /**/ } |
$cols = |
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
$cols = array( ) |
|
abstract class CommonObject { /**/ } |
$module = |
class RecruitmentCandidature extends CommonObject { /**/ } |
$module = 'recruitment' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$element = |
class RecruitmentCandidature extends CommonObject { /**/ } |
$element = 'recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class RecruitmentCandidature extends CommonObject { /**/ } |
$table_element = 'recruitment_recruitmentcandidature' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class RecruitmentCandidature extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'comment' => "Id"), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'position' => 5, 'notnull' => 1, 'default' => '1', 'index' => 1), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => 4, 'noteditable' => 1, 'default' => '(PROV)', 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'comment' => "Reference of candidature", 'csslist' => 'nowraponall'), 'fk_recruitmentjobposition' => array('type' => 'integer:RecruitmentJobPosition:recruitment/class/recruitmentjobposition.class.php:0:(t.status:=:1)', 'label' => 'Job', 'enabled' => 1, 'position' => 15, 'notnull' => 0, 'visible' => 1, 'index' => 1, 'picto' => 'recruitmentjobposition', 'css' => 'minwidth300 maxwidth500 widthcentpercentminusx', 'csslist' => 'minwidth100 nowraponall'), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 0, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', 'csslist' => 'tdoverflowmax100'), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, 'csslist' => 'tdoverflowmax100'), 'lastname' => array('type' => 'varchar(128)', 'label' => 'Lastname', 'enabled' => 1, 'position' => 20, 'notnull' => 0, 'visible' => 1, 'csslist' => 'tdoverflowmax150'), 'firstname' => array('type' => 'varchar(128)', 'label' => 'Firstname', 'enabled' => 1, 'position' => 21, 'notnull' => 0, 'visible' => 1, 'csslist' => 'tdoverflowmax150'), 'email' => array('type' => 'email', 'label' => 'EMail', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'picto' => 'email', 'csslist' => 'tdoverflowmax150'), 'phone' => array('type' => 'phone', 'label' => 'Phone', 'enabled' => 1, 'position' => 31, 'notnull' => 0, 'visible' => 1, 'picto' => 'phone', 'csslist' => 'tdoverflowmax150'), 'date_birth' => array('type' => 'date', 'label' => 'DateOfBirth', 'enabled' => 1, 'position' => 70, 'visible' => -1, ), 'email_msgid' => array('type' => 'varchar(255)', 'label' => 'EmailMsgID', 'visible' => -2, 'enabled' => 1, 'position' => 540, 'notnull' => -1, 'help' => 'EmailMsgIDDesc'), 'email_date' => array('type' => 'datetime', 'label' => 'EmailDate', 'visible' => -2, 'enabled' => 1, 'position' => 541), 'remuneration_requested' => array('type' => 'integer', 'label' => 'RequestedRemuneration', 'enabled' => 1, 'position' => 80, 'notnull' => 0, 'visible' => -1, ), 'remuneration_proposed' => array('type' => 'integer', 'label' => 'ProposedRemuneration', 'enabled' => 1, 'position' => 81, 'notnull' => 0, 'visible' => -1, ), 'description' => array('type' => 'html', 'label' => 'Description', 'enabled' => 1, 'position' => 300, 'notnull' => 0, 'visible' => 3, 'cssview' => 'wordbreak'), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -4, 'csslist' => 'nowraponall'), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, 'csslist' => 'nowraponall'), 'fk_user' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'LinkedToDolibarrUser', 'enabled' => 1, 'position' => 600, 'notnull' => 0, 'visible' => -1, 'csslist' => 'tdoverflowmax100'), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'position' => 1010, 'notnull' => -1, 'visible' => 0, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'visible' => 2, 'index' => 1, 'default' => '0', 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Received', '3' => 'ContractProposed', '5' => 'ContractSigned', '8' => 'Refused', '9' => 'Canceled')), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class RecruitmentCandidature extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$status = |
class RecruitmentCandidature extends CommonObject { /**/ } |
$status = 6 |
|
abstract class CommonObject { /**/ } |
$status = |
class RecruitmentCandidature extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$status = |
class RecruitmentCandidature extends CommonObject { /**/ } |
$status = 8 |
|
abstract class CommonObject { /**/ } |
$module = |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$module = 'recruitment' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$element = |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$element = 'recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$table_element = 'recruitment_recruitmentjobposition' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'comment' => "Id"), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'position' => 5, 'notnull' => 1, 'default' => '1', 'index' => 1), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => 4, 'noteditable' => 1, 'default' => '(PROV)', 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'comment' => "Reference of object", 'css' => 'nowraponall'), 'label' => array('type' => 'varchar(255)', 'label' => 'JobLabel', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth500', 'csslist' => 'tdoverflowmax300', 'showoncombobox' => '2', 'autofocusoncreate' => 1), 'qty' => array('type' => 'integer', 'label' => 'NbOfEmployeesExpected', 'enabled' => 1, 'position' => 45, 'notnull' => 1, 'visible' => 1, 'default' => '1', 'isameasure' => 1, 'css' => 'maxwidth75imp'), 'fk_project' => array('type' => 'integer:Project:projet/class/project.class.php:1', 'label' => 'Project', 'enabled' => '$conf->project->enabled', 'position' => 52, 'notnull' => -1, 'visible' => -1, 'index' => 1, 'css' => 'maxwidth500', 'picto' => 'project'), 'fk_user_recruiter' => array('type' => 'integer:User:user/class/user.class.php:1:(statut:=:1)', 'label' => 'ResponsibleOfRecruitement', 'enabled' => 1, 'position' => 54, 'notnull' => 1, 'visible' => 1, 'foreignkey' => 'user.rowid', 'css' => 'maxwidth500', 'csslist' => 'tdoverflowmax150', 'picto' => 'user'), 'email_recruiter' => array('type' => 'varchar(255)', 'label' => 'EmailRecruiter', 'enabled' => 1, 'position' => 54, 'notnull' => 0, 'visible' => -1, 'help' => 'ToUseAGenericEmail', 'picto' => 'email'), 'fk_user_supervisor' => array('type' => 'integer:User:user/class/user.class.php:1:(statut:=:1)', 'label' => 'FutureManager', 'enabled' => 1, 'position' => 55, 'notnull' => 0, 'visible' => -1, 'foreignkey' => 'user.rowid', 'css' => 'maxwidth500', 'csslist' => 'tdoverflowmax150', 'picto' => 'user'), 'fk_establishment' => array('type' => 'integer:Establishment:hrm/class/establishment.class.php', 'label' => 'Establishment', 'enabled' => '$conf->hrm->enabled', 'position' => 56, 'notnull' => 0, 'visible' => -1, 'foreignkey' => 'establishment.rowid', ), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'label' => 'WorkPlace', 'enabled' => 'isModEnabled("societe")', 'position' => 57, 'notnull' => -1, 'visible' => -1, 'css' => 'maxwidth500', 'index' => 1, 'help' => "IfJobIsLocatedAtAPartner", 'picto' => 'company'), 'date_planned' => array('type' => 'date', 'label' => 'DateExpected', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => 1, ), 'remuneration_suggested' => array('type' => 'varchar(255)', 'label' => 'Remuneration', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 1, ), 'description' => array('type' => 'html', 'label' => 'Description', 'enabled' => 1, 'position' => 65, 'notnull' => 0, 'visible' => 3, ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 101, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 102, 'notnull' => 0, 'visible' => 0, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -4, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'position' => 900, 'notnull' => 0, 'visible' => 0, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'position' => 1010, 'notnull' => -1, 'visible' => 0, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'visible' => 5, 'default' => '0', 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated', '3' => 'Recruited', '9' => 'Canceled'), ), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$status = |
class RecruitmentJobPosition extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = |
class Website extends CommonObject { /**/ } |
$element = 'website' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Website extends CommonObject { /**/ } |
$table_element = 'website' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$element = |
class WebsitePage extends CommonObject { /**/ } |
$element = 'websitepage' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class WebsitePage extends CommonObject { /**/ } |
$table_element = 'website_page' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class WebsitePage extends CommonObject { /**/ } |
$fk_element = 'fk_website_page' |
|
abstract class CommonObject { /**/ } |
$childtablesoncascade = array( ) |
class WebsitePage extends CommonObject { /**/ } |
$childtablesoncascade = array('categorie_website_page') |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class WebsitePage extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'index' => 1, 'position' => 1, 'comment' => 'Id'), 'pageurl' => array('type' => 'varchar(16)', 'label' => 'WEBSITE_PAGENAME', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'index' => 1, 'position' => 10, 'searchall' => 1, 'comment' => 'Ref/alias of page'), 'aliasalt' => array('type' => 'varchar(255)', 'label' => 'AliasAlt', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'index' => 0, 'position' => 11, 'searchall' => 0, 'comment' => 'Alias alternative of page'), 'type_container' => array('type' => 'varchar(16)', 'label' => 'Type', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'index' => 0, 'position' => 12, 'comment' => 'Type of container'), 'title' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'searchall' => 1, 'help' => 'UseTextBetween5And70Chars'), 'description' => array('type' => 'varchar(255)', 'label' => 'Description', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'searchall' => 1), 'image' => array('type' => 'varchar(255)', 'label' => 'Image', 'enabled' => 1, 'visible' => 1, 'position' => 32, 'searchall' => 0, 'help' => 'Relative path of media. Used if Type is "blogpost"'), 'keywords' => array('type' => 'varchar(255)', 'label' => 'Keywords', 'enabled' => 1, 'visible' => 1, 'position' => 45, 'searchall' => 0), 'lang' => array('type' => 'varchar(6)', 'label' => 'Lang', 'enabled' => 1, 'notnull' => -1, 'visible' => 1, 'position' => 45, 'searchall' => 0), 'fk_website' => array('type' => 'integer', 'label' => 'WebsiteId', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 40, 'searchall' => 0, 'foreignkey' => 'websitepage.rowid'), 'fk_page' => array('type' => 'integer', 'label' => 'ParentPageId', 'enabled' => 1, 'visible' => 1, 'notnull' => -1, 'position' => 45, 'searchall' => 0, 'foreignkey' => 'website.rowid'), 'allowed_in_frames' => array('type' => 'integer', 'label' => 'AllowedInFrames', 'enabled' => 1, 'visible' => -1, 'position' => 48, 'searchall' => 0, 'default' => '0'), 'htmlheader' => array('type' => 'html', 'label' => 'HtmlHeader', 'enabled' => 1, 'visible' => 0, 'position' => 50, 'searchall' => 0), 'content' => array('type' => 'mediumtext', 'label' => 'Content', 'enabled' => 1, 'visible' => 0, 'position' => 51, 'searchall' => 0), 'grabbed_from' => array('type' => 'varchar(255)', 'label' => 'GrabbedFrom', 'enabled' => 1, 'visible' => 1, 'index' => 1, 'position' => 400, 'comment' => 'URL page content was grabbed from'), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 500), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 501), 'fk_user_creat' => array('type' => 'integer', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -1, 'notnull' => true, 'position' => 510), 'author_alias' => array('type' => 'varchar(64)', 'label' => 'AuthorAlias', 'enabled' => 1, 'visible' => -1, 'index' => 0, 'position' => 511, 'comment' => 'Author alias'), 'fk_user_modif' => array('type' => 'integer', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -1, 'position' => 512), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -1, 'index' => 1, 'position' => 1000, 'notnull' => -1), 'object_type' => array('type' => 'varchar(255)', 'label' => 'ObjectType', 'enabled' => 1, 'visible' => 0, 'position' => 46, 'searchall' => 0, 'help' => ''), 'fk_object' => array('type' => 'varchar(255)', 'label' => 'ObjectId', 'enabled' => 1, 'visible' => 0, 'position' => 47, 'searchall' => 0, 'help' => '')) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$element = |
class Mo extends CommonObject { /**/ } |
$element = 'mo' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Mo extends CommonObject { /**/ } |
$table_element = 'mrp_mo' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Mo extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'position' => 1, 'notnull' => 1, 'index' => 1, 'comment' => "Id", ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'position' => 5, 'notnull' => 1, 'default' => '1', 'index' => 1), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 4, 'position' => 10, 'notnull' => 1, 'default' => '(PROV)', 'index' => 1, 'searchall' => 1, 'comment' => "Reference of object", 'showoncombobox' => 1, 'noteditable' => 1), 'fk_bom' => array('type' => 'integer:Bom:bom/class/bom.class.php:0:(t.status:=:1)', 'filter' => 'active=1', 'label' => 'BOM', 'enabled' => '$conf->bom->enabled', 'visible' => 1, 'position' => 33, 'notnull' => -1, 'index' => 1, 'comment' => "Original BOM", 'css' => 'minwidth100 maxwidth500', 'csslist' => 'tdoverflowmax150', 'picto' => 'bom'), 'mrptype' => array('type' => 'integer', 'label' => 'Type', 'enabled' => 1, 'visible' => 1, 'position' => 34, 'notnull' => 1, 'default' => '0', 'arrayofkeyval' => array(0 => 'Manufacturing', 1 => 'Disassemble'), 'css' => 'minwidth150', 'csslist' => 'minwidth150 center'), 'fk_product' => array('type' => 'integer:Product:product/class/product.class.php:0', 'label' => 'Product', 'enabled' => 'isModEnabled("product")', 'visible' => 1, 'position' => 35, 'notnull' => 1, 'index' => 1, 'comment' => "Product to produce", 'css' => 'maxwidth300', 'csslist' => 'tdoverflowmax100', 'picto' => 'product'), 'qty' => array('type' => 'real', 'label' => 'QtyToProduce', 'enabled' => 1, 'visible' => 1, 'position' => 40, 'notnull' => 1, 'comment' => "Qty to produce", 'css' => 'width75', 'default' => '1', 'isameasure' => 1), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'visible' => 1, 'position' => 42, 'notnull' => -1, 'searchall' => 1, 'showoncombobox' => 2, 'css' => 'maxwidth300', 'csslist' => 'tdoverflowmax200', 'alwayseditable' => 1), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1', 'label' => 'ThirdParty', 'picto' => 'company', 'enabled' => 'isModEnabled("societe")', 'visible' => -1, 'position' => 50, 'notnull' => -1, 'index' => 1, 'css' => 'maxwidth400', 'csslist' => 'tdoverflowmax150'), 'fk_project' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Project', 'picto' => 'project', 'enabled' => '$conf->project->enabled', 'visible' => -1, 'position' => 51, 'notnull' => -1, 'index' => 1, 'css' => 'minwidth200 maxwidth400', 'csslist' => 'tdoverflowmax100'), 'fk_warehouse' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php:0', 'label' => 'WarehouseForProduction', 'picto' => 'stock', 'enabled' => 'isModEnabled("stock")', 'visible' => 1, 'position' => 52, 'css' => 'maxwidth400', 'csslist' => 'tdoverflowmax200'), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 61, 'notnull' => -1, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 62, 'notnull' => -1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'position' => 500, 'notnull' => 1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -2, 'position' => 501, 'notnull' => 1, ), 'date_valid' => array('type' => 'datetime', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -2, 'position' => 502, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -2, 'position' => 510, 'notnull' => 1, 'foreignkey' => 'user.rowid', 'csslist' => 'tdoverflowmax100'), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'position' => 511, 'notnull' => -1, 'csslist' => 'tdoverflowmax100'), 'date_start_planned' => array('type' => 'datetime', 'label' => 'DateStartPlannedMo', 'enabled' => 1, 'visible' => 1, 'position' => 55, 'notnull' => -1, 'index' => 1, 'help' => 'KeepEmptyForAsap', 'alwayseditable' => 1, 'csslist' => 'nowraponall'), 'date_end_planned' => array('type' => 'datetime', 'label' => 'DateEndPlannedMo', 'enabled' => 1, 'visible' => 1, 'position' => 56, 'notnull' => -1, 'index' => 1, 'alwayseditable' => 1, 'csslist' => 'nowraponall'), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 1000, 'notnull' => -1, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 1010), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'visible' => 2, 'position' => 1000, 'default' => '0', 'notnull' => 1, 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated', '2' => 'InProgress', '3' => 'StatusMOProduced', '9' => 'Canceled')), 'fk_parent_line' => array('type' => 'integer:MoLine:mrp/class/mo.class.php', 'label' => 'ParentMo', 'enabled' => 1, 'visible' => 0, 'position' => 1020, 'default' => '0', 'notnull' => 0, 'index' => 1, 'showoncombobox' => 0), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class Mo extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$status = |
class Mo extends CommonObject { /**/ } |
$status = 2 |
|
abstract class CommonObject { /**/ } |
$status = |
class Mo extends CommonObject { /**/ } |
$status = 3 |
|
abstract class CommonObject { /**/ } |
$status = |
class Mo extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$status = |
class Mo extends CommonObject { /**/ } |
$status = 0 |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Mo extends CommonObject { /**/ } |
$table_element_line = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Mo extends CommonObject { /**/ } |
$fk_element = 'fk_mo' |
|
abstract class CommonObject { /**/ } |
$childtablesoncascade = array( ) |
class Mo extends CommonObject { /**/ } |
$childtablesoncascade = array('mrp_production') |
|
abstract class CommonObject { /**/ } |
$lines = |
class Mo extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$tpl = |
class Mo extends CommonObject { /**/ } |
$tpl = array( ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$element = |
class MoLine extends CommonObjectLine { /**/ } |
$element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class MoLine extends CommonObjectLine { /**/ } |
$table_element = 'mrp_production' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class MoLine extends CommonObjectLine { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'ID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'fk_mo' => array('type' => 'integer', 'label' => 'Mo', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 15), 'origin_id' => array('type' => 'integer', 'label' => 'Origin', 'enabled' => 1, 'visible' => -1, 'notnull' => 0, 'position' => 17), 'origin_type' => array('type' => 'varchar(10)', 'label' => 'Origin type', 'enabled' => 1, 'visible' => -1, 'notnull' => 0, 'position' => 18), 'position' => array('type' => 'integer', 'label' => 'Position', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 20), 'fk_product' => array('type' => 'integer', 'label' => 'Product', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 25), 'fk_warehouse' => array('type' => 'integer', 'label' => 'Warehouse', 'enabled' => 1, 'visible' => -1, 'position' => 30), 'qty' => array('type' => 'real', 'label' => 'Qty', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 35), 'qty_frozen' => array('type' => 'smallint', 'label' => 'QuantityFrozen', 'enabled' => 1, 'visible' => 1, 'default' => '0', 'position' => 105, 'css' => 'maxwidth50imp', 'help' => 'QuantityConsumedInvariable'), 'disable_stock_change' => array('type' => 'smallint', 'label' => 'DisableStockChange', 'enabled' => 1, 'visible' => 1, 'default' => '0', 'position' => 108, 'css' => 'maxwidth50imp', 'help' => 'DisableStockChangeHelp'), 'batch' => array('type' => 'varchar(30)', 'label' => 'Batch', 'enabled' => 1, 'visible' => -1, 'position' => 140), 'role' => array('type' => 'varchar(10)', 'label' => 'Role', 'enabled' => 1, 'visible' => -1, 'position' => 145), 'fk_mrp_production' => array('type' => 'integer', 'label' => 'Fk mrp production', 'enabled' => 1, 'visible' => -1, 'position' => 150), 'fk_stock_movement' => array('type' => 'integer', 'label' => 'StockMovement', 'enabled' => 1, 'visible' => -1, 'position' => 155), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 160), 'tms' => array('type' => 'timestamp', 'label' => 'Tms', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 165), 'fk_user_creat' => array('type' => 'integer', 'label' => 'UserCreation', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 170), 'fk_user_modif' => array('type' => 'integer', 'label' => 'UserModification', 'enabled' => 1, 'visible' => -1, 'position' => 175), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -1, 'position' => 180), 'fk_default_workstation' => array('type' => 'integer', 'label' => 'DefaultWorkstation', 'enabled' => 1, 'visible' => 1, 'notnull' => 0, 'position' => 185), 'fk_unit' => array('type' => 'int', 'label' => 'Unit', 'enabled' => 1, 'visible' => 1, 'notnull' => 0, 'position' => 186)) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$element = |
class ExpenseReport extends CommonObject { /**/ } |
$element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ExpenseReport extends CommonObject { /**/ } |
$table_element = 'expensereport' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class ExpenseReport extends CommonObject { /**/ } |
$table_element_line = 'expensereport_det' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class ExpenseReport extends CommonObject { /**/ } |
$fk_element = 'fk_expensereport' |
|
abstract class CommonObject { /**/ } |
$lines = |
class ExpenseReport extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$status = |
class ExpenseReport extends CommonObject { /**/ } |
$status = 5 |
|
abstract class CommonObject { /**/ } |
$status = |
class ExpenseReport extends CommonObject { /**/ } |
$status = 4 |
|
abstract class CommonObject { /**/ } |
$status = |
class ExpenseReport extends CommonObject { /**/ } |
$status = 2 |
|
abstract class CommonObject { /**/ } |
$status = |
class ExpenseReport extends CommonObject { /**/ } |
$status = 6 |
|
abstract class CommonObject { /**/ } |
$status = |
class ExpenseReport extends CommonObject { /**/ } |
$status = 0 |
|
abstract class CommonObject { /**/ } |
$status = |
class ExpenseReport extends CommonObject { /**/ } |
$status = 99 |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class ExpenseReport extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'ID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'ref' => array('type' => 'varchar(50)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 15), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 20), 'ref_number_int' => array('type' => 'integer', 'label' => 'Ref number int', 'enabled' => 1, 'visible' => -1, 'position' => 25), 'ref_ext' => array('type' => 'integer', 'label' => 'Ref ext', 'enabled' => 1, 'visible' => -1, 'position' => 30), 'total_ht' => array('type' => 'double(24,8)', 'label' => 'Total ht', 'enabled' => 1, 'visible' => -1, 'position' => 35), 'total_tva' => array('type' => 'double(24,8)', 'label' => 'Total tva', 'enabled' => 1, 'visible' => -1, 'position' => 40), 'localtax1' => array('type' => 'double(24,8)', 'label' => 'Localtax1', 'enabled' => 1, 'visible' => -1, 'position' => 45), 'localtax2' => array('type' => 'double(24,8)', 'label' => 'Localtax2', 'enabled' => 1, 'visible' => -1, 'position' => 50), 'total_ttc' => array('type' => 'double(24,8)', 'label' => 'Total ttc', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'date_debut' => array('type' => 'date', 'label' => 'Date debut', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 60), 'date_fin' => array('type' => 'date', 'label' => 'Date fin', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 65), 'date_valid' => array('type' => 'datetime', 'label' => 'Date valid', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'date_approve' => array('type' => 'datetime', 'label' => 'Date approve', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'date_refuse' => array('type' => 'datetime', 'label' => 'Date refuse', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'date_cancel' => array('type' => 'datetime', 'label' => 'Date cancel', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'fk_user_author' => array('type' => 'integer', 'label' => 'Fk user author', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 100), 'fk_user_modif' => array('type' => 'integer', 'label' => 'Fk user modif', 'enabled' => 1, 'visible' => -1, 'position' => 105), 'fk_user_valid' => array('type' => 'integer', 'label' => 'Fk user valid', 'enabled' => 1, 'visible' => -1, 'position' => 110), 'fk_user_validator' => array('type' => 'integer', 'label' => 'Fk user validator', 'enabled' => 1, 'visible' => -1, 'position' => 115), 'fk_user_approve' => array('type' => 'integer', 'label' => 'Fk user approve', 'enabled' => 1, 'visible' => -1, 'position' => 120), 'fk_user_refuse' => array('type' => 'integer', 'label' => 'Fk user refuse', 'enabled' => 1, 'visible' => -1, 'position' => 125), 'fk_user_cancel' => array('type' => 'integer', 'label' => 'Fk user cancel', 'enabled' => 1, 'visible' => -1, 'position' => 130), 'fk_c_paiement' => array('type' => 'integer', 'label' => 'Fk c paiement', 'enabled' => 1, 'visible' => -1, 'position' => 140), 'paid' => array('type' => 'integer', 'label' => 'Paid', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 145), 'note_public' => array('type' => 'html', 'label' => 'Note public', 'enabled' => 1, 'visible' => 0, 'position' => 150), 'note_private' => array('type' => 'html', 'label' => 'Note private', 'enabled' => 1, 'visible' => 0, 'position' => 155), 'detail_refuse' => array('type' => 'varchar(255)', 'label' => 'Detail refuse', 'enabled' => 1, 'visible' => -1, 'position' => 160), 'detail_cancel' => array('type' => 'varchar(255)', 'label' => 'Detail cancel', 'enabled' => 1, 'visible' => -1, 'position' => 165), 'integration_compta' => array('type' => 'integer', 'label' => 'Integration compta', 'enabled' => 1, 'visible' => -1, 'position' => 170), 'fk_bank_account' => array('type' => 'integer', 'label' => 'Fk bank account', 'enabled' => 1, 'visible' => -1, 'position' => 175), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'Fk multicurrency', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'Multicurrency code', 'enabled' => 1, 'visible' => -1, 'position' => 190), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'Multicurrency tx', 'enabled' => 1, 'visible' => -1, 'position' => 195), 'multicurrency_total_ht' => array('type' => 'double(24,8)', 'label' => 'Multicurrency total ht', 'enabled' => 1, 'visible' => -1, 'position' => 200), 'multicurrency_total_tva' => array('type' => 'double(24,8)', 'label' => 'Multicurrency total tva', 'enabled' => 1, 'visible' => -1, 'position' => 205), 'multicurrency_total_ttc' => array('type' => 'double(24,8)', 'label' => 'Multicurrency total ttc', 'enabled' => 1, 'visible' => -1, 'position' => 210), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 220), 'date_create' => array('type' => 'datetime', 'label' => 'Date create', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 300), 'tms' => array('type' => 'timestamp', 'label' => 'Tms', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 305), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -1, 'position' => 1000), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 1010), 'fk_statut' => array('type' => 'integer', 'label' => 'Fk statut', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 500), ) |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$table_element = 'expensereport_det' |
|
abstract class CommonObject { /**/ } |
$error = |
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$error = '' |
|
abstract class CommonObject { /**/ } |
$comments = array( ) |
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$comments = |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$element = |
class ExpenseReportRule extends CommonObject { /**/ } |
$element = 'expenserule' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ExpenseReportRule extends CommonObject { /**/ } |
$table_element = 'expensereport_rules' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class ExpenseReportRule extends CommonObject { /**/ } |
$fk_element = 'fk_expense_rule' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class ExpenseReportRule extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'index' => 1, 'label' => 'ID', 'enabled' => 1, 'visible' => -1, 'position' => 10), 'dates' => array('type' => 'date', 'label' => 'Dates', 'enabled' => 1, 'visible' => -1, 'position' => 20), 'datee' => array('type' => 'date', 'label' => 'Datee', 'enabled' => 1, 'visible' => -1, 'position' => 30), 'amount' => array('type' => 'double', 'label' => 'Amount', 'enabled' => 1, 'visible' => -1, 'position' => 40), 'restrictive' => array('type' => 'integer', 'label' => 'Restrictive', 'enabled' => 1, 'visible' => -1, 'position' => 50), 'fk_user' => array('type' => 'integer', 'label' => 'User', 'enabled' => 1, 'visible' => -1, 'position' => 60), 'fk_usergroup' => array('type' => 'integer', 'label' => 'Usergroup', 'enabled' => 1, 'visible' => -1, 'position' => 70), 'fk_c_type_fees' => array('type' => 'integer', 'label' => 'Type fees', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'code_expense_rules_type' => array('type' => 'string', 'label' => 'Expense rule code', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'is_for_all' => array('type' => 'integer', 'label' => 'IsForAll', 'enabled' => 1, 'visible' => -1, 'position' => 100), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => -2, 'position' => 110), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$element = |
class ExpenseReportIk extends CommonObject { /**/ } |
$element = 'expenseik' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ExpenseReportIk extends CommonObject { /**/ } |
$table_element = 'expensereport_ik' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class ExpenseReportIk extends CommonObject { /**/ } |
$fk_element = 'fk_expense_ik' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class ExpenseReportIk extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'ID', 'enabled' => 1, 'index' => 1, 'visible' => -1, 'position' => 10), 'fk_c_exp_tax_cat' => array('type' => 'integer', 'label' => 'Tax cat id', 'enabled' => 1, 'index' => 1, 'visible' => -1, 'position' => 20), 'fk_range' => array('type' => 'integer', 'label' => 'Tax range id', 'enabled' => 1, 'index' => 1, 'visible' => -1, 'position' => 30), 'coef' => array('type' => 'double', 'label' => 'Coef', 'enabled' => 1, 'visible' => -1, 'position' => 40), 'ikoffset' => array('type' => 'double', 'label' => 'Offset', 'enabled' => 1, 'visible' => -1, 'position' => 50), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$element = |
class PaymentExpenseReport extends CommonObject { /**/ } |
$element = 'payment_expensereport' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class PaymentExpenseReport extends CommonObject { /**/ } |
$table_element = 'payment_expensereport' |
|
class Service { /**/ } |
$elementMap = [ ] |
class Service extends \Sabre\Xml\Service { /**/ } |
$elementMap = ['{DAV:}multistatus' => 'Sabre\\DAV\\Xml\\Response\\MultiStatus', '{DAV:}response' => 'Sabre\\DAV\\Xml\\Element\\Response', '{DAV:}propfind' => 'Sabre\\DAV\\Xml\\Request\\PropFind', '{DAV:}propertyupdate' => 'Sabre\\DAV\\Xml\\Request\\PropPatch', '{DAV:}mkcol' => 'Sabre\\DAV\\Xml\\Request\\MkCol', '{DAV:}resourcetype' => 'Sabre\\DAV\\Xml\\Property\\ResourceType', ] |
|
class Service { /**/ } |
$namespaceMap = [ ] |
class Service extends \Sabre\Xml\Service { /**/ } |
$namespaceMap = ['DAV:' => 'd', 'http://sabredav.org/ns' => 's', ] |
|
class Text extends Property { /**/ } |
$delimiter = ',' |
class Time extends Text { /**/ } |
$delimiter = '' |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class Time extends Text { /**/ } |
$delimiter = '' |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class FlatText extends Text { /**/ } |
$delimiter = ',' |
|
class Text extends Property { /**/ } |
$delimiter = ',' |
class Uri extends Text { /**/ } |
$delimiter = '' |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class Uri extends Text { /**/ } |
$delimiter = '' |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class Binary extends Property { /**/ } |
$delimiter = '' |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class Text extends Property { /**/ } |
$delimiter = ',' |
|
class Text extends Property { /**/ } |
$delimiter = ',' |
class UtcOffset extends Text { /**/ } |
$delimiter = '' |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class UtcOffset extends Text { /**/ } |
$delimiter = '' |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class TimeStamp extends Text { /**/ } |
$delimiter = '' |
|
class Text extends Property { /**/ } |
$delimiter = ',' |
class TimeStamp extends Text { /**/ } |
$delimiter = '' |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class DateAndOrTime extends Property { /**/ } |
$delimiter = '' |
|
class Text extends Property { /**/ } |
$structuredValues = ['N', 'ADR', 'ORG', 'GENDER', 'CLIENTPIDMAP', 'REQUEST-STATUS', ] |
class PhoneNumber extends Property\Text { /**/ } |
$structuredValues = [ ] |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class DateTime extends Property { /**/ } |
$delimiter = ',' |
|
class Text extends Property { /**/ } |
$delimiter = ',' |
class CalAddress extends Text { /**/ } |
$delimiter = '' |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class CalAddress extends Text { /**/ } |
$delimiter = '' |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class Period extends Property { /**/ } |
$delimiter = ',' |
|
abstract class Property extends Node { /**/ } |
$delimiter = ';' |
class Duration extends Property { /**/ } |
$delimiter = ',' |
|
abstract class Document extends Component { /**/ } |
$defaultName = |
class VCalendar extends VObject\Document { /**/ } |
$defaultName = 'VCALENDAR' |
|
abstract class Document extends Component { /**/ } |
$componentMap = [ ] |
class VCalendar extends VObject\Document { /**/ } |
$componentMap = ['VCALENDAR' => self::class, 'VALARM' => VAlarm::class, 'VEVENT' => VEvent::class, 'VFREEBUSY' => VFreeBusy::class, 'VAVAILABILITY' => VAvailability::class, 'AVAILABLE' => Available::class, 'VJOURNAL' => VJournal::class, 'VTIMEZONE' => VTimeZone::class, 'VTODO' => VTodo::class, ] |
|
abstract class Document extends Component { /**/ } |
$valueMap = [ ] |
class VCalendar extends VObject\Document { /**/ } |
$valueMap = ['BINARY' => VObject\Property\Binary::class, 'BOOLEAN' => VObject\Property\Boolean::class, 'CAL-ADDRESS' => VObject\Property\ICalendar\CalAddress::class, 'DATE' => VObject\Property\ICalendar\Date::class, 'DATE-TIME' => VObject\Property\ICalendar\DateTime::class, 'DURATION' => VObject\Property\ICalendar\Duration::class, 'FLOAT' => VObject\Property\FloatValue::class, 'INTEGER' => VObject\Property\IntegerValue::class, 'PERIOD' => VObject\Property\ICalendar\Period::class, 'RECUR' => VObject\Property\ICalendar\Recur::class, 'TEXT' => VObject\Property\Text::class, 'TIME' => VObject\Property\Time::class, 'UNKNOWN' => VObject\Property\Unknown::class, 'URI' => VObject\Property\Uri::class, 'UTC-OFFSET' => VObject\Property\UtcOffset::class, ] |
|
abstract class Document extends Component { /**/ } |
$propertyMap = [ ] |
class VCalendar extends VObject\Document { /**/ } |
$propertyMap = ['CALSCALE' => VObject\Property\FlatText::class, 'METHOD' => VObject\Property\FlatText::class, 'PRODID' => VObject\Property\FlatText::class, 'VERSION' => VObject\Property\FlatText::class, 'ATTACH' => VObject\Property\Uri::class, 'CATEGORIES' => VObject\Property\Text::class, 'CLASS' => VObject\Property\FlatText::class, 'COMMENT' => VObject\Property\FlatText::class, 'DESCRIPTION' => VObject\Property\FlatText::class, 'GEO' => VObject\Property\FloatValue::class, 'LOCATION' => VObject\Property\FlatText::class, 'PERCENT-COMPLETE' => VObject\Property\IntegerValue::class, 'PRIORITY' => VObject\Property\IntegerValue::class, 'RESOURCES' => VObject\Property\Text::class, 'STATUS' => VObject\Property\FlatText::class, 'SUMMARY' => VObject\Property\FlatText::class, 'COMPLETED' => VObject\Property\ICalendar\DateTime::class, 'DTEND' => VObject\Property\ICalendar\DateTime::class, 'DUE' => VObject\Property\ICalendar\DateTime::class, 'DTSTART' => VObject\Property\ICalendar\DateTime::class, 'DURATION' => VObject\Property\ICalendar\Duration::class, 'FREEBUSY' => VObject\Property\ICalendar\Period::class, 'TRANSP' => VObject\Property\FlatText::class, 'TZID' => VObject\Property\FlatText::class, 'TZNAME' => VObject\Property\FlatText::class, 'TZOFFSETFROM' => VObject\Property\UtcOffset::class, 'TZOFFSETTO' => VObject\Property\UtcOffset::class, 'TZURL' => VObject\Property\Uri::class, 'ATTENDEE' => VObject\Property\ICalendar\CalAddress::class, 'CONTACT' => VObject\Property\FlatText::class, 'ORGANIZER' => VObject\Property\ICalendar\CalAddress::class, 'RECURRENCE-ID' => VObject\Property\ICalendar\DateTime::class, 'RELATED-TO' => VObject\Property\FlatText::class, 'URL' => VObject\Property\Uri::class, 'UID' => VObject\Property\FlatText::class, 'EXDATE' => VObject\Property\ICalendar\DateTime::class, 'RDATE' => VObject\Property\ICalendar\DateTime::class, 'RRULE' => VObject\Property\ICalendar\Recur::class, 'EXRULE' => VObject\Property\ICalendar\Recur::class, 'ACTION' => VObject\Property\FlatText::class, 'REPEAT' => VObject\Property\IntegerValue::class, 'TRIGGER' => VObject\Property\ICalendar\Duration::class, 'CREATED' => VObject\Property\ICalendar\DateTime::class, 'DTSTAMP' => VObject\Property\ICalendar\DateTime::class, 'LAST-MODIFIED' => VObject\Property\ICalendar\DateTime::class, 'SEQUENCE' => VObject\Property\IntegerValue::class, 'REQUEST-STATUS' => VObject\Property\Text::class, 'ALARM-AGENT' => VObject\Property\Text::class, 'ACKNOWLEDGED' => VObject\Property\ICalendar\DateTime::class, 'PROXIMITY' => VObject\Property\Text::class, 'DEFAULT-ALARM' => VObject\Property\Boolean::class, 'BUSYTYPE' => VObject\Property\Text::class, ] |
|
abstract class Document extends Component { /**/ } |
$defaultName = |
class VCard extends VObject\Document { /**/ } |
$defaultName = 'VCARD' |
|
abstract class Document extends Component { /**/ } |
$componentMap = [ ] |
class VCard extends VObject\Document { /**/ } |
$componentMap = ['VCARD' => VCard::class, ] |
|
abstract class Document extends Component { /**/ } |
$valueMap = [ ] |
class VCard extends VObject\Document { /**/ } |
$valueMap = ['BINARY' => VObject\Property\Binary::class, 'BOOLEAN' => VObject\Property\Boolean::class, 'CONTENT-ID' => VObject\Property\FlatText::class, 'DATE' => VObject\Property\VCard\Date::class, 'DATE-TIME' => VObject\Property\VCard\DateTime::class, 'DATE-AND-OR-TIME' => VObject\Property\VCard\DateAndOrTime::class, 'FLOAT' => VObject\Property\FloatValue::class, 'INTEGER' => VObject\Property\IntegerValue::class, 'LANGUAGE-TAG' => VObject\Property\VCard\LanguageTag::class, 'PHONE-NUMBER' => VObject\Property\VCard\PhoneNumber::class, 'TIMESTAMP' => VObject\Property\VCard\TimeStamp::class, 'TEXT' => VObject\Property\Text::class, 'TIME' => VObject\Property\Time::class, 'UNKNOWN' => VObject\Property\Unknown::class, 'URI' => VObject\Property\Uri::class, 'URL' => VObject\Property\Uri::class, 'UTC-OFFSET' => VObject\Property\UtcOffset::class, ] |
|
abstract class Document extends Component { /**/ } |
$propertyMap = [ ] |
class VCard extends VObject\Document { /**/ } |
$propertyMap = ['N' => VObject\Property\Text::class, 'FN' => VObject\Property\FlatText::class, 'PHOTO' => VObject\Property\Binary::class, 'BDAY' => VObject\Property\VCard\DateAndOrTime::class, 'ADR' => VObject\Property\Text::class, 'LABEL' => VObject\Property\FlatText::class, 'TEL' => VObject\Property\FlatText::class, 'EMAIL' => VObject\Property\FlatText::class, 'MAILER' => VObject\Property\FlatText::class, 'GEO' => VObject\Property\FlatText::class, 'TITLE' => VObject\Property\FlatText::class, 'ROLE' => VObject\Property\FlatText::class, 'LOGO' => VObject\Property\Binary::class, 'ORG' => VObject\Property\Text::class, 'NOTE' => VObject\Property\FlatText::class, 'REV' => VObject\Property\VCard\TimeStamp::class, 'SOUND' => VObject\Property\FlatText::class, 'URL' => VObject\Property\Uri::class, 'UID' => VObject\Property\FlatText::class, 'VERSION' => VObject\Property\FlatText::class, 'KEY' => VObject\Property\FlatText::class, 'TZ' => VObject\Property\Text::class, 'CATEGORIES' => VObject\Property\Text::class, 'SORT-STRING' => VObject\Property\FlatText::class, 'PRODID' => VObject\Property\FlatText::class, 'NICKNAME' => VObject\Property\Text::class, 'CLASS' => VObject\Property\FlatText::class, 'FBURL' => VObject\Property\Uri::class, 'CAPURI' => VObject\Property\Uri::class, 'CALURI' => VObject\Property\Uri::class, 'CALADRURI' => VObject\Property\Uri::class, 'IMPP' => VObject\Property\Uri::class, 'SOURCE' => VObject\Property\Uri::class, 'XML' => VObject\Property\FlatText::class, 'ANNIVERSARY' => VObject\Property\VCard\DateAndOrTime::class, 'CLIENTPIDMAP' => VObject\Property\Text::class, 'LANG' => VObject\Property\VCard\LanguageTag::class, 'GENDER' => VObject\Property\Text::class, 'KIND' => VObject\Property\FlatText::class, 'MEMBER' => VObject\Property\Uri::class, 'RELATED' => VObject\Property\Uri::class, 'BIRTHPLACE' => VObject\Property\FlatText::class, 'DEATHPLACE' => VObject\Property\FlatText::class, 'DEATHDATE' => VObject\Property\VCard\DateAndOrTime::class, 'EXPERTISE' => VObject\Property\FlatText::class, 'HOBBY' => VObject\Property\FlatText::class, 'INTEREST' => VObject\Property\FlatText::class, 'ORG-DIRECTORY' => VObject\Property\FlatText::class, ] |
|
abstract class Geometry { /**/ } |
$geom_type = |
class GeometryCollection extends Collection { /**/ } |
$geom_type = 'GeometryCollection' |
|
abstract class Geometry { /**/ } |
$geom_type = |
class LineString extends Collection { /**/ } |
$geom_type = 'LineString' |
|
abstract class Geometry { /**/ } |
$geom_type = |
class Point extends Geometry { /**/ } |
$geom_type = 'Point' |
|
abstract class Geometry { /**/ } |
$geom_type = |
class Polygon extends Collection { /**/ } |
$geom_type = 'Polygon' |
|
abstract class Geometry { /**/ } |
$geom_type = |
class MultiPolygon extends Collection { /**/ } |
$geom_type = 'MultiPolygon' |
|
abstract class Geometry { /**/ } |
$geom_type = |
class MultiPoint extends Collection { /**/ } |
$geom_type = 'MultiPoint' |
|
abstract class Geometry { /**/ } |
$geom_type = |
class MultiLineString extends Collection { /**/ } |
$geom_type = 'MultiLineString' |
|
class BestFit { /**/ } |
$bestFitType = 'undetermined' |
class PolynomialBestFit extends BestFit { /**/ } |
$bestFitType = 'polynomial' |
|
class BestFit { /**/ } |
$bestFitType = 'undetermined' |
class PowerBestFit extends BestFit { /**/ } |
$bestFitType = 'power' |
|
class BestFit { /**/ } |
$bestFitType = 'undetermined' |
class LogarithmicBestFit extends BestFit { /**/ } |
$bestFitType = 'logarithmic' |
|
class BestFit { /**/ } |
$bestFitType = 'undetermined' |
class LinearBestFit extends BestFit { /**/ } |
$bestFitType = 'linear' |
|
class BestFit { /**/ } |
$bestFitType = 'undetermined' |
class ExponentialBestFit extends BestFit { /**/ } |
$bestFitType = 'exponential' |
|
class CsvFormat extends \Luracast\Restler\Format\Format implements \Luracast\Restler\Format\iDecodeStream { /**/ } |
$delimiter = ',' |
class TsvFormat extends CsvFormat { /**/ } |
$delimiter = "\t" |
|
class CsvFormat extends Format implements iDecodeStream { /**/ } |
$delimiter = ',' |
class TsvFormat extends CsvFormat { /**/ } |
$delimiter = "\t" |
|
class Factory { /**/ } |
$className = Carbon::class |
class FactoryImmutable extends Factory { /**/ } |
$className = CarbonImmutable::class |
|
abstract class Protocol implements ProtocolInterface { /**/ } |
$encryption = false |
class LegacyProtocol extends Protocol { /**/ } |
$encryption = null |
|
abstract class AbstractDumper implements DataDumperInterface, DumperInterface { /**/ } |
$defaultOutput = 'php://output' |
class CliDumper extends AbstractDumper { /**/ } |
$defaultOutput = 'php://stdout' |
|
class CliDumper extends AbstractDumper { /**/ } |
$defaultOutput = 'php://stdout' |
class HtmlDumper extends CliDumper { /**/ } |
$defaultOutput = 'php://output' |
|
class CliDumper extends AbstractDumper { /**/ } |
$colors = |
class HtmlDumper extends CliDumper { /**/ } |
$colors = true |
|
class CliDumper extends AbstractDumper { /**/ } |
$styles = array('default' => '38;5;208', 'num' => '1;38;5;38', 'const' => '1;38;5;208', 'str' => '1;38;5;113', 'note' => '38;5;38', 'ref' => '38;5;247', 'public' => '', 'protected' => '', 'private' => '', 'meta' => '38;5;170', 'key' => '38;5;113', 'index' => '38;5;38', ) |
class HtmlDumper extends CliDumper { /**/ } |
$styles = array('default' => 'background-color:#18171B; color:#FF8400; line-height:1.2em; font:12px Menlo, Monaco, Consolas, monospace; word-wrap: break-word; white-space: pre-wrap; position:relative; z-index:99999; word-break: normal', 'num' => 'font-weight:bold; color:#1299DA', 'const' => 'font-weight:bold', 'str' => 'font-weight:bold; color:#56DB3A', 'note' => 'color:#1299DA', 'ref' => 'color:#A0A0A0', 'public' => 'color:#FFFFFF', 'protected' => 'color:#FFFFFF', 'private' => 'color:#FFFFFF', 'meta' => 'color:#B729D9', 'key' => 'color:#56DB3A', 'index' => 'color:#1299DA', 'ellipsis' => 'color:#FF8400', ) |
|
class nusoap_base { /**/ } |
$namespaces = array('SOAP-ENV' => 'http://schemas.xmlsoap.org/soap/envelope/', 'xsd' => 'http://www.w3.org/2001/XMLSchema', 'xsi' => 'http://www.w3.org/2001/XMLSchema-instance', 'SOAP-ENC' => 'http://schemas.xmlsoap.org/soap/encoding/') |
class nusoap_parser extends nusoap_base { /**/ } |
$namespaces = array( ) |
|
class nusoap_base { /**/ } |
$namespaces = array('SOAP-ENV' => 'http://schemas.xmlsoap.org/soap/envelope/', 'xsd' => 'http://www.w3.org/2001/XMLSchema', 'xsi' => 'http://www.w3.org/2001/XMLSchema-instance', 'SOAP-ENC' => 'http://schemas.xmlsoap.org/soap/encoding/') |
class nusoap_parser extends nusoap_base { /**/ } |
$namespaces = array( ) |
|
abstract class CommonObject { /**/ } |
$module = |
class ConferenceOrBooth extends ActionComm { /**/ } |
$module = 'eventorganization' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$element = |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$element = 'conferenceorbooth' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ConferenceOrBooth extends ActionComm { /**/ } |
$table_element = 'actioncomm' |
|
class ActionComm extends CommonObject { /**/ } |
$picto = 'action' |
class ConferenceOrBooth extends ActionComm { /**/ } |
$picto = 'conferenceorbooth' |
|
class ActionComm extends CommonObject { /**/ } |
$fields = array( ) |
class ConferenceOrBooth extends ActionComm { /**/ } |
$fields = array('id' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'csslist' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'integer', 'label' => 'Ref', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 2, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'csslist' => 'left', 'comment' => "Id"), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'csslist' => 'tdoverflowmax150', 'help' => "OrganizationEvenLabelName", 'showoncombobox' => 1, 'autofocusoncreate' => 1), 'fk_project' => array('type' => 'integer:Project:projet/class/project.class.php:1:(t.usage_organize_event:=:1)', 'label' => 'Project', 'enabled' => "isModEnabled('project')", 'position' => 52, 'notnull' => -1, 'visible' => 1, 'index' => 1, 'picto' => 'project', 'css' => 'maxwidth500', 'csslist' => 'tdoverflowmax100'), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'label' => 'ThirdParty', 'enabled' => '$conf->societe->enabled', 'position' => 50, 'notnull' => -1, 'visible' => 1, 'index' => 1, 'help' => "OrganizationEventLinkToThirdParty", 'picto' => 'company', 'csslist' => 'tdoverflowmax100', 'css' => 'maxwidth500'), 'note' => array('type' => 'html', 'label' => 'Description', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => 3), 'fk_action' => array('type' => "sellist:c_actioncomm:libelle:id::(module:LIKE:'%@eventorganization')", 'label' => 'Format', 'enabled' => 1, 'position' => 60, 'notnull' => 1, 'visible' => 1, 'css' => 'width100', 'csslist' => 'tdoverflowmax100'), 'datep' => array('type' => 'datetime', 'label' => 'DateStart', 'enabled' => 1, 'position' => 70, 'notnull' => 0, 'visible' => 1, 'showoncombobox' => '2', ), 'datep2' => array('type' => 'datetime', 'label' => 'DateEnd', 'enabled' => 1, 'position' => 71, 'notnull' => 0, 'visible' => 1, 'showoncombobox' => '3', ), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, 'csslist' => 'nowraponall'), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, 'csslist' => 'nowraponall'), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', 'csslist' => 'tdoverflowmax100'), 'fk_user_mod' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, 'csslist' => 'tdoverflowmax100'), 'num_vote' => array('type' => 'smallint', 'label' => 'NbVotes', 'enabled' => 1, 'position' => 800, 'notnull' => -1, 'visible' => 5, 'default' => '0', 'index' => 0), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'visible' => 1, 'default' => '0', 'index' => 1, 'arrayofkeyval' => array('0' => 'EvntOrgDraft', '1' => 'EvntOrgSuggested', '2' => 'EvntOrgConfirmed', '3' => 'EvntOrgNotQualified', '4' => 'EvntOrgDone', '9' => 'EvntOrgCancelled'), ), ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class ConferenceOrBooth extends ActionComm { /**/ } |
$fields = array('id' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'csslist' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'integer', 'label' => 'Ref', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 2, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'csslist' => 'left', 'comment' => "Id"), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'csslist' => 'tdoverflowmax150', 'help' => "OrganizationEvenLabelName", 'showoncombobox' => 1, 'autofocusoncreate' => 1), 'fk_project' => array('type' => 'integer:Project:projet/class/project.class.php:1:(t.usage_organize_event:=:1)', 'label' => 'Project', 'enabled' => "isModEnabled('project')", 'position' => 52, 'notnull' => -1, 'visible' => 1, 'index' => 1, 'picto' => 'project', 'css' => 'maxwidth500', 'csslist' => 'tdoverflowmax100'), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'label' => 'ThirdParty', 'enabled' => '$conf->societe->enabled', 'position' => 50, 'notnull' => -1, 'visible' => 1, 'index' => 1, 'help' => "OrganizationEventLinkToThirdParty", 'picto' => 'company', 'csslist' => 'tdoverflowmax100', 'css' => 'maxwidth500'), 'note' => array('type' => 'html', 'label' => 'Description', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => 3), 'fk_action' => array('type' => "sellist:c_actioncomm:libelle:id::(module:LIKE:'%@eventorganization')", 'label' => 'Format', 'enabled' => 1, 'position' => 60, 'notnull' => 1, 'visible' => 1, 'css' => 'width100', 'csslist' => 'tdoverflowmax100'), 'datep' => array('type' => 'datetime', 'label' => 'DateStart', 'enabled' => 1, 'position' => 70, 'notnull' => 0, 'visible' => 1, 'showoncombobox' => '2', ), 'datep2' => array('type' => 'datetime', 'label' => 'DateEnd', 'enabled' => 1, 'position' => 71, 'notnull' => 0, 'visible' => 1, 'showoncombobox' => '3', ), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, 'csslist' => 'nowraponall'), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, 'csslist' => 'nowraponall'), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', 'csslist' => 'tdoverflowmax100'), 'fk_user_mod' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, 'csslist' => 'tdoverflowmax100'), 'num_vote' => array('type' => 'smallint', 'label' => 'NbVotes', 'enabled' => 1, 'position' => 800, 'notnull' => -1, 'visible' => 5, 'default' => '0', 'index' => 0), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'visible' => 1, 'default' => '0', 'index' => 1, 'arrayofkeyval' => array('0' => 'EvntOrgDraft', '1' => 'EvntOrgSuggested', '2' => 'EvntOrgConfirmed', '3' => 'EvntOrgNotQualified', '4' => 'EvntOrgDone', '9' => 'EvntOrgCancelled'), ), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class ConferenceOrBooth extends ActionComm { /**/ } |
$status = 9 |
|
class ActionComm extends CommonObject { /**/ } |
$status = |
class ConferenceOrBooth extends ActionComm { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$status = |
class ConferenceOrBooth extends ActionComm { /**/ } |
$status = 0 |
|
class ActionComm extends CommonObject { /**/ } |
$status = |
class ConferenceOrBooth extends ActionComm { /**/ } |
$status = 0 |
|
abstract class CommonObject { /**/ } |
$status = |
class ConferenceOrBooth extends ActionComm { /**/ } |
$status = 4 |
|
class ActionComm extends CommonObject { /**/ } |
$status = |
class ConferenceOrBooth extends ActionComm { /**/ } |
$status = 4 |
|
abstract class CommonObject { /**/ } |
$status = |
class ConferenceOrBooth extends ActionComm { /**/ } |
$status = 2 |
|
class ActionComm extends CommonObject { /**/ } |
$status = |
class ConferenceOrBooth extends ActionComm { /**/ } |
$status = 2 |
|
abstract class CommonObject { /**/ } |
$module = |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$module = 'eventorganization' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$element = |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$element = 'conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$table_element = 'eventorganization_conferenceorboothattendee' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => 2, 'index' => 1, 'comment' => "Reference of object"), 'fk_project' => array('type' => 'integer:Project:projet/class/project.class.php:1', 'label' => 'Project', 'enabled' => "isModEnabled('project')", 'position' => 20, 'notnull' => 1, 'visible' => 0, 'index' => 1, 'picto' => 'project', 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'email' => array('type' => 'mail', 'label' => 'EmailAttendee', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'index' => 1, 'autofocusoncreate' => 1, 'searchall' => 1, 'csslist' => 'tdoverflowmax150'), 'firstname' => array('type' => 'varchar(100)', 'label' => 'Firstname', 'enabled' => 1, 'position' => 31, 'notnull' => 0, 'visible' => 1, 'index' => 1, 'searchall' => 1, 'csslist' => 'tdoverflowmax125'), 'lastname' => array('type' => 'varchar(100)', 'label' => 'Lastname', 'enabled' => 1, 'position' => 32, 'notnull' => 0, 'visible' => 1, 'index' => 1, 'searchall' => 1, 'csslist' => 'tdoverflowmax125'), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'position' => 40, 'notnull' => -1, 'visible' => 1, 'index' => 1, 'help' => "OrganizationEventLinkToThirdParty", 'picto' => 'company', 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'email_company' => array('type' => 'mail', 'label' => 'EmailCompany', 'enabled' => 1, 'position' => 41, 'notnull' => 0, 'visible' => -2, 'searchall' => 1), 'date_subscription' => array('type' => 'datetime', 'label' => 'DateOfRegistration', 'enabled' => 1, 'position' => 56, 'notnull' => 1, 'visible' => 1, 'showoncombobox' => 1, ), 'fk_invoice' => array('type' => 'integer:Facture:compta/facture/class/facture.class.php', 'label' => 'Invoice', 'enabled' => 'isModEnabled("invoice")', 'position' => 57, 'notnull' => 0, 'visible' => 1, 'index' => 0, 'picto' => 'bill', 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'amount' => array('type' => 'price', 'label' => 'AmountPaid', 'enabled' => 1, 'position' => 57, 'notnull' => 0, 'visible' => 1, 'default' => 'null', 'isameasure' => 1, 'help' => "AmountOfRegistrationPaid", ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 3, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 3, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, 'css' => 'nowraponall'), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => -1, 'visible' => -2), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'position' => 600, 'notnull' => 0, 'visible' => 0, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'position' => 1010, 'notnull' => -1, 'visible' => 0, ), 'ip' => array('type' => 'varchar(250)', 'label' => 'IPAddress', 'enabled' => 1, 'position' => 900, 'notnull' => -1, 'visible' => -2, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 1000, 'default' => '0', 'notnull' => 1, 'visible' => 1, 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated', '9' => 'Canceled'), ), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$status = |
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$next_prev_filter = |
class Client extends Societe { /**/ } |
$next_prev_filter = "te.client in (1,2,3)" |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$element = |
class SocieteAccount extends CommonObject { /**/ } |
$element = 'societeaccount' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class SocieteAccount extends CommonObject { /**/ } |
$table_element = 'societe_account' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class SocieteAccount extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'visible' => -2, 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'index' => 1, 'comment' => 'Id', ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'visible' => 0, 'enabled' => 1, 'position' => 5, 'default' => 1), 'login' => array('type' => 'varchar(64)', 'label' => 'Login', 'visible' => 1, 'enabled' => 1, 'notnull' => 1, 'position' => 10, 'showoncombobox' => 1, 'autofocusoncreate' => 1), 'pass_encoding' => array('type' => 'varchar(24)', 'label' => 'PassEncoding', 'visible' => 0, 'enabled' => 1, 'position' => 30), 'pass_crypted' => array('type' => 'password', 'label' => 'Password', 'visible' => -1, 'enabled' => 1, 'position' => 31, 'notnull' => 1), 'pass_temp' => array('type' => 'varchar(128)', 'label' => 'Temp', 'visible' => 0, 'enabled' => 0, 'position' => 32, 'notnull' => -1, ), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'visible' => 1, 'enabled' => 1, 'position' => 40, 'notnull' => -1, 'index' => 1, 'picto' => 'company', 'css' => 'maxwidth300 widthcentpercentminusxx'), 'site' => array('type' => 'varchar(128)', 'label' => 'WebsiteTypeLabel', 'visible' => 0, 'enabled' => 0, 'position' => 41, 'notnull' => 1, 'default' => '', 'help' => 'Name of the website or service if this is account on an external website or service', 'arrayofkeyval' => array( )), 'fk_website' => array('type' => 'integer:Website:website/class/website.class.php', 'label' => 'WebSite', 'visible' => 0, 'enabled' => 0, 'position' => 42, 'notnull' => -1, 'index' => 1, 'picto' => 'website', 'css' => 'maxwidth300 widthcentpercentminusxx'), 'site_account' => array('type' => 'varchar(128)', 'label' => 'ExternalSiteAccount', 'visible' => 0, 'enabled' => 1, 'position' => 44, 'help' => 'A key to identify the account on external web site if this is an account on an external website'), 'key_account' => array('type' => 'varchar(128)', 'label' => 'KeyAccount', 'visible' => 0, 'enabled' => 1, 'position' => 48, 'notnull' => 0, 'index' => 1, 'searchall' => 1, 'comment' => 'The id of third party in the external web site (for site_account if site_account defined)', ), 'date_last_login' => array('type' => 'datetime', 'label' => 'LastConnexion', 'visible' => 2, 'enabled' => 1, 'position' => 50, 'notnull' => 0, ), 'date_previous_login' => array('type' => 'datetime', 'label' => 'PreviousConnexion', 'visible' => 2, 'enabled' => 1, 'position' => 51, 'notnull' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'visible' => -1, 'enabled' => 1, 'position' => 46, 'notnull' => -1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'visible' => -2, 'enabled' => 1, 'position' => 500, 'notnull' => 1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'visible' => -2, 'enabled' => 1, 'position' => 500, 'notnull' => 1, ), 'fk_user_creat' => array('type' => 'integer', 'label' => 'UserAuthor', 'visible' => -2, 'enabled' => 1, 'position' => 500, 'notnull' => 1, ), 'fk_user_modif' => array('type' => 'integer', 'label' => 'UserModif', 'visible' => -2, 'enabled' => 1, 'position' => 500, 'notnull' => -1, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'visible' => -2, 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'index' => 1, ), 'status' => array('type' => 'integer', 'label' => 'Status', 'visible' => 1, 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'index' => 1, 'default' => 1, 'arrayofkeyval' => array('1' => 'Active', '0' => 'Disabled')), ) |
|
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$element = |
class CompanyBankAccount extends Account { /**/ } |
$element = 'societe_rib' |
|
class Account extends CommonObject { /**/ } |
$table_element = 'bank_account' |
class CompanyBankAccount extends Account { /**/ } |
$table_element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class CompanyBankAccount extends Account { /**/ } |
$table_element = 'societe_rib' |
|
class Account extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'ref' => array('type' => 'varchar(12)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 25), 'label' => array('type' => 'varchar(30)', 'label' => 'Label', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 30), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 35, 'index' => 1), 'bank' => array('type' => 'varchar(60)', 'label' => 'Bank', 'enabled' => 1, 'visible' => -1, 'position' => 40), 'code_banque' => array('type' => 'varchar(128)', 'label' => 'Code banque', 'enabled' => 1, 'visible' => -1, 'position' => 45), 'code_guichet' => array('type' => 'varchar(6)', 'label' => 'Code guichet', 'enabled' => 1, 'visible' => -1, 'position' => 50), 'number' => array('type' => 'varchar(255)', 'label' => 'Number', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'cle_rib' => array('type' => 'varchar(5)', 'label' => 'Cle rib', 'enabled' => 1, 'visible' => -1, 'position' => 60), 'bic' => array('type' => 'varchar(11)', 'label' => 'Bic', 'enabled' => 1, 'visible' => -1, 'position' => 65), 'iban_prefix' => array('type' => 'varchar(34)', 'label' => 'Iban prefix', 'enabled' => 1, 'visible' => -1, 'position' => 70), 'country_iban' => array('type' => 'varchar(2)', 'label' => 'Country iban', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'cle_iban' => array('type' => 'varchar(2)', 'label' => 'Cle iban', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'domiciliation' => array('type' => 'varchar(255)', 'label' => 'Domiciliation', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'state_id' => array('type' => 'integer', 'label' => 'StateId', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'fk_pays' => array('type' => 'integer', 'label' => 'Country', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 95), 'proprio' => array('type' => 'varchar(60)', 'label' => 'Proprio', 'enabled' => 1, 'visible' => -1, 'position' => 100), 'owner_address' => array('type' => 'varchar(255)', 'label' => 'Owner address', 'enabled' => 1, 'visible' => -1, 'position' => 105), 'owner_zip' => array('type' => 'varchar(25)', 'label' => 'Owner zip', 'enabled' => 1, 'visible' => -1, 'position' => 106), 'owner_town' => array('type' => 'varchar(50)', 'label' => 'Owner town', 'enabled' => 1, 'visible' => -1, 'position' => 107), 'owner_country_id' => array('type' => 'integer', 'label' => 'Owner country', 'enabled' => 1, 'visible' => -1, 'position' => 108), 'courant' => array('type' => 'smallint(6)', 'label' => 'Courant', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 110), 'clos' => array('type' => 'smallint(6)', 'label' => 'Clos', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 115), 'rappro' => array('type' => 'smallint(6)', 'label' => 'Rappro', 'enabled' => 1, 'visible' => -1, 'position' => 120), 'url' => array('type' => 'varchar(128)', 'label' => 'Url', 'enabled' => 1, 'visible' => -1, 'position' => 125), 'account_number' => array('type' => 'varchar(32)', 'label' => 'Account number', 'enabled' => 1, 'visible' => -1, 'position' => 130), 'fk_accountancy_journal' => array('type' => 'integer', 'label' => 'Accountancy journal ID', 'enabled' => 1, 'visible' => -1, 'position' => 132), 'accountancy_journal' => array('type' => 'varchar(20)', 'label' => 'Accountancy journal', 'enabled' => 1, 'visible' => -1, 'position' => 135), 'currency_code' => array('type' => 'varchar(3)', 'label' => 'Currency code', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 140), 'min_allowed' => array('type' => 'integer', 'label' => 'Min allowed', 'enabled' => 1, 'visible' => -1, 'position' => 145), 'min_desired' => array('type' => 'integer', 'label' => 'Min desired', 'enabled' => 1, 'visible' => -1, 'position' => 150), 'comment' => array('type' => 'text', 'label' => 'Comment', 'enabled' => 1, 'visible' => -1, 'position' => 155), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 156), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 157), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user author', 'enabled' => 1, 'visible' => -1, 'position' => 160), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 165), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 170), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 175), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 180), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 185), ) |
class CompanyBankAccount extends Account { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => -1, ), 'type' => array('type' => 'varchar(32)', 'label' => 'Type', 'enabled' => 1, 'position' => 15, 'notnull' => 1, 'visible' => -1, ), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'picto' => 'company', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => -1, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150', ), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 25, 'notnull' => 0, 'visible' => -1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => -1, ), 'label' => array('type' => 'varchar(200)', 'label' => 'Label', 'enabled' => 1, 'position' => 35, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'csslist' => 'tdoverflowmax150', ), 'bank' => array('type' => 'varchar(255)', 'label' => 'Bank', 'enabled' => 1, 'position' => 40, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'code_banque' => array('type' => 'varchar(128)', 'label' => 'Codebanque', 'enabled' => 1, 'position' => 45, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'code_guichet' => array('type' => 'varchar(6)', 'label' => 'Codeguichet', 'enabled' => 1, 'position' => 50, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'number' => array('type' => 'varchar(255)', 'label' => 'Number', 'enabled' => 1, 'position' => 55, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'cle_rib' => array('type' => 'varchar(5)', 'label' => 'Clerib', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'bic' => array('type' => 'varchar(20)', 'label' => 'Bic', 'enabled' => 1, 'position' => 65, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'iban_prefix' => array('type' => 'varchar(34)', 'label' => 'Ibanprefix', 'enabled' => 1, 'position' => 70, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'domiciliation' => array('type' => 'varchar(255)', 'label' => 'Domiciliation', 'enabled' => 1, 'position' => 75, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'proprio' => array('type' => 'varchar(60)', 'label' => 'Proprio', 'enabled' => 1, 'position' => 80, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'owner_address' => array('type' => 'varchar(255)', 'label' => 'Owneraddress', 'enabled' => 1, 'position' => 85, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'default_rib' => array('type' => 'smallint(6)', 'label' => 'Defaultrib', 'enabled' => 1, 'position' => 90, 'notnull' => 1, 'visible' => -1, 'alwayseditable' => 1, ), 'state_id' => array('type' => 'integer', 'label' => 'Stateid', 'enabled' => 1, 'position' => 95, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'fk_country' => array('type' => 'integer', 'label' => 'Fkcountry', 'enabled' => 1, 'position' => 100, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, 'css' => 'maxwidth500 widthcentpercentminusxx', ), 'currency_code' => array('type' => 'varchar(3)', 'label' => 'Currencycode', 'enabled' => 1, 'position' => 105, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'rum' => array('type' => 'varchar(32)', 'label' => 'Rum', 'enabled' => 1, 'position' => 110, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'date_rum' => array('type' => 'date', 'label' => 'Daterum', 'enabled' => 1, 'position' => 115, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'frstrecur' => array('type' => 'varchar(16)', 'label' => 'Frstrecur', 'enabled' => 1, 'position' => 120, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 900, 'notnull' => 0, 'visible' => -2, 'alwayseditable' => 1, ), 'last_four' => array('type' => 'varchar(4)', 'label' => 'Lastfour', 'enabled' => 1, 'position' => 130, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'card_type' => array('type' => 'varchar(255)', 'label' => 'Cardtype', 'enabled' => 1, 'position' => 135, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'cvn' => array('type' => 'varchar(255)', 'label' => 'Cvn', 'enabled' => 1, 'position' => 140, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'exp_date_month' => array('type' => 'integer', 'label' => 'Expdatemonth', 'enabled' => 1, 'position' => 145, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'exp_date_year' => array('type' => 'integer', 'label' => 'Expdateyear', 'enabled' => 1, 'position' => 150, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'country_code' => array('type' => 'varchar(10)', 'label' => 'Countrycode', 'enabled' => 1, 'position' => 155, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'approved' => array('type' => 'integer', 'label' => 'Approved', 'enabled' => 1, 'position' => 160, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'email' => array('type' => 'varchar(255)', 'label' => 'Email', 'enabled' => 1, 'position' => 165, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'ending_date' => array('type' => 'date', 'label' => 'Endingdate', 'enabled' => 1, 'position' => 170, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'max_total_amount_of_all_payments' => array('type' => 'double(24,8)', 'label' => 'Maxtotalamountofallpayments', 'enabled' => 1, 'position' => 175, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'preapproval_key' => array('type' => 'varchar(255)', 'label' => 'Preapprovalkey', 'enabled' => 1, 'position' => 180, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'starting_date' => array('type' => 'date', 'label' => 'Startingdate', 'enabled' => 1, 'position' => 185, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'total_amount_of_all_payments' => array('type' => 'double(24,8)', 'label' => 'Totalamountofallpayments', 'enabled' => 1, 'position' => 190, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'stripe_card_ref' => array('type' => 'varchar(128)', 'label' => 'Stripecardref', 'enabled' => 1, 'position' => 195, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -1, 'alwayseditable' => 1, ), 'comment' => array('type' => 'varchar(255)', 'label' => 'Comment', 'enabled' => 1, 'position' => 205, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'ipaddress' => array('type' => 'varchar(68)', 'label' => 'Ipaddress', 'enabled' => 1, 'position' => 210, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'stripe_account' => array('type' => 'varchar(128)', 'label' => 'Stripeaccount', 'enabled' => 1, 'position' => 215, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => 0, 'position' => 230), ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class CompanyBankAccount extends Account { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => -1, ), 'type' => array('type' => 'varchar(32)', 'label' => 'Type', 'enabled' => 1, 'position' => 15, 'notnull' => 1, 'visible' => -1, ), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'picto' => 'company', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => -1, 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150', ), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 25, 'notnull' => 0, 'visible' => -1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => -1, ), 'label' => array('type' => 'varchar(200)', 'label' => 'Label', 'enabled' => 1, 'position' => 35, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'csslist' => 'tdoverflowmax150', ), 'bank' => array('type' => 'varchar(255)', 'label' => 'Bank', 'enabled' => 1, 'position' => 40, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'code_banque' => array('type' => 'varchar(128)', 'label' => 'Codebanque', 'enabled' => 1, 'position' => 45, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'code_guichet' => array('type' => 'varchar(6)', 'label' => 'Codeguichet', 'enabled' => 1, 'position' => 50, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'number' => array('type' => 'varchar(255)', 'label' => 'Number', 'enabled' => 1, 'position' => 55, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'cle_rib' => array('type' => 'varchar(5)', 'label' => 'Clerib', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'bic' => array('type' => 'varchar(20)', 'label' => 'Bic', 'enabled' => 1, 'position' => 65, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'iban_prefix' => array('type' => 'varchar(34)', 'label' => 'Ibanprefix', 'enabled' => 1, 'position' => 70, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'domiciliation' => array('type' => 'varchar(255)', 'label' => 'Domiciliation', 'enabled' => 1, 'position' => 75, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'proprio' => array('type' => 'varchar(60)', 'label' => 'Proprio', 'enabled' => 1, 'position' => 80, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'owner_address' => array('type' => 'varchar(255)', 'label' => 'Owneraddress', 'enabled' => 1, 'position' => 85, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'default_rib' => array('type' => 'smallint(6)', 'label' => 'Defaultrib', 'enabled' => 1, 'position' => 90, 'notnull' => 1, 'visible' => -1, 'alwayseditable' => 1, ), 'state_id' => array('type' => 'integer', 'label' => 'Stateid', 'enabled' => 1, 'position' => 95, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'fk_country' => array('type' => 'integer', 'label' => 'Fkcountry', 'enabled' => 1, 'position' => 100, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, 'css' => 'maxwidth500 widthcentpercentminusxx', ), 'currency_code' => array('type' => 'varchar(3)', 'label' => 'Currencycode', 'enabled' => 1, 'position' => 105, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'rum' => array('type' => 'varchar(32)', 'label' => 'Rum', 'enabled' => 1, 'position' => 110, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'date_rum' => array('type' => 'date', 'label' => 'Daterum', 'enabled' => 1, 'position' => 115, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'frstrecur' => array('type' => 'varchar(16)', 'label' => 'Frstrecur', 'enabled' => 1, 'position' => 120, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 900, 'notnull' => 0, 'visible' => -2, 'alwayseditable' => 1, ), 'last_four' => array('type' => 'varchar(4)', 'label' => 'Lastfour', 'enabled' => 1, 'position' => 130, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'card_type' => array('type' => 'varchar(255)', 'label' => 'Cardtype', 'enabled' => 1, 'position' => 135, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'cvn' => array('type' => 'varchar(255)', 'label' => 'Cvn', 'enabled' => 1, 'position' => 140, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'exp_date_month' => array('type' => 'integer', 'label' => 'Expdatemonth', 'enabled' => 1, 'position' => 145, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'exp_date_year' => array('type' => 'integer', 'label' => 'Expdateyear', 'enabled' => 1, 'position' => 150, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'country_code' => array('type' => 'varchar(10)', 'label' => 'Countrycode', 'enabled' => 1, 'position' => 155, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'approved' => array('type' => 'integer', 'label' => 'Approved', 'enabled' => 1, 'position' => 160, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'email' => array('type' => 'varchar(255)', 'label' => 'Email', 'enabled' => 1, 'position' => 165, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'ending_date' => array('type' => 'date', 'label' => 'Endingdate', 'enabled' => 1, 'position' => 170, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'max_total_amount_of_all_payments' => array('type' => 'double(24,8)', 'label' => 'Maxtotalamountofallpayments', 'enabled' => 1, 'position' => 175, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'preapproval_key' => array('type' => 'varchar(255)', 'label' => 'Preapprovalkey', 'enabled' => 1, 'position' => 180, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'starting_date' => array('type' => 'date', 'label' => 'Startingdate', 'enabled' => 1, 'position' => 185, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'total_amount_of_all_payments' => array('type' => 'double(24,8)', 'label' => 'Totalamountofallpayments', 'enabled' => 1, 'position' => 190, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'stripe_card_ref' => array('type' => 'varchar(128)', 'label' => 'Stripecardref', 'enabled' => 1, 'position' => 195, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -1, 'alwayseditable' => 1, ), 'comment' => array('type' => 'varchar(255)', 'label' => 'Comment', 'enabled' => 1, 'position' => 205, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'ipaddress' => array('type' => 'varchar(68)', 'label' => 'Ipaddress', 'enabled' => 1, 'position' => 210, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'stripe_account' => array('type' => 'varchar(128)', 'label' => 'Stripeaccount', 'enabled' => 1, 'position' => 215, 'notnull' => 0, 'visible' => -1, 'alwayseditable' => 1, ), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => 0, 'position' => 230), ) |
|
class Account extends CommonObject { /**/ } |
$type = 2 |
class CompanyBankAccount extends Account { /**/ } |
$type = |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$element = |
class CompanyPaymentMode extends CommonObject { /**/ } |
$element = 'companypaymentmode' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class CompanyPaymentMode extends CommonObject { /**/ } |
$table_element = 'societe_rib' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class CompanyPaymentMode extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'Rowid', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 10), 'fk_soc' => array('type' => 'integer', 'label' => 'Fk soc', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15), 'label' => array('type' => 'varchar(30)', 'label' => 'Label', 'enabled' => 1, 'visible' => -2, 'position' => 30), 'bank' => array('type' => 'varchar(255)', 'label' => 'Bank', 'enabled' => 1, 'visible' => -2, 'position' => 35), 'code_banque' => array('type' => 'varchar(128)', 'label' => 'Code banque', 'enabled' => 1, 'visible' => -2, 'position' => 40), 'code_guichet' => array('type' => 'varchar(6)', 'label' => 'Code guichet', 'enabled' => 1, 'visible' => -2, 'position' => 45), 'number' => array('type' => 'varchar(255)', 'label' => 'Number', 'enabled' => 1, 'visible' => -2, 'position' => 50), 'cle_rib' => array('type' => 'varchar(5)', 'label' => 'Cle rib', 'enabled' => 1, 'visible' => -2, 'position' => 55), 'bic' => array('type' => 'varchar(20)', 'label' => 'Bic', 'enabled' => 1, 'visible' => -2, 'position' => 60), 'iban_prefix' => array('type' => 'varchar(34)', 'label' => 'Iban prefix', 'enabled' => 1, 'visible' => -2, 'position' => 65), 'domiciliation' => array('type' => 'varchar(255)', 'label' => 'Domiciliation', 'enabled' => 1, 'visible' => -2, 'position' => 70), 'proprio' => array('type' => 'varchar(60)', 'label' => 'Proprio', 'enabled' => 1, 'visible' => -2, 'position' => 75), 'owner_address' => array('type' => 'text', 'label' => 'Owner address', 'enabled' => 1, 'visible' => -2, 'position' => 80), 'default_rib' => array('type' => 'tinyint(4)', 'label' => 'Default rib', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 85), 'rum' => array('type' => 'varchar(32)', 'label' => 'Rum', 'enabled' => 1, 'visible' => -2, 'position' => 90), 'date_rum' => array('type' => 'date', 'label' => 'Date rum', 'enabled' => 1, 'visible' => -2, 'position' => 95), 'frstrecur' => array('type' => 'varchar(16)', 'label' => 'Frstrecur', 'enabled' => 1, 'visible' => -2, 'position' => 100), 'type' => array('type' => 'varchar(32)', 'label' => 'Type', 'enabled' => 1, 'visible' => -2, 'position' => 110), 'last_four' => array('type' => 'varchar(4)', 'label' => 'Last four', 'enabled' => 1, 'visible' => -2, 'position' => 115), 'card_type' => array('type' => 'varchar(255)', 'label' => 'Card type', 'enabled' => 1, 'visible' => -2, 'position' => 120), 'cvn' => array('type' => 'varchar(255)', 'label' => 'Cvn', 'enabled' => 1, 'visible' => -2, 'position' => 125), 'exp_date_month' => array('type' => 'integer', 'label' => 'Exp date month', 'enabled' => 1, 'visible' => -2, 'position' => 130), 'exp_date_year' => array('type' => 'integer', 'label' => 'Exp date year', 'enabled' => 1, 'visible' => -2, 'position' => 135), 'country_code' => array('type' => 'varchar(10)', 'label' => 'Country code', 'enabled' => 1, 'visible' => -2, 'position' => 140), 'approved' => array('type' => 'integer', 'label' => 'Approved', 'enabled' => 1, 'visible' => -2, 'position' => 145), 'email' => array('type' => 'varchar(255)', 'label' => 'Email', 'enabled' => 1, 'visible' => -2, 'position' => 150), 'max_total_amount_of_all_payments' => array('type' => 'double(24,8)', 'label' => 'Max total amount of all payments', 'enabled' => 1, 'visible' => -2, 'position' => 155), 'preapproval_key' => array('type' => 'varchar(255)', 'label' => 'Preapproval key', 'enabled' => 1, 'visible' => -2, 'position' => 160), 'total_amount_of_all_payments' => array('type' => 'double(24,8)', 'label' => 'Total amount of all payments', 'enabled' => 1, 'visible' => -2, 'position' => 165), 'stripe_card_ref' => array('type' => 'varchar(128)', 'label' => 'ExternalSystemID', 'enabled' => 1, 'visible' => -2, 'position' => 170, 'help' => 'IDOfPaymentInAnExternalSystem'), 'stripe_account' => array('type' => 'varchar(128)', 'label' => 'ExternalSystemCustomerAccount', 'enabled' => 1, 'visible' => -2, 'position' => 171, 'help' => 'IDOfCustomerInAnExternalSystem'), 'ext_payment_site' => array('type' => 'varchar(128)', 'label' => 'ExternalSystem', 'enabled' => 1, 'visible' => -2, 'position' => 172, 'help' => 'NameOfExternalSystem'), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 175), 'starting_date' => array('type' => 'date', 'label' => 'Starting date', 'enabled' => 1, 'visible' => -2, 'position' => 180), 'ending_date' => array('type' => 'date', 'label' => 'Ending date', 'enabled' => 1, 'visible' => -2, 'position' => 185), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'position' => 20), 'tms' => array('type' => 'timestamp', 'label' => 'Tms', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 25), 'import_key' => array('type' => 'varchar(14)', 'label' => 'Import key', 'enabled' => 1, 'visible' => -2, 'position' => 105), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class Societe extends CommonObject { /**/ } |
$module = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$element = |
class Societe extends CommonObject { /**/ } |
$element = 'societe' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Societe extends CommonObject { /**/ } |
$table_element = 'societe' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Societe extends CommonObject { /**/ } |
$fk_element = 'fk_soc' |
|
abstract class CommonObject { /**/ } |
$childtables = array( ) |
class Societe extends CommonObject { /**/ } |
$childtables = array('supplier_proposal' => array('name' => 'SupplierProposal'), 'propal' => array('name' => 'Proposal'), 'commande' => array('name' => 'Order'), 'facture' => array('name' => 'Invoice'), 'facture_rec' => array('name' => 'RecurringInvoiceTemplate'), 'contrat' => array('name' => 'Contract'), 'fichinter' => array('name' => 'Fichinter'), 'facture_fourn' => array('name' => 'SupplierInvoice'), 'commande_fournisseur' => array('name' => 'SupplierOrder'), 'projet' => array('name' => 'Project'), 'expedition' => array('name' => 'Shipment'), 'prelevement_lignes' => array('name' => 'DirectDebitRecord'), ) |
|
abstract class CommonObject { /**/ } |
$childtablesoncascade = array( ) |
class Societe extends CommonObject { /**/ } |
$childtablesoncascade = array('societe_prices', 'product_fournisseur_price', 'product_customer_price_log', 'product_customer_price', '@Contact:/contact/class/contact.class.php:fk_soc', 'adherent', 'societe_account', 'societe_rib', 'societe_remise', 'societe_remise_except', 'societe_commerciaux', 'categorie', 'notify', 'notify_def', 'actioncomm', ) |
|
abstract class CommonObject { /**/ } |
$restrictiononfksoc = 0 |
class Societe extends CommonObject { /**/ } |
$restrictiononfksoc = 1 |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Societe extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'noteditable' => 1, 'notnull' => 1, 'index' => 1, 'position' => 1, 'comment' => 'Id', 'css' => 'left'), 'parent' => array('type' => 'integer', 'label' => 'Parent', 'enabled' => 1, 'visible' => -1, 'position' => 20), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 25), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 30), 'nom' => array('type' => 'varchar(128)', 'label' => 'Nom', 'enabled' => 1, 'visible' => -1, 'position' => 35, 'showoncombobox' => 1), 'name_alias' => array('type' => 'varchar(128)', 'label' => 'Name alias', 'enabled' => 1, 'visible' => -1, 'position' => 36, 'showoncombobox' => 2), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 40, 'index' => 1), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'RefExt', 'enabled' => 1, 'visible' => 0, 'position' => 45), 'code_client' => array('type' => 'varchar(24)', 'label' => 'CustomerCode', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'code_fournisseur' => array('type' => 'varchar(24)', 'label' => 'SupplierCode', 'enabled' => 1, 'visible' => -1, 'position' => 60), 'code_compta' => array('type' => 'varchar(24)', 'label' => 'CustomerAccountancyCode', 'enabled' => 1, 'visible' => -1, 'position' => 65), 'code_compta_fournisseur' => array('type' => 'varchar(24)', 'label' => 'SupplierAccountancyCode', 'enabled' => 1, 'visible' => -1, 'position' => 70), 'address' => array('type' => 'varchar(255)', 'label' => 'Address', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'zip' => array('type' => 'varchar(25)', 'label' => 'Zip', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'town' => array('type' => 'varchar(50)', 'label' => 'Town', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'fk_departement' => array('type' => 'integer', 'label' => 'State', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'fk_pays' => array('type' => 'integer:Ccountry:core/class/ccountry.class.php', 'label' => 'Country', 'enabled' => 1, 'visible' => -1, 'position' => 95), 'phone' => array('type' => 'varchar(20)', 'label' => 'Phone', 'enabled' => 1, 'visible' => -1, 'position' => 100), 'phone_mobile' => array('type' => 'varchar(20)', 'label' => 'PhoneMobile', 'enabled' => 1, 'visible' => -1, 'position' => 102), 'fax' => array('type' => 'varchar(20)', 'label' => 'Fax', 'enabled' => 1, 'visible' => -1, 'position' => 105), 'url' => array('type' => 'varchar(255)', 'label' => 'Url', 'enabled' => 1, 'visible' => -1, 'position' => 110), 'email' => array('type' => 'varchar(128)', 'label' => 'Email', 'enabled' => 1, 'visible' => -1, 'position' => 115), 'socialnetworks' => array('type' => 'text', 'label' => 'Socialnetworks', 'enabled' => 1, 'visible' => -1, 'position' => 120), 'fk_effectif' => array('type' => 'integer', 'label' => 'Workforce', 'enabled' => 1, 'visible' => -1, 'position' => 170), 'fk_typent' => array('type' => 'integer', 'label' => 'TypeOfCompany', 'enabled' => 1, 'visible' => -1, 'position' => 175, 'csslist' => 'minwidth200'), 'fk_forme_juridique' => array('type' => 'integer', 'label' => 'JuridicalStatus', 'enabled' => 1, 'visible' => -1, 'position' => 180), 'fk_currency' => array('type' => 'varchar(3)', 'label' => 'Currency', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'siren' => array('type' => 'varchar(128)', 'label' => 'Idprof1', 'enabled' => 1, 'visible' => -1, 'position' => 190), 'siret' => array('type' => 'varchar(128)', 'label' => 'Idprof2', 'enabled' => 1, 'visible' => -1, 'position' => 195), 'ape' => array('type' => 'varchar(128)', 'label' => 'Idprof3', 'enabled' => 1, 'visible' => -1, 'position' => 200), 'idprof4' => array('type' => 'varchar(128)', 'label' => 'Idprof4', 'enabled' => 1, 'visible' => -1, 'position' => 205), 'idprof5' => array('type' => 'varchar(128)', 'label' => 'Idprof5', 'enabled' => 1, 'visible' => -1, 'position' => 206), 'idprof6' => array('type' => 'varchar(128)', 'label' => 'Idprof6', 'enabled' => 1, 'visible' => -1, 'position' => 207), 'tva_intra' => array('type' => 'varchar(20)', 'label' => 'Tva intra', 'enabled' => 1, 'visible' => -1, 'position' => 210), 'capital' => array('type' => 'double(24,8)', 'label' => 'Capital', 'enabled' => 1, 'visible' => -1, 'position' => 215), 'fk_stcomm' => array('type' => 'integer', 'label' => 'CommercialStatus', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 220), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 225), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 230), 'prefix_comm' => array('type' => 'varchar(5)', 'label' => 'Prefix comm', 'enabled' => "getDolGlobalInt('SOCIETE_USEPREFIX')", 'visible' => -1, 'position' => 235), 'client' => array('type' => 'tinyint(4)', 'label' => 'Client', 'enabled' => 1, 'visible' => -1, 'position' => 240), 'fournisseur' => array('type' => 'tinyint(4)', 'label' => 'Fournisseur', 'enabled' => 1, 'visible' => -1, 'position' => 245), 'supplier_account' => array('type' => 'varchar(32)', 'label' => 'Supplier account', 'enabled' => 1, 'visible' => -1, 'position' => 250), 'fk_prospectlevel' => array('type' => 'varchar(12)', 'label' => 'ProspectLevel', 'enabled' => 1, 'visible' => -1, 'position' => 255), 'customer_bad' => array('type' => 'tinyint(4)', 'label' => 'Customer bad', 'enabled' => 1, 'visible' => -1, 'position' => 260), 'customer_rate' => array('type' => 'double', 'label' => 'Customer rate', 'enabled' => 1, 'visible' => -1, 'position' => 265), 'supplier_rate' => array('type' => 'double', 'label' => 'Supplier rate', 'enabled' => 1, 'visible' => -1, 'position' => 270), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -2, 'position' => 275), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 280), 'mode_reglement' => array('type' => 'tinyint(4)', 'label' => 'Mode reglement', 'enabled' => 1, 'visible' => -1, 'position' => 295), 'cond_reglement' => array('type' => 'tinyint(4)', 'label' => 'Cond reglement', 'enabled' => 1, 'visible' => -1, 'position' => 300), 'deposit_percent' => array('type' => 'varchar(63)', 'label' => 'DepositPercent', 'enabled' => 1, 'visible' => -1, 'position' => 301), 'mode_reglement_supplier' => array('type' => 'integer', 'label' => 'Mode reglement supplier', 'enabled' => 1, 'visible' => -1, 'position' => 305), 'cond_reglement_supplier' => array('type' => 'integer', 'label' => 'Cond reglement supplier', 'enabled' => 1, 'visible' => -1, 'position' => 308), 'outstanding_limit' => array('type' => 'double(24,8)', 'label' => 'OutstandingBill', 'enabled' => 1, 'visible' => -1, 'position' => 310, 'isameasure' => 1), 'order_min_amount' => array('type' => 'double(24,8)', 'label' => 'Order min amount', 'enabled' => 'isModEnabled("order") && !empty($conf->global->ORDER_MANAGE_MIN_AMOUNT)', 'visible' => -1, 'position' => 315, 'isameasure' => 1), 'supplier_order_min_amount' => array('type' => 'double(24,8)', 'label' => 'Supplier order min amount', 'enabled' => 'isModEnabled("order") && !empty($conf->global->ORDER_MANAGE_MIN_AMOUNT)', 'visible' => -1, 'position' => 320, 'isameasure' => 1), 'fk_shipping_method' => array('type' => 'integer', 'label' => 'Fk shipping method', 'enabled' => 1, 'visible' => -1, 'position' => 330), 'tva_assuj' => array('type' => 'tinyint(4)', 'label' => 'Tva assuj', 'enabled' => 1, 'visible' => -1, 'position' => 335), 'localtax1_assuj' => array('type' => 'tinyint(4)', 'label' => 'Localtax1 assuj', 'enabled' => 1, 'visible' => -1, 'position' => 340), 'localtax1_value' => array('type' => 'double(6,3)', 'label' => 'Localtax1 value', 'enabled' => 1, 'visible' => -1, 'position' => 345), 'localtax2_assuj' => array('type' => 'tinyint(4)', 'label' => 'Localtax2 assuj', 'enabled' => 1, 'visible' => -1, 'position' => 350), 'localtax2_value' => array('type' => 'double(6,3)', 'label' => 'Localtax2 value', 'enabled' => 1, 'visible' => -1, 'position' => 355), 'vat_reverse_charge' => array('type' => 'tinyint(4)', 'label' => 'Vat reverse charge', 'enabled' => 1, 'visible' => -1, 'position' => 335), 'barcode' => array('type' => 'varchar(255)', 'label' => 'Barcode', 'enabled' => 1, 'visible' => -1, 'position' => 360), 'price_level' => array('type' => 'integer', 'label' => 'Price level', 'enabled' => '$conf->global->PRODUIT_MULTIPRICES || getDolGlobalString("PRODUIT_CUSTOMER_PRICES_BY_QTY_MULTIPRICES")', 'visible' => -1, 'position' => 365), 'default_lang' => array('type' => 'varchar(6)', 'label' => 'Default lang', 'enabled' => 1, 'visible' => -1, 'position' => 370), 'canvas' => array('type' => 'varchar(32)', 'label' => 'Canvas', 'enabled' => 1, 'visible' => -1, 'position' => 375), 'fk_barcode_type' => array('type' => 'integer', 'label' => 'Fk barcode type', 'enabled' => 1, 'visible' => -1, 'position' => 405), 'webservices_url' => array('type' => 'varchar(255)', 'label' => 'Webservices url', 'enabled' => 1, 'visible' => -1, 'position' => 410), 'webservices_key' => array('type' => 'varchar(128)', 'label' => 'Webservices key', 'enabled' => 1, 'visible' => -1, 'position' => 415), 'fk_incoterms' => array('type' => 'integer', 'label' => 'Fk incoterms', 'enabled' => 1, 'visible' => -1, 'position' => 425), 'location_incoterms' => array('type' => 'varchar(255)', 'label' => 'Location incoterms', 'enabled' => 1, 'visible' => -1, 'position' => 430), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 435), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => -1, 'position' => 270), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'Fk multicurrency', 'enabled' => 1, 'visible' => -1, 'position' => 440), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'Multicurrency code', 'enabled' => 1, 'visible' => -1, 'position' => 445), 'fk_account' => array('type' => 'integer', 'label' => 'PaymentBankAccount', 'enabled' => 1, 'visible' => -1, 'position' => 450), 'fk_warehouse' => array('type' => 'integer', 'label' => 'Warehouse', 'enabled' => 1, 'visible' => -1, 'position' => 455), 'logo' => array('type' => 'varchar(255)', 'label' => 'Logo', 'enabled' => 1, 'visible' => -1, 'position' => 400), 'logo_squarred' => array('type' => 'varchar(255)', 'label' => 'Logo squarred', 'enabled' => 1, 'visible' => -1, 'position' => 401), 'status' => array('type' => 'tinyint(4)', 'label' => 'Status', 'enabled' => 1, 'visible' => -1, 'position' => 500), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 1000), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class Societe extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$element = |
class ActionComm extends CommonObject { /**/ } |
$element = 'action' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ActionComm extends CommonObject { /**/ } |
$table_element = 'actioncomm' |
|
abstract class CommonObject { /**/ } |
$restrictiononfksoc = 0 |
class ActionComm extends CommonObject { /**/ } |
$restrictiononfksoc = 2 |
|
abstract class CommonObject { /**/ } |
$extraparams = array( ) |
class ActionComm extends CommonObject { /**/ } |
$extraparams = |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$element = |
class ActionCommReminder extends CommonObject { /**/ } |
$element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ActionCommReminder extends CommonObject { /**/ } |
$table_element = 'actioncomm_reminder' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class ActionCommReminder extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'visible' => -1, 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'index' => 1, 'comment' => "Id", ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'visible' => 0, 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'index' => 1, ), 'dateremind' => array('type' => 'datetime', 'label' => 'DateRemind', 'visible' => 1, 'enabled' => 1, 'position' => 60, 'notnull' => 1, 'index' => 1, ), 'typeremind' => array('type' => 'varchar(32)', 'label' => 'TypeRemind', 'visible' => -1, 'enabled' => 1, 'position' => 55, 'notnull' => 1, 'comment' => "email, browser, sms", ), 'fk_user' => array('type' => 'integer', 'label' => 'User', 'visible' => -1, 'enabled' => 1, 'position' => 65, 'notnull' => 1, 'index' => 1, ), 'offsetvalue' => array('type' => 'integer', 'label' => 'OffsetValue', 'visible' => 1, 'enabled' => 1, 'position' => 56, 'notnull' => 1, ), 'offsetunit' => array('type' => 'varchar(1)', 'label' => 'OffsetUnit', 'visible' => 1, 'enabled' => 1, 'position' => 57, 'notnull' => 1, 'comment' => "y, m, d, w, h, i", ), 'status' => array('type' => 'integer', 'label' => 'Status', 'visible' => 1, 'enabled' => 1, 'position' => 58, 'notnull' => 1, 'default' => '0', 'index' => 0, 'arrayofkeyval' => array('0' => 'ToDo', '1' => 'Done')), 'lasterror' => array('type' => 'varchar(128)', 'label' => 'LastError', 'visible' => -1, 'enabled' => 1, 'position' => 59, 'index' => 0), 'fk_actioncomm' => array('type' => 'integer', 'label' => 'Project', 'visible' => 1, 'enabled' => 1, 'position' => 70, 'notnull' => 1, 'index' => 1, ), 'fk_email_template' => array('type' => 'integer', 'label' => 'EmailTemplate', 'visible' => 1, 'enabled' => 1, 'position' => 80, 'notnull' => 0), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$element = |
class Propal extends CommonObject { /**/ } |
$element = 'propal' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Propal extends CommonObject { /**/ } |
$table_element = 'propal' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Propal extends CommonObject { /**/ } |
$table_element_line = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Propal extends CommonObject { /**/ } |
$fk_element = 'fk_propal' |
|
abstract class CommonObject { /**/ } |
$restrictiononfksoc = 0 |
class Propal extends CommonObject { /**/ } |
$restrictiononfksoc = 1 |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class Propal extends CommonObject { /**/ } |
$table_ref_field = 'ref' |
|
abstract class CommonObject { /**/ } |
$statut = |
class Propal extends CommonObject { /**/ } |
$statut = 1 |
|
abstract class CommonObject { /**/ } |
$statut = |
class Propal extends CommonObject { /**/ } |
$statut = 0 |
|
abstract class CommonObject { /**/ } |
$lines = |
class Propal extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Propal extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15, 'index' => 1), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 20), 'ref_client' => array('type' => 'varchar(255)', 'label' => 'RefCustomer', 'enabled' => 1, 'visible' => -1, 'position' => 22), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'RefExt', 'enabled' => 1, 'visible' => 0, 'position' => 40), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'visible' => -1, 'position' => 23), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Fk projet', 'enabled' => "isModEnabled('project')", 'visible' => -1, 'position' => 24), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 25), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'datep' => array('type' => 'date', 'label' => 'Date', 'enabled' => 1, 'visible' => -1, 'position' => 60), 'fin_validite' => array('type' => 'datetime', 'label' => 'DateEnd', 'enabled' => 1, 'visible' => -1, 'position' => 65), 'date_valid' => array('type' => 'datetime', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'position' => 70), 'date_cloture' => array('type' => 'datetime', 'label' => 'DateClosing', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user author', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 85), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'fk_user_cloture' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user cloture', 'enabled' => 1, 'visible' => -1, 'position' => 95), 'price' => array('type' => 'double', 'label' => 'Price', 'enabled' => 1, 'visible' => -1, 'position' => 105), 'total_ht' => array('type' => 'double(24,8)', 'label' => 'TotalHT', 'enabled' => 1, 'visible' => -1, 'position' => 125, 'isameasure' => 1), 'total_tva' => array('type' => 'double(24,8)', 'label' => 'VAT', 'enabled' => 1, 'visible' => -1, 'position' => 130, 'isameasure' => 1), 'localtax1' => array('type' => 'double(24,8)', 'label' => 'LocalTax1', 'enabled' => 1, 'visible' => -1, 'position' => 135, 'isameasure' => 1), 'localtax2' => array('type' => 'double(24,8)', 'label' => 'LocalTax2', 'enabled' => 1, 'visible' => -1, 'position' => 140, 'isameasure' => 1), 'total_ttc' => array('type' => 'double(24,8)', 'label' => 'TotalTTC', 'enabled' => 1, 'visible' => -1, 'position' => 145, 'isameasure' => 1), 'fk_account' => array('type' => 'integer', 'label' => 'BankAccount', 'enabled' => 'isModEnabled("bank")', 'visible' => -1, 'position' => 150), 'fk_currency' => array('type' => 'varchar(3)', 'label' => 'Currency', 'enabled' => 1, 'visible' => -1, 'position' => 155), 'fk_cond_reglement' => array('type' => 'integer', 'label' => 'PaymentTerm', 'enabled' => 1, 'visible' => -1, 'position' => 160), 'deposit_percent' => array('type' => 'varchar(63)', 'label' => 'DepositPercent', 'enabled' => 1, 'visible' => -1, 'position' => 161), 'fk_mode_reglement' => array('type' => 'integer', 'label' => 'PaymentMode', 'enabled' => 1, 'visible' => -1, 'position' => 165), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 170), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 175), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'PDFTemplate', 'enabled' => 1, 'visible' => 0, 'position' => 180), 'date_livraison' => array('type' => 'date', 'label' => 'DateDeliveryPlanned', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'fk_shipping_method' => array('type' => 'integer', 'label' => 'ShippingMethod', 'enabled' => 1, 'visible' => -1, 'position' => 190), 'fk_warehouse' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php', 'label' => 'Fk warehouse', 'enabled' => 'isModEnabled("stock")', 'visible' => -1, 'position' => 191), 'fk_availability' => array('type' => 'integer', 'label' => 'Availability', 'enabled' => 1, 'visible' => -1, 'position' => 195), 'fk_delivery_address' => array('type' => 'integer', 'label' => 'DeliveryAddress', 'enabled' => 1, 'visible' => 0, 'position' => 200), 'fk_input_reason' => array('type' => 'integer', 'label' => 'InputReason', 'enabled' => 1, 'visible' => -1, 'position' => 205), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 215), 'fk_incoterms' => array('type' => 'integer', 'label' => 'IncotermCode', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 220), 'location_incoterms' => array('type' => 'varchar(255)', 'label' => 'IncotermLabel', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 225), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'MulticurrencyID', 'enabled' => 1, 'visible' => -1, 'position' => 230), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'MulticurrencyCurrency', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 235), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyRate', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 240, 'isameasure' => 1), 'multicurrency_total_ht' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 245, 'isameasure' => 1), 'multicurrency_total_tva' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 250, 'isameasure' => 1), 'multicurrency_total_ttc' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 255, 'isameasure' => 1), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => -1, 'position' => 260), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 500), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 900), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$element = |
class PropaleLigne extends CommonObjectLine { /**/ } |
$element = 'propaldet' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class PropaleLigne extends CommonObjectLine { /**/ } |
$table_element = 'propaldet' |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$product_type = |
class PropaleLigne extends CommonObjectLine { /**/ } |
$product_type = Product::TYPE_PRODUCT |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$info_bits = |
class PropaleLigne extends CommonObjectLine { /**/ } |
$info_bits = 0 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$element = |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$element = 'advtargetemailing' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$table_element = 'mailing_advtarget' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$element = |
class Mailing extends CommonObject { /**/ } |
$element = 'mailing' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Mailing extends CommonObject { /**/ } |
$table_element = 'mailing' |
|
class Account extends CommonObject { /**/ } |
$element = 'bank_account' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
abstract class CommonObject { /**/ } |
$element = |
class UserBankAccount extends Account { /**/ } |
$element = 'user_bank_account' |
|
class Account extends CommonObject { /**/ } |
$table_element = 'bank_account' |
class UserBankAccount extends Account { /**/ } |
$table_element = 'user_rib' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class UserBankAccount extends Account { /**/ } |
$table_element = 'user_rib' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$element = |
class User extends CommonObject { /**/ } |
$element = 'user' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class User extends CommonObject { /**/ } |
$table_element = 'user' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class User extends CommonObject { /**/ } |
$fk_element = 'fk_user' |
|
abstract class CommonObject { /**/ } |
$id = |
class User extends CommonObject { /**/ } |
$id = 0 |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class User extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'index' => 1, 'position' => 1, 'comment' => 'Id'), 'lastname' => array('type' => 'varchar(50)', 'label' => 'Lastname', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 1, 'index' => 1, 'position' => 20, 'searchall' => 1), 'firstname' => array('type' => 'varchar(50)', 'label' => 'Firstname', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 1, 'index' => 1, 'position' => 10, 'searchall' => 1), 'ref_employee' => array('type' => 'varchar(50)', 'label' => 'RefEmployee', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 1, 'index' => 1, 'position' => 30, 'searchall' => 1), 'national_registration_number' => array('type' => 'varchar(50)', 'label' => 'NationalRegistrationNumber', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 1, 'index' => 1, 'position' => 40, 'searchall' => 1)) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$element = |
class UserGroup extends CommonObject { /**/ } |
$element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class UserGroup extends CommonObject { /**/ } |
$table_element = 'usergroup' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class UserGroup extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'index' => 1, 'position' => 1, 'comment' => 'Id'), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'default' => '1', 'index' => 1, 'position' => 5), 'nom' => array('type' => 'varchar(180)', 'label' => 'Name', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 1, 'index' => 1, 'position' => 10, 'searchall' => 1, 'comment' => 'Group name'), 'note' => array('type' => 'html', 'label' => 'Description', 'enabled' => 1, 'visible' => 1, 'position' => 20, 'notnull' => -1, 'searchall' => 1), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'position' => 50, 'notnull' => 1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -2, 'position' => 60, 'notnull' => 1, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'ModelPDF', 'enabled' => 1, 'visible' => 0, 'position' => 100), ) |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class UserGroup extends CommonObject { /**/ } |
$fk_element = 'fk_usergroup' |
|
abstract class CommonObject { /**/ } |
$childtablesoncascade = array( ) |
class UserGroup extends CommonObject { /**/ } |
$childtablesoncascade = array('usergroup_rights', 'usergroup_user') |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$element = |
class Inventory extends CommonObject { /**/ } |
$element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Inventory extends CommonObject { /**/ } |
$table_element = 'inventory' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Inventory extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'visible' => -1, 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'index' => 1, 'comment' => 'Id', ), 'ref' => array('type' => 'varchar(64)', 'label' => 'Ref', 'visible' => 1, 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'index' => 1, 'searchall' => 1, 'comment' => 'Reference of object', 'css' => 'maxwidth150'), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'visible' => 0, 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'index' => 1, ), 'title' => array('type' => 'varchar(255)', 'label' => 'Label', 'visible' => 1, 'enabled' => 1, 'position' => 25, 'css' => 'minwidth300', 'csslist' => 'tdoverflowmax150', 'alwayseditable' => 1), 'fk_warehouse' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php', 'label' => 'Warehouse', 'visible' => 1, 'enabled' => 1, 'position' => 30, 'index' => 1, 'help' => 'InventoryForASpecificWarehouse', 'picto' => 'stock', 'css' => 'minwidth300 maxwidth500 widthcentpercentminusx', 'csslist' => 'tdoverflowmax150'), 'fk_product' => array('type' => 'integer:Product:product/class/product.class.php', 'label' => 'Product', 'get_name_url_params' => '0::0:-1:0::1', 'visible' => 1, 'enabled' => 1, 'position' => 32, 'index' => 1, 'help' => 'InventoryForASpecificProduct', 'picto' => 'product', 'css' => 'minwidth300 maxwidth500 widthcentpercentminusx', 'csslist' => 'tdoverflowmax150'), 'categories_product' => array('type' => 'chkbxlst:categorie:label:rowid::type=0:0:', 'label' => 'OrProductsWithCategories', 'visible' => 3, 'enabled' => 1, 'position' => 33, 'help' => '', 'picto' => 'category', 'css' => 'minwidth300 maxwidth500 widthcentpercentminusx'), 'date_inventory' => array('type' => 'date', 'label' => 'DateValue', 'visible' => 1, 'enabled' => '$conf->global->STOCK_INVENTORY_ADD_A_VALUE_DATE', 'position' => 35, 'csslist' => 'nowraponall'), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 500, 'csslist' => 'nowraponall'), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 501, 'csslist' => 'nowraponall'), 'date_validation' => array('type' => 'datetime', 'label' => 'DateValidation', 'visible' => -2, 'enabled' => 1, 'position' => 502, 'csslist' => 'nowraponall'), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 510, 'foreignkey' => 'user.rowid', 'csslist' => 'tdoverflowmax150'), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 511, 'csslist' => 'tdoverflowmax150'), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'visible' => -2, 'enabled' => 1, 'position' => 512, 'csslist' => 'tdoverflowmax150'), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'index' => 0, 'position' => 1000), 'status' => array('type' => 'integer', 'label' => 'Status', 'visible' => 4, 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'default' => '0', 'index' => 1, 'arrayofkeyval' => array(0 => 'Draft', 1 => 'Validated', 2 => 'Closed', 9 => 'Canceled'))) |
|
abstract class CommonObject { /**/ } |
$status = |
class Inventory extends CommonObject { /**/ } |
$status = 0 |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Inventory extends CommonObject { /**/ } |
$table_element_line = 'inventorydet' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Inventory extends CommonObject { /**/ } |
$fk_element = 'fk_inventory' |
|
abstract class CommonObject { /**/ } |
$childtablesoncascade = array( ) |
class Inventory extends CommonObject { /**/ } |
$childtablesoncascade = array('inventorydet') |
|
abstract class CommonObject { /**/ } |
$lines = |
class Inventory extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$element = |
class InventoryLine extends CommonObjectLine { /**/ } |
$element = 'inventoryline' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class InventoryLine extends CommonObjectLine { /**/ } |
$table_element = 'inventorydet' |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$picto = 'line' |
class InventoryLine extends CommonObjectLine { /**/ } |
$picto = 'stock' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class InventoryLine extends CommonObjectLine { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'visible' => -1, 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'index' => 1, 'comment' => 'Id', ), 'fk_inventory' => array('type' => 'integer:Inventory:product/inventory/class/inventory.class.php', 'label' => 'Inventory', 'visible' => 1, 'enabled' => 1, 'position' => 30, 'index' => 1, 'help' => 'LinkToInventory'), 'fk_warehouse' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php', 'label' => 'Warehouse', 'visible' => 1, 'enabled' => 1, 'position' => 30, 'index' => 1, 'help' => 'LinkToThirdparty'), 'fk_product' => array('type' => 'integer:Product:product/class/product.class.php', 'label' => 'Product', 'visible' => 1, 'enabled' => 1, 'position' => 32, 'index' => 1, 'help' => 'LinkToProduct'), 'batch' => array('type' => 'string', 'label' => 'Batch', 'visible' => 1, 'enabled' => 1, 'position' => 32, 'index' => 1, 'help' => 'LinkToProduct'), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 500), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 501), 'qty_stock' => array('type' => 'double', 'label' => 'QtyFound', 'visible' => 1, 'enabled' => 1, 'position' => 32, 'index' => 1, 'help' => 'Qty we found/want (to define during draft edition)'), 'qty_view' => array('type' => 'double', 'label' => 'QtyBefore', 'visible' => 1, 'enabled' => 1, 'position' => 33, 'index' => 1, 'help' => 'Qty before (filled once movements are validated)'), 'qty_regulated' => array('type' => 'double', 'label' => 'QtyDelta', 'visible' => 1, 'enabled' => 1, 'position' => 34, 'index' => 1, 'help' => 'Qty added or removed (filled once movements are validated)'), 'pmp_real' => array('type' => 'double', 'label' => 'PMPReal', 'visible' => 1, 'enabled' => 1, 'position' => 35), 'pmp_expected' => array('type' => 'double', 'label' => 'PMPExpected', 'visible' => 1, 'enabled' => 1, 'position' => 36), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$element = |
class Productbatch extends CommonObject { /**/ } |
$element = 'productbatch' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class ProductCustomerPrice extends CommonObject { /**/ } |
$fields = array('ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 4, 'position' => 10, 'notnull' => 1, 'default' => '(PROV)', 'index' => 1, 'searchall' => 1, 'comment' => "Reference of object", 'showoncombobox' => 1, 'noteditable' => 1), 'fk_product' => array('type' => 'integer:Product:product/class/product.class.php:0', 'label' => 'Product', 'enabled' => '$conf->product->enabled', 'visible' => 1, 'position' => 35, 'notnull' => 1, 'index' => 1, 'comment' => "Product to produce", 'css' => 'maxwidth300', 'csslist' => 'tdoverflowmax100', 'picto' => 'product'), 'ref_customer' => array('type' => 'varchar(128)', 'label' => 'RefCustomer', 'enabled' => 1, 'visible' => 4, 'position' => 10, 'notnull' => 1, ), 'datec' => array('type' => 'datetime', 'label' => 'AppliedPricesFrom', 'enabled' => 1, 'visible' => 1, 'position' => 500, 'notnull' => 1, ), 'price_base_type' => array('type' => 'varchar(255)', 'label' => 'PriceBase', 'enabled' => 1, 'visible' => 1, 'position' => 11, 'notnull' => -1, 'comment' => 'Price Base Type'), 'tva_tx' => array('type' => 'decimal(20,6)', 'label' => 'VAT', 'enabled' => 1, 'visible' => 1, 'position' => 12, 'notnull' => -1, 'comment' => 'TVA Tax Rate'), 'price' => array('type' => 'decimal(20,6)', 'label' => 'HT', 'enabled' => 1, 'visible' => 1, 'position' => 8, 'notnull' => -1, 'comment' => 'Price HT'), 'price_ttc' => array('type' => 'decimal(20,6)', 'label' => 'TTC', 'enabled' => 1, 'visible' => 1, 'position' => 8, 'notnull' => -1, 'comment' => 'Price TTC'), 'price_min' => array('type' => 'decimal(20,6)', 'label' => 'MinPriceHT', 'enabled' => 1, 'visible' => 1, 'position' => 9, 'notnull' => -1, 'comment' => 'Minimum Price'), 'price_min_ttc' => array('type' => 'decimal(20,6)', 'label' => 'MinPriceTTC', 'enabled' => 1, 'visible' => 1, 'position' => 10, 'notnull' => -1, 'comment' => 'Minimum Price TTC'), 'price_label' => array('type' => 'varchar(255)', 'label' => 'PriceLabel', 'enabled' => 1, 'visible' => 1, 'position' => 20, 'notnull' => -1, 'comment' => 'Price Label'), 'fk_user' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => 1, 'position' => 510, 'notnull' => 1, 'foreignkey' => 'user.rowid', 'csslist' => 'tdoverflowmax100'), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$element = |
class ProductCustomerPrice extends CommonObject { /**/ } |
$element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ProductCustomerPrice extends CommonObject { /**/ } |
$table_element = 'product_customer_price' |
|
abstract class CommonObject { /**/ } |
$lines = |
class ProductCustomerPrice extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$element = |
class Product extends CommonObject { /**/ } |
$element = 'product' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Product extends CommonObject { /**/ } |
$table_element = 'product' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Product extends CommonObject { /**/ } |
$fk_element = 'fk_product' |
|
abstract class CommonObject { /**/ } |
$childtables = array( ) |
class Product extends CommonObject { /**/ } |
$childtables = array('supplier_proposaldet' => array('name' => 'SupplierProposal', 'parent' => 'supplier_proposal', 'parentkey' => 'fk_supplier_proposal'), 'propaldet' => array('name' => 'Proposal', 'parent' => 'propal', 'parentkey' => 'fk_propal'), 'commandedet' => array('name' => 'Order', 'parent' => 'commande', 'parentkey' => 'fk_commande'), 'facturedet' => array('name' => 'Invoice', 'parent' => 'facture', 'parentkey' => 'fk_facture'), 'contratdet' => array('name' => 'Contract', 'parent' => 'contrat', 'parentkey' => 'fk_contrat'), 'facture_fourn_det' => array('name' => 'SupplierInvoice', 'parent' => 'facture_fourn', 'parentkey' => 'fk_facture_fourn'), 'commande_fournisseurdet' => array('name' => 'SupplierOrder', 'parent' => 'commande_fournisseur', 'parentkey' => 'fk_commande')) |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class Product extends CommonObject { /**/ } |
$table_ref_field = 'ref' |
|
abstract class CommonObject { /**/ } |
$status = |
class Product extends CommonObject { /**/ } |
$status = 0 |
|
abstract class CommonObject { /**/ } |
$nbphoto = |
class Product extends CommonObject { /**/ } |
$nbphoto = 0 |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Product extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'index' => 1, 'position' => 1, 'comment' => 'Id'), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 1, 'index' => 1, 'position' => 10, 'searchall' => 1, 'comment' => 'Reference of object'), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'default' => '1', 'notnull' => 1, 'index' => 1, 'position' => 5), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 2, 'position' => 15, 'csslist' => 'tdoverflowmax250'), 'barcode' => array('type' => 'varchar(255)', 'label' => 'Barcode', 'enabled' => 'isModEnabled("barcode")', 'position' => 20, 'visible' => -1, 'showoncombobox' => 3, 'cssview' => 'tdwordbreak', 'csslist' => 'tdoverflowmax125'), 'fk_barcode_type' => array('type' => 'integer', 'label' => 'BarcodeType', 'enabled' => 1, 'position' => 21, 'notnull' => 0, 'visible' => -1, ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 61), 'note' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 62), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 500), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 501), 'fk_user_author' => array('type' => 'integer', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 510, 'foreignkey' => 'llx_user.rowid'), 'fk_user_modif' => array('type' => 'integer', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 511), 'localtax1_tx' => array('type' => 'double(6,3)', 'label' => 'Localtax1tx', 'enabled' => 1, 'position' => 150, 'notnull' => 0, 'visible' => -1, ), 'localtax1_type' => array('type' => 'varchar(10)', 'label' => 'Localtax1type', 'enabled' => 1, 'position' => 155, 'notnull' => 1, 'visible' => -1, ), 'localtax2_tx' => array('type' => 'double(6,3)', 'label' => 'Localtax2tx', 'enabled' => 1, 'position' => 160, 'notnull' => 0, 'visible' => -1, ), 'localtax2_type' => array('type' => 'varchar(10)', 'label' => 'Localtax2type', 'enabled' => 1, 'position' => 165, 'notnull' => 1, 'visible' => -1, ), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => -1, 'position' => 170), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'index' => 0, 'position' => 1000), 'mandatory_period' => array('type' => 'integer', 'label' => 'mandatoryperiod', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'default' => '0', 'index' => 1, 'position' => 1000), ) |
|
class Product extends CommonObject { /**/ } |
$picto = 'product' |
class ProductService extends Product { /**/ } |
$picto = 'service' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$element = |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$table_element = 'propal_merge_pdf_product' |
|
abstract class CommonObject { /**/ } |
$lines = |
class Propalmergepdfproduct extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$element = |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$element = 'productfournisseurprice' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$table_element = 'product_fournisseur_price' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class ProductFournisseurPrice extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => '1', 'position' => 10, 'notnull' => 1, 'visible' => 0, ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => '1', 'position' => 15, 'notnull' => 1, 'visible' => -2, 'default' => '1', 'index' => 1, ), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => '1', 'position' => 20, 'notnull' => 0, 'visible' => -1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => '1', 'position' => 25, 'notnull' => 1, 'visible' => -1, ), 'fk_product' => array('type' => 'integer:Product:product/class/product.class.php:1', 'label' => 'Fkproduct', 'enabled' => '1', 'position' => 30, 'notnull' => 0, 'visible' => -1, ), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => '1', 'position' => 35, 'notnull' => 0, 'visible' => -1, ), 'ref_fourn' => array('type' => 'varchar(255)', 'label' => 'Reffourn', 'enabled' => '1', 'position' => 40, 'notnull' => 0, 'visible' => -1, ), 'desc_fourn' => array('type' => 'text', 'label' => 'Descfourn', 'enabled' => '1', 'position' => 45, 'notnull' => 0, 'visible' => -1, ), 'fk_availability' => array('type' => 'integer', 'label' => 'Fkavailability', 'enabled' => '1', 'position' => 50, 'notnull' => 0, 'visible' => -1, ), 'price' => array('type' => 'double(24,8)', 'label' => 'Price', 'enabled' => '1', 'position' => 55, 'notnull' => 0, 'visible' => -1, ), 'quantity' => array('type' => 'double', 'label' => 'Quantity', 'enabled' => '1', 'position' => 60, 'notnull' => 0, 'visible' => -1, ), 'remise_percent' => array('type' => 'double', 'label' => 'Remisepercent', 'enabled' => '1', 'position' => 65, 'notnull' => 1, 'visible' => -1, ), 'remise' => array('type' => 'double', 'label' => 'Remise', 'enabled' => '1', 'position' => 70, 'notnull' => 1, 'visible' => -1, ), 'unitprice' => array('type' => 'double(24,8)', 'label' => 'Unitprice', 'enabled' => '1', 'position' => 75, 'notnull' => 0, 'visible' => -1, ), 'charges' => array('type' => 'double(24,8)', 'label' => 'Charges', 'enabled' => '1', 'position' => 80, 'notnull' => 0, 'visible' => -1, ), 'default_vat_code' => array('type' => 'varchar(10)', 'label' => 'Defaultvatcode', 'enabled' => '1', 'position' => 85, 'notnull' => 0, 'visible' => -1, ), 'tva_tx' => array('type' => 'double(6,3)', 'label' => 'Tvatx', 'enabled' => '1', 'position' => 90, 'notnull' => 1, 'visible' => -1, ), 'info_bits' => array('type' => 'integer', 'label' => 'Infobits', 'enabled' => '1', 'position' => 95, 'notnull' => 1, 'visible' => -1, ), 'fk_user' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fkuser', 'enabled' => '1', 'position' => 100, 'notnull' => 0, 'visible' => -1, ), 'fk_supplier_price_expression' => array('type' => 'integer', 'label' => 'Fksupplierpriceexpression', 'enabled' => '1', 'position' => 105, 'notnull' => 0, 'visible' => -1, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => '1', 'position' => 900, 'notnull' => 0, 'visible' => -2, ), 'delivery_time_days' => array('type' => 'integer', 'label' => 'Deliverytimedays', 'enabled' => '1', 'position' => 115, 'notnull' => 0, 'visible' => -1, ), 'supplier_reputation' => array('type' => 'varchar(10)', 'label' => 'Supplierreputation', 'enabled' => '1', 'position' => 120, 'notnull' => 0, 'visible' => -1, ), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'Fkmulticurrency', 'enabled' => '1', 'position' => 125, 'notnull' => 0, 'visible' => -1, ), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'Multicurrencycode', 'enabled' => '1', 'position' => 130, 'notnull' => 0, 'visible' => -1, ), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'Multicurrencytx', 'enabled' => '1', 'position' => 135, 'notnull' => 0, 'visible' => -1, ), 'multicurrency_price' => array('type' => 'double(24,8)', 'label' => 'Multicurrencyprice', 'enabled' => '1', 'position' => 140, 'notnull' => 0, 'visible' => -1, ), 'multicurrency_unitprice' => array('type' => 'double(24,8)', 'label' => 'Multicurrencyunitprice', 'enabled' => '1', 'position' => 145, 'notnull' => 0, 'visible' => -1, ), 'localtax1_tx' => array('type' => 'double(6,3)', 'label' => 'Localtax1tx', 'enabled' => '1', 'position' => 150, 'notnull' => 0, 'visible' => -1, ), 'localtax1_type' => array('type' => 'varchar(10)', 'label' => 'Localtax1type', 'enabled' => '1', 'position' => 155, 'notnull' => 1, 'visible' => -1, ), 'localtax2_tx' => array('type' => 'double(6,3)', 'label' => 'Localtax2tx', 'enabled' => '1', 'position' => 160, 'notnull' => 0, 'visible' => -1, ), 'localtax2_type' => array('type' => 'varchar(10)', 'label' => 'Localtax2type', 'enabled' => '1', 'position' => 165, 'notnull' => 1, 'visible' => -1, ), 'barcode' => array('type' => 'varchar(180)', 'label' => 'Barcode', 'enabled' => '1', 'position' => 170, 'notnull' => 0, 'visible' => -1, ), 'fk_barcode_type' => array('type' => 'integer', 'label' => 'Fkbarcodetype', 'enabled' => '1', 'position' => 175, 'notnull' => 0, 'visible' => -1, ), 'packaging' => array('type' => 'varchar(64)', 'label' => 'Packaging', 'enabled' => '1', 'position' => 180, 'notnull' => 0, 'visible' => -1, ), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$element = |
class StockTransfer extends CommonObject { /**/ } |
$element = 'stocktransfer' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class StockTransfer extends CommonObject { /**/ } |
$table_element = 'stocktransfer_stocktransfer' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class StockTransfer extends CommonObject { /**/ } |
$table_element_line = 'stocktransfer_stocktransferline' |
|
abstract class CommonObject { /**/ } |
$childtablesoncascade = array( ) |
class StockTransfer extends CommonObject { /**/ } |
$childtablesoncascade = array('stocktransfer_stocktransferline') |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class StockTransfer extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'comment' => "Id"), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'position' => 1, 'default' => '1', 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'comment' => "Id"), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => 4, 'noteditable' => 1, 'default' => '(PROV)', 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'comment' => "Reference of object"), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 0, 'visible' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'css' => 'minwidth100', 'csslist' => 'tdoverflowmax125', 'autofocusoncreate' => 1), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'position' => 31, 'notnull' => 0, 'visible' => 3, ), 'fk_project' => array('type' => 'integer:Project:projet/class/project.class.php:1', 'label' => 'Project', 'enabled' => '$conf->project->enabled', 'position' => 32, 'notnull' => -1, 'visible' => -1, 'index' => 1, 'picto' => 'project', 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax125'), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'label' => 'ThirdParty', 'enabled' => 1, 'position' => 50, 'notnull' => -1, 'visible' => 1, 'index' => 1, 'picto' => 'company', 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax125'), 'fk_warehouse_source' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php', 'label' => 'Entrepôt source', 'enabled' => 1, 'position' => 50, 'notnull' => 0, 'visible' => 1, 'help' => 'HelpWarehouseStockTransferSource', 'picto' => 'stock', 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'fk_warehouse_destination' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php', 'label' => 'Entrepôt de destination', 'enabled' => 1, 'position' => 51, 'notnull' => 0, 'visible' => 1, 'help' => 'HelpWarehouseStockTransferDestination', 'picto' => 'stock', 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 0, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'date_prevue_depart' => array('type' => 'date', 'label' => 'DatePrevueDepart', 'enabled' => 1, 'position' => 100, 'notnull' => 0, 'visible' => 1, ), 'date_reelle_depart' => array('type' => 'date', 'label' => 'DateReelleDepart', 'enabled' => 1, 'position' => 101, 'notnull' => 0, 'visible' => 5, ), 'date_prevue_arrivee' => array('type' => 'date', 'label' => 'DatePrevueArrivee', 'enabled' => 1, 'position' => 102, 'notnull' => 0, 'visible' => 1, ), 'date_reelle_arrivee' => array('type' => 'date', 'label' => 'DateReelleArrivee', 'enabled' => 1, 'position' => 103, 'notnull' => 0, 'visible' => 5, ), 'lead_time_for_warning' => array('type' => 'integer', 'label' => 'LeadTimeForWarning', 'enabled' => 1, 'position' => 200, 'default' => '0', 'notnull' => 0, 'visible' => 1), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'ChangedBy', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'position' => 1010, 'notnull' => -1, 'visible' => 0, ), 'fk_incoterms' => array('type' => 'integer', 'label' => 'IncotermCode', 'enabled' => '$conf->incoterm->enabled', 'visible' => -2, 'position' => 220), 'location_incoterms' => array('type' => 'varchar(255)', 'label' => 'IncotermLabel', 'enabled' => '$conf->incoterm->enabled', 'visible' => -2, 'position' => 225), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'visible' => 5, 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated', '2' => 'StockStransferDecremented', '3' => 'StockStransferIncremented'), ), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class StockTransfer extends CommonObject { /**/ } |
$status = 3 |
|
abstract class CommonObject { /**/ } |
$status = |
class StockTransfer extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$element = |
class StockTransferLine extends CommonObjectLine { /**/ } |
$element = 'stocktransferline' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class StockTransferLine extends CommonObjectLine { /**/ } |
$table_element = 'stocktransfer_stocktransferline' |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$picto = 'line' |
class StockTransferLine extends CommonObjectLine { /**/ } |
$picto = 'stocktransferline@stocktransfer' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class StockTransferLine extends CommonObjectLine { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'comment' => "Id"), 'amount' => array('type' => 'price', 'label' => 'Amount', 'enabled' => 1, 'position' => 40, 'notnull' => 0, 'visible' => 1, 'default' => 'null', 'isameasure' => 1, 'help' => "Help text for amount", ), 'qty' => array('type' => 'real', 'label' => 'Qty', 'enabled' => 1, 'position' => 45, 'notnull' => 0, 'visible' => 1, 'default' => '0', 'isameasure' => 1, 'css' => 'maxwidth75imp', 'help' => "Help text for quantity", ), 'fk_warehouse_destination' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php', 'label' => 'Entrepôt de destination', 'enabled' => 1, 'position' => 50, 'notnull' => 1, 'visible' => 1, ), 'fk_warehouse_source' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php', 'label' => 'Entrepôt source', 'enabled' => 1, 'position' => 50, 'notnull' => 1, 'visible' => 1, ), 'fk_stocktransfer' => array('type' => 'integer:StockTransfer:stocktransfer/stock/class/stocktransfer.class.php', 'label' => 'StockTransfer', 'enabled' => 1, 'position' => 50, 'notnull' => 1, 'visible' => 0, ), 'fk_product' => array('type' => 'integer:Product:product/class/product.class.php', 'label' => 'Product', 'enabled' => 1, 'position' => 50, 'notnull' => 1, 'visible' => 1, ), 'batch' => array('type' => 'varchar(128)', 'label' => 'Batch', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => 1, ), 'pmp' => array('type' => 'double', 'label' => 'PMP', 'enabled' => 1, 'position' => 50, 'notnull' => 0, 'visible' => 1, ), 'rang' => array('type' => 'integer', 'label' => 'Qty', 'enabled' => 1, 'position' => 45, 'notnull' => 0, 'visible' => 0, 'default' => '0', 'isameasure' => 1, 'css' => 'maxwidth75imp', 'help' => "Help text for quantity", ), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$element = |
class Entrepot extends CommonObject { /**/ } |
$element = 'stock' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Entrepot extends CommonObject { /**/ } |
$table_element = 'entrepot' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Entrepot extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'ID', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 10), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'default' => '1', 'notnull' => 1, 'index' => 1, 'position' => 15), 'ref' => array('type' => 'varchar(255)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 1, 'showoncombobox' => 1, 'position' => 25, 'searchall' => 1), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'visible' => -2, 'position' => 35, 'searchall' => 1), 'lieu' => array('type' => 'varchar(64)', 'label' => 'LocationSummary', 'enabled' => 1, 'visible' => 1, 'position' => 40, 'showoncombobox' => 2, 'searchall' => 1), 'fk_parent' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php:1:((statut:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'label' => 'ParentWarehouse', 'enabled' => 1, 'visible' => -2, 'position' => 41), 'fk_project' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Project', 'enabled' => '$conf->project->enabled', 'visible' => -1, 'position' => 42), 'address' => array('type' => 'varchar(255)', 'label' => 'Address', 'enabled' => 1, 'visible' => -2, 'position' => 45, 'searchall' => 1), 'zip' => array('type' => 'varchar(10)', 'label' => 'Zip', 'enabled' => 1, 'visible' => -2, 'position' => 50, 'searchall' => 1), 'town' => array('type' => 'varchar(50)', 'label' => 'Town', 'enabled' => 1, 'visible' => -2, 'position' => 55, 'searchall' => 1), 'fk_departement' => array('type' => 'integer', 'label' => 'State', 'enabled' => 1, 'visible' => 0, 'position' => 60), 'fk_pays' => array('type' => 'integer:Ccountry:core/class/ccountry.class.php', 'label' => 'Country', 'enabled' => 1, 'visible' => -1, 'position' => 65), 'phone' => array('type' => 'varchar(20)', 'label' => 'Phone', 'enabled' => 1, 'visible' => -2, 'position' => 70, 'searchall' => 1), 'fax' => array('type' => 'varchar(20)', 'label' => 'Fax', 'enabled' => 1, 'visible' => -2, 'position' => 75, 'searchall' => 1), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'position' => 300), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 301), 'warehouse_usage' => array('type' => 'integer', 'label' => 'WarehouseUsage', 'enabled' => 'getDolGlobalInt("MAIN_FEATURES_LEVEL")', 'visible' => 1, 'position' => 400, 'default' => 1, 'arrayofkeyval' => array(1 => 'InternalWarehouse', 2 => 'ExternalWarehouse')), 'statut' => array('type' => 'tinyint(4)', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'position' => 500, 'css' => 'minwidth50'), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$element = |
class Productlot extends CommonObject { /**/ } |
$element = 'productlot' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Productlot extends CommonObject { /**/ } |
$table_element = 'product_lot' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Productlot extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -2, 'noteditable' => 1, 'notnull' => 1, 'index' => 1, 'position' => 1, 'comment' => 'Id', 'css' => 'left'), 'fk_product' => array('type' => 'integer:Product:product/class/product.class.php', 'label' => 'Product', 'enabled' => 1, 'visible' => 1, 'position' => 5, 'notnull' => 1, 'index' => 1, 'searchall' => 1, 'picto' => 'product', 'css' => 'maxwidth500 widthcentpercentminusxx', 'csslist' => 'maxwidth150'), 'batch' => array('type' => 'varchar(30)', 'label' => 'Batch', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 1, 'index' => 1, 'position' => 10, 'comment' => 'Batch', 'searchall' => 1, 'picto' => 'lot', 'validate' => 1), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'default' => '1', 'notnull' => 1, 'index' => 1, 'position' => 20), 'sellby' => array('type' => 'date', 'label' => 'SellByDate', 'enabled' => 'empty($conf->global->PRODUCT_DISABLE_SELLBY)?1:0', 'visible' => 1, 'notnull' => 0, 'position' => 60), 'eatby' => array('type' => 'date', 'label' => 'EatByDate', 'enabled' => 'empty($conf->global->PRODUCT_DISABLE_EATBY)?1:0', 'visible' => 1, 'notnull' => 0, 'position' => 62), 'eol_date' => array('type' => 'date', 'label' => 'EndOfLife', 'enabled' => 'getDolGlobalInt("PRODUCT_LOT_ENABLE_QUALITY_CONTROL")?1:0', 'visible' => 'getDolGlobalInt("PRODUCT_LOT_ENABLE_QUALITY_CONTROL")?5:0', 'position' => 70), 'manufacturing_date' => array('type' => 'date', 'label' => 'ManufacturingDate', 'enabled' => 'getDolGlobalInt("PRODUCT_LOT_ENABLE_TRACEABILITY")?1:0', 'visible' => 'getDolGlobalInt("PRODUCT_LOT_ENABLE_TRACEABILITY")?5:0', 'position' => 80), 'scrapping_date' => array('type' => 'date', 'label' => 'DestructionDate', 'enabled' => 'getDolGlobalInt("PRODUCT_LOT_ENABLE_TRACEABILITY")?1:0', 'visible' => 'getDolGlobalInt("PRODUCT_LOT_ENABLE_TRACEABILITY")?5:0', 'position' => 90), 'qc_frequency' => array('type' => 'integer', 'label' => 'QCFrequency', 'enabled' => 'getDolGlobalInt("PRODUCT_LOT_ENABLE_QUALITY_CONTROL")?1:0', 'visible' => 'getDolGlobalInt("PRODUCT_LOT_ENABLE_QUALITY_CONTROL")?5:0', 'position' => 110), 'lifetime' => array('type' => 'integer', 'label' => 'Lifetime', 'enabled' => 'getDolGlobalInt("PRODUCT_LOT_ENABLE_QUALITY_CONTROL")?1:0', 'visible' => 'getDolGlobalInt("PRODUCT_LOT_ENABLE_QUALITY_CONTROL")?5:0', 'position' => 110), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 215), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => -2, 'position' => 310), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 500), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 501), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 510, 'foreignkey' => 'llx_user.rowid'), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 511), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'index' => 0, 'position' => 1000)) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$element = |
class MouvementStock extends CommonObject { /**/ } |
$element = 'stockmouvement' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class MouvementStock extends CommonObject { /**/ } |
$table_element = 'stock_mouvement' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class MouvementStock extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10, 'showoncombobox' => 1), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 15), 'datem' => array('type' => 'datetime', 'label' => 'Datem', 'enabled' => 1, 'visible' => -1, 'position' => 20), 'fk_product' => array('type' => 'integer:Product:product/class/product.class.php:1', 'label' => 'Product', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 25), 'fk_entrepot' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php', 'label' => 'Warehouse', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 30), 'value' => array('type' => 'double', 'label' => 'Value', 'enabled' => 1, 'visible' => -1, 'position' => 35), 'price' => array('type' => 'double(24,8)', 'label' => 'Price', 'enabled' => 1, 'visible' => -1, 'position' => 40), 'type_mouvement' => array('type' => 'smallint(6)', 'label' => 'Type mouvement', 'enabled' => 1, 'visible' => -1, 'position' => 45), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user author', 'enabled' => 1, 'visible' => -1, 'position' => 50), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'fk_origin' => array('type' => 'integer', 'label' => 'Fk origin', 'enabled' => 1, 'visible' => -1, 'position' => 60), 'origintype' => array('type' => 'varchar(32)', 'label' => 'Origintype', 'enabled' => 1, 'visible' => -1, 'position' => 65), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 70), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Project', 'enabled' => '$conf->project->enabled', 'visible' => -1, 'notnull' => 1, 'position' => 75), 'inventorycode' => array('type' => 'varchar(128)', 'label' => 'InventoryCode', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'batch' => array('type' => 'varchar(30)', 'label' => 'Batch', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'eatby' => array('type' => 'date', 'label' => 'Eatby', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'sellby' => array('type' => 'date', 'label' => 'Sellby', 'enabled' => 1, 'visible' => -1, 'position' => 95), 'fk_project' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Fk project', 'enabled' => 1, 'visible' => -1, 'position' => 100), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$element = |
class ProductStockEntrepot extends CommonObject { /**/ } |
$element = 'ProductStockEntrepot' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ProductStockEntrepot extends CommonObject { /**/ } |
$table_element = 'product_warehouse_properties' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$element = |
class SupplierProposal extends CommonObject { /**/ } |
$element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class SupplierProposal extends CommonObject { /**/ } |
$table_element = 'supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class SupplierProposal extends CommonObject { /**/ } |
$table_element_line = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class SupplierProposal extends CommonObject { /**/ } |
$fk_element = 'fk_supplier_proposal' |
|
abstract class CommonObject { /**/ } |
$restrictiononfksoc = 0 |
class SupplierProposal extends CommonObject { /**/ } |
$restrictiononfksoc = 1 |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class SupplierProposal extends CommonObject { /**/ } |
$table_ref_field = 'ref' |
|
abstract class CommonObject { /**/ } |
$statut = |
class SupplierProposal extends CommonObject { /**/ } |
$statut = 0 |
|
abstract class CommonObject { /**/ } |
$lines = |
class SupplierProposal extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$error = |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$error = '' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$element = |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$element = 'supplier_proposaldet' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$table_element = 'supplier_proposaldet' |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$product_type = |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$product_type = Product::TYPE_PRODUCT |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$info_bits = |
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$info_bits = 0 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$element = |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$element = 'receptionlinebatch' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$table_element = 'receptiondet_batch' |
|
abstract class CommonObject { /**/ } |
$lines = |
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$element = |
class Reception extends CommonObject { /**/ } |
$element = "reception" |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Reception extends CommonObject { /**/ } |
$fk_element = "fk_reception" |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Reception extends CommonObject { /**/ } |
$table_element = "reception" |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Reception extends CommonObject { /**/ } |
$table_element_line = "receptiondet_batch" |
|
abstract class CommonObject { /**/ } |
$lines = |
class Reception extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$module = |
class KnowledgeRecord extends CommonObject { /**/ } |
$module = 'knowledgemanagement' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$element = |
class KnowledgeRecord extends CommonObject { /**/ } |
$element = 'knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class KnowledgeRecord extends CommonObject { /**/ } |
$table_element = 'knowledgemanagement_knowledgerecord' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class KnowledgeRecord extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'default' => '(PROV)', 'visible' => 5, 'index' => 1, 'searchall' => 1, 'comment' => "Reference of object", "csslist" => "nowraponall", "showoncombobox" => 1), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 20, 'index' => 1), 'question' => array('type' => 'text', 'label' => 'Question', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, 'csslist' => 'tdoverflowmax300 small', 'copytoclipboard' => 1, 'tdcss' => 'titlefieldcreate nowraponall'), 'lang' => array('type' => 'varchar(6)', 'label' => 'Language', 'enabled' => 1, 'position' => 40, 'notnull' => 0, 'visible' => 1, 'tdcss' => 'titlefieldcreate nowraponall', "csslist" => "minwidth100 maxwidth200"), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, 'csslist' => 'nowraponall'), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => 2, ), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'position' => 600, 'notnull' => 0, 'visible' => 0, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserCreation', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'position' => 512, 'notnull' => 0, 'visible' => -2, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'position' => 1010, 'notnull' => -1, 'visible' => 0, ), 'fk_c_ticket_category' => array('type' => 'integer:CTicketCategory:ticket/class/cticketcategory.class.php:0:(t.active:=:1):pos', 'label' => 'SuggestedForTicketsInGroup', 'enabled' => 'isModEnabled("ticket")', 'position' => 520, 'notnull' => 0, 'visible' => -1, 'help' => 'YouCanLinkArticleToATicketCategory', 'csslist' => 'minwidth200 tdoverflowmax250'), 'answer' => array('type' => 'html', 'label' => 'Solution', 'enabled' => 1, 'position' => 600, 'notnull' => 0, 'visible' => 3, 'searchall' => 1, 'csslist' => 'tdoverflowmax300', 'copytoclipboard' => 1, 'tdcss' => 'titlefieldcreate nowraponall'), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'visible' => 5, 'default' => '0', 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated', '9' => 'Obsolete'), ), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class KnowledgeRecord extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$status = |
class KnowledgeRecord extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$element = |
class Project extends CommonObject { /**/ } |
$element = 'project' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Project extends CommonObject { /**/ } |
$table_element = 'projet' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Project extends CommonObject { /**/ } |
$table_element_line = 'projet_task' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Project extends CommonObject { /**/ } |
$fk_element = 'fk_projet' |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class Project extends CommonObject { /**/ } |
$table_ref_field = 'ref' |
|
abstract class CommonObject { /**/ } |
$statut = |
class Project extends CommonObject { /**/ } |
$statut = 1 |
|
abstract class CommonObject { /**/ } |
$statut = |
class Project extends CommonObject { /**/ } |
$statut = 2 |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Project extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'ID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'fk_project' => array('type' => 'integer', 'label' => 'Parent', 'enabled' => 1, 'visible' => 1, 'notnull' => 0, 'position' => 12), 'ref' => array('type' => 'varchar(50)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 1, 'showoncombobox' => 1, 'position' => 15, 'searchall' => 1), 'title' => array('type' => 'varchar(255)', 'label' => 'ProjectLabel', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 17, 'showoncombobox' => 2, 'searchall' => 1), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => 3, 'notnull' => 1, 'position' => 19), 'fk_soc' => array('type' => 'integer', 'label' => 'Thirdparty', 'enabled' => 1, 'visible' => 0, 'position' => 20), 'dateo' => array('type' => 'date', 'label' => 'DateStart', 'enabled' => 1, 'visible' => -1, 'position' => 30), 'datee' => array('type' => 'date', 'label' => 'DateEnd', 'enabled' => 1, 'visible' => 1, 'position' => 35), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'visible' => 3, 'position' => 55, 'searchall' => 1), 'public' => array('type' => 'integer', 'label' => 'Visibility', 'enabled' => 1, 'visible' => -1, 'position' => 65), 'fk_opp_status' => array('type' => 'integer', 'label' => 'OpportunityStatusShort', 'enabled' => 'getDolGlobalString("PROJECT_USE_OPPORTUNITIES")', 'visible' => 1, 'position' => 75), 'opp_percent' => array('type' => 'double(5,2)', 'label' => 'OpportunityProbabilityShort', 'enabled' => 'getDolGlobalString("PROJECT_USE_OPPORTUNITIES")', 'visible' => 1, 'position' => 80), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 85, 'searchall' => 1), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 90, 'searchall' => 1), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'ModelPdf', 'enabled' => 1, 'visible' => 0, 'position' => 95), 'date_close' => array('type' => 'datetime', 'label' => 'DateClosing', 'enabled' => 1, 'visible' => 0, 'position' => 105), 'fk_user_close' => array('type' => 'integer', 'label' => 'UserClosing', 'enabled' => 1, 'visible' => 0, 'position' => 110), 'opp_amount' => array('type' => 'double(24,8)', 'label' => 'OpportunityAmountShort', 'enabled' => 1, 'visible' => 'getDolGlobalString("PROJECT_USE_OPPORTUNITIES")', 'position' => 115), 'budget_amount' => array('type' => 'double(24,8)', 'label' => 'Budget', 'enabled' => 1, 'visible' => -1, 'position' => 119), 'usage_opportunity' => array('type' => 'integer', 'label' => 'UsageOpportunity', 'enabled' => 1, 'visible' => -1, 'position' => 130), 'usage_task' => array('type' => 'integer', 'label' => 'UsageTasks', 'enabled' => 1, 'visible' => -1, 'position' => 135), 'usage_bill_time' => array('type' => 'integer', 'label' => 'UsageBillTimeShort', 'enabled' => 1, 'visible' => -1, 'position' => 140), 'usage_organize_event' => array('type' => 'integer', 'label' => 'UsageOrganizeEvent', 'enabled' => 1, 'visible' => -1, 'position' => 145), 'date_start_event' => array('type' => 'date', 'label' => 'DateStartEvent', 'enabled' => "isModEnabled('eventorganization')", 'visible' => 1, 'position' => 200), 'date_end_event' => array('type' => 'date', 'label' => 'DateEndEvent', 'enabled' => "isModEnabled('eventorganization')", 'visible' => 1, 'position' => 201), 'location' => array('type' => 'text', 'label' => 'Location', 'enabled' => 1, 'visible' => 3, 'position' => 55, 'searchall' => 202), 'accept_conference_suggestions' => array('type' => 'integer', 'label' => 'AllowUnknownPeopleSuggestConf', 'enabled' => 1, 'visible' => -1, 'position' => 210), 'accept_booth_suggestions' => array('type' => 'integer', 'label' => 'AllowUnknownPeopleSuggestBooth', 'enabled' => 1, 'visible' => -1, 'position' => 211), 'price_registration' => array('type' => 'double(24,8)', 'label' => 'PriceOfRegistration', 'enabled' => 1, 'visible' => -1, 'position' => 212), 'price_booth' => array('type' => 'double(24,8)', 'label' => 'PriceOfBooth', 'enabled' => 1, 'visible' => -1, 'position' => 215), 'max_attendees' => array('type' => 'integer', 'label' => 'MaxNbOfAttendees', 'enabled' => 1, 'visible' => -1, 'position' => 215), 'datec' => array('type' => 'datetime', 'label' => 'DateCreationShort', 'enabled' => 1, 'visible' => -2, 'position' => 400), 'tms' => array('type' => 'timestamp', 'label' => 'DateModificationShort', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 405), 'fk_user_creat' => array('type' => 'integer', 'label' => 'UserCreation', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 410), 'fk_user_modif' => array('type' => 'integer', 'label' => 'UserModification', 'enabled' => 1, 'visible' => 0, 'position' => 415), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -1, 'position' => 420), 'email_msgid' => array('type' => 'varchar(255)', 'label' => 'EmailMsgID', 'enabled' => 1, 'visible' => -1, 'position' => 450, 'help' => 'EmailMsgIDWhenSourceisEmail', 'csslist' => 'tdoverflowmax125'), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 500), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$element = |
class Task extends CommonObjectLine { /**/ } |
$element = 'project_task' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Task extends CommonObjectLine { /**/ } |
$table_element = 'projet_task' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Task extends CommonObjectLine { /**/ } |
$fk_element = 'fk_element' |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$picto = 'line' |
class Task extends CommonObjectLine { /**/ } |
$picto = 'projecttask' |
|
abstract class CommonObject { /**/ } |
$childtables = array( ) |
class Task extends CommonObjectLine { /**/ } |
$childtables = array('element_time' => array('name' => 'Task', 'parent' => 'projet_task', 'parentkey' => 'fk_element', 'parenttypefield' => 'elementtype', 'parenttypevalue' => 'task')) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$element = |
class Bookmark extends CommonObject { /**/ } |
$element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Bookmark extends CommonObject { /**/ } |
$table_element = 'bookmark' |
|
abstract class CommonObject { /**/ } |
$module = |
class Position extends CommonObject { /**/ } |
$module = 'hrm' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$element = |
class Position extends CommonObject { /**/ } |
$element = 'position' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Position extends CommonObject { /**/ } |
$table_element = 'hrm_job_user' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Position extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 2, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_contrat' => array('type' => 'integer:Contrat:contrat/class/contrat.class.php', 'label' => 'fk_contrat', 'enabled' => 'isModEnabled("contract")', 'position' => 50, 'notnull' => 0, 'visible' => 0, ), 'fk_user' => array('type' => 'integer:User:user/class/user.class.php:0:(t.statut:=:1)', 'label' => 'Employee', 'enabled' => 1, 'position' => 55, 'notnull' => 1, 'visible' => 1, 'default' => '0', 'picto' => 'user', 'css' => 'maxwidth300 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'fk_job' => array('type' => 'integer:Job:/hrm/class/job.class.php', 'label' => 'JobProfile', 'enabled' => 1, 'position' => 56, 'notnull' => 1, 'visible' => 1, 'picto' => 'jobprofile', 'css' => 'maxwidth300 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'date_start' => array('type' => 'date', 'label' => 'DateStart', 'enabled' => 1, 'position' => 101, 'notnull' => 1, 'visible' => 1, ), 'date_end' => array('type' => 'date', 'label' => 'DateEnd', 'enabled' => 1, 'position' => 102, 'notnull' => 0, 'visible' => 1, ), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'position' => 120, 'notnull' => 0, 'visible' => 3, ), 'abort_comment' => array('type' => 'varchar(255)', 'label' => 'AbandonmentComment', 'enabled' => 'getDolGlobalInt("HRM_JOB_POSITON_ENDING_COMMENT")', 'position' => 502, 'notnull' => 0, 'visible' => 1, ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 151, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 152, 'notnull' => 0, 'visible' => 0, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class Skilldet extends CommonObjectLine { /**/ } |
$module = 'hrm' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$element = |
class Skilldet extends CommonObjectLine { /**/ } |
$element = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Skilldet extends CommonObjectLine { /**/ } |
$table_element = 'hrm_skilldet' |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$picto = 'line' |
class Skilldet extends CommonObjectLine { /**/ } |
$picto = 'skilldet@hrm' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Skilldet extends CommonObjectLine { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'fk_skill' => array('type' => 'integer:Skill:/hrm/class/skill.class.php', 'label' => 'fk_skill', 'enabled' => 1, 'position' => 5, 'notnull' => 1, 'visible' => 0, ), 'rankorder' => array('type' => 'integer', 'label' => 'rank', 'enabled' => 1, 'position' => 10, 'notnull' => 0, 'visible' => 2, ), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => 1, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => 0, ), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class EvaluationLine extends CommonObjectLine { /**/ } |
$module = 'hrm' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$element = |
class EvaluationLine extends CommonObjectLine { /**/ } |
$element = 'evaluationdet' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class EvaluationLine extends CommonObjectLine { /**/ } |
$table_element = 'hrm_evaluationdet' |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$picto = 'line' |
class EvaluationLine extends CommonObjectLine { /**/ } |
$picto = 'evaluationdet@hrm' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class EvaluationLine extends CommonObjectLine { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'fk_skill' => array('type' => 'integer:Skill:hrm/class/skill.class.php:1', 'label' => 'Skill', 'enabled' => 1, 'position' => 3, 'notnull' => 1, 'visible' => 1, 'index' => 1, ), 'fk_evaluation' => array('type' => 'integer:Evaluation:hrm/class/evaluation.class.php:1', 'label' => 'Evaluation', 'enabled' => 1, 'position' => 3, 'notnull' => 1, 'visible' => 1, 'index' => 1, ), 'rankorder' => array('type' => 'integer', 'label' => 'Rank', 'enabled' => 1, 'position' => 4, 'notnull' => 1, 'visible' => 1, ), 'required_rank' => array('type' => 'integer', 'label' => 'requiredRank', 'enabled' => 1, 'position' => 5, 'notnull' => 1, 'visible' => 1, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$element = |
class Establishment extends CommonObject { /**/ } |
$element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Establishment extends CommonObject { /**/ } |
$table_element = 'establishment' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Establishment extends CommonObject { /**/ } |
$fk_element = 'fk_establishment' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Establishment extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15, 'index' => 1), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 20), 'label' => array('type' => 'varchar(128)', 'label' => 'Label', 'enabled' => 1, 'visible' => -1, 'showoncombobox' => 2, 'position' => 22), 'address' => array('type' => 'varchar(255)', 'label' => 'Address', 'enabled' => 1, 'visible' => -1, 'position' => 25), 'zip' => array('type' => 'varchar(25)', 'label' => 'Zip', 'enabled' => 1, 'visible' => -1, 'position' => 30), 'town' => array('type' => 'varchar(50)', 'label' => 'Town', 'enabled' => 1, 'visible' => -1, 'position' => 35), 'fk_state' => array('type' => 'integer', 'label' => 'Fkstate', 'enabled' => 1, 'visible' => -1, 'position' => 40), 'fk_country' => array('type' => 'integer', 'label' => 'Fkcountry', 'enabled' => 1, 'visible' => -1, 'position' => 45), 'profid1' => array('type' => 'varchar(20)', 'label' => 'Profid1', 'enabled' => 1, 'visible' => -1, 'position' => 50), 'profid2' => array('type' => 'varchar(20)', 'label' => 'Profid2', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'profid3' => array('type' => 'varchar(20)', 'label' => 'Profid3', 'enabled' => 1, 'visible' => -1, 'position' => 60), 'phone' => array('type' => 'varchar(20)', 'label' => 'Phone', 'enabled' => 1, 'visible' => -1, 'position' => 65), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fkuserauthor', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 70), 'fk_user_mod' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fkusermod', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 80), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 85), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'visible' => -1, 'position' => 500), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class Job extends CommonObject { /**/ } |
$module = 'hrm' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$element = |
class Job extends CommonObject { /**/ } |
$element = 'job' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Job extends CommonObject { /**/ } |
$table_element = 'hrm_job' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Job extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'label' => array('type' => 'varchar(128)', 'label' => 'Label', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 1, 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'comment' => "Label of object"), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'position' => 21, 'notnull' => 0, 'visible' => 1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => 2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => 2, ), 'deplacement' => array('type' => 'select', 'required' => 1, 'label' => 'NeedBusinessTravels', 'enabled' => 1, 'position' => 90, 'notnull' => 1, 'visible' => 1, 'arrayofkeyval' => array(0 => "No", 1 => "Yes"), 'default' => '0'), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 70, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 71, 'notnull' => 0, 'visible' => 0, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), ) |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Job extends CommonObject { /**/ } |
$fk_element = 'fk_job' |
|
abstract class CommonObject { /**/ } |
$childtables = array( ) |
class Job extends CommonObject { /**/ } |
$childtables = array('hrm_evaluation' => ['name' => 'Evaluation'], 'hrm_job_user' => ['name' => 'Job'], ) |
|
abstract class CommonObject { /**/ } |
$childtablesoncascade = array( ) |
class Job extends CommonObject { /**/ } |
$childtablesoncascade = array("@SkillRank:hrm/class/skillrank.class.php:fk_object:(objecttype:=:'job')") |
|
abstract class CommonObject { /**/ } |
$module = |
class Evaluation extends CommonObject { /**/ } |
$module = 'hrm' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$element = |
class Evaluation extends CommonObject { /**/ } |
$element = 'evaluation' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Evaluation extends CommonObject { /**/ } |
$table_element = 'hrm_evaluation' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Evaluation extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 4, 'noteditable' => 1, 'default' => '(PROV)', 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'comment' => "Reference of object"), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 0, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'showoncombobox' => '2', ), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => 3, ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 0, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php:0', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php:0', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'default' => '0', 'visible' => 5, 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated', '6' => 'Closed'), ), 'date_eval' => array('type' => 'date', 'label' => 'DateEval', 'enabled' => 1, 'position' => 502, 'notnull' => 1, 'visible' => 1, ), 'fk_user' => array('type' => 'integer:User:user/class/user.class.php:0', 'label' => 'Employee', 'enabled' => 1, 'position' => 504, 'notnull' => 1, 'visible' => 1, 'picto' => 'user', 'css' => 'maxwidth300 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), 'fk_job' => array('type' => 'integer:Job:/hrm/class/job.class.php', 'label' => 'JobProfile', 'enabled' => 1, 'position' => 505, 'notnull' => 1, 'visible' => 1, 'picto' => 'jobprofile', 'css' => 'maxwidth300 widthcentpercentminusxx', 'csslist' => 'tdoverflowmax150'), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class Evaluation extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$status = |
class Evaluation extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Evaluation extends CommonObject { /**/ } |
$table_element_line = 'hrm_evaluationdet' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Evaluation extends CommonObject { /**/ } |
$fk_element = 'fk_evaluation' |
|
abstract class CommonObject { /**/ } |
$childtablesoncascade = array( ) |
class Evaluation extends CommonObject { /**/ } |
$childtablesoncascade = array('@EvaluationLine:hrm/class/evaluationdet.class.php:fk_evaluation') |
|
abstract class CommonObject { /**/ } |
$lines = |
class Evaluation extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$module = |
class SkillRank extends CommonObject { /**/ } |
$module = 'hrm' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$element = |
class SkillRank extends CommonObject { /**/ } |
$element = 'skillrank' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class SkillRank extends CommonObject { /**/ } |
$table_element = 'hrm_skillrank' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class SkillRank extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'fk_skill' => array('type' => 'integer:Skill:hrm/class/skill.class.php:1', 'label' => 'Skill', 'enabled' => 1, 'position' => 3, 'notnull' => 1, 'visible' => 1, 'index' => 1, ), 'rankorder' => array('type' => 'integer', 'label' => 'Rank', 'enabled' => 1, 'position' => 4, 'notnull' => 1, 'visible' => 1, 'default' => '0'), 'fk_object' => array('type' => 'integer', 'label' => 'object', 'enabled' => 1, 'position' => 5, 'notnull' => 1, 'visible' => 0, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'objecttype' => array('type' => 'varchar(128)', 'label' => 'objecttype', 'enabled' => 1, 'position' => 6, 'notnull' => 1, 'visible' => 0, ), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class Skill extends CommonObject { /**/ } |
$module = 'hrm' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$element = |
class Skill extends CommonObject { /**/ } |
$element = 'skill' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Skill extends CommonObject { /**/ } |
$table_element = 'hrm_skill' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Skill extends CommonObject { /**/ } |
$table_element_line = 'skilldet' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Skill extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 1, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'showoncombobox' => 2, ), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => 3, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php:0', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php:0', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'required_level' => array('type' => 'integer', 'label' => 'requiredLevel', 'enabled' => 1, 'position' => 50, 'notnull' => 1, 'visible' => 0, ), 'date_validite' => array('type' => 'integer', 'label' => 'date_validite', 'enabled' => 1, 'position' => 52, 'notnull' => 1, 'visible' => 0, ), 'temps_theorique' => array('type' => 'double(24,8)', 'label' => 'temps_theorique', 'enabled' => 1, 'position' => 54, 'notnull' => 1, 'visible' => 0, ), 'skill_type' => array('type' => 'integer', 'label' => 'SkillType', 'enabled' => 1, 'position' => 55, 'notnull' => 1, 'visible' => 1, 'index' => 1, 'css' => 'minwidth200', 'arrayofkeyval' => array('0' => 'TypeKnowHow', '1' => 'TypeHowToBe', '9' => 'TypeKnowledge'), 'default' => '0'), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 70, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 71, 'notnull' => 0, 'visible' => 0, ), ) |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Skill extends CommonObject { /**/ } |
$fk_element = 'fk_skill' |
|
abstract class CommonObject { /**/ } |
$childtables = array( ) |
class Skill extends CommonObject { /**/ } |
$childtables = array('hrm_skillrank' => ['name' => 'SkillRank'], 'hrm_evaluationdet' => ['name' => 'EvaluationDet'], ) |
|
abstract class CommonObject { /**/ } |
$childtablesoncascade = array( ) |
class Skill extends CommonObject { /**/ } |
$childtablesoncascade = array('hrm_skilldet') |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
abstract class CommonObject { /**/ } |
$element = |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
class FichinterRec extends Fichinter { /**/ } |
$element = 'fichinterrec' |
|
class Fichinter extends CommonObject { /**/ } |
$table_element = 'fichinter' |
class FichinterRec extends Fichinter { /**/ } |
$table_element = 'fichinter_rec' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class FichinterRec extends Fichinter { /**/ } |
$table_element = 'fichinter_rec' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class FichinterRec extends Fichinter { /**/ } |
$table_element_line = 'fichinterdet_rec' |
|
class Fichinter extends CommonObject { /**/ } |
$table_element_line = 'fichinterdet' |
class FichinterRec extends Fichinter { /**/ } |
$table_element_line = 'fichinterdet_rec' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class FichinterRec extends Fichinter { /**/ } |
$fk_element = 'fk_fichinter' |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class FichinterRec extends Fichinter { /**/ } |
$table_ref_field = 'title' |
|
class Fichinter extends CommonObject { /**/ } |
$table_ref_field = 'ref' |
class FichinterRec extends Fichinter { /**/ } |
$table_ref_field = 'title' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Fichinter extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'visible' => -1, 'notnull' => 1, 'position' => 15), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Fk projet', 'enabled' => 'isModEnabled("project")', 'visible' => -1, 'position' => 20), 'fk_contrat' => array('type' => 'integer', 'label' => 'Fk contrat', 'enabled' => '$conf->contrat->enabled', 'visible' => -1, 'position' => 25), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 30), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'Ref ext', 'enabled' => 1, 'visible' => 0, 'position' => 35), 'ref_client' => array('type' => 'varchar(255)', 'label' => 'RefCustomer', 'enabled' => 1, 'visible' => -1, 'position' => 36), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 40, 'index' => 1), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 45), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 50), 'date_valid' => array('type' => 'datetime', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'datei' => array('type' => 'date', 'label' => 'Datei', 'enabled' => 1, 'visible' => -1, 'position' => 60), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user author', 'enabled' => 1, 'visible' => -1, 'position' => 65), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 70), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'dateo' => array('type' => 'date', 'label' => 'Dateo', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'datee' => array('type' => 'date', 'label' => 'Datee', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'datet' => array('type' => 'date', 'label' => 'Datet', 'enabled' => 1, 'visible' => -1, 'position' => 95), 'duree' => array('type' => 'double', 'label' => 'Duree', 'enabled' => 1, 'visible' => -1, 'position' => 100), 'signed_status' => array('type' => 'smallint(6)', 'label' => 'SignedStatus', 'enabled' => 1, 'visible' => -1, 'position' => 101, 'arrayofkeyval' => array(0 => 'NoSignature', 1 => 'SignedSender', 2 => 'SignedReceiver', 9 => 'SignedAll')), 'description' => array('type' => 'html', 'label' => 'Description', 'enabled' => 1, 'visible' => -1, 'position' => 105, 'showoncombobox' => 2), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 110), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 115), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 120), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'Last main doc', 'enabled' => 1, 'visible' => -1, 'position' => 125), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 130), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 135), 'fk_statut' => array('type' => 'integer', 'label' => 'Fk statut', 'enabled' => 1, 'visible' => -1, 'position' => 500), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$element = |
class Fichinter extends CommonObject { /**/ } |
$element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Fichinter extends CommonObject { /**/ } |
$table_element = 'fichinter' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Fichinter extends CommonObject { /**/ } |
$fk_element = 'fk_fichinter' |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Fichinter extends CommonObject { /**/ } |
$table_element_line = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$table_ref_field = '' |
class Fichinter extends CommonObject { /**/ } |
$table_ref_field = 'ref' |
|
abstract class CommonObject { /**/ } |
$statut = |
class Fichinter extends CommonObject { /**/ } |
$statut = 0 |
|
abstract class CommonObject { /**/ } |
$statut = |
class Fichinter extends CommonObject { /**/ } |
$statut = 3 |
|
abstract class CommonObject { /**/ } |
$fk_project = |
class Fichinter extends CommonObject { /**/ } |
$fk_project = 0 |
|
abstract class CommonObject { /**/ } |
$lines = |
class Fichinter extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$error = |
class FichinterLigne extends CommonObjectLine { /**/ } |
$error = '' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$element = |
class FichinterLigne extends CommonObjectLine { /**/ } |
$element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class FichinterLigne extends CommonObjectLine { /**/ } |
$table_element = 'fichinterdet' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class FichinterLigne extends CommonObjectLine { /**/ } |
$fk_element = 'fk_fichinter' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$element = |
class EmailCollector extends CommonObject { /**/ } |
$element = 'emailcollector' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class EmailCollector extends CommonObject { /**/ } |
$table_element = 'emailcollector_emailcollector' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class EmailCollector extends CommonObject { /**/ } |
$fk_element = 'fk_emailcollector' |
|
abstract class CommonObject { /**/ } |
$childtablesoncascade = array( ) |
class EmailCollector extends CommonObject { /**/ } |
$childtablesoncascade = array('emailcollector_emailcollectorfilter', 'emailcollector_emailcollectoraction') |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class EmailCollector extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'visible' => 2, 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'index' => 1), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'visible' => 0, 'default' => 1, 'notnull' => 1, 'index' => 1, 'position' => 20), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 1, 'index' => 1, 'position' => 10, 'searchall' => 1, 'help' => 'Example: MyCollector1', 'csslist' => 'tdoverflowmax200'), 'label' => array('type' => 'varchar(255)', 'label' => 'Label', 'visible' => 1, 'enabled' => 1, 'position' => 30, 'notnull' => -1, 'searchall' => 1, 'help' => 'Example: My Email collector', 'csslist' => 'tdoverflowmax150', 'tdcss' => 'titlefieldmiddle'), 'description' => array('type' => 'text', 'label' => 'Description', 'visible' => -1, 'enabled' => 1, 'position' => 60, 'notnull' => -1, 'cssview' => 'small', 'csslist' => 'small tdoverflowmax200'), 'host' => array('type' => 'varchar(255)', 'label' => 'EMailHost', 'visible' => 1, 'enabled' => 1, 'position' => 90, 'notnull' => 1, 'searchall' => 1, 'comment' => "IMAP server", 'help' => 'Example: imap.gmail.com', 'csslist' => 'tdoverflowmax125'), 'port' => array('type' => 'varchar(10)', 'label' => 'EMailHostPort', 'visible' => 1, 'enabled' => 1, 'position' => 91, 'notnull' => 1, 'searchall' => 0, 'comment' => "IMAP server port", 'help' => 'Example: 993', 'csslist' => 'tdoverflowmax50', 'default' => '993'), 'imap_encryption' => array('type' => 'varchar(16)', 'label' => 'ImapEncryption', 'visible' => -1, 'enabled' => 1, 'position' => 92, 'searchall' => 0, 'comment' => "IMAP encryption", 'help' => 'ImapEncryptionHelp', 'arrayofkeyval' => array('ssl' => 'SSL', 'tls' => 'TLS', 'notls' => 'NOTLS'), 'default' => 'ssl'), 'hostcharset' => array('type' => 'varchar(16)', 'label' => 'HostCharset', 'visible' => -1, 'enabled' => 1, 'position' => 93, 'notnull' => 0, 'searchall' => 0, 'comment' => "IMAP server charset", 'help' => 'Example: "UTF-8" (May be "US-ASCII" with some Office365)', 'default' => 'UTF-8'), 'norsh' => array('type' => 'integer', 'label' => 'NoRSH', 'visible' => -1, 'enabled' => "!getDolGlobalInt('MAIN_IMAP_USE_PHPIMAP')", 'position' => 94, 'searchall' => 0, 'help' => 'NoRSHHelp', 'arrayofkeyval' => array(0 => 'No', 1 => 'Yes'), 'default' => 0), 'acces_type' => array('type' => 'integer', 'label' => 'AuthenticationMethod', 'visible' => -1, 'enabled' => "getDolGlobalInt('MAIN_IMAP_USE_PHPIMAP')", 'position' => 101, 'notnull' => 1, 'index' => 1, 'comment' => "IMAP login type", 'arrayofkeyval' => array('0' => 'loginPassword', '1' => 'oauthToken'), 'default' => '0', 'help' => ''), 'login' => array('type' => 'varchar(128)', 'label' => 'Login', 'visible' => -1, 'enabled' => 1, 'position' => 102, 'notnull' => -1, 'index' => 1, 'comment' => "IMAP login", 'help' => 'Example: myaccount@gmail.com'), 'password' => array('type' => 'password', 'label' => 'Password', 'visible' => -1, 'enabled' => "1", 'position' => 103, 'notnull' => -1, 'comment' => "IMAP password", 'help' => 'WithGMailYouCanCreateADedicatedPassword'), 'oauth_service' => array('type' => 'varchar(128)', 'label' => 'oauthService', 'visible' => -1, 'enabled' => "getDolGlobalInt('MAIN_IMAP_USE_PHPIMAP')", 'position' => 104, 'notnull' => 0, 'index' => 1, 'comment' => "IMAP login oauthService", 'arrayofkeyval' => array( ), 'help' => 'TokenMustHaveBeenCreated'), 'source_directory' => array('type' => 'varchar(255)', 'label' => 'MailboxSourceDirectory', 'visible' => -1, 'enabled' => 1, 'position' => 109, 'notnull' => 1, 'default' => 'Inbox', 'help' => 'Example: INBOX, [Gmail]/Spam, [Gmail]/Draft, [Gmail]/Brouillons, [Gmail]/Sent Mail, [Gmail]/Messages envoyés, ...'), 'target_directory' => array('type' => 'varchar(255)', 'label' => 'MailboxTargetDirectory', 'visible' => 1, 'enabled' => 1, 'position' => 110, 'notnull' => 0, 'help' => "EmailCollectorTargetDir"), 'maxemailpercollect' => array('type' => 'integer', 'label' => 'MaxEmailCollectPerCollect', 'visible' => -1, 'enabled' => 1, 'position' => 111, 'default' => 50), 'datelastresult' => array('type' => 'datetime', 'label' => 'DateLastCollectResult', 'visible' => 1, 'enabled' => '$action != "create" && $action != "edit"', 'position' => 121, 'notnull' => -1, 'csslist' => 'nowraponall'), 'codelastresult' => array('type' => 'varchar(16)', 'label' => 'CodeLastResult', 'visible' => 1, 'enabled' => '$action != "create" && $action != "edit"', 'position' => 122, 'notnull' => -1, ), 'lastresult' => array('type' => 'varchar(255)', 'label' => 'LastResult', 'visible' => 1, 'enabled' => '$action != "create" && $action != "edit"', 'position' => 123, 'notnull' => -1, 'cssview' => 'small', 'csslist' => 'small tdoverflowmax200'), 'datelastok' => array('type' => 'datetime', 'label' => 'DateLastcollectResultOk', 'visible' => 1, 'enabled' => '$action != "create"', 'position' => 125, 'notnull' => -1, 'csslist' => 'nowraponall'), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'visible' => 0, 'enabled' => 1, 'position' => 61, 'notnull' => -1, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'visible' => 0, 'enabled' => 1, 'position' => 62, 'notnull' => -1, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'visible' => -2, 'enabled' => 1, 'position' => 500, 'notnull' => 1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'visible' => -2, 'enabled' => 1, 'position' => 501, 'notnull' => 1, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'visible' => -2, 'enabled' => 1, 'position' => 510, 'notnull' => 1, ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'visible' => -2, 'enabled' => 1, 'position' => 511, 'notnull' => -1, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'visible' => -2, 'enabled' => 1, 'position' => 1000, 'notnull' => -1, ), 'status' => array('type' => 'integer', 'label' => 'Status', 'visible' => 1, 'enabled' => 1, 'position' => 1000, 'notnull' => 1, 'default' => '0', 'index' => 1, 'arrayofkeyval' => array('0' => 'Inactive', '1' => 'Active'))) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$element = |
class EmailCollectorAction extends CommonObject { /**/ } |
$element = 'emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class EmailCollectorAction extends CommonObject { /**/ } |
$table_element = 'emailcollector_emailcollectoraction' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class EmailCollectorAction extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'position' => 1, 'notnull' => 1, 'index' => 1, 'comment' => "Id", ), 'fk_emailcollector' => array('type' => 'integer', 'label' => 'Id of emailcollector', 'foreignkey' => 'emailcollector.rowid'), 'type' => array('type' => 'varchar(128)', 'label' => 'Type', 'enabled' => 1, 'visible' => 1, 'position' => 10, 'notnull' => 1, 'index' => 1), 'actionparam' => array('type' => 'text', 'label' => 'ParamForAction', 'enabled' => 1, 'visible' => 1, 'position' => 40, 'notnull' => -1), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'position' => 500, 'notnull' => 1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -2, 'position' => 501, 'notnull' => 1, ), 'fk_user_creat' => array('type' => 'integer', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -2, 'position' => 510, 'notnull' => 1, 'foreignkey' => 'llx_user.rowid', ), 'fk_user_modif' => array('type' => 'integer', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'position' => 511, 'notnull' => -1, ), 'position' => array('type' => 'integer', 'label' => 'Position', 'enabled' => 1, 'visible' => 1, 'position' => 600, 'default' => '0', ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 1000, 'notnull' => -1, ), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'position' => 1000, 'notnull' => 1, 'default' => 1, 'arrayofkeyval' => array('0' => 'Disabled', '1' => 'Enabled')), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$element = |
class EmailCollectorFilter extends CommonObject { /**/ } |
$element = 'emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class EmailCollectorFilter extends CommonObject { /**/ } |
$table_element = 'emailcollector_emailcollectorfilter' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class EmailCollectorFilter extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'position' => 1, 'notnull' => 1, 'index' => 1, 'comment' => "Id", ), 'fk_emailcollector' => array('type' => 'integer', 'label' => 'Id of emailcollector', 'foreignkey' => 'emailcollector.rowid'), 'type' => array('type' => 'varchar(128)', 'label' => 'Type', 'enabled' => 1, 'visible' => 1, 'position' => 10, 'notnull' => 1, ), 'rulevalue' => array('type' => 'varchar(255)', 'label' => 'ValueOfRule', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'notnull' => -1, 'help' => "Value of Rule", ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'position' => 500, 'notnull' => 1, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -2, 'position' => 501, 'notnull' => 1, ), 'fk_user_creat' => array('type' => 'integer', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -2, 'position' => 510, 'notnull' => 1, 'foreignkey' => 'llx_user.rowid', ), 'fk_user_modif' => array('type' => 'integer', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'position' => 511, 'notnull' => -1, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 1000, 'notnull' => -1, ), 'status' => array('type' => 'integer', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'position' => 1000, 'notnull' => 1, 'default' => '1', 'arrayofkeyval' => array('0' => 'Disabled', '1' => 'Enabled')), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$element = |
class Delivery extends CommonObject { /**/ } |
$element = "delivery" |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Delivery extends CommonObject { /**/ } |
$fk_element = "fk_delivery" |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Delivery extends CommonObject { /**/ } |
$table_element = "delivery" |
|
abstract class CommonObject { /**/ } |
$table_element_line = '' |
class Delivery extends CommonObject { /**/ } |
$table_element_line = "deliverydet" |
|
abstract class CommonObject { /**/ } |
$lines = |
class Delivery extends CommonObject { /**/ } |
$lines = array( ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = |
class DeliveryLine extends CommonObjectLine { /**/ } |
$element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class DeliveryLine extends CommonObjectLine { /**/ } |
$table_element = 'deliverydet' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = |
class Ticket extends CommonObject { /**/ } |
$element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Ticket extends CommonObject { /**/ } |
$table_element = 'ticket' |
|
abstract class CommonObject { /**/ } |
$fk_element = |
class Ticket extends CommonObject { /**/ } |
$fk_element = 'fk_ticket' |
|
abstract class CommonObject { /**/ } |
$status = |
class Ticket extends CommonObject { /**/ } |
$status = 8 |
|
abstract class CommonObject { /**/ } |
$status = |
class Ticket extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Ticket extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'visible' => -2, 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'index' => 1, 'comment' => "Id"), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'visible' => 0, 'enabled' => 1, 'position' => 5, 'notnull' => 1, 'index' => 1), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'visible' => 1, 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'index' => 1, 'searchall' => 1, 'comment' => "Reference of object", 'css' => '', 'showoncombobox' => 1), 'track_id' => array('type' => 'varchar(255)', 'label' => 'TicketTrackId', 'visible' => -2, 'enabled' => 1, 'position' => 11, 'notnull' => -1, 'searchall' => 1, 'help' => "Help text"), 'fk_user_create' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Author', 'visible' => 1, 'enabled' => 1, 'position' => 15, 'notnull' => 1, 'csslist' => 'tdoverflowmax100 maxwidth150onsmartphone'), 'origin_email' => array('type' => 'mail', 'label' => 'OriginEmail', 'visible' => -2, 'enabled' => 1, 'position' => 16, 'notnull' => 1, 'index' => 1, 'searchall' => 1, 'comment' => "Reference of object", 'csslist' => 'tdoverflowmax150'), 'origin_replyto' => array('type' => 'mail', 'label' => 'EmailReplyto', 'visible' => -2, 'enabled' => 1, 'position' => 17, 'notnull' => 1, 'index' => 1, 'searchall' => 1, 'comment' => "Email to reply to", 'csslist' => 'tdoverflowmax150'), 'origin_references' => array('type' => 'text', 'label' => 'EmailReferences', 'visible' => -2, 'enabled' => 1, 'position' => 18, 'notnull' => 1, 'index' => 1, 'searchall' => 1, 'comment' => "References from origin email", 'csslist' => 'tdoverflowmax150'), 'subject' => array('type' => 'varchar(255)', 'label' => 'Subject', 'visible' => 1, 'enabled' => 1, 'position' => 19, 'notnull' => -1, 'searchall' => 1, 'help' => "", 'css' => 'maxwidth200 tdoverflowmax200', 'autofocusoncreate' => 1), 'type_code' => array('type' => 'varchar(32)', 'label' => 'Type', 'visible' => 1, 'enabled' => 1, 'position' => 20, 'notnull' => -1, 'help' => "", 'csslist' => 'maxwidth125 tdoverflowmax50'), 'category_code' => array('type' => 'varchar(32)', 'label' => 'TicketCategory', 'visible' => -1, 'enabled' => 1, 'position' => 21, 'notnull' => -1, 'help' => "", 'css' => 'maxwidth100 tdoverflowmax200'), 'severity_code' => array('type' => 'varchar(32)', 'label' => 'Severity', 'visible' => 1, 'enabled' => 1, 'position' => 22, 'notnull' => -1, 'help' => "", 'css' => 'maxwidth100'), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'visible' => 1, 'enabled' => 'isModEnabled("societe")', 'position' => 50, 'notnull' => -1, 'index' => 1, 'searchall' => 1, 'help' => "OrganizationEventLinkToThirdParty", 'css' => 'tdoverflowmax150 maxwidth150onsmartphone'), 'notify_tiers_at_create' => array('type' => 'integer', 'label' => 'NotifyThirdparty', 'visible' => -1, 'enabled' => 0, 'position' => 51, 'notnull' => 1, 'index' => 1), 'fk_project' => array('type' => 'integer:Project:projet/class/project.class.php', 'label' => 'Project', 'visible' => -1, 'enabled' => '$conf->project->enabled', 'position' => 52, 'notnull' => -1, 'index' => 1, 'help' => "LinkToProject"), 'fk_contract' => array('type' => 'integer:Contrat:contrat/class/contrat.class.php', 'label' => 'Contract', 'visible' => -1, 'enabled' => '$conf->contract->enabled', 'position' => 53, 'notnull' => -1, 'index' => 1, 'help' => "LinkToContract"), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'visible' => 1, 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'csslist' => 'nowraponall'), 'date_read' => array('type' => 'datetime', 'label' => 'TicketReadOn', 'visible' => -1, 'enabled' => 1, 'position' => 501, 'notnull' => 1, 'csslist' => 'nowraponall'), 'date_last_msg_sent' => array('type' => 'datetime', 'label' => 'TicketLastMessageDate', 'visible' => 0, 'enabled' => 1, 'position' => 502, 'notnull' => -1), 'fk_user_assign' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'AssignedTo', 'visible' => 1, 'enabled' => 1, 'position' => 505, 'notnull' => 1, 'csslist' => 'tdoverflowmax100 maxwidth150onsmartphone'), 'date_close' => array('type' => 'datetime', 'label' => 'TicketCloseOn', 'visible' => -1, 'enabled' => 1, 'position' => 510, 'notnull' => 1), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'visible' => -1, 'enabled' => 1, 'position' => 520, 'notnull' => 1), 'message' => array('type' => 'html', 'label' => 'Message', 'visible' => -2, 'enabled' => 1, 'position' => 540, 'notnull' => -1, ), 'email_msgid' => array('type' => 'varchar(255)', 'label' => 'EmailMsgID', 'visible' => -2, 'enabled' => 1, 'position' => 540, 'notnull' => -1, 'help' => 'EmailMsgIDDesc', 'csslist' => 'tdoverflowmax100'), 'email_date' => array('type' => 'datetime', 'label' => 'EmailDate', 'visible' => -2, 'enabled' => 1, 'position' => 541), 'progress' => array('type' => 'integer', 'label' => 'Progression', 'visible' => -1, 'enabled' => 1, 'position' => 540, 'notnull' => -1, 'css' => 'right', 'help' => "", 'isameasure' => 2, 'csslist' => 'width50'), 'resolution' => array('type' => 'integer', 'label' => 'Resolution', 'visible' => -1, 'enabled' => 'getDolGlobalString("TICKET_ENABLE_RESOLUTION")', 'position' => 550, 'notnull' => 1), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'PDFTemplate', 'enabled' => 1, 'visible' => 0, 'position' => 560), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 570), 'fk_statut' => array('type' => 'integer', 'label' => 'Status', 'visible' => 1, 'enabled' => 1, 'position' => 600, 'notnull' => 1, 'index' => 1, 'arrayofkeyval' => array(0 => 'Unread', 1 => 'Read', 2 => 'Assigned', 3 => 'InProgress', 5 => 'NeedMoreInformation', 7 => 'OnHold', 8 => 'SolvedClosed', 9 => 'Deleted')), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 900), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class CTicketCategory extends CommonObject { /**/ } |
$module = 'ticket' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$element = |
class CTicketCategory extends CommonObject { /**/ } |
$element = 'cticketcategory' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class CTicketCategory extends CommonObject { /**/ } |
$table_element = 'c_ticket_category' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class CTicketCategory extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'position' => 15, 'index' => 1), 'code' => array('type' => 'varchar(32)', 'label' => 'Code', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 20), 'pos' => array('type' => 'integer', 'label' => 'Pos', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 25), 'label' => array('type' => 'varchar(128)', 'label' => 'Label', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 30, 'showoncombobox' => 1), 'active' => array('type' => 'integer', 'label' => 'Active', 'enabled' => 1, 'visible' => -1, 'position' => 35), 'use_default' => array('type' => 'integer', 'label' => 'Usedefault', 'enabled' => 1, 'visible' => -1, 'position' => 40), 'description' => array('type' => 'varchar(255)', 'label' => 'Description', 'enabled' => 1, 'visible' => -1, 'position' => 45), 'fk_parent' => array('type' => 'integer', 'label' => 'Fkparent', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 50), 'force_severity' => array('type' => 'varchar(32)', 'label' => 'Forceseverity', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'public' => array('type' => 'integer', 'label' => 'Public', 'enabled' => 1, 'visible' => -1, 'position' => 60), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class WebPortalMember extends Adherent { /**/ } |
$module = 'webportal' |
|
class Adherent extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'default' => '1', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 12, 'index' => 1), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15, 'index' => 1), 'ref_ext' => array('type' => 'varchar(128)', 'label' => 'Ref ext', 'enabled' => 1, 'visible' => 0, 'position' => 20), 'civility' => array('type' => 'varchar(6)', 'label' => 'Civility', 'enabled' => 1, 'visible' => -1, 'position' => 25), 'lastname' => array('type' => 'varchar(50)', 'label' => 'Lastname', 'enabled' => 1, 'visible' => 1, 'position' => 30, 'showoncombobox' => 1), 'firstname' => array('type' => 'varchar(50)', 'label' => 'Firstname', 'enabled' => 1, 'visible' => 1, 'position' => 35, 'showoncombobox' => 1), 'login' => array('type' => 'varchar(50)', 'label' => 'Login', 'enabled' => 1, 'visible' => 1, 'position' => 40), 'pass' => array('type' => 'varchar(50)', 'label' => 'Pass', 'enabled' => 1, 'visible' => -1, 'position' => 45), 'pass_crypted' => array('type' => 'varchar(128)', 'label' => 'Pass crypted', 'enabled' => 1, 'visible' => -1, 'position' => 50), 'morphy' => array('type' => 'varchar(3)', 'label' => 'MemberNature', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 55), 'fk_adherent_type' => array('type' => 'integer', 'label' => 'Fk adherent type', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 60), 'societe' => array('type' => 'varchar(128)', 'label' => 'Societe', 'enabled' => 1, 'visible' => 1, 'position' => 65, 'showoncombobox' => 2), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 1, 'visible' => 1, 'position' => 70), 'address' => array('type' => 'text', 'label' => 'Address', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'zip' => array('type' => 'varchar(10)', 'label' => 'Zip', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'town' => array('type' => 'varchar(50)', 'label' => 'Town', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'state_id' => array('type' => 'integer', 'label' => 'State id', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'country' => array('type' => 'integer:Ccountry:core/class/ccountry.class.php', 'label' => 'Country', 'enabled' => 1, 'visible' => 1, 'position' => 95), 'phone' => array('type' => 'varchar(30)', 'label' => 'Phone', 'enabled' => 1, 'visible' => -1, 'position' => 115), 'phone_perso' => array('type' => 'varchar(30)', 'label' => 'Phone perso', 'enabled' => 1, 'visible' => -1, 'position' => 120), 'phone_mobile' => array('type' => 'varchar(30)', 'label' => 'Phone mobile', 'enabled' => 1, 'visible' => -1, 'position' => 125), 'email' => array('type' => 'varchar(255)', 'label' => 'Email', 'enabled' => 1, 'visible' => 1, 'position' => 126), 'url' => array('type' => 'varchar(255)', 'label' => 'Url', 'enabled' => 1, 'visible' => -1, 'position' => 127), 'socialnetworks' => array('type' => 'text', 'label' => 'Socialnetworks', 'enabled' => 1, 'visible' => -1, 'position' => 128), 'birth' => array('type' => 'date', 'label' => 'DateOfBirth', 'enabled' => 1, 'visible' => -1, 'position' => 130), 'gender' => array('type' => 'varchar(10)', 'label' => 'Gender', 'enabled' => 1, 'visible' => -1, 'position' => 132), 'photo' => array('type' => 'varchar(255)', 'label' => 'Photo', 'enabled' => 1, 'visible' => -1, 'position' => 135), 'public' => array('type' => 'smallint(6)', 'label' => 'Public', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 145), 'datefin' => array('type' => 'datetime', 'label' => 'DateEnd', 'enabled' => 1, 'visible' => 1, 'position' => 150), 'default_lang' => array('type' => 'varchar(6)', 'label' => 'Default lang', 'enabled' => 1, 'visible' => -1, 'position' => 153), 'note_public' => array('type' => 'text', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 155), 'note_private' => array('type' => 'text', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 160), 'datevalid' => array('type' => 'datetime', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'position' => 165), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 170), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 175), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user author', 'enabled' => 1, 'visible' => -1, 'position' => 180), 'fk_user_mod' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user mod', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'position' => 190), 'canvas' => array('type' => 'varchar(32)', 'label' => 'Canvas', 'enabled' => 1, 'visible' => -1, 'position' => 195), 'statut' => array('type' => 'smallint(6)', 'label' => 'Statut', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 500, 'arrayofkeyval' => array(-1 => 'Draft', 1 => 'Validated', 0 => 'MemberStatusResiliatedShort', -2 => 'MemberStatusExcludedShort')), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 800), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 805)) |
class WebPortalMember extends Adherent { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 10, ), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'default' => '1', 'enabled' => 1, 'visible' => 5, 'notnull' => 1, 'position' => 12, 'index' => 1, 'showonheader' => 1, ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15, 'index' => 1, ), 'lastname' => array('type' => 'varchar(50)', 'label' => 'Lastname', 'enabled' => 1, 'visible' => 4, 'position' => 30, 'showonheader' => 1, ), 'firstname' => array('type' => 'varchar(50)', 'label' => 'Firstname', 'enabled' => 1, 'visible' => 4, 'position' => 35, 'showonheader' => 1, ), 'gender' => array('type' => 'varchar(10)', 'label' => 'Gender', 'enabled' => 1, 'visible' => 4, 'position' => 50, 'arrayofkeyval' => self::GENDER_LIST, 'showonheader' => 1, ), 'company' => array('type' => 'varchar(128)', 'label' => 'Societe', 'enabled' => 1, 'visible' => 4, 'position' => 65, 'showonheader' => 1, ), 'address' => array('type' => 'text', 'label' => 'Address', 'enabled' => 1, 'visible' => 4, 'position' => 75, 'showonheader' => 1, ), 'zip' => array('type' => 'varchar(10)', 'label' => 'Zip', 'enabled' => 1, 'visible' => 4, 'position' => 80, 'showonheader' => 1, ), 'town' => array('type' => 'varchar(50)', 'label' => 'Town', 'enabled' => 1, 'visible' => 4, 'position' => 85, 'showonheader' => 1, ), 'state_id' => array('type' => 'integer', 'label' => 'State id', 'enabled' => '!getDolGlobalString("MEMBER_DISABLE_STATE")', 'visible' => -5, 'position' => 90, 'showonheader' => 1, ), 'country_id' => array('type' => 'integer:Ccountry:core/class/ccountry.class.php', 'label' => 'Country', 'enabled' => 1, 'visible' => 4, 'position' => 95, 'showonheader' => 1, ), 'phone' => array('type' => 'varchar(30)', 'label' => 'Phone', 'enabled' => 1, 'visible' => 4, 'position' => 115, 'showonheader' => 1, ), 'phone_perso' => array('type' => 'varchar(30)', 'label' => 'Phone perso', 'enabled' => 1, 'visible' => 4, 'position' => 120, 'showonheader' => 1, ), 'phone_mobile' => array('type' => 'varchar(30)', 'label' => 'Phone mobile', 'enabled' => 1, 'visible' => 4, 'position' => 125, 'showonheader' => 1, ), 'email' => array('type' => 'varchar(255)', 'label' => 'Email', 'enabled' => 1, 'visible' => 4, 'position' => 200, 'showonheader' => 1, 'picto' => 'email'), 'url' => array('type' => 'varchar(255)', 'label' => 'Url', 'enabled' => 1, 'visible' => 4, 'position' => 210, 'showonheader' => 1, ), 'login' => array('type' => 'varchar(50)', 'label' => 'Login', 'enabled' => 1, 'visible' => 4, 'position' => 240, ), 'typeid' => array('type' => 'integer:AdherentType:adherents/class/adherent_type.class.php', 'label' => 'MemberType', 'enabled' => 1, 'visible' => 4, 'notnull' => 1, 'position' => 255), 'morphy' => array('type' => 'varchar(3)', 'label' => 'MemberNature', 'enabled' => 1, 'visible' => 4, 'notnull' => 1, 'position' => 260, 'arrayofkeyval' => self::MORPHY_LIST, ), 'civility_id' => array('type' => 'sellist:c_civility:label:rowid::active=1', 'label' => 'Civility', 'enabled' => 1, 'visible' => 4, 'position' => 270, ), 'birth' => array('type' => 'date', 'label' => 'DateOfBirth', 'enabled' => 1, 'visible' => 4, 'position' => 290, ), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 1, 'visible' => 5, 'position' => 300, ), 'datefin' => array('type' => 'date', 'label' => 'SubscriptionEndDate', 'enabled' => 1, 'visible' => 5, 'position' => 400, ), 'status' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 5, 'notnull' => 1, 'position' => 500, 'arrayofkeyval' => self::ARRAY_STATUS_LABEL, 'showonheader' => 1, ), ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class WebPortalMember extends Adherent { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 10, ), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'default' => '1', 'enabled' => 1, 'visible' => 5, 'notnull' => 1, 'position' => 12, 'index' => 1, 'showonheader' => 1, ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15, 'index' => 1, ), 'lastname' => array('type' => 'varchar(50)', 'label' => 'Lastname', 'enabled' => 1, 'visible' => 4, 'position' => 30, 'showonheader' => 1, ), 'firstname' => array('type' => 'varchar(50)', 'label' => 'Firstname', 'enabled' => 1, 'visible' => 4, 'position' => 35, 'showonheader' => 1, ), 'gender' => array('type' => 'varchar(10)', 'label' => 'Gender', 'enabled' => 1, 'visible' => 4, 'position' => 50, 'arrayofkeyval' => self::GENDER_LIST, 'showonheader' => 1, ), 'company' => array('type' => 'varchar(128)', 'label' => 'Societe', 'enabled' => 1, 'visible' => 4, 'position' => 65, 'showonheader' => 1, ), 'address' => array('type' => 'text', 'label' => 'Address', 'enabled' => 1, 'visible' => 4, 'position' => 75, 'showonheader' => 1, ), 'zip' => array('type' => 'varchar(10)', 'label' => 'Zip', 'enabled' => 1, 'visible' => 4, 'position' => 80, 'showonheader' => 1, ), 'town' => array('type' => 'varchar(50)', 'label' => 'Town', 'enabled' => 1, 'visible' => 4, 'position' => 85, 'showonheader' => 1, ), 'state_id' => array('type' => 'integer', 'label' => 'State id', 'enabled' => '!getDolGlobalString("MEMBER_DISABLE_STATE")', 'visible' => -5, 'position' => 90, 'showonheader' => 1, ), 'country_id' => array('type' => 'integer:Ccountry:core/class/ccountry.class.php', 'label' => 'Country', 'enabled' => 1, 'visible' => 4, 'position' => 95, 'showonheader' => 1, ), 'phone' => array('type' => 'varchar(30)', 'label' => 'Phone', 'enabled' => 1, 'visible' => 4, 'position' => 115, 'showonheader' => 1, ), 'phone_perso' => array('type' => 'varchar(30)', 'label' => 'Phone perso', 'enabled' => 1, 'visible' => 4, 'position' => 120, 'showonheader' => 1, ), 'phone_mobile' => array('type' => 'varchar(30)', 'label' => 'Phone mobile', 'enabled' => 1, 'visible' => 4, 'position' => 125, 'showonheader' => 1, ), 'email' => array('type' => 'varchar(255)', 'label' => 'Email', 'enabled' => 1, 'visible' => 4, 'position' => 200, 'showonheader' => 1, 'picto' => 'email'), 'url' => array('type' => 'varchar(255)', 'label' => 'Url', 'enabled' => 1, 'visible' => 4, 'position' => 210, 'showonheader' => 1, ), 'login' => array('type' => 'varchar(50)', 'label' => 'Login', 'enabled' => 1, 'visible' => 4, 'position' => 240, ), 'typeid' => array('type' => 'integer:AdherentType:adherents/class/adherent_type.class.php', 'label' => 'MemberType', 'enabled' => 1, 'visible' => 4, 'notnull' => 1, 'position' => 255), 'morphy' => array('type' => 'varchar(3)', 'label' => 'MemberNature', 'enabled' => 1, 'visible' => 4, 'notnull' => 1, 'position' => 260, 'arrayofkeyval' => self::MORPHY_LIST, ), 'civility_id' => array('type' => 'sellist:c_civility:label:rowid::active=1', 'label' => 'Civility', 'enabled' => 1, 'visible' => 4, 'position' => 270, ), 'birth' => array('type' => 'date', 'label' => 'DateOfBirth', 'enabled' => 1, 'visible' => 4, 'position' => 290, ), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 1, 'visible' => 5, 'position' => 300, ), 'datefin' => array('type' => 'date', 'label' => 'SubscriptionEndDate', 'enabled' => 1, 'visible' => 5, 'position' => 400, ), 'status' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 5, 'notnull' => 1, 'position' => 500, 'arrayofkeyval' => self::ARRAY_STATUS_LABEL, 'showonheader' => 1, ), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class WebPortalPartnership extends Partnership { /**/ } |
$module = 'webportal' |
|
class Partnership extends CommonObject { /**/ } |
$module = 'partnership' |
class WebPortalPartnership extends Partnership { /**/ } |
$module = 'webportal' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class WebPortalPartnership extends Partnership { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id", ), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => 5, 'noteditable' => 1, 'default' => '(PROV)', 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'comment' => "Reference of object", 'showonheader' => 1, ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'position' => 15, 'notnull' => 1, 'visible' => -2, 'default' => '1', 'index' => 1, ), 'fk_type' => array('type' => 'integer:PartnershipType:partnership/class/partnership_type.class.php:0:(active:=:1)', 'label' => 'Type', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 5, 'csslist' => '', ), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'label' => 'ThirdParty', 'picto' => 'company', 'enabled' => 1, 'position' => 50, 'notnull' => -1, 'visible' => 5, 'index' => 1, 'css' => '', 'csslist' => '', ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 0, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'position' => 600, 'notnull' => 0, 'visible' => 0, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'position' => 1010, 'notnull' => -1, 'visible' => 0, ), 'date_partnership_start' => array('type' => 'date', 'label' => 'DatePartnershipStart', 'enabled' => 1, 'position' => 52, 'notnull' => 1, 'visible' => 5, ), 'date_partnership_end' => array('type' => 'date', 'label' => 'DatePartnershipEnd', 'enabled' => 1, 'position' => 53, 'notnull' => 0, 'visible' => 5, ), 'url_to_check' => array('type' => 'varchar(255)', 'label' => 'UrlToCheck', 'enabled' => 1, 'position' => 70, 'notnull' => 0, 'visible' => -5, ), 'count_last_url_check_error' => array('type' => 'integer', 'label' => 'CountLastUrlCheckError', 'enabled' => 1, 'position' => 71, 'notnull' => 0, 'visible' => -2, 'default' => '0', ), 'last_check_backlink' => array('type' => 'datetime', 'label' => 'LastCheckBacklink', 'enabled' => 1, 'position' => 72, 'notnull' => 0, 'visible' => -2, ), 'reason_decline_or_cancel' => array('type' => 'text', 'label' => 'ReasonDeclineOrCancel', 'enabled' => 1, 'position' => 73, 'notnull' => 0, 'visible' => -2, ), 'ip' => array('type' => 'varchar(250)', 'label' => 'Ip', 'enabled' => 1, 'position' => 74, 'notnull' => 0, 'visible' => -2, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 2000, 'notnull' => 1, 'visible' => 5, 'default' => '0', 'index' => 1, 'arrayofkeyval' => self::ARRAY_STATUS_LABEL, 'showonheader' => 1, ), ) |
|
class Partnership extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => 4, 'noteditable' => 1, 'default' => '(PROV)', 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'comment' => "Reference of object", 'csslist' => 'tdoverflowmax150'), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 'isModEnabled("multicompany")', 'position' => 15, 'notnull' => 1, 'visible' => -2, 'default' => '1', 'index' => 1, ), 'fk_type' => array('type' => 'integer:PartnershipType:partnership/class/partnership_type.class.php:0:(active:=:1)', 'label' => 'Type', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 1, 'csslist' => 'tdoverflowmax125'), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'label' => 'ThirdParty', 'picto' => 'company', 'enabled' => 1, 'position' => 50, 'notnull' => -1, 'visible' => 1, 'index' => 1, 'css' => 'maxwidth500', 'csslist' => 'tdoverflowmax125', ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 0, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, 'csslist' => 'nowraponall'), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, 'csslist' => 'nowraponall'), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', 'csslist' => 'tdoverflowmax125'), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, 'csslist' => 'tdoverflowmax125'), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'position' => 600, 'notnull' => 0, 'visible' => 0, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'position' => 1010, 'notnull' => -1, 'visible' => 0, ), 'date_partnership_start' => array('type' => 'date', 'label' => 'DatePartnershipStart', 'enabled' => 1, 'position' => 52, 'notnull' => 1, 'visible' => 1, ), 'date_partnership_end' => array('type' => 'date', 'label' => 'DatePartnershipEnd', 'enabled' => 1, 'position' => 53, 'notnull' => 0, 'visible' => 1, ), 'url_to_check' => array('type' => 'url', 'label' => 'UrlToCheck', 'enabled' => 'getDolGlobalString("PARTNERSHIP_BACKLINKS_TO_CHECK")', 'position' => 70, 'notnull' => 0, 'visible' => -1, 'csslist' => 'tdoverflowmax150'), 'count_last_url_check_error' => array('type' => 'integer', 'label' => 'CountLastUrlCheckError', 'enabled' => 'getDolGlobalString("PARTNERSHIP_BACKLINKS_TO_CHECK")', 'position' => 71, 'notnull' => 0, 'visible' => -4, 'default' => '0', ), 'last_check_backlink' => array('type' => 'datetime', 'label' => 'LastCheckBacklink', 'enabled' => 'getDolGlobalString("PARTNERSHIP_BACKLINKS_TO_CHECK")', 'position' => 72, 'notnull' => 0, 'visible' => -4, 'csslist' => 'nowraponall'), 'reason_decline_or_cancel' => array('type' => 'text', 'label' => 'ReasonDeclineOrCancel', 'enabled' => 1, 'position' => 73, 'notnull' => 0, 'visible' => -2, ), 'ip' => array('type' => 'ip', 'label' => 'IPOfApplicant', 'enabled' => 1, 'position' => 74, 'notnull' => 0, 'visible' => -2, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 2000, 'notnull' => 1, 'visible' => 2, 'default' => '0', 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated', '2' => 'Approved', '3' => 'Refused', '9' => 'Terminated'), ), ) |
class WebPortalPartnership extends Partnership { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id", ), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => 5, 'noteditable' => 1, 'default' => '(PROV)', 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'comment' => "Reference of object", 'showonheader' => 1, ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 1, 'position' => 15, 'notnull' => 1, 'visible' => -2, 'default' => '1', 'index' => 1, ), 'fk_type' => array('type' => 'integer:PartnershipType:partnership/class/partnership_type.class.php:0:(active:=:1)', 'label' => 'Type', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 5, 'csslist' => '', ), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'label' => 'ThirdParty', 'picto' => 'company', 'enabled' => 1, 'position' => 50, 'notnull' => -1, 'visible' => 5, 'index' => 1, 'css' => '', 'csslist' => '', ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 0, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, ), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, ), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'position' => 600, 'notnull' => 0, 'visible' => 0, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'position' => 1010, 'notnull' => -1, 'visible' => 0, ), 'date_partnership_start' => array('type' => 'date', 'label' => 'DatePartnershipStart', 'enabled' => 1, 'position' => 52, 'notnull' => 1, 'visible' => 5, ), 'date_partnership_end' => array('type' => 'date', 'label' => 'DatePartnershipEnd', 'enabled' => 1, 'position' => 53, 'notnull' => 0, 'visible' => 5, ), 'url_to_check' => array('type' => 'varchar(255)', 'label' => 'UrlToCheck', 'enabled' => 1, 'position' => 70, 'notnull' => 0, 'visible' => -5, ), 'count_last_url_check_error' => array('type' => 'integer', 'label' => 'CountLastUrlCheckError', 'enabled' => 1, 'position' => 71, 'notnull' => 0, 'visible' => -2, 'default' => '0', ), 'last_check_backlink' => array('type' => 'datetime', 'label' => 'LastCheckBacklink', 'enabled' => 1, 'position' => 72, 'notnull' => 0, 'visible' => -2, ), 'reason_decline_or_cancel' => array('type' => 'text', 'label' => 'ReasonDeclineOrCancel', 'enabled' => 1, 'position' => 73, 'notnull' => 0, 'visible' => -2, ), 'ip' => array('type' => 'varchar(250)', 'label' => 'Ip', 'enabled' => 1, 'position' => 74, 'notnull' => 0, 'visible' => -2, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 2000, 'notnull' => 1, 'visible' => 5, 'default' => '0', 'index' => 1, 'arrayofkeyval' => self::ARRAY_STATUS_LABEL, 'showonheader' => 1, ), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class WebPortalOrder extends Commande { /**/ } |
$module = 'webportal' |
|
class Commande extends CommonOrder { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 20, 'index' => 1), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 25), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'RefExt', 'enabled' => 1, 'visible' => 0, 'position' => 26), 'ref_client' => array('type' => 'varchar(255)', 'label' => 'RefCustomer', 'enabled' => 1, 'visible' => -1, 'position' => 28), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'visible' => -1, 'notnull' => 1, 'position' => 20), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Project', 'enabled' => "isModEnabled('project')", 'visible' => -1, 'position' => 25), 'date_commande' => array('type' => 'date', 'label' => 'Date', 'enabled' => 1, 'visible' => 1, 'position' => 60, 'csslist' => 'nowraponall'), 'date_valid' => array('type' => 'datetime', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'position' => 62, 'csslist' => 'nowraponall'), 'date_cloture' => array('type' => 'datetime', 'label' => 'DateClosing', 'enabled' => 1, 'visible' => -1, 'position' => 65, 'csslist' => 'nowraponall'), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'position' => 85), 'fk_user_cloture' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserClosing', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'source' => array('type' => 'smallint(6)', 'label' => 'Source', 'enabled' => 1, 'visible' => -1, 'position' => 95), 'total_tva' => array('type' => 'double(24,8)', 'label' => 'VAT', 'enabled' => 1, 'visible' => -1, 'position' => 125, 'isameasure' => 1), 'localtax1' => array('type' => 'double(24,8)', 'label' => 'LocalTax1', 'enabled' => 1, 'visible' => -1, 'position' => 130, 'isameasure' => 1), 'localtax2' => array('type' => 'double(24,8)', 'label' => 'LocalTax2', 'enabled' => 1, 'visible' => -1, 'position' => 135, 'isameasure' => 1), 'total_ht' => array('type' => 'double(24,8)', 'label' => 'TotalHT', 'enabled' => 1, 'visible' => -1, 'position' => 140, 'isameasure' => 1), 'total_ttc' => array('type' => 'double(24,8)', 'label' => 'TotalTTC', 'enabled' => 1, 'visible' => -1, 'position' => 145, 'isameasure' => 1), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 150), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 155), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'PDFTemplate', 'enabled' => 1, 'visible' => 0, 'position' => 160), 'fk_account' => array('type' => 'integer', 'label' => 'BankAccount', 'enabled' => 'isModEnabled("bank")', 'visible' => -1, 'position' => 170), 'fk_currency' => array('type' => 'varchar(3)', 'label' => 'MulticurrencyID', 'enabled' => 1, 'visible' => -1, 'position' => 175), 'fk_cond_reglement' => array('type' => 'integer', 'label' => 'PaymentTerm', 'enabled' => 1, 'visible' => -1, 'position' => 180), 'deposit_percent' => array('type' => 'varchar(63)', 'label' => 'DepositPercent', 'enabled' => 1, 'visible' => -1, 'position' => 181), 'fk_mode_reglement' => array('type' => 'integer', 'label' => 'PaymentMode', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'date_livraison' => array('type' => 'date', 'label' => 'DateDeliveryPlanned', 'enabled' => 1, 'visible' => -1, 'position' => 190, 'csslist' => 'nowraponall'), 'fk_shipping_method' => array('type' => 'integer', 'label' => 'ShippingMethod', 'enabled' => 1, 'visible' => -1, 'position' => 195), 'fk_warehouse' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php', 'label' => 'Fk warehouse', 'enabled' => 'isModEnabled("stock")', 'visible' => -1, 'position' => 200), 'fk_availability' => array('type' => 'integer', 'label' => 'Availability', 'enabled' => 1, 'visible' => -1, 'position' => 205), 'fk_input_reason' => array('type' => 'integer', 'label' => 'InputReason', 'enabled' => 1, 'visible' => -1, 'position' => 210), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 225), 'fk_incoterms' => array('type' => 'integer', 'label' => 'IncotermCode', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 230), 'location_incoterms' => array('type' => 'varchar(255)', 'label' => 'IncotermLabel', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 235), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'Fk multicurrency', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 240), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'MulticurrencyCurrency', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 245), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyRate', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 250, 'isameasure' => 1), 'multicurrency_total_ht' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 255, 'isameasure' => 1), 'multicurrency_total_tva' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 260, 'isameasure' => 1), 'multicurrency_total_ttc' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 265, 'isameasure' => 1), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => -1, 'position' => 270), 'module_source' => array('type' => 'varchar(32)', 'label' => 'POSModule', 'enabled' => 1, 'visible' => -1, 'position' => 275), 'pos_source' => array('type' => 'varchar(32)', 'label' => 'POSTerminal', 'enabled' => 1, 'visible' => -1, 'position' => 280), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -1, 'position' => 300), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 302), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -2, 'position' => 304, 'csslist' => 'nowraponall'), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 306), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 400), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => -1, 'position' => 500), ) |
class WebPortalOrder extends Commande { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 10, ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 20, 'index' => 1, ), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 2, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 25, ), 'date_commande' => array('type' => 'date', 'label' => 'Date', 'enabled' => 1, 'visible' => 2, 'position' => 60, ), 'date_livraison' => array('type' => 'date', 'label' => 'DateDeliveryPlanned', 'enabled' => 1, 'visible' => 2, 'position' => 70, ), 'total_ht' => array('type' => 'price', 'label' => 'TotalHT', 'enabled' => 1, 'visible' => 2, 'position' => 125, 'isameasure' => 1, ), 'total_tva' => array('type' => 'price', 'label' => 'VAT', 'enabled' => 1, 'visible' => 2, 'position' => 130, 'isameasure' => 1, ), 'total_ttc' => array('type' => 'price', 'label' => 'TotalTTC', 'enabled' => 1, 'visible' => 2, 'position' => 145, 'isameasure' => 1, ), 'multicurrency_total_ht' => array('type' => 'price', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 255, 'isameasure' => 1, ), 'multicurrency_total_tva' => array('type' => 'price', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 260, 'isameasure' => 1, ), 'multicurrency_total_ttc' => array('type' => 'price', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 265, 'isameasure' => 1, ), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 2, 'position' => 500, 'notnull' => -5, 'arrayofkeyval' => self::ARRAY_STATUS_LABEL, ), ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class WebPortalOrder extends Commande { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 10, ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 20, 'index' => 1, ), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 2, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 25, ), 'date_commande' => array('type' => 'date', 'label' => 'Date', 'enabled' => 1, 'visible' => 2, 'position' => 60, ), 'date_livraison' => array('type' => 'date', 'label' => 'DateDeliveryPlanned', 'enabled' => 1, 'visible' => 2, 'position' => 70, ), 'total_ht' => array('type' => 'price', 'label' => 'TotalHT', 'enabled' => 1, 'visible' => 2, 'position' => 125, 'isameasure' => 1, ), 'total_tva' => array('type' => 'price', 'label' => 'VAT', 'enabled' => 1, 'visible' => 2, 'position' => 130, 'isameasure' => 1, ), 'total_ttc' => array('type' => 'price', 'label' => 'TotalTTC', 'enabled' => 1, 'visible' => 2, 'position' => 145, 'isameasure' => 1, ), 'multicurrency_total_ht' => array('type' => 'price', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 255, 'isameasure' => 1, ), 'multicurrency_total_tva' => array('type' => 'price', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 260, 'isameasure' => 1, ), 'multicurrency_total_ttc' => array('type' => 'price', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 265, 'isameasure' => 1, ), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 2, 'position' => 500, 'notnull' => -5, 'arrayofkeyval' => self::ARRAY_STATUS_LABEL, ), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class WebPortalInvoice extends Facture { /**/ } |
$module = 'webportal' |
|
class Facture extends CommonInvoice { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 1), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 5), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 20, 'index' => 1), 'ref_client' => array('type' => 'varchar(255)', 'label' => 'RefCustomer', 'enabled' => 1, 'visible' => -1, 'position' => 10), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'Ref ext', 'enabled' => 1, 'visible' => 0, 'position' => 12), 'type' => array('type' => 'smallint(6)', 'label' => 'Type', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 15), 'subtype' => array('type' => 'smallint(6)', 'label' => 'InvoiceSubtype', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 15), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 50), 'datef' => array('type' => 'date', 'label' => 'DateInvoice', 'enabled' => 1, 'visible' => 1, 'position' => 20), 'date_valid' => array('type' => 'date', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'position' => 22), 'date_lim_reglement' => array('type' => 'date', 'label' => 'DateDue', 'enabled' => 1, 'visible' => 1, 'position' => 25), 'date_closing' => array('type' => 'datetime', 'label' => 'Date closing', 'enabled' => 1, 'visible' => -1, 'position' => 30), 'paye' => array('type' => 'smallint(6)', 'label' => 'InvoicePaidCompletely', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 80), 'close_code' => array('type' => 'varchar(16)', 'label' => 'EarlyClosingReason', 'enabled' => 1, 'visible' => -1, 'position' => 92), 'close_note' => array('type' => 'varchar(128)', 'label' => 'EarlyClosingComment', 'enabled' => 1, 'visible' => -1, 'position' => 93), 'total_ht' => array('type' => 'double(24,8)', 'label' => 'AmountHT', 'enabled' => 1, 'visible' => 1, 'position' => 95, 'isameasure' => 1), 'total_tva' => array('type' => 'double(24,8)', 'label' => 'AmountVAT', 'enabled' => 1, 'visible' => -1, 'position' => 100, 'isameasure' => 1), 'localtax1' => array('type' => 'double(24,8)', 'label' => 'LT1', 'enabled' => 1, 'visible' => -1, 'position' => 110, 'isameasure' => 1), 'localtax2' => array('type' => 'double(24,8)', 'label' => 'LT2', 'enabled' => 1, 'visible' => -1, 'position' => 120, 'isameasure' => 1), 'revenuestamp' => array('type' => 'double(24,8)', 'label' => 'RevenueStamp', 'enabled' => 1, 'visible' => -1, 'position' => 115, 'isameasure' => 1), 'total_ttc' => array('type' => 'double(24,8)', 'label' => 'AmountTTC', 'enabled' => 1, 'visible' => 1, 'position' => 130, 'isameasure' => 1), 'fk_facture_source' => array('type' => 'integer', 'label' => 'SourceInvoice', 'enabled' => 1, 'visible' => -1, 'position' => 170), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Project', 'enabled' => 1, 'visible' => -1, 'position' => 175), 'fk_account' => array('type' => 'integer', 'label' => 'Fk account', 'enabled' => 1, 'visible' => -1, 'position' => 180), 'fk_currency' => array('type' => 'varchar(3)', 'label' => 'CurrencyCode', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'fk_cond_reglement' => array('type' => 'integer', 'label' => 'PaymentTerm', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 190), 'fk_mode_reglement' => array('type' => 'integer', 'label' => 'PaymentMode', 'enabled' => 1, 'visible' => -1, 'position' => 195), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 205), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 210), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'visible' => 0, 'position' => 215), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 225), 'situation_cycle_ref' => array('type' => 'smallint(6)', 'label' => 'Situation cycle ref', 'enabled' => '$conf->global->INVOICE_USE_SITUATION', 'visible' => -1, 'position' => 230), 'situation_counter' => array('type' => 'smallint(6)', 'label' => 'Situation counter', 'enabled' => '$conf->global->INVOICE_USE_SITUATION', 'visible' => -1, 'position' => 235), 'situation_final' => array('type' => 'smallint(6)', 'label' => 'Situation final', 'enabled' => 'empty($conf->global->INVOICE_USE_SITUATION) ? 0 : 1', 'visible' => -1, 'position' => 240), 'retained_warranty' => array('type' => 'double', 'label' => 'Retained warranty', 'enabled' => '$conf->global->INVOICE_USE_RETAINED_WARRANTY', 'visible' => -1, 'position' => 245), 'retained_warranty_date_limit' => array('type' => 'date', 'label' => 'Retained warranty date limit', 'enabled' => '$conf->global->INVOICE_USE_RETAINED_WARRANTY', 'visible' => -1, 'position' => 250), 'retained_warranty_fk_cond_reglement' => array('type' => 'integer', 'label' => 'Retained warranty fk cond reglement', 'enabled' => '$conf->global->INVOICE_USE_RETAINED_WARRANTY', 'visible' => -1, 'position' => 255), 'fk_incoterms' => array('type' => 'integer', 'label' => 'IncotermCode', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 260), 'location_incoterms' => array('type' => 'varchar(255)', 'label' => 'IncotermLabel', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 265), 'date_pointoftax' => array('type' => 'date', 'label' => 'DatePointOfTax', 'enabled' => '$conf->global->INVOICE_POINTOFTAX_DATE', 'visible' => -1, 'position' => 270), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'MulticurrencyID', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 275), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'Currency', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 280), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'CurrencyRate', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 285, 'isameasure' => 1), 'multicurrency_total_ht' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 290, 'isameasure' => 1), 'multicurrency_total_tva' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 291, 'isameasure' => 1), 'multicurrency_total_ttc' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 292, 'isameasure' => 1), 'fk_fac_rec_source' => array('type' => 'integer', 'label' => 'RecurringInvoiceSource', 'enabled' => 1, 'visible' => -1, 'position' => 305), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => -1, 'position' => 310), 'module_source' => array('type' => 'varchar(32)', 'label' => 'POSModule', 'enabled' => "(isModEnabled('cashdesk') || isModEnabled('takepos') || getDolGlobalInt('INVOICE_SHOW_POS'))", 'visible' => -1, 'position' => 315), 'pos_source' => array('type' => 'varchar(32)', 'label' => 'POSTerminal', 'enabled' => "(isModEnabled('cashdesk') || isModEnabled('takepos') || getDolGlobalInt('INVOICE_SHOW_POS'))", 'visible' => -1, 'position' => 320), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 500), 'tms' => array('type' => 'timestamp', 'label' => 'DateModificationShort', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 502), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'visible' => -1, 'position' => 506), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -1, 'notnull' => -1, 'position' => 508), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'position' => 510), 'fk_user_closing' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserClosing', 'enabled' => 1, 'visible' => -1, 'position' => 512), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 900), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 1, 'notnull' => 1, 'position' => 1000, 'arrayofkeyval' => array(0 => 'Draft', 1 => 'Validated', 2 => 'Paid', 3 => 'Abandonned')), ) |
class WebPortalInvoice extends Facture { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 1, ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 20, 'index' => 1, ), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 2, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 5, ), 'type' => array('type' => 'smallint(6)', 'label' => 'Type', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 15, ), 'datef' => array('type' => 'date', 'label' => 'DateInvoice', 'enabled' => 1, 'visible' => 2, 'position' => 20, ), 'date_lim_reglement' => array('type' => 'date', 'label' => 'DateDue', 'enabled' => 1, 'visible' => 2, 'position' => 25, ), 'paye' => array('type' => 'smallint(6)', 'label' => 'InvoicePaidCompletely', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 80, ), 'total_ht' => array('type' => 'price', 'label' => 'AmountHT', 'enabled' => 1, 'visible' => 2, 'position' => 95, 'isameasure' => 1, ), 'total_tva' => array('type' => 'price', 'label' => 'AmountVAT', 'enabled' => 1, 'visible' => 2, 'position' => 100, 'isameasure' => 1, ), 'total_ttc' => array('type' => 'price', 'label' => 'AmountTTC', 'enabled' => 1, 'visible' => 2, 'position' => 130, 'isameasure' => 1, ), 'multicurrency_total_ht' => array('type' => 'price', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 290, 'isameasure' => 1, ), 'multicurrency_total_tva' => array('type' => 'price', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 291, 'isameasure' => 1, ), 'multicurrency_total_ttc' => array('type' => 'price', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 292, 'isameasure' => 1, ), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 2, 'notnull' => 1, 'position' => 1000, 'arrayofkeyval' => self::ARRAY_STATUS_LABEL, ), ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class WebPortalInvoice extends Facture { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 1, ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 20, 'index' => 1, ), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => 2, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 5, ), 'type' => array('type' => 'smallint(6)', 'label' => 'Type', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 15, ), 'datef' => array('type' => 'date', 'label' => 'DateInvoice', 'enabled' => 1, 'visible' => 2, 'position' => 20, ), 'date_lim_reglement' => array('type' => 'date', 'label' => 'DateDue', 'enabled' => 1, 'visible' => 2, 'position' => 25, ), 'paye' => array('type' => 'smallint(6)', 'label' => 'InvoicePaidCompletely', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 80, ), 'total_ht' => array('type' => 'price', 'label' => 'AmountHT', 'enabled' => 1, 'visible' => 2, 'position' => 95, 'isameasure' => 1, ), 'total_tva' => array('type' => 'price', 'label' => 'AmountVAT', 'enabled' => 1, 'visible' => 2, 'position' => 100, 'isameasure' => 1, ), 'total_ttc' => array('type' => 'price', 'label' => 'AmountTTC', 'enabled' => 1, 'visible' => 2, 'position' => 130, 'isameasure' => 1, ), 'multicurrency_total_ht' => array('type' => 'price', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 290, 'isameasure' => 1, ), 'multicurrency_total_tva' => array('type' => 'price', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 291, 'isameasure' => 1, ), 'multicurrency_total_ttc' => array('type' => 'price', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 292, 'isameasure' => 1, ), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 2, 'notnull' => 1, 'position' => 1000, 'arrayofkeyval' => self::ARRAY_STATUS_LABEL, ), ) |
|
abstract class CommonObject { /**/ } |
$module = |
class WebPortalPropal extends Propal { /**/ } |
$module = 'webportal' |
|
class Propal extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15, 'index' => 1), 'ref' => array('type' => 'varchar(30)', 'label' => 'Ref', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'showoncombobox' => 1, 'position' => 20), 'ref_client' => array('type' => 'varchar(255)', 'label' => 'RefCustomer', 'enabled' => 1, 'visible' => -1, 'position' => 22), 'ref_ext' => array('type' => 'varchar(255)', 'label' => 'RefExt', 'enabled' => 1, 'visible' => 0, 'position' => 40), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php', 'label' => 'ThirdParty', 'enabled' => 'isModEnabled("societe")', 'visible' => -1, 'position' => 23), 'fk_projet' => array('type' => 'integer:Project:projet/class/project.class.php:1:(fk_statut:=:1)', 'label' => 'Fk projet', 'enabled' => "isModEnabled('project')", 'visible' => -1, 'position' => 24), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 25), 'datec' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 55), 'datep' => array('type' => 'date', 'label' => 'Date', 'enabled' => 1, 'visible' => -1, 'position' => 60), 'fin_validite' => array('type' => 'datetime', 'label' => 'DateEnd', 'enabled' => 1, 'visible' => -1, 'position' => 65), 'date_valid' => array('type' => 'datetime', 'label' => 'DateValidation', 'enabled' => 1, 'visible' => -1, 'position' => 70), 'date_cloture' => array('type' => 'datetime', 'label' => 'DateClosing', 'enabled' => 1, 'visible' => -1, 'position' => 75), 'fk_user_author' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user author', 'enabled' => 1, 'visible' => -1, 'position' => 80), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 85), 'fk_user_valid' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserValidation', 'enabled' => 1, 'visible' => -1, 'position' => 90), 'fk_user_cloture' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'Fk user cloture', 'enabled' => 1, 'visible' => -1, 'position' => 95), 'price' => array('type' => 'double', 'label' => 'Price', 'enabled' => 1, 'visible' => -1, 'position' => 105), 'total_ht' => array('type' => 'double(24,8)', 'label' => 'TotalHT', 'enabled' => 1, 'visible' => -1, 'position' => 125, 'isameasure' => 1), 'total_tva' => array('type' => 'double(24,8)', 'label' => 'VAT', 'enabled' => 1, 'visible' => -1, 'position' => 130, 'isameasure' => 1), 'localtax1' => array('type' => 'double(24,8)', 'label' => 'LocalTax1', 'enabled' => 1, 'visible' => -1, 'position' => 135, 'isameasure' => 1), 'localtax2' => array('type' => 'double(24,8)', 'label' => 'LocalTax2', 'enabled' => 1, 'visible' => -1, 'position' => 140, 'isameasure' => 1), 'total_ttc' => array('type' => 'double(24,8)', 'label' => 'TotalTTC', 'enabled' => 1, 'visible' => -1, 'position' => 145, 'isameasure' => 1), 'fk_account' => array('type' => 'integer', 'label' => 'BankAccount', 'enabled' => 'isModEnabled("bank")', 'visible' => -1, 'position' => 150), 'fk_currency' => array('type' => 'varchar(3)', 'label' => 'Currency', 'enabled' => 1, 'visible' => -1, 'position' => 155), 'fk_cond_reglement' => array('type' => 'integer', 'label' => 'PaymentTerm', 'enabled' => 1, 'visible' => -1, 'position' => 160), 'deposit_percent' => array('type' => 'varchar(63)', 'label' => 'DepositPercent', 'enabled' => 1, 'visible' => -1, 'position' => 161), 'fk_mode_reglement' => array('type' => 'integer', 'label' => 'PaymentMode', 'enabled' => 1, 'visible' => -1, 'position' => 165), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 170), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 175), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'PDFTemplate', 'enabled' => 1, 'visible' => 0, 'position' => 180), 'date_livraison' => array('type' => 'date', 'label' => 'DateDeliveryPlanned', 'enabled' => 1, 'visible' => -1, 'position' => 185), 'fk_shipping_method' => array('type' => 'integer', 'label' => 'ShippingMethod', 'enabled' => 1, 'visible' => -1, 'position' => 190), 'fk_warehouse' => array('type' => 'integer:Entrepot:product/stock/class/entrepot.class.php', 'label' => 'Fk warehouse', 'enabled' => 'isModEnabled("stock")', 'visible' => -1, 'position' => 191), 'fk_availability' => array('type' => 'integer', 'label' => 'Availability', 'enabled' => 1, 'visible' => -1, 'position' => 195), 'fk_delivery_address' => array('type' => 'integer', 'label' => 'DeliveryAddress', 'enabled' => 1, 'visible' => 0, 'position' => 200), 'fk_input_reason' => array('type' => 'integer', 'label' => 'InputReason', 'enabled' => 1, 'visible' => -1, 'position' => 205), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'Extraparams', 'enabled' => 1, 'visible' => -1, 'position' => 215), 'fk_incoterms' => array('type' => 'integer', 'label' => 'IncotermCode', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 220), 'location_incoterms' => array('type' => 'varchar(255)', 'label' => 'IncotermLabel', 'enabled' => '$conf->incoterm->enabled', 'visible' => -1, 'position' => 225), 'fk_multicurrency' => array('type' => 'integer', 'label' => 'MulticurrencyID', 'enabled' => 1, 'visible' => -1, 'position' => 230), 'multicurrency_code' => array('type' => 'varchar(255)', 'label' => 'MulticurrencyCurrency', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 235), 'multicurrency_tx' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyRate', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 240, 'isameasure' => 1), 'multicurrency_total_ht' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 245, 'isameasure' => 1), 'multicurrency_total_tva' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 250, 'isameasure' => 1), 'multicurrency_total_ttc' => array('type' => 'double(24,8)', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -1, 'position' => 255, 'isameasure' => 1), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'visible' => -1, 'position' => 260), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 500), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'visible' => -2, 'position' => 900), ) |
class WebPortalPropal extends Propal { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id", ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15, 'index' => 1, ), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 2, 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'validate' => 1, 'comment' => "Reference of object", ), 'datep' => array('type' => 'date', 'label' => 'Date', 'enabled' => 1, 'visible' => 2, 'position' => 60, ), 'fin_validite' => array('type' => 'date', 'label' => 'DateEnd', 'enabled' => 1, 'visible' => 2, 'position' => 65, ), 'total_ht' => array('type' => 'price', 'label' => 'TotalHT', 'enabled' => 1, 'visible' => 2, 'position' => 125, 'isameasure' => 1, ), 'total_tva' => array('type' => 'price', 'label' => 'VAT', 'enabled' => 1, 'visible' => 2, 'position' => 130, 'isameasure' => 1, ), 'total_ttc' => array('type' => 'price', 'label' => 'TotalTTC', 'enabled' => 1, 'visible' => 2, 'position' => 145, 'isameasure' => 1, ), 'multicurrency_total_ht' => array('type' => 'price', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 245, 'isameasure' => 1, ), 'multicurrency_total_tva' => array('type' => 'price', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 250, 'isameasure' => 1, ), 'multicurrency_total_ttc' => array('type' => 'price', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 255, 'isameasure' => 1, ), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 2, 'notnull' => 1, 'position' => 500, 'arrayofkeyval' => self::ARRAY_STATUS_LABEL, ), ) |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class WebPortalPropal extends Propal { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id", ), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15, 'index' => 1, ), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 2, 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'validate' => 1, 'comment' => "Reference of object", ), 'datep' => array('type' => 'date', 'label' => 'Date', 'enabled' => 1, 'visible' => 2, 'position' => 60, ), 'fin_validite' => array('type' => 'date', 'label' => 'DateEnd', 'enabled' => 1, 'visible' => 2, 'position' => 65, ), 'total_ht' => array('type' => 'price', 'label' => 'TotalHT', 'enabled' => 1, 'visible' => 2, 'position' => 125, 'isameasure' => 1, ), 'total_tva' => array('type' => 'price', 'label' => 'VAT', 'enabled' => 1, 'visible' => 2, 'position' => 130, 'isameasure' => 1, ), 'total_ttc' => array('type' => 'price', 'label' => 'TotalTTC', 'enabled' => 1, 'visible' => 2, 'position' => 145, 'isameasure' => 1, ), 'multicurrency_total_ht' => array('type' => 'price', 'label' => 'MulticurrencyAmountHT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 245, 'isameasure' => 1, ), 'multicurrency_total_tva' => array('type' => 'price', 'label' => 'MulticurrencyAmountVAT', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 250, 'isameasure' => 1, ), 'multicurrency_total_ttc' => array('type' => 'price', 'label' => 'MulticurrencyAmountTTC', 'enabled' => 'isModEnabled("multicurrency")', 'visible' => -2, 'position' => 255, 'isameasure' => 1, ), 'fk_statut' => array('type' => 'smallint(6)', 'label' => 'Status', 'enabled' => 1, 'visible' => 2, 'notnull' => 1, 'position' => 500, 'arrayofkeyval' => self::ARRAY_STATUS_LABEL, ), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$element = |
class Dolresource extends CommonObject { /**/ } |
$element = 'dolresource' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Dolresource extends CommonObject { /**/ } |
$table_element = 'resource' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_partnership_standard extends ModeleNumRefPartnership { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_partnership_standard extends ModeleNumRefPartnership { /**/ } |
$name = 'standard' |
|
abstract class CommonNumRefGenerator { /**/ } |
$version = '' |
class mod_partnership_advanced extends ModeleNumRefPartnership { /**/ } |
$version = 'dolibarr' |
|
abstract class CommonNumRefGenerator { /**/ } |
$name = '' |
class mod_partnership_advanced extends ModeleNumRefPartnership { /**/ } |
$name = 'advanced' |
|
abstract class CommonObject { /**/ } |
$module = |
class Partnership extends CommonObject { /**/ } |
$module = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$element = |
class Partnership extends CommonObject { /**/ } |
$element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Partnership extends CommonObject { /**/ } |
$table_element = 'partnership' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class Partnership extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 10, 'notnull' => 1, 'visible' => 4, 'noteditable' => 1, 'default' => '(PROV)', 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'comment' => "Reference of object", 'csslist' => 'tdoverflowmax150'), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'enabled' => 'isModEnabled("multicompany")', 'position' => 15, 'notnull' => 1, 'visible' => -2, 'default' => '1', 'index' => 1, ), 'fk_type' => array('type' => 'integer:PartnershipType:partnership/class/partnership_type.class.php:0:(active:=:1)', 'label' => 'Type', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => 1, 'csslist' => 'tdoverflowmax125'), 'fk_soc' => array('type' => 'integer:Societe:societe/class/societe.class.php:1:((status:=:1) AND (entity:IN:__SHARED_ENTITIES__))', 'label' => 'ThirdParty', 'picto' => 'company', 'enabled' => 1, 'position' => 50, 'notnull' => -1, 'visible' => 1, 'index' => 1, 'css' => 'maxwidth500', 'csslist' => 'tdoverflowmax125', ), 'note_public' => array('type' => 'html', 'label' => 'NotePublic', 'enabled' => 1, 'position' => 61, 'notnull' => 0, 'visible' => 0, ), 'note_private' => array('type' => 'html', 'label' => 'NotePrivate', 'enabled' => 1, 'position' => 62, 'notnull' => 0, 'visible' => 0, ), 'date_creation' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'position' => 500, 'notnull' => 1, 'visible' => -2, 'csslist' => 'nowraponall'), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'position' => 501, 'notnull' => 0, 'visible' => -2, 'csslist' => 'nowraponall'), 'fk_user_creat' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', 'csslist' => 'tdoverflowmax125'), 'fk_user_modif' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, 'csslist' => 'tdoverflowmax125'), 'last_main_doc' => array('type' => 'varchar(255)', 'label' => 'LastMainDoc', 'enabled' => 1, 'position' => 600, 'notnull' => 0, 'visible' => 0, ), 'import_key' => array('type' => 'varchar(14)', 'label' => 'ImportId', 'enabled' => 1, 'position' => 1000, 'notnull' => -1, 'visible' => -2, ), 'model_pdf' => array('type' => 'varchar(255)', 'label' => 'Model pdf', 'enabled' => 1, 'position' => 1010, 'notnull' => -1, 'visible' => 0, ), 'date_partnership_start' => array('type' => 'date', 'label' => 'DatePartnershipStart', 'enabled' => 1, 'position' => 52, 'notnull' => 1, 'visible' => 1, ), 'date_partnership_end' => array('type' => 'date', 'label' => 'DatePartnershipEnd', 'enabled' => 1, 'position' => 53, 'notnull' => 0, 'visible' => 1, ), 'url_to_check' => array('type' => 'url', 'label' => 'UrlToCheck', 'enabled' => 'getDolGlobalString("PARTNERSHIP_BACKLINKS_TO_CHECK")', 'position' => 70, 'notnull' => 0, 'visible' => -1, 'csslist' => 'tdoverflowmax150'), 'count_last_url_check_error' => array('type' => 'integer', 'label' => 'CountLastUrlCheckError', 'enabled' => 'getDolGlobalString("PARTNERSHIP_BACKLINKS_TO_CHECK")', 'position' => 71, 'notnull' => 0, 'visible' => -4, 'default' => '0', ), 'last_check_backlink' => array('type' => 'datetime', 'label' => 'LastCheckBacklink', 'enabled' => 'getDolGlobalString("PARTNERSHIP_BACKLINKS_TO_CHECK")', 'position' => 72, 'notnull' => 0, 'visible' => -4, 'csslist' => 'nowraponall'), 'reason_decline_or_cancel' => array('type' => 'text', 'label' => 'ReasonDeclineOrCancel', 'enabled' => 1, 'position' => 73, 'notnull' => 0, 'visible' => -2, ), 'ip' => array('type' => 'ip', 'label' => 'IPOfApplicant', 'enabled' => 1, 'position' => 74, 'notnull' => 0, 'visible' => -2, ), 'status' => array('type' => 'smallint', 'label' => 'Status', 'enabled' => 1, 'position' => 2000, 'notnull' => 1, 'visible' => 2, 'default' => '0', 'index' => 1, 'arrayofkeyval' => array('0' => 'Draft', '1' => 'Validated', '2' => 'Approved', '3' => 'Refused', '9' => 'Terminated'), ), ) |
|
abstract class CommonObject { /**/ } |
$status = |
class Partnership extends CommonObject { /**/ } |
$status = 1 |
|
abstract class CommonObject { /**/ } |
$status = |
class Partnership extends CommonObject { /**/ } |
$status = 2 |
|
abstract class CommonObject { /**/ } |
$status = |
class Partnership extends CommonObject { /**/ } |
$status = 3 |
|
abstract class CommonObject { /**/ } |
$status = |
class Partnership extends CommonObject { /**/ } |
$status = 9 |
|
abstract class CommonObject { /**/ } |
$table_element = |
class PartnershipType extends CommonObject { /**/ } |
$table_element = 'c_partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$element = |
class PartnershipType extends CommonObject { /**/ } |
$element = 'partnership_type' |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class PartnershipType extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 10), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 15, 'index' => 1), 'code' => array('type' => 'varchar(32)', 'label' => 'Code', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 20), 'label' => array('type' => 'varchar(64)', 'label' => 'Label', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 25, 'showoncombobox' => 1), 'active' => array('type' => 'integer', 'label' => 'Active', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 30), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$element = |
class Categorie extends CommonObject { /**/ } |
$element = 'category' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Categorie extends CommonObject { /**/ } |
$table_element = 'categorie' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = |
class EcmDirectory extends CommonObject { /**/ } |
$element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class EcmDirectory extends CommonObject { /**/ } |
$table_element = 'ecm_directories' |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$element = |
class EcmFiles extends CommonObject { /**/ } |
$element = 'ecmfiles' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class EcmFiles extends CommonObject { /**/ } |
$table_element = 'ecm_files' |
|
abstract class CommonObject { /**/ } |
$extraparams = array( ) |
class EcmFiles extends CommonObject { /**/ } |
$extraparams = |
|
abstract class CommonObject { /**/ } |
$fields = array( ) |
class EcmFiles extends CommonObject { /**/ } |
$fields = array('rowid' => array('type' => 'integer', 'label' => 'TechnicalID', 'enabled' => 1, 'position' => 1, 'notnull' => 1, 'visible' => 0, 'noteditable' => 1, 'index' => 1, 'css' => 'left', 'comment' => "Id"), 'ref' => array('type' => 'varchar(128)', 'label' => 'Ref', 'enabled' => 1, 'position' => 20, 'notnull' => 1, 'visible' => -1, 'index' => 1, 'searchall' => 1, 'showoncombobox' => 1, 'validate' => 1, 'comment' => "contains hash from filename+filepath"), 'label' => array('type' => 'varchar(128)', 'label' => 'Label', 'enabled' => 1, 'position' => 30, 'notnull' => 0, 'visible' => -1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'help' => "Help text", 'showoncombobox' => 2, 'validate' => 1, 'comment' => "contains hash of file content"), 'share' => array('type' => 'varchar(128)', 'label' => 'Share', 'enabled' => 1, 'position' => 40, 'notnull' => 0, 'visible' => -1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'help' => "Help text", 'showoncombobox' => 2, 'validate' => 1, 'comment' => "contains hash for file sharing"), 'entity' => array('type' => 'integer', 'label' => 'Entity', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => -1, 'position' => 50, 'index' => 1), 'filepath' => array('type' => 'varchar(255)', 'label' => 'FilePath', 'enabled' => 1, 'position' => 60, 'notnull' => 0, 'visible' => 0, 'searchall' => 0, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'help' => "Help text", 'showoncombobox' => 2, 'validate' => 1, 'comment' => "relative to dolibarr document dir. Example module/def"), 'filename' => array('type' => 'varchar(255)', 'label' => 'FileName', 'enabled' => 1, 'position' => 70, 'notnull' => 0, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'help' => "Help text", 'showoncombobox' => 2, 'validate' => 1, 'comment' => "file name only without any directory"), 'src_object_type' => array('type' => 'varchar(64)', 'label' => 'SourceType', 'enabled' => 1, 'position' => 80, 'notnull' => 0, 'visible' => 0, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'help' => "Help text", 'showoncombobox' => 2, 'validate' => 1, 'comment' => "Source object type ('proposal', 'invoice', ...)"), 'src_object_id' => array('type' => 'integer', 'label' => 'SourceID', 'default' => '1', 'enabled' => 1, 'visible' => 0, 'notnull' => 1, 'position' => 90, 'index' => 1, 'comment' => "Source object id"), 'fullpath_orig' => array('type' => 'varchar(750)', 'label' => 'FullPathOrig', 'enabled' => 1, 'position' => 100, 'notnull' => 0, 'visible' => 0, 'searchall' => 0, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'help' => "Help text", 'showoncombobox' => 2, 'validate' => 1, 'comment' => "full path of original filename, when file is uploaded from a local computer"), 'description' => array('type' => 'text', 'label' => 'Description', 'enabled' => 1, 'visible' => 0, 'position' => 110), 'keywords' => array('type' => 'varchar(750)', 'label' => 'Keywords', 'enabled' => 1, 'position' => 120, 'notnull' => 0, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'help' => "Help text", 'showoncombobox' => 2, 'validate' => 1, 'comment' => "list of keywords, separated with comma. Must be limited to most important keywords."), 'cover' => array('type' => 'text', 'label' => 'Cover', 'enabled' => 1, 'visible' => 0, 'position' => 130, 'comment' => "is this file a file to use for a cover"), 'position' => array('type' => 'integer', 'label' => 'Position', 'default' => '1', 'enabled' => 1, 'visible' => -2, 'notnull' => 1, 'position' => 140, 'index' => 1, 'comment' => "position of file among others"), 'gen_or_uploaded' => array('type' => 'varchar(12)', 'label' => 'GenOrUpload', 'enabled' => 1, 'position' => 150, 'notnull' => 0, 'visible' => -1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'help' => "Help text", 'showoncombobox' => 2, 'validate' => 1, 'comment' => "'generated' or 'uploaded'"), 'extraparams' => array('type' => 'varchar(255)', 'label' => 'ExtraParams', 'enabled' => 1, 'position' => 160, 'notnull' => 0, 'visible' => 1, 'searchall' => 1, 'css' => 'minwidth300', 'cssview' => 'wordbreak', 'help' => "Help text", 'showoncombobox' => 2, 'validate' => 1, 'comment' => "for stocking other parameters with json format"), 'date_c' => array('type' => 'datetime', 'label' => 'DateCreation', 'enabled' => 1, 'visible' => -1, 'position' => 170), 'tms' => array('type' => 'timestamp', 'label' => 'DateModification', 'enabled' => 1, 'visible' => -1, 'notnull' => 1, 'position' => 175), 'fk_user_c' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserAuthor', 'enabled' => 1, 'position' => 510, 'notnull' => 1, 'visible' => -2, 'foreignkey' => 'user.rowid', ), 'fk_user_m' => array('type' => 'integer:User:user/class/user.class.php', 'label' => 'UserModif', 'enabled' => 1, 'position' => 511, 'notnull' => -1, 'visible' => -2, ), 'note_public' => array('type' => 'text', 'label' => 'NotePublic', 'enabled' => 1, 'visible' => 0, 'position' => 155), 'note_private' => array('type' => 'text', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 160), 'acl' => array('type' => 'text', 'label' => 'NotePrivate', 'enabled' => 1, 'visible' => 0, 'position' => 160, 'comment' => "for future permission 'per file'"), ) |
|
abstract class CommonObject { /**/ } |
$element = 'facturerec' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'expensereport' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'societe' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'propal' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'shipping' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'product' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'task' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'project_task' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'order_supplier' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'supplier_proposal' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'commande' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'facture' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = 'invoice_supplier' |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$element = |
class Cronjob extends CommonObject { /**/ } |
$element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$table_element = |
class Cronjob extends CommonObject { /**/ } |
$table_element = 'cronjob' |
|
abstract class CommonObject { /**/ } |
$status = |
class Cronjob extends CommonObject { /**/ } |
$status = 1 |
|
class CsvFormat extends \Luracast\Restler\Format\Format implements \Luracast\Restler\Format\iDecodeStream { /**/ } |
$delimiter = ',' |
class TsvFormat extends \Luracast\Restler\Format\CsvFormat { /**/ } |
$delimiter = "\t" |
|
class CsvFormat extends Format implements iDecodeStream { /**/ } |
$delimiter = ',' |
class TsvFormat extends \Luracast\Restler\Format\CsvFormat { /**/ } |
$delimiter = "\t" |
|
class nusoap_base { /**/ } |
$namespaces = array('SOAP-ENV' => 'http://schemas.xmlsoap.org/soap/envelope/', 'xsd' => 'http://www.w3.org/2001/XMLSchema', 'xsi' => 'http://www.w3.org/2001/XMLSchema-instance', 'SOAP-ENC' => 'http://schemas.xmlsoap.org/soap/encoding/') |
class nusoap_parser extends \nusoap_base { /**/ } |
$namespaces = array( ) |
|
class nusoap_base { /**/ } |
$namespaces = array('SOAP-ENV' => 'http://schemas.xmlsoap.org/soap/envelope/', 'xsd' => 'http://www.w3.org/2001/XMLSchema', 'xsi' => 'http://www.w3.org/2001/XMLSchema-instance', 'SOAP-ENC' => 'http://schemas.xmlsoap.org/soap/encoding/') |
class nusoap_parser extends \nusoap_base { /**/ } |
$namespaces = array( ) |
|
class Propal extends CommonObject { /**/ } |
public$cond_reglement |
abstract class CommonObject { /**/ } |
private$cond_reglement |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
public$note |
abstract class CommonObject { /**/ } |
private$note |
|
class AccountLine extends CommonObjectLine { /**/ } |
public$note |
abstract class CommonObject { /**/ } |
private$note |
|
class BonPrelevement extends CommonObject { /**/ } |
public$note |
abstract class CommonObject { /**/ } |
private$note |
|
class TimeSpent extends CommonObject { /**/ } |
public$note |
abstract class CommonObject { /**/ } |
private$note |
|
class ConferenceOrBooth extends ActionComm { /**/ } |
public$note |
abstract class CommonObject { /**/ } |
private$note |
|
class AdherentType extends CommonObject { /**/ } |
public$note |
abstract class CommonObject { /**/ } |
private$note |
|
class Societe extends CommonObject { /**/ } |
public$note |
abstract class CommonObject { /**/ } |
private$note |
|
class UserGroup extends CommonObject { /**/ } |
public$note |
abstract class CommonObject { /**/ } |
private$note |
|
class mod_project_universal extends ModeleNumRefProjects { /**/ } |
public$db |
abstract class CommonNumRefGenerator { /**/ } |
protected$db |
|
class pdf_storm extends ModelePDFDeliveryOrder { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_typhon extends ModelePDFDeliveryOrder { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_canelle extends ModelePDFSuppliersInvoices { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_eagle extends ModelePDFStockTransfer { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_eagle_proforma extends ModelePDFCommandes { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_muscadet extends ModelePDFSuppliersOrders { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_cornas extends ModelePDFSuppliersOrders { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
abstract class ModelePDFStock extends CommonDocGenerator { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_merou extends ModelePdfExpedition { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_rouget extends ModelePdfExpedition { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_espadon extends ModelePdfExpedition { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_standard extends ModelePDFSuppliersPayments { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_strato extends ModelePDFContract { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_einstein extends ModelePDFCommandes { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_standard_asset extends ModelePDFAsset { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_standard_myobject extends ModelePDFMyObject { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_eratosthene extends ModelePDFCommandes { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_crabe extends ModelePDFFactures { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_soleil extends ModelePDFFicheinter { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
abstract class ModelePDFMovement extends CommonDocGenerator { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_standard extends ModelePDFEvaluation { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_baleine extends ModelePDFProjects { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_beluga extends ModelePDFProjects { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
abstract class ModelePDFProjects extends CommonDocGenerator { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_timespent extends ModelePDFProjects { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_zenith extends ModelePDFSupplierProposal { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_aurore extends ModelePDFSupplierProposal { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
abstract class CommonStickerGenerator extends CommonDocGenerator { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_standard extends ModelePDFProduct { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_standard extends ModeleExpenseReport { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_vinci extends ModelePDFMo { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_azur extends ModelePDFPropales { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_cyan extends ModelePDFPropales { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class pdf_sponge extends ModelePDFFactures { /**/ } |
public$db |
abstract class CommonDocGenerator { /**/ } |
protected$db |
|
class nusoap_parser extends \nusoap_base { /**/ } |
public$namespaces |
class nusoap_base { /**/ } |
none$namespaces |
|
class nusoap_parser extends nusoap_base { /**/ } |
none$namespaces |
class nusoap_base { /**/ } |
public$namespaces |
|
class FactureRec extends CommonInvoice { /**/ } |
\string $title |
abstract class CommonInvoice extends CommonObject { /**/ } |
$title |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\string $title |
abstract class CommonInvoice extends CommonObject { /**/ } |
$title |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\int $socid |
abstract class CommonInvoice extends CommonObject { /**/ } |
$socid |
|
class FactureRec extends CommonInvoice { /**/ } |
\int $socid |
abstract class CommonInvoice extends CommonObject { /**/ } |
$socid |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
$paye |
abstract class CommonInvoice extends CommonObject { /**/ } |
\int|\int $paye |
|
class Facture extends CommonInvoice { /**/ } |
\int $paye |
abstract class CommonInvoice extends CommonObject { /**/ } |
\int|\int $paye |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\int $cond_reglement_id |
abstract class CommonInvoice extends CommonObject { /**/ } |
$cond_reglement_id |
|
class FactureRec extends CommonInvoice { /**/ } |
\string $cond_reglement_code |
abstract class CommonInvoice extends CommonObject { /**/ } |
$cond_reglement_code |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\string $cond_reglement_code |
abstract class CommonInvoice extends CommonObject { /**/ } |
$cond_reglement_code |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\int $mode_reglement_id |
abstract class CommonInvoice extends CommonObject { /**/ } |
$mode_reglement_id |
|
class FactureRec extends CommonInvoice { /**/ } |
\string $mode_reglement_code |
abstract class CommonInvoice extends CommonObject { /**/ } |
$mode_reglement_code |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\string $mode_reglement_code |
abstract class CommonInvoice extends CommonObject { /**/ } |
$mode_reglement_code |
|
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$product_type |
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
\int $product_type |
|
class FactureLigne extends CommonInvoiceLine { /**/ } |
\int|\int $localtax1_type |
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$localtax1_type |
|
class FactureLigne extends CommonInvoiceLine { /**/ } |
\int|\int $localtax2_type |
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$localtax2_type |
|
class FactureLigne extends CommonInvoiceLine { /**/ } |
\int|\int $remise_percent |
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$remise_percent |
|
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$info_bits |
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
\int $info_bits |
|
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
$special_code |
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
\int $special_code |
|
class FormAdvTargetEmailing extends Form { /**/ } |
\string $error |
class Form { /**/ } |
\string|\string|\string|\string $error |
|
class FormAccounting extends Form { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string $error |
class Form { /**/ } |
\string|\string|\string|\string $error |
|
class FormProjets extends Form { /**/ } |
\string $error |
class Form { /**/ } |
\string|\string|\string|\string $error |
|
class FormCron extends Form { /**/ } |
\string $error |
class Form { /**/ } |
\string|\string|\string|\string $error |
|
class ActionsMyModule extends CommonHookActions { /**/ } |
\string|\string|\string|\string $resprints |
abstract class CommonHookActions { /**/ } |
$resprints |
|
class ActionsMyModule extends CommonHookActions { /**/ } |
\array|\array|\array|\array $results |
abstract class CommonHookActions { /**/ } |
\array $results |
|
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
\int|\int $special_code |
abstract class CommonOrderLine extends CommonObjectLine { /**/ } |
\int $special_code |
|
class Workstation extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class Partnership extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class WebPortalMember extends Adherent { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class CTicketCategory extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class WebPortalPartnership extends Partnership { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class WebPortalInvoice extends Facture { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class WebPortalOrder extends Commande { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class WebPortalPropal extends Propal { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class EvaluationLine extends CommonObjectLine { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class Job extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class Evaluation extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class SkillRank extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class Skill extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class MyObject extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class Target extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class BOM extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class Asset extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class AssetModel extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class ProductAttribute extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class ProductAttributeValue extends CommonObjectLine { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class RecruitmentCandidature extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class RecruitmentJobPosition extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class Calendar extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class Availabilities extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class TimeSpent extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class ConferenceOrBooth extends ActionComm { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class Societe extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class KnowledgeRecord extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class Position extends CommonObject { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class Skilldet extends CommonObjectLine { /**/ } |
\string $module |
abstract class CommonObject { /**/ } |
$module |
|
class ProductAttribute extends CommonObject { /**/ } |
\dolidb $db |
abstract class CommonObject { /**/ } |
$db |
|
class AccountLine extends CommonObjectLine { /**/ } |
\dolidb $db |
abstract class CommonObject { /**/ } |
$db |
|
class Bookmark extends CommonObject { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class PropalmergepdfproductLine extends CommonObjectLine { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class PriceByCustomerLine extends CommonObjectLine { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class AdvanceTargetingMailing extends CommonObject { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class User extends CommonObject { /**/ } |
\int|\int $id |
abstract class CommonObject { /**/ } |
\int $id |
|
class ActionComm extends CommonObject { /**/ } |
\int|\int $id |
abstract class CommonObject { /**/ } |
\int $id |
|
class ConferenceOrBooth extends ActionComm { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class ContratLigne extends CommonObjectLine { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class CashControl extends CommonObject { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class ProductAttribute extends CommonObject { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class AccountingAccount extends CommonObject { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\int|\int $id |
abstract class CommonObject { /**/ } |
\int $id |
|
class AccountLine extends CommonObjectLine { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class BookKeepingLine extends CommonObjectLine { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class CurrencyRate extends CommonObjectLine { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class MultiCurrency extends CommonObject { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class Stripe extends CommonObject { /**/ } |
$id |
abstract class CommonObject { /**/ } |
\int $id |
|
class ProductCustomerPrice extends CommonObject { /**/ } |
\int $entity |
abstract class CommonObject { /**/ } |
$entity |
|
class User extends CommonObject { /**/ } |
\int|\int|\int $entity |
abstract class CommonObject { /**/ } |
$entity |
|
class Societe extends CommonObject { /**/ } |
\int $entity |
abstract class CommonObject { /**/ } |
$entity |
|
class Cronjob extends CommonObject { /**/ } |
\int $entity |
abstract class CommonObject { /**/ } |
$entity |
|
class EcmFiles extends CommonObject { /**/ } |
\int $entity |
abstract class CommonObject { /**/ } |
$entity |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
\string|\string|\string $error |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $error |
|
class ExpenseReportLine extends CommonObjectLine { /**/ } |
\string $error |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $error |
|
class FichinterLigne extends CommonObjectLine { /**/ } |
\string|\string|\string|\string $error |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $error |
|
class ProductFournisseur extends Product { /**/ } |
\string|\string|\string|\string|\string $error |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $error |
|
class Skilldet extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Position extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Bookmark extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Task extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Project extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class KnowledgeRecord extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Adherent extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Reception extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class MouvementStock extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Productlot extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class SupplierProposal extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ProductStockEntrepot extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Entrepot extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class StockTransfer extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class StockTransferLine extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Propalmergepdfproduct extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ProductFournisseurPrice extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ProductCustomerPrice extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Product extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Productbatch extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class InventoryLine extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class UserGroup extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Inventory extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class UserBankAccount extends Account { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Mailing extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class AdvanceTargetingMailing extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class User extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ActionCommReminder extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Propal extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ActionComm extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Contact extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class CompanyBankAccount extends Account { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Societe extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class CompanyPaymentMode extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Subscription extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class SocieteAccount extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class AdherentType extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ConferenceOrBooth extends ActionComm { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class IntracommReport extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class TimeSpent extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ExpenseReport extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class MoLine extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Mo extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class WebsitePage extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Website extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class PaymentExpenseReport extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ExpenseReportIk extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ExpenseReportRule extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Availabilities extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Salary extends CommonObject { /**/ } |
\string|\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Calendar extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class RecruitmentJobPosition extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ContratLigne extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class RecruitmentCandidature extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Paiement extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class RemiseCheque extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Fiscalyear extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class PaymentSalary extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class CashControl extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Localtax extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Deplacement extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class BonPrelevement extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Link extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Holiday extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Opensurveysondage extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Contrat extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class FactureLigne extends CommonInvoiceLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ProductAttributeValue extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class AccountingAccount extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ProductAttribute extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class BookKeeping extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Facture extends CommonInvoice { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class LoanSchedule extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class AssetModel extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class PaymentLoan extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Loan extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Asset extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class PaymentVarious extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ExpeditionLigne extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class BOMLine extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class FactureRec extends CommonInvoice { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class WorkstationUserGroup extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Expedition extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class AccountLine extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class AccountingJournal extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Account extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class PaymentVAT extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class CurrencyRate extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class MultiCurrency extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class BOM extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Tva extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Target extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class PaiementFourn extends Paiement { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ExpeditionLineBatch extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class MyObject extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Hook extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class ChargeSociales extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class PaymentSocialContribution extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class OrderLine extends CommonOrderLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Comment extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class EmailSenderProfile extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class FichinterRec extends Fichinter { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Skill extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class SkillRank extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Evaluation extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Job extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Commande extends CommonOrder { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Establishment extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class EvaluationLine extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class DeliveryLine extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Ticket extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Delivery extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class EmailCollectorAction extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class EmailCollectorFilter extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class EmailCollector extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class FichinterLigne extends CommonObjectLine { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Fichinter extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class PaymentDonation extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Dolresource extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class CommandeFournisseurDispatch extends ReceptionLineBatch { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class CTicketCategory extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class EcmDirectory extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class EcmFiles extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Cronjob extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class PartnershipType extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Categorie extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Partnership extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Don extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class DefaultValues extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Workstation extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class WorkstationResource extends CommonObject { /**/ } |
\string $element |
abstract class CommonObject { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string|\string $element |
|
class Task extends CommonObjectLine { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Project extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Reception extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
\int $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class SupplierProposal extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Product extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Inventory extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class UserGroup extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class User extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Propal extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Societe extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class IntracommReport extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class ExpenseReport extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Mo extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class WebsitePage extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Don extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Fichinter extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class FichinterLigne extends CommonObjectLine { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class EmailCollector extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Delivery extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Ticket extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Establishment extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Commande extends CommonOrder { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Job extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Evaluation extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Skill extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class FichinterRec extends Fichinter { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class AccountingJournal extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Expedition extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class FactureRec extends CommonInvoice { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class BOM extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Facture extends CommonInvoice { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class ProductAttribute extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Contrat extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Holiday extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Deplacement extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class Fiscalyear extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class ExpenseReportRule extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class ExpenseReportIk extends CommonObject { /**/ } |
\string $fk_element |
abstract class CommonObject { /**/ } |
$fk_element |
|
class ContratLigne extends CommonObjectLine { /**/ } |
\string $element_for_permission |
abstract class CommonObject { /**/ } |
$element_for_permission |
|
class Skilldet extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Position extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Bookmark extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Task extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Project extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class KnowledgeRecord extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Adherent extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Reception extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class MouvementStock extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Productlot extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class SupplierProposal extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ProductStockEntrepot extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Entrepot extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class StockTransfer extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class StockTransferLine extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Propalmergepdfproduct extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ProductFournisseurPrice extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ProductCustomerPrice extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Product extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class InventoryLine extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class UserGroup extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Inventory extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class UserBankAccount extends Account { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class AdvanceTargetingMailing extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Mailing extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class User extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Subscription extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Propal extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ActionCommReminder extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ActionComm extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Contact extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class CompanyBankAccount extends Account { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Societe extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class CompanyPaymentMode extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class SocieteAccount extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class AdherentType extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ConferenceOrBooth extends ActionComm { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class IntracommReport extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class TimeSpent extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ExpenseReport extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class MoLine extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Mo extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class WebsitePage extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Website extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class PaymentExpenseReport extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ExpenseReportIk extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ExpenseReportRule extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ExpenseReportLine extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Availabilities extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Salary extends CommonObject { /**/ } |
\string|\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Calendar extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class RecruitmentJobPosition extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ContratLigne extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class RecruitmentCandidature extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Paiement extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Fiscalyear extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class RemiseCheque extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class PaymentSalary extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class CashControl extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Localtax extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Deplacement extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class BonPrelevement extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Link extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Holiday extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Opensurveysondage extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class EmailSenderProfile extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Contrat extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class FactureLigne extends CommonInvoiceLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ProductAttributeValue extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class AccountingAccount extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ProductAttribute extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class BookKeeping extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Facture extends CommonInvoice { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class LoanSchedule extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class AssetDepreciationOptions extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class AssetModel extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class FactureLigneRec extends CommonInvoiceLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class PaymentLoan extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Loan extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Asset extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class PaymentVarious extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ExpeditionLigne extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class BOMLine extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class FactureRec extends CommonInvoice { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Expedition extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class WorkstationUserGroup extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class AccountLine extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class AccountingJournal extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Account extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class PaymentVAT extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class CurrencyRate extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class MultiCurrency extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class BOM extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Tva extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Target extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class PaiementFourn extends Paiement { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ExpeditionLineBatch extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class MyObject extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Hook extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class ChargeSociales extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class PaymentSocialContribution extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class FactureFournisseurLigneRec extends CommonInvoiceLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Comment extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class OrderLine extends CommonOrderLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class FichinterRec extends Fichinter { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Skill extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class SkillRank extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Evaluation extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Job extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Commande extends CommonOrder { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Establishment extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class EvaluationLine extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class DeliveryLine extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Ticket extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Delivery extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class EmailCollectorAction extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class EmailCollectorFilter extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class EmailCollector extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class FichinterLigne extends CommonObjectLine { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Fichinter extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Dolresource extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class CTicketCategory extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class EcmDirectory extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class EcmFiles extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Cronjob extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class PartnershipType extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Categorie extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Partnership extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class PaymentDonation extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Don extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class DefaultValues extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Workstation extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class WorkstationResource extends CommonObject { /**/ } |
\string $table_element |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element |
|
class Project extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Reception extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class SupplierProposal extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class StockTransfer extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Inventory extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Propal extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class ExpenseReport extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Mo extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Fiscalyear extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Deplacement extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Contrat extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class ProductAttribute extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Facture extends CommonInvoice { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class BOM extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class FactureRec extends CommonInvoice { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Expedition extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class MultiCurrency extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Fichinter extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Delivery extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Establishment extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Commande extends CommonOrder { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Evaluation extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Skill extends CommonObject { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class FichinterRec extends Fichinter { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\string $table_element_line |
abstract class CommonObject { /**/ } |
\string|\string|\string $table_element_line |
|
class Productlot extends CommonObject { /**/ } |
\string $import_key |
abstract class CommonObject { /**/ } |
$import_key |
|
class ProductStockEntrepot extends CommonObject { /**/ } |
\string $import_key |
abstract class CommonObject { /**/ } |
$import_key |
|
class BookKeeping extends CommonObject { /**/ } |
\string $import_key |
abstract class CommonObject { /**/ } |
$import_key |
|
class Facture extends CommonInvoice { /**/ } |
\array $linked_objects |
abstract class CommonObject { /**/ } |
$linked_objects |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\array $linked_objects |
abstract class CommonObject { /**/ } |
$linked_objects |
|
class Commande extends CommonOrder { /**/ } |
\array $linked_objects |
abstract class CommonObject { /**/ } |
$linked_objects |
|
class Dolresource extends CommonObject { /**/ } |
$oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class Ticket extends CommonObject { /**/ } |
$oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class Comment extends CommonObject { /**/ } |
$oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class Asset extends CommonObject { /**/ } |
$oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class Contact extends CommonObject { /**/ } |
$oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class Facture extends CommonInvoice { /**/ } |
\array $oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class Societe extends CommonObject { /**/ } |
$oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class Propal extends CommonObject { /**/ } |
\array|\array|\array|\array|\array|\array|\array|\array|\array|\array|\array $oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class User extends CommonObject { /**/ } |
\array $oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class UserGroup extends CommonObject { /**/ } |
$oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class Product extends CommonObject { /**/ } |
$oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class Project extends CommonObject { /**/ } |
$oldcopy |
abstract class CommonObject { /**/ } |
\array|\array|\array $oldcopy |
|
class Fichinter extends CommonObject { /**/ } |
\int|\int|\int $fk_project |
abstract class CommonObject { /**/ } |
$fk_project |
|
class Ticket extends CommonObject { /**/ } |
\int $fk_project |
abstract class CommonObject { /**/ } |
$fk_project |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\int $fk_project |
abstract class CommonObject { /**/ } |
$fk_project |
|
class Project extends CommonObject { /**/ } |
\int $fk_project |
abstract class CommonObject { /**/ } |
$fk_project |
|
class ActionComm extends CommonObject { /**/ } |
$contact |
abstract class CommonObject { /**/ } |
\contact $contact |
|
class Salary extends CommonObject { /**/ } |
$user |
abstract class CommonObject { /**/ } |
\user $user |
|
class StockTransfer extends CommonObject { /**/ } |
\string $origin_type |
abstract class CommonObject { /**/ } |
$origin_type |
|
class DeliveryLine extends CommonObjectLine { /**/ } |
$origin_id |
abstract class CommonObject { /**/ } |
\int|\int $origin_id |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
$origin_id |
abstract class CommonObject { /**/ } |
\int|\int $origin_id |
|
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$origin_id |
abstract class CommonObject { /**/ } |
\int|\int $origin_id |
|
class FactureLigne extends CommonInvoiceLine { /**/ } |
$origin_id |
abstract class CommonObject { /**/ } |
\int|\int $origin_id |
|
class MoLine extends CommonObjectLine { /**/ } |
$origin_id |
abstract class CommonObject { /**/ } |
\int|\int $origin_id |
|
class MouvementStock extends CommonObject { /**/ } |
$origin_id |
abstract class CommonObject { /**/ } |
\int|\int $origin_id |
|
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
$origin_id |
abstract class CommonObject { /**/ } |
\int|\int $origin_id |
|
class Position extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class KnowledgeRecord extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class StockTransfer extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Inventory extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Societe extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class ActionComm extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Mo extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Calendar extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class RecruitmentJobPosition extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class RecruitmentCandidature extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class ContratLigne extends CommonObjectLine { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class RemiseCheque extends CommonObject { /**/ } |
\string|\string $ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class BonPrelevement extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class ProductAttributeValue extends CommonObjectLine { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class ProductAttribute extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\string|\string $ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class AssetModel extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Asset extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class PaymentVarious extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class AccountLine extends CommonObjectLine { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Workstation extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Target extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
\string|\string $ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class MyObject extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Hook extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
abstract class CommonOrderLine extends CommonObjectLine { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Partnership extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class EcmFiles extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class EcmDirectory extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class CTicketCategory extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class EmailCollector extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class DeliveryLine extends CommonObjectLine { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Establishment extends CommonObject { /**/ } |
\string|\string $ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Job extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class Evaluation extends CommonObject { /**/ } |
$ref |
abstract class CommonObject { /**/ } |
\string $ref |
|
class OrderLine extends CommonOrderLine { /**/ } |
\string|\string $ref_ext |
abstract class CommonObject { /**/ } |
$ref_ext |
|
class FactureLigne extends CommonInvoiceLine { /**/ } |
\string|\string $ref_ext |
abstract class CommonObject { /**/ } |
$ref_ext |
|
class Paiement extends CommonObject { /**/ } |
\string $ref_ext |
abstract class CommonObject { /**/ } |
$ref_ext |
|
class Societe extends CommonObject { /**/ } |
\string $ref_ext |
abstract class CommonObject { /**/ } |
$ref_ext |
|
class Fichinter extends CommonObject { /**/ } |
\int|\int|\int|\int|\int|\int $statut |
abstract class CommonObject { /**/ } |
$statut |
|
class Commande extends CommonOrder { /**/ } |
\int|\int|\int|\int|\int|\int|\int|\int|\int|\int $statut |
abstract class CommonObject { /**/ } |
$statut |
|
class Contact extends CommonObject { /**/ } |
\int|\int|\int|\int $statut |
abstract class CommonObject { /**/ } |
$statut |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\int|\int|\int|\int|\int|\int|\int|\int|\int|\int|\int|\int $statut |
abstract class CommonObject { /**/ } |
$statut |
|
class Contrat extends CommonObject { /**/ } |
\int|\int|\int|\int|\int|\int $statut |
abstract class CommonObject { /**/ } |
$statut |
|
class Holiday extends CommonObject { /**/ } |
\int $statut |
abstract class CommonObject { /**/ } |
$statut |
|
class Propal extends CommonObject { /**/ } |
\int|\int|\int|\int|\int|\int $statut |
abstract class CommonObject { /**/ } |
$statut |
|
class User extends CommonObject { /**/ } |
\int $statut |
abstract class CommonObject { /**/ } |
$statut |
|
class Entrepot extends CommonObject { /**/ } |
\int $statut |
abstract class CommonObject { /**/ } |
$statut |
|
class SupplierProposal extends CommonObject { /**/ } |
\int|\int|\int|\int|\int|\int $statut |
abstract class CommonObject { /**/ } |
$statut |
|
class Project extends CommonObject { /**/ } |
\int|\int|\int|\int $statut |
abstract class CommonObject { /**/ } |
$statut |
|
class KnowledgeRecord extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class StockTransfer extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Product extends CommonObject { /**/ } |
\int|\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Mailing extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Propal extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class ActionCommReminder extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Societe extends CommonObject { /**/ } |
\int|\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class CompanyPaymentMode extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class ConferenceOrBooth extends ActionComm { /**/ } |
\int|\int|\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class SocieteAccount extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class ExpenseReport extends CommonObject { /**/ } |
\int|\int|\int|\int|\int|\int|\int|\int|\int|\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Mo extends CommonObject { /**/ } |
\int|\int|\int|\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class WebsitePage extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Availabilities extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Calendar extends CommonObject { /**/ } |
\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class RecruitmentCandidature extends CommonObject { /**/ } |
\int|\int|\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class RecruitmentJobPosition extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Fiscalyear extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class CashControl extends CommonObject { /**/ } |
\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class BonPrelevement extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Opensurveysondage extends CommonObject { /**/ } |
\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Contrat extends CommonObject { /**/ } |
\int|\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class AccountingAccount extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class AssetModel extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Asset extends CommonObject { /**/ } |
\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class BOM extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Workstation extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Target extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class MyObject extends CommonObject { /**/ } |
\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Hook extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Partnership extends CommonObject { /**/ } |
\int|\int|\int|\int|\int|\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Cronjob extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class CTicketCategory extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class EmailCollector extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class EmailCollectorAction extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class EmailCollectorFilter extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Ticket extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Establishment extends CommonObject { /**/ } |
$status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Evaluation extends CommonObject { /**/ } |
\int|\int|\int $status |
abstract class CommonObject { /**/ } |
\int $status |
|
class Account extends CommonObject { /**/ } |
\int $country_id |
abstract class CommonObject { /**/ } |
$country_id |
|
class Societe extends CommonObject { /**/ } |
\int $country_id |
abstract class CommonObject { /**/ } |
$country_id |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\int $mode_reglement_id |
abstract class CommonObject { /**/ } |
$mode_reglement_id |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\int $cond_reglement_id |
abstract class CommonObject { /**/ } |
$cond_reglement_id |
|
class Propal extends CommonObject { /**/ } |
\int|\int $demand_reason_id |
abstract class CommonObject { /**/ } |
$demand_reason_id |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\int $fk_multicurrency |
abstract class CommonObject { /**/ } |
$fk_multicurrency |
|
class Societe extends CommonObject { /**/ } |
\int|\int $fk_multicurrency |
abstract class CommonObject { /**/ } |
$fk_multicurrency |
|
class SupplierProposal extends CommonObject { /**/ } |
\int $fk_multicurrency |
abstract class CommonObject { /**/ } |
$fk_multicurrency |
|
class Paiement extends CommonObject { /**/ } |
\array $multicurrency_code |
abstract class CommonObject { /**/ } |
$multicurrency_code |
|
class Societe extends CommonObject { /**/ } |
\string|\string $multicurrency_code |
abstract class CommonObject { /**/ } |
$multicurrency_code |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\int|\int $multicurrency_tx |
abstract class CommonObject { /**/ } |
$multicurrency_tx |
|
class Paiement extends CommonObject { /**/ } |
\array $multicurrency_tx |
abstract class CommonObject { /**/ } |
$multicurrency_tx |
|
class SupplierProposal extends CommonObject { /**/ } |
\int $multicurrency_tx |
abstract class CommonObject { /**/ } |
$multicurrency_tx |
|
abstract class CommonOrderLine extends CommonObjectLine { /**/ } |
$multicurrency_total_ht |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ht |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
$multicurrency_total_ht |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ht |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$multicurrency_total_ht |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ht |
|
class DiscountAbsolute extends CommonObject { /**/ } |
$multicurrency_total_ht |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ht |
|
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$multicurrency_total_ht |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ht |
|
class SupplierProposal extends CommonObject { /**/ } |
$multicurrency_total_ht |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ht |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$multicurrency_total_ht |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ht |
|
abstract class CommonOrderLine extends CommonObjectLine { /**/ } |
$multicurrency_total_tva |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_tva |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
$multicurrency_total_tva |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_tva |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$multicurrency_total_tva |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_tva |
|
class DiscountAbsolute extends CommonObject { /**/ } |
$multicurrency_total_tva |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_tva |
|
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$multicurrency_total_tva |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_tva |
|
class SupplierProposal extends CommonObject { /**/ } |
$multicurrency_total_tva |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_tva |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$multicurrency_total_tva |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_tva |
|
abstract class CommonOrderLine extends CommonObjectLine { /**/ } |
$multicurrency_total_ttc |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ttc |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
$multicurrency_total_ttc |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ttc |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$multicurrency_total_ttc |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ttc |
|
class DiscountAbsolute extends CommonObject { /**/ } |
$multicurrency_total_ttc |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ttc |
|
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$multicurrency_total_ttc |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ttc |
|
class SupplierProposal extends CommonObject { /**/ } |
$multicurrency_total_ttc |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ttc |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$multicurrency_total_ttc |
abstract class CommonObject { /**/ } |
\int $multicurrency_total_ttc |
|
class Partnership extends CommonObject { /**/ } |
$last_main_doc |
abstract class CommonObject { /**/ } |
\string $last_main_doc |
|
class CTicketCategory extends CommonObject { /**/ } |
$last_main_doc |
abstract class CommonObject { /**/ } |
\string $last_main_doc |
|
class MyObject extends CommonObject { /**/ } |
$last_main_doc |
abstract class CommonObject { /**/ } |
\string $last_main_doc |
|
class Asset extends CommonObject { /**/ } |
$last_main_doc |
abstract class CommonObject { /**/ } |
\string $last_main_doc |
|
class AssetModel extends CommonObject { /**/ } |
$last_main_doc |
abstract class CommonObject { /**/ } |
\string $last_main_doc |
|
class RecruitmentJobPosition extends CommonObject { /**/ } |
$last_main_doc |
abstract class CommonObject { /**/ } |
\string $last_main_doc |
|
class Availabilities extends CommonObject { /**/ } |
$last_main_doc |
abstract class CommonObject { /**/ } |
\string $last_main_doc |
|
class ConferenceOrBoothAttendee extends CommonObject { /**/ } |
$last_main_doc |
abstract class CommonObject { /**/ } |
\string $last_main_doc |
|
class KnowledgeRecord extends CommonObject { /**/ } |
$last_main_doc |
abstract class CommonObject { /**/ } |
\string $last_main_doc |
|
class PaymentDonation extends CommonObject { /**/ } |
\int $fk_bank |
abstract class CommonObject { /**/ } |
$fk_bank |
|
class PaymentSocialContribution extends CommonObject { /**/ } |
\int $fk_bank |
abstract class CommonObject { /**/ } |
$fk_bank |
|
class Tva extends CommonObject { /**/ } |
\int $fk_bank |
abstract class CommonObject { /**/ } |
$fk_bank |
|
class PaymentVAT extends CommonObject { /**/ } |
\int $fk_bank |
abstract class CommonObject { /**/ } |
$fk_bank |
|
class PaymentVarious extends CommonObject { /**/ } |
\int $fk_bank |
abstract class CommonObject { /**/ } |
$fk_bank |
|
class Loan extends CommonObject { /**/ } |
\int $fk_bank |
abstract class CommonObject { /**/ } |
$fk_bank |
|
class Localtax extends CommonObject { /**/ } |
\int $fk_bank |
abstract class CommonObject { /**/ } |
$fk_bank |
|
class PaymentSalary extends CommonObject { /**/ } |
\int $fk_bank |
abstract class CommonObject { /**/ } |
$fk_bank |
|
class Salary extends CommonObject { /**/ } |
\int $fk_bank |
abstract class CommonObject { /**/ } |
$fk_bank |
|
class PaymentExpenseReport extends CommonObject { /**/ } |
\int $fk_bank |
abstract class CommonObject { /**/ } |
$fk_bank |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
\string $note_public |
abstract class CommonObject { /**/ } |
$note_public |
|
class AdherentType extends CommonObject { /**/ } |
\string $note_public |
abstract class CommonObject { /**/ } |
$note_public |
|
class Societe extends CommonObject { /**/ } |
\string $note_public |
abstract class CommonObject { /**/ } |
$note_public |
|
class Societe extends CommonObject { /**/ } |
\string $note_private |
abstract class CommonObject { /**/ } |
$note_private |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
\string $note_private |
abstract class CommonObject { /**/ } |
$note_private |
|
class UserGroup extends CommonObject { /**/ } |
\string $note |
abstract class CommonObject { /**/ } |
$note |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$total_ht |
abstract class CommonObject { /**/ } |
\int $total_ht |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
\int|\int $total_ht |
abstract class CommonObject { /**/ } |
\int $total_ht |
|
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$total_ht |
abstract class CommonObject { /**/ } |
\int $total_ht |
|
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$total_ht |
abstract class CommonObject { /**/ } |
\int $total_ht |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
$total_ht |
abstract class CommonObject { /**/ } |
\int $total_ht |
|
class Facture extends CommonInvoice { /**/ } |
$total_ht |
abstract class CommonObject { /**/ } |
\int $total_ht |
|
class DiscountAbsolute extends CommonObject { /**/ } |
$total_ht |
abstract class CommonObject { /**/ } |
\int $total_ht |
|
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$total_ht |
abstract class CommonObject { /**/ } |
\int $total_ht |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
$total_ht |
abstract class CommonObject { /**/ } |
\int $total_ht |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$total_ht |
abstract class CommonObject { /**/ } |
\int $total_ht |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$total_tva |
abstract class CommonObject { /**/ } |
\int $total_tva |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
\int|\int $total_tva |
abstract class CommonObject { /**/ } |
\int $total_tva |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
$total_tva |
abstract class CommonObject { /**/ } |
\int $total_tva |
|
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$total_tva |
abstract class CommonObject { /**/ } |
\int $total_tva |
|
class Facture extends CommonInvoice { /**/ } |
$total_tva |
abstract class CommonObject { /**/ } |
\int $total_tva |
|
class DiscountAbsolute extends CommonObject { /**/ } |
$total_tva |
abstract class CommonObject { /**/ } |
\int $total_tva |
|
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$total_tva |
abstract class CommonObject { /**/ } |
\int $total_tva |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
$total_tva |
abstract class CommonObject { /**/ } |
\int $total_tva |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$total_tva |
abstract class CommonObject { /**/ } |
\int $total_tva |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$total_localtax1 |
abstract class CommonObject { /**/ } |
\int $total_localtax1 |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
$total_localtax1 |
abstract class CommonObject { /**/ } |
\int $total_localtax1 |
|
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$total_localtax1 |
abstract class CommonObject { /**/ } |
\int $total_localtax1 |
|
class ContratLigne extends CommonObjectLine { /**/ } |
$total_localtax1 |
abstract class CommonObject { /**/ } |
\int $total_localtax1 |
|
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$total_localtax1 |
abstract class CommonObject { /**/ } |
\int $total_localtax1 |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int|\int $total_localtax1 |
abstract class CommonObject { /**/ } |
\int $total_localtax1 |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
\int|\int $total_localtax1 |
abstract class CommonObject { /**/ } |
\int $total_localtax1 |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$total_localtax2 |
abstract class CommonObject { /**/ } |
\int $total_localtax2 |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
$total_localtax2 |
abstract class CommonObject { /**/ } |
\int $total_localtax2 |
|
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$total_localtax2 |
abstract class CommonObject { /**/ } |
\int $total_localtax2 |
|
class ContratLigne extends CommonObjectLine { /**/ } |
$total_localtax2 |
abstract class CommonObject { /**/ } |
\int $total_localtax2 |
|
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$total_localtax2 |
abstract class CommonObject { /**/ } |
\int $total_localtax2 |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int|\int $total_localtax2 |
abstract class CommonObject { /**/ } |
\int $total_localtax2 |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
\int|\int $total_localtax2 |
abstract class CommonObject { /**/ } |
\int $total_localtax2 |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
$total_ttc |
abstract class CommonObject { /**/ } |
\int $total_ttc |
|
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
$total_ttc |
abstract class CommonObject { /**/ } |
\int $total_ttc |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
$total_ttc |
abstract class CommonObject { /**/ } |
\int $total_ttc |
|
class ExpeditionLigne extends CommonObjectLine { /**/ } |
$total_ttc |
abstract class CommonObject { /**/ } |
\int $total_ttc |
|
class Facture extends CommonInvoice { /**/ } |
$total_ttc |
abstract class CommonObject { /**/ } |
\int $total_ttc |
|
class DiscountAbsolute extends CommonObject { /**/ } |
$total_ttc |
abstract class CommonObject { /**/ } |
\int $total_ttc |
|
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$total_ttc |
abstract class CommonObject { /**/ } |
\int $total_ttc |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
$total_ttc |
abstract class CommonObject { /**/ } |
\int $total_ttc |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
$total_ttc |
abstract class CommonObject { /**/ } |
\int $total_ttc |
|
class Reception extends CommonObject { /**/ } |
\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class SupplierProposal extends CommonObject { /**/ } |
\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class StockTransfer extends CommonObject { /**/ } |
\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Propalmergepdfproduct extends CommonObject { /**/ } |
\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class ProductCustomerPrice extends CommonObject { /**/ } |
\array|\array|\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Inventory extends CommonObject { /**/ } |
\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Propal extends CommonObject { /**/ } |
\array|\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class ExpenseReport extends CommonObject { /**/ } |
\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Mo extends CommonObject { /**/ } |
\array|\array|\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Contrat extends CommonObject { /**/ } |
\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Cronjob extends CommonObject { /**/ } |
\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Fichinter extends CommonObject { /**/ } |
\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Delivery extends CommonObject { /**/ } |
\array|\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Ticket extends CommonObject { /**/ } |
\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Commande extends CommonOrder { /**/ } |
\array|\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Evaluation extends CommonObject { /**/ } |
\array|\array|\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class FactureFournisseurRec extends CommonInvoice { /**/ } |
\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class FactureFournisseur extends CommonInvoice { /**/ } |
\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class BookKeeping extends CommonObject { /**/ } |
\array|\array|\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\array|\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Expedition extends CommonObject { /**/ } |
\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class BOM extends CommonObject { /**/ } |
\array|\array|\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class LoanSchedule extends CommonObject { /**/ } |
\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class Facture extends CommonInvoice { /**/ } |
\array|\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class ProductAttribute extends CommonObject { /**/ } |
\array|\array $lines |
abstract class CommonObject { /**/ } |
$lines |
|
class ExpenseReportLine extends CommonObjectLine { /**/ } |
$comments |
abstract class CommonObject { /**/ } |
\array $comments |
|
class Comment extends CommonObject { /**/ } |
\array|\array $comments |
abstract class CommonObject { /**/ } |
\array $comments |
|
class Societe extends CommonObject { /**/ } |
\string $name |
abstract class CommonObject { /**/ } |
$name |
|
class UserGroup extends CommonObject { /**/ } |
\string $name |
abstract class CommonObject { /**/ } |
$name |
|
class Adherent extends CommonObject { /**/ } |
\string $civility_id |
abstract class CommonObject { /**/ } |
$civility_id |
|
class CommandeFournisseur extends CommonOrder { /**/ } |
\int $date_creation |
abstract class CommonObject { /**/ } |
$date_creation |
|
class PaymentSocialContribution extends CommonObject { /**/ } |
\int $fk_user_creat |
abstract class CommonObject { /**/ } |
$fk_user_creat |
|
class Tva extends CommonObject { /**/ } |
\int $fk_user_creat |
abstract class CommonObject { /**/ } |
$fk_user_creat |
|
class PaymentVAT extends CommonObject { /**/ } |
\int $fk_user_creat |
abstract class CommonObject { /**/ } |
$fk_user_creat |
|
class PaymentExpenseReport extends CommonObject { /**/ } |
\int $fk_user_creat |
abstract class CommonObject { /**/ } |
$fk_user_creat |
|
class Productlot extends CommonObject { /**/ } |
\int $fk_user_creat |
abstract class CommonObject { /**/ } |
$fk_user_creat |
|
class Productlot extends CommonObject { /**/ } |
\int $fk_user_modif |
abstract class CommonObject { /**/ } |
$fk_user_modif |
|
class PaymentSocialContribution extends CommonObject { /**/ } |
\int $fk_user_modif |
abstract class CommonObject { /**/ } |
$fk_user_modif |
|
class Tva extends CommonObject { /**/ } |
\int $fk_user_modif |
abstract class CommonObject { /**/ } |
$fk_user_modif |
|
class PaymentVAT extends CommonObject { /**/ } |
\int $fk_user_modif |
abstract class CommonObject { /**/ } |
$fk_user_modif |
|
class PaymentVarious extends CommonObject { /**/ } |
\int $fk_user_modif |
abstract class CommonObject { /**/ } |
$fk_user_modif |
|
class Salary extends CommonObject { /**/ } |
\int $fk_user_modif |
abstract class CommonObject { /**/ } |
$fk_user_modif |
|
class PaymentSalary extends CommonObject { /**/ } |
\int $fk_user_modif |
abstract class CommonObject { /**/ } |
$fk_user_modif |
|
class PaymentExpenseReport extends CommonObject { /**/ } |
\int $fk_user_modif |
abstract class CommonObject { /**/ } |
$fk_user_modif |
|
class Fournisseur extends Societe { /**/ } |
\string $next_prev_filter |
abstract class CommonObject { /**/ } |
$next_prev_filter |
|
class Client extends Societe { /**/ } |
\string $next_prev_filter |
abstract class CommonObject { /**/ } |
$next_prev_filter |
|
class ProductFournisseur extends Product { /**/ } |
$labelStatus |
abstract class CommonObject { /**/ } |
\array $labelStatus |
|
class ProductFournisseur extends Product { /**/ } |
$labelStatusShort |
abstract class CommonObject { /**/ } |
\array $labelStatusShort |
|
class Mo extends CommonObject { /**/ } |
\array $tpl |
abstract class CommonObject { /**/ } |
$tpl |
|
class Product extends CommonObject { /**/ } |
\int $nbphoto |
abstract class CommonObject { /**/ } |
\int|\int $nbphoto |
|
class ActionComm extends CommonObject { /**/ } |
$extraparams |
abstract class CommonObject { /**/ } |
\array $extraparams |
|
class EcmFiles extends CommonObject { /**/ } |
\string $extraparams |
abstract class CommonObject { /**/ } |
\array $extraparams |
|
class Mo extends CommonObject { /**/ } |
$product |
abstract class CommonObject { /**/ } |
\product $product |
|
abstract class CommonObjectLine extends CommonObject { /**/ } |
$product |
abstract class CommonObject { /**/ } |
\product $product |
|
class Contrat extends CommonObject { /**/ } |
$product |
abstract class CommonObject { /**/ } |
\product $product |
|
class BOM extends CommonObject { /**/ } |
$product |
abstract class CommonObject { /**/ } |
\product $product |
|
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
\int $id |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$id |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
\int $product_type |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$product_type |
|
abstract class CommonOrderLine extends CommonObjectLine { /**/ } |
\int $product_type |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$product_type |
|
class ExpeditionLigne extends CommonObjectLine { /**/ } |
\int $product_type |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$product_type |
|
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
\int $fk_product |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$fk_product |
|
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
\int $qty |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$qty |
|
class ExpeditionLigne extends CommonObjectLine { /**/ } |
\int $qty |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$qty |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int $qty |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$qty |
|
class ReceptionLineBatch extends CommonObjectLine { /**/ } |
\string $qty |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$qty |
|
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
\int|\int $remise_percent |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$remise_percent |
|
class FactureLigne extends CommonInvoiceLine { /**/ } |
\int|\int $remise_percent |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$remise_percent |
|
class ContratLigne extends CommonObjectLine { /**/ } |
\int $remise_percent |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$remise_percent |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int|\int $remise_percent |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$remise_percent |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
\int|\int $remise_percent |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$remise_percent |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
\int|\int|\int $info_bits |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$info_bits |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int|\int|\int $info_bits |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$info_bits |
|
abstract class CommonOrderLine extends CommonObjectLine { /**/ } |
\int $info_bits |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$info_bits |
|
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
\int $info_bits |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$info_bits |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
\int $info_bits |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$info_bits |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
\int|\int $special_code |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$special_code |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int|\int $special_code |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$special_code |
|
class CommandeFournisseurLigne extends CommonOrderLine { /**/ } |
\int|\int $special_code |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$special_code |
|
abstract class CommonOrderLine extends CommonObjectLine { /**/ } |
\int $special_code |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$special_code |
|
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
\int $special_code |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$special_code |
|
abstract class CommonInvoiceLine extends CommonObjectLine { /**/ } |
\int $special_code |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$special_code |
|
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
\int $subprice |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$subprice |
|
class ContratLigne extends CommonObjectLine { /**/ } |
\string $subprice |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$subprice |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int $subprice |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$subprice |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
\int|\int $subprice |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$subprice |
|
class SupplierInvoiceLine extends CommonObjectLine { /**/ } |
\int|\int $tva_tx |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$tva_tx |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int|\int $tva_tx |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$tva_tx |
|
class SupplierProposalLine extends CommonObjectLine { /**/ } |
\int|\int $tva_tx |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$tva_tx |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int $multicurrency_subprice |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$multicurrency_subprice |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int $multicurrency_total_ht |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$multicurrency_total_ht |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int $multicurrency_total_tva |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$multicurrency_total_tva |
|
class PropaleLigne extends CommonObjectLine { /**/ } |
\int $multicurrency_total_ttc |
abstract class CommonObjectLine extends CommonObject { /**/ } |
$multicurrency_total_ttc |
|
class mod_ticket_universal extends ModeleNumRefTicket { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_ticket_simple extends ModeleNumRefTicket { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_delivery_jade extends ModeleNumRefDeliveryOrder { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_delivery_saphir extends ModeleNumRefDeliveryOrder { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_facture_fournisseur_cactus extends ModeleNumRefSuppliersInvoices { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_stocktransfer_advanced extends ModeleNumRefStockTransfer { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_stocktransfer_standard extends ModeleNumRefStockTransfer { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_recruitmentcandidature_standard extends ModeleNumRefRecruitmentCandidature { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_recruitmentjobposition_advanced extends ModeleNumRefRecruitmentJobPosition { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_recruitmentjobposition_standard extends ModeleNumRefRecruitmentJobPosition { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_recruitmentcandidature_advanced extends ModeleNumRefRecruitmentCandidature { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_commande_fournisseur_muguet extends ModeleNumRefSuppliersOrders { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_barcode_product_standard extends ModeleNumRefBarCode { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_barcode_thirdparty_standard extends ModeleNumRefBarCode { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_workstation_standard extends ModeleNumRefWorkstation { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_workstation_advanced extends ModeleNumRefWorkstation { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_expedition_safor extends ModelNumRefExpedition { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_expedition_ribera extends ModelNumRefExpedition { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_bom_standard extends ModeleNumRefBoms { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_bom_advanced extends ModeleNumRefBoms { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_sn_standard extends ModeleNumRefBatch { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_supplier_payment_bronan extends ModeleNumRefSupplierPayments { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_sn_advanced extends ModeleNumRefBatch { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_lot_standard extends ModeleNumRefBatch { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_lot_free extends ModeleNumRefBatch { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_lot_advanced extends ModeleNumRefBatch { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_sn_free extends ModeleNumRefBatch { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_contract_serpis extends ModelNumRefContracts { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_contract_magre extends ModelNumRefContracts { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_contract_olive extends ModelNumRefContracts { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_holiday_madonna extends ModelNumRefHolidays { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_holiday_immaculate extends ModelNumRefHolidays { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_commande_saphir extends ModeleNumRefCommandes { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_commande_marbre extends ModeleNumRefCommandes { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_asset_standard extends ModeleNumRefAsset { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_asset_advanced extends ModeleNumRefAsset { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_arctic extends ModeleNumRefFicheinter { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_pacific extends ModeleNumRefFicheinter { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_evaluation_standard extends ModeleNumRefEvaluation { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_evaluation_advanced extends ModeleNumRefEvaluation { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_partnership_standard extends ModeleNumRefPartnership { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_partnership_advanced extends ModeleNumRefPartnership { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_task_simple extends ModeleNumRefTask { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_project_simple extends ModeleNumRefProjects { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_task_universal extends ModeleNumRefTask { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_project_universal extends ModeleNumRefProjects { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_reception_beryl extends ModelNumRefReception { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_reception_moonstone extends ModelNumRefReception { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_supplier_proposal_marbre extends ModeleNumRefSupplierProposal { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_codeproduct_elephant extends ModeleProductCode { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_codeproduct_leopard extends ModeleProductCode { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_codecompta_aquarium extends ModeleAccountancyCode { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_codeclient_monkey extends ModeleThirdPartyCode { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_codeclient_leopard extends ModeleThirdPartyCode { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_codecompta_panicum extends ModeleAccountancyCode { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_codeclient_elephant extends ModeleThirdPartyCode { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_codecompta_digitaria extends ModeleAccountancyCode { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_expensereport_jade extends ModeleNumRefExpenseReport { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_expensereport_sand extends ModeleNumRefExpenseReport { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_takepos_ref_simple extends ModeleNumRefTakepos { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_takepos_ref_universal extends ModeleNumRefTakepos { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_member_advanced extends ModeleNumRefMembers { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_member_simple extends ModeleNumRefMembers { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_payment_cicada extends ModeleNumRefPayments { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_payment_ant extends ModeleNumRefPayments { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_mo_standard extends ModeleNumRefMos { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_mo_advanced extends ModeleNumRefMos { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_chequereceipt_mint extends ModeleNumRefChequeReceipts { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_propale_marbre extends ModeleNumRefPropales { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_propale_saphir extends ModeleNumRefPropales { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_facture_mars extends ModeleNumRefFactures { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_facture_terre extends ModeleNumRefFactures { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_facture_mercure extends ModeleNumRefFactures { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_myobject_advanced extends ModeleNumRefMyObject { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_myobject_standard extends ModeleNumRefMyObject { /**/ } |
\string $version |
abstract class CommonNumRefGenerator { /**/ } |
\string|\string|\string|\string $version |
|
class mod_ticket_universal extends ModeleNumRefTicket { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_delivery_saphir extends ModeleNumRefDeliveryOrder { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_stocktransfer_advanced extends ModeleNumRefStockTransfer { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_recruitmentjobposition_advanced extends ModeleNumRefRecruitmentJobPosition { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_recruitmentcandidature_advanced extends ModeleNumRefRecruitmentCandidature { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_workstation_advanced extends ModeleNumRefWorkstation { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_expedition_ribera extends ModelNumRefExpedition { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_bom_advanced extends ModeleNumRefBoms { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_supplier_payment_brodator extends ModeleNumRefSupplierPayments { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_sn_advanced extends ModeleNumRefBatch { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_arctic extends ModeleNumRefFicheinter { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_evaluation_advanced extends ModeleNumRefEvaluation { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_partnership_advanced extends ModeleNumRefPartnership { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_task_universal extends ModeleNumRefTask { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_project_universal extends ModeleNumRefProjects { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_reception_moonstone extends ModelNumRefReception { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_supplier_proposal_saphir extends ModeleNumRefSupplierProposal { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_expensereport_jade extends ModeleNumRefExpenseReport { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_expensereport_sand extends ModeleNumRefExpenseReport { /**/ } |
\string|\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_takepos_ref_universal extends ModeleNumRefTakepos { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_payment_ant extends ModeleNumRefPayments { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_mo_advanced extends ModeleNumRefMos { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_chequereceipt_thyme extends ModeleNumRefChequeReceipts { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_propale_saphir extends ModeleNumRefPropales { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_facture_mercure extends ModeleNumRefFactures { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_myobject_advanced extends ModeleNumRefMyObject { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_asset_advanced extends ModeleNumRefAsset { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_commande_saphir extends ModeleNumRefCommandes { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_contract_magre extends ModelNumRefContracts { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_lot_advanced extends ModeleNumRefBatch { /**/ } |
\string|\string $error |
abstract class CommonNumRefGenerator { /**/ } |
\string $error |
|
class mod_barcode_thirdparty_standard extends ModeleNumRefBarCode { /**/ } |
\int $code_null |
abstract class CommonNumRefGenerator { /**/ } |
$code_null |
|
class mod_barcode_thirdparty_standard extends ModeleNumRefBarCode { /**/ } |
\int $code_modifiable |
abstract class CommonNumRefGenerator { /**/ } |
$code_modifiable |
|
class mod_barcode_thirdparty_standard extends ModeleNumRefBarCode { /**/ } |
\int $code_modifiable_invalide |
abstract class CommonNumRefGenerator { /**/ } |
$code_modifiable_invalide |
|
class mod_barcode_thirdparty_standard extends ModeleNumRefBarCode { /**/ } |
\int $code_modifiable_null |
abstract class CommonNumRefGenerator { /**/ } |
$code_modifiable_null |
|
class mod_barcode_thirdparty_standard extends ModeleNumRefBarCode { /**/ } |
\int $prefixIsRequired |
abstract class CommonNumRefGenerator { /**/ } |
$prefixIsRequired |
|
class pdf_eagle extends ModelePDFStockTransfer { /**/ } |
$name |
abstract class CommonDocGenerator { /**/ } |
\string $name |
|
class pdf_eagle_proforma extends ModelePDFCommandes { /**/ } |
$name |
abstract class CommonDocGenerator { /**/ } |
\string $name |
|
abstract class ModelePDFStock extends CommonDocGenerator { /**/ } |
$name |
abstract class CommonDocGenerator { /**/ } |
\string $name |
|
class pdf_standard extends ModelePDFEvaluation { /**/ } |
\string|\string|\string|\string|\string|\string|\string $name |
abstract class CommonDocGenerator { /**/ } |
\string $name |
|
class pdf_standard extends ModelePDFProduct { /**/ } |
\string|\string|\string|\string|\string|\string|\string $name |
abstract class CommonDocGenerator { /**/ } |
\string $name |
|
class pdf_standard extends ModeleExpenseReport { /**/ } |
\string|\string|\string|\string|\string|\string|\string $name |
abstract class CommonDocGenerator { /**/ } |
\string $name |
|
class pdf_standard extends ModelePDFSuppliersPayments { /**/ } |
\string|\string|\string|\string|\string|\string|\string $name |
abstract class CommonDocGenerator { /**/ } |
\string $name |
|
class ExportExcel2007 extends ModeleExports { /**/ } |
\string|\string $version |
abstract class CommonDocGenerator { /**/ } |
\string $version |
|
class ExportTsv extends ModeleExports { /**/ } |
\string|\string $version |
abstract class CommonDocGenerator { /**/ } |
\string $version |
|
class pdf_merou extends ModelePdfExpedition { /**/ } |
\dolidb $db |
abstract class CommonDocGenerator { /**/ } |
$db |
|
class pdf_rouget extends ModelePdfExpedition { /**/ } |
\dolidb $db |
abstract class CommonDocGenerator { /**/ } |
$db |
|
class pdf_espadon extends ModelePdfExpedition { /**/ } |
\dolidb $db |
abstract class CommonDocGenerator { /**/ } |
$db |
|
class pdf_einstein extends ModelePDFCommandes { /**/ } |
\dolidb $db |
abstract class CommonDocGenerator { /**/ } |
$db |
|
class pdf_eratosthene extends ModelePDFCommandes { /**/ } |
\dolidb $db |
abstract class CommonDocGenerator { /**/ } |
$db |
|
class pdf_storm extends ModelePDFDeliveryOrder { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_typhon extends ModelePDFDeliveryOrder { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_canelle extends ModelePDFSuppliersInvoices { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_eagle_proforma extends ModelePDFCommandes { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_soleil extends ModelePDFFicheinter { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_muscadet extends ModelePDFSuppliersOrders { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_cornas extends ModelePDFSuppliersOrders { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_merou extends ModelePdfExpedition { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_rouget extends ModelePdfExpedition { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_espadon extends ModelePdfExpedition { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_standard extends ModelePDFSuppliersPayments { /**/ } |
\int|\int|\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_strato extends ModelePDFContract { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_einstein extends ModelePDFCommandes { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_standard_asset extends ModelePDFAsset { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_standard_myobject extends ModelePDFMyObject { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_eratosthene extends ModelePDFCommandes { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_crabe extends ModelePDFFactures { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_sponge extends ModelePDFFactures { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_cyan extends ModelePDFPropales { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_azur extends ModelePDFPropales { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_vinci extends ModelePDFMo { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_standard extends ModeleExpenseReport { /**/ } |
\int|\int|\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_aurore extends ModelePDFSupplierProposal { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_zenith extends ModelePDFSupplierProposal { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_timespent extends ModelePDFProjects { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_beluga extends ModelePDFProjects { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_baleine extends ModelePDFProjects { /**/ } |
\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_standard extends ModelePDFEvaluation { /**/ } |
\int|\int|\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_standard extends ModelePDFMovement { /**/ } |
\int|\int|\int $update_main_doc_field |
abstract class CommonDocGenerator { /**/ } |
$update_main_doc_field |
|
class pdf_rouget extends ModelePdfExpedition { /**/ } |
\string $description |
abstract class CommonDocGenerator { /**/ } |
$description |
|
class pdf_storm extends ModelePDFDeliveryOrder { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_typhon extends ModelePDFDeliveryOrder { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_canelle extends ModelePDFSuppliersInvoices { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_eagle extends ModelePDFStockTransfer { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_eagle_proforma extends ModelePDFCommandes { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_soleil extends ModelePDFFicheinter { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_muscadet extends ModelePDFSuppliersOrders { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_cornas extends ModelePDFSuppliersOrders { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_merou extends ModelePdfExpedition { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_rouget extends ModelePdfExpedition { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_standard extends ModelePDFEvaluation { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_beluga extends ModelePDFProjects { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_baleine extends ModelePDFProjects { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_timespent extends ModelePDFProjects { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_zenith extends ModelePDFSupplierProposal { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_aurore extends ModelePDFSupplierProposal { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_standard extends ModelePDFProduct { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_standard extends ModeleExpenseReport { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_vinci extends ModelePDFMo { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_azur extends ModelePDFPropales { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_cyan extends ModelePDFPropales { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_sponge extends ModelePDFFactures { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_crabe extends ModelePDFFactures { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_eratosthene extends ModelePDFCommandes { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_standard_myobject extends ModelePDFMyObject { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_standard_asset extends ModelePDFAsset { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_einstein extends ModelePDFCommandes { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_strato extends ModelePDFContract { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_standard extends ModelePDFSuppliersPayments { /**/ } |
\string|\string|\string|\string|\string|\string|\string|\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_espadon extends ModelePdfExpedition { /**/ } |
\string $type |
abstract class CommonDocGenerator { /**/ } |
$type |
|
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
\int $tabTitleHeight |
abstract class CommonDocGenerator { /**/ } |
$tabTitleHeight |
|
class pdf_standard extends ModelePDFStock { /**/ } |
\int $tabTitleHeight |
abstract class CommonDocGenerator { /**/ } |
$tabTitleHeight |
|
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
\array|\array $defaultTitlesFieldsStyle |
abstract class CommonDocGenerator { /**/ } |
\array $defaultTitlesFieldsStyle |
|
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
\array|\array $defaultContentsFieldsStyle |
abstract class CommonDocGenerator { /**/ } |
\array $defaultContentsFieldsStyle |
|
class pdf_standard_recruitmentjobposition extends ModelePDFRecruitmentJobPosition { /**/ } |
\array $cols |
abstract class CommonDocGenerator { /**/ } |
$cols |
|
class pdf_standard extends ModelePDFStock { /**/ } |
\int $posxlabel |
abstract class CommonDocGenerator { /**/ } |
$posxlabel |
|
class pdf_standard extends ModelePDFMovement { /**/ } |
\int $posxlabel |
abstract class CommonDocGenerator { /**/ } |
$posxlabel |
|
class pdf_standard extends ModelePDFStock { /**/ } |
\int|\int|\int $posxup |
abstract class CommonDocGenerator { /**/ } |
$posxup |
|
class pdf_standard extends ModeleExpenseReport { /**/ } |
\int|\int|\int $posxup |
abstract class CommonDocGenerator { /**/ } |
$posxup |
|
class pdf_standard extends ModelePDFMovement { /**/ } |
\int|\int|\int $posxup |
abstract class CommonDocGenerator { /**/ } |
$posxup |
|
class pdf_standard extends ModelePDFStock { /**/ } |
\int $posxdesc |
abstract class CommonDocGenerator { /**/ } |
$posxdesc |
|
class pdf_standard extends ModelePDFMovement { /**/ } |
\int $posxdesc |
abstract class CommonDocGenerator { /**/ } |
$posxdesc |
|
class pdf_standard extends ModelePDFStock { /**/ } |
\int|\int|\int $posxqty |
abstract class CommonDocGenerator { /**/ } |
$posxqty |
|
class pdf_standard extends ModeleExpenseReport { /**/ } |
\int|\int|\int $posxqty |
abstract class CommonDocGenerator { /**/ } |
$posxqty |
|
class pdf_standard extends ModelePDFMovement { /**/ } |
\int|\int|\int $posxqty |
abstract class CommonDocGenerator { /**/ } |
$posxqty |
|
class pdf_standard extends ModelePDFStock { /**/ } |
\int|\int|\int|\int $posxtva |
abstract class CommonDocGenerator { /**/ } |
$posxtva |
|
class pdf_standard extends ModelePDFSuppliersPayments { /**/ } |
\int|\int|\int|\int $posxtva |
abstract class CommonDocGenerator { /**/ } |
$posxtva |
|
class pdf_standard extends ModeleExpenseReport { /**/ } |
\int|\int|\int|\int $posxtva |
abstract class CommonDocGenerator { /**/ } |
$posxtva |
|
class pdf_standard extends ModelePDFMovement { /**/ } |
\int|\int|\int|\int $posxtva |
abstract class CommonDocGenerator { /**/ } |
$posxtva |
|
class pdf_standard extends ModelePDFSuppliersPayments { /**/ } |
\int $posxtotalht |
abstract class CommonDocGenerator { /**/ } |
$posxtotalht |
|
class pdf_standard extends ModelePDFStock { /**/ } |
\int|\int|\int $postotalht |
abstract class CommonDocGenerator { /**/ } |
$postotalht |
|
class pdf_standard extends ModeleExpenseReport { /**/ } |
\int|\int|\int $postotalht |
abstract class CommonDocGenerator { /**/ } |
$postotalht |
|
class pdf_standard extends ModelePDFEvaluation { /**/ } |
\int|\int|\int $postotalht |
abstract class CommonDocGenerator { /**/ } |
$postotalht |
|
class pdf_standard extends ModelePDFMovement { /**/ } |
\int|\int|\int $postotalht |
abstract class CommonDocGenerator { /**/ } |
$postotalht |
|
class pdf_standard extends ModelePDFStock { /**/ } |
\int|\int $posxunit |
abstract class CommonDocGenerator { /**/ } |
$posxunit |
|
class pdf_standard extends ModelePDFMovement { /**/ } |
\int|\int $posxunit |
abstract class CommonDocGenerator { /**/ } |
$posxunit |
|
class pdf_standard extends ModelePDFStock { /**/ } |
\int|\int $posxdiscount |
abstract class CommonDocGenerator { /**/ } |
$posxdiscount |
|
class pdf_standard extends ModelePDFMovement { /**/ } |
\int|\int $posxdiscount |
abstract class CommonDocGenerator { /**/ } |
$posxdiscount |
|
class pdf_crabe extends ModelePDFFactures { /**/ } |
\int|\int $posxprogress |
abstract class CommonDocGenerator { /**/ } |
$posxprogress |
|
abstract class ModelePDFSuppliersOrders extends CommonDocGenerator { /**/ } |
\int $atleastoneratenotnull |
abstract class CommonDocGenerator { /**/ } |
$atleastoneratenotnull |
|
abstract class ModelePDFCommandes extends CommonDocGenerator { /**/ } |
\int $atleastoneratenotnull |
abstract class CommonDocGenerator { /**/ } |
$atleastoneratenotnull |
|
abstract class ModelePDFFactures extends CommonDocGenerator { /**/ } |
\int $atleastoneratenotnull |
abstract class CommonDocGenerator { /**/ } |
$atleastoneratenotnull |
|
abstract class ModelePDFPropales extends CommonDocGenerator { /**/ } |
\int $atleastoneratenotnull |
abstract class CommonDocGenerator { /**/ } |
$atleastoneratenotnull |
|
abstract class ModelePDFSuppliersOrders extends CommonDocGenerator { /**/ } |
\int $atleastonediscount |
abstract class CommonDocGenerator { /**/ } |
$atleastonediscount |
|
abstract class ModelePDFCommandes extends CommonDocGenerator { /**/ } |
\int $atleastonediscount |
abstract class CommonDocGenerator { /**/ } |
$atleastonediscount |
|
abstract class ModelePDFFactures extends CommonDocGenerator { /**/ } |
\int $atleastonediscount |
abstract class CommonDocGenerator { /**/ } |
$atleastonediscount |
|
abstract class ModelePDFPropales extends CommonDocGenerator { /**/ } |
\int $atleastonediscount |
abstract class CommonDocGenerator { /**/ } |
$atleastonediscount |
|
class ProjectStats extends Stats { /**/ } |
\string $from |
abstract class Stats { /**/ } |
$from |
|
class ReceptionStats extends Stats { /**/ } |
\string $from |
abstract class Stats { /**/ } |
$from |
|
class AdherentStats extends Stats { /**/ } |
\string $from |
abstract class Stats { /**/ } |
$from |
|
class PropaleStats extends Stats { /**/ } |
\string|\string $from |
abstract class Stats { /**/ } |
$from |
|
class ExpenseReportStats extends Stats { /**/ } |
\string $from |
abstract class Stats { /**/ } |
$from |
|
class SalariesStats extends Stats { /**/ } |
\string $from |
abstract class Stats { /**/ } |
$from |
|
class DeplacementStats extends Stats { /**/ } |
\string $from |
abstract class Stats { /**/ } |
$from |
|
class FactureStats extends Stats { /**/ } |
\string|\string $from |
abstract class Stats { /**/ } |
$from |
|
class ExpeditionStats extends Stats { /**/ } |
\string $from |
abstract class Stats { /**/ } |
$from |
|
class CommandeStats extends Stats { /**/ } |
\string|\string $from |
abstract class Stats { /**/ } |
$from |
|
class FichinterStats extends Stats { /**/ } |
\string $from |
abstract class Stats { /**/ } |
$from |
|
class DonationStats extends Stats { /**/ } |
\string $from |
abstract class Stats { /**/ } |
$from |
|
class TicketStats extends Stats { /**/ } |
\string $from |
abstract class Stats { /**/ } |
$from |
|
class ProjectStats extends Stats { /**/ } |
\string $where |
abstract class Stats { /**/ } |
$where |
|
class SalariesStats extends Stats { /**/ } |
\string $where |
abstract class Stats { /**/ } |
$where |
|
class DeplacementStats extends Stats { /**/ } |
\string $where |
abstract class Stats { /**/ } |
$where |
|
class FactureStats extends Stats { /**/ } |
\string $where |
abstract class Stats { /**/ } |
$where |
|
class DonationStats extends Stats { /**/ } |
\string|\string|\string $where |
abstract class Stats { /**/ } |
$where |
|
class TicketStats extends Stats { /**/ } |
\string $where |
abstract class Stats { /**/ } |
$where |
|
class CommandeStats extends Stats { /**/ } |
\string|\string $from_line |
abstract class Stats { /**/ } |
$from_line |
|
class ProjectStats extends Stats { /**/ } |
\string $field |
abstract class Stats { /**/ } |
$field |
|
class ReceptionStats extends Stats { /**/ } |
\string $field |
abstract class Stats { /**/ } |
$field |
|
class AdherentStats extends Stats { /**/ } |
\string $field |
abstract class Stats { /**/ } |
$field |
|
class PropaleStats extends Stats { /**/ } |
\string|\string $field |
abstract class Stats { /**/ } |
$field |
|
class ExpenseReportStats extends Stats { /**/ } |
\string $field |
abstract class Stats { /**/ } |
$field |
|
class SalariesStats extends Stats { /**/ } |
\string $field |
abstract class Stats { /**/ } |
$field |
|
class DeplacementStats extends Stats { /**/ } |
\string $field |
abstract class Stats { /**/ } |
$field |
|
class FactureStats extends Stats { /**/ } |
\string|\string $field |
abstract class Stats { /**/ } |
$field |
|
class ExpeditionStats extends Stats { /**/ } |
\string $field |
abstract class Stats { /**/ } |
$field |
|
class CommandeStats extends Stats { /**/ } |
\string|\string $field |
abstract class Stats { /**/ } |
$field |
|
class FichinterStats extends Stats { /**/ } |
\string $field |
abstract class Stats { /**/ } |
$field |
|
class DonationStats extends Stats { /**/ } |
\string $field |
abstract class Stats { /**/ } |
$field |
|
class TicketStats extends Stats { /**/ } |
\string $field |
abstract class Stats { /**/ } |
$field |
|
class CommandeStats extends Stats { /**/ } |
\string|\string $field_line |
abstract class Stats { /**/ } |
$field_line |
|
class CGenericDic extends CommonDict { /**/ } |
\string $code |
abstract class CommonDict { /**/ } |
$code |
|
class CGenericDic extends CommonDict { /**/ } |
\string $label |
abstract class CommonDict { /**/ } |
$label |
|
class Cpaiement extends CommonDict { /**/ } |
\int $active |
abstract class CommonDict { /**/ } |
$active |
|
class CGenericDic extends CommonDict { /**/ } |
\int $active |
abstract class CommonDict { /**/ } |
$active |
|
class DoliDBSqlite3 extends DoliDB { /**/ } |
\string $type |
abstract class DoliDB implements Database { /**/ } |
$type |
|
class DoliDBMysqli extends DoliDB { /**/ } |
\string $type |
abstract class DoliDB implements Database { /**/ } |
$type |
|
class DoliDBPgsql extends DoliDB { /**/ } |
\string $type |
abstract class DoliDB implements Database { /**/ } |
$type |
|
class mailing_thirdparties_services_expired extends MailingTargets { /**/ } |
\string $enabled |
class MailingTargets { /**/ } |
$enabled |
|
class mailing_partnership extends MailingTargets { /**/ } |
\string $enabled |
class MailingTargets { /**/ } |
$enabled |
|
class mailing_contacts1 extends MailingTargets { /**/ } |
\string $enabled |
class MailingTargets { /**/ } |
$enabled |
|
class mailing_thirdparties extends MailingTargets { /**/ } |
\string $enabled |
class MailingTargets { /**/ } |
$enabled |
|
class mailing_fraise extends MailingTargets { /**/ } |
\string $enabled |
class MailingTargets { /**/ } |
$enabled |
|
class mailing_eventorganization extends MailingTargets { /**/ } |
\string $enabled |
class MailingTargets { /**/ } |
$enabled |
|
class mailing_advthirdparties extends MailingTargets { /**/ } |
\string $enabled |
class MailingTargets { /**/ } |
$enabled |
|
class mailing_mailing_mymodule_selector1 extends MailingTargets { /**/ } |
\string $enabled |
class MailingTargets { /**/ } |
$enabled |
|
class mailing_thirdparties_services_expired extends MailingTargets { /**/ } |
\string $name |
class MailingTargets { /**/ } |
$name |
|
class mailing_pomme extends MailingTargets { /**/ } |
\string $name |
class MailingTargets { /**/ } |
$name |
|
class mailing_partnership extends MailingTargets { /**/ } |
\string $name |
class MailingTargets { /**/ } |
$name |
|
class mailing_contacts1 extends MailingTargets { /**/ } |
\string $name |
class MailingTargets { /**/ } |
$name |
|
class mailing_fraise extends MailingTargets { /**/ } |
\string $name |
class MailingTargets { /**/ } |
$name |
|
class mailing_thirdparties extends MailingTargets { /**/ } |
\string $name |
class MailingTargets { /**/ } |
$name |
|
class mailing_xinputuser extends MailingTargets { /**/ } |
\string $name |
class MailingTargets { /**/ } |
$name |
|
class mailing_eventorganization extends MailingTargets { /**/ } |
\string $name |
class MailingTargets { /**/ } |
$name |
|
class mailing_xinputfile extends MailingTargets { /**/ } |
\string $name |
class MailingTargets { /**/ } |
$name |
|
class mailing_advthirdparties extends MailingTargets { /**/ } |
\string $name |
class MailingTargets { /**/ } |
$name |
|
class mailing_mailing_mymodule_selector1 extends MailingTargets { /**/ } |
\string $name |
class MailingTargets { /**/ } |
$name |
|
class mailing_thirdparties_services_expired extends MailingTargets { /**/ } |
\string $desc |
class MailingTargets { /**/ } |
$desc |
|
class mailing_pomme extends MailingTargets { /**/ } |
\string $desc |
class MailingTargets { /**/ } |
$desc |
|
class mailing_partnership extends MailingTargets { /**/ } |
\string $desc |
class MailingTargets { /**/ } |
$desc |
|
class mailing_contacts1 extends MailingTargets { /**/ } |
\string $desc |
class MailingTargets { /**/ } |
$desc |
|
class mailing_fraise extends MailingTargets { /**/ } |
\string $desc |
class MailingTargets { /**/ } |
$desc |
|
class mailing_thirdparties extends MailingTargets { /**/ } |
\string $desc |
class MailingTargets { /**/ } |
$desc |
|
class mailing_xinputuser extends MailingTargets { /**/ } |
\string $desc |
class MailingTargets { /**/ } |
$desc |
|
class mailing_eventorganization extends MailingTargets { /**/ } |
\string $desc |
class MailingTargets { /**/ } |
$desc |
|
class mailing_xinputfile extends MailingTargets { /**/ } |
\string $desc |
class MailingTargets { /**/ } |
$desc |
|
class mailing_advthirdparties extends MailingTargets { /**/ } |
\string $desc |
class MailingTargets { /**/ } |
$desc |
|
class mailing_mailing_mymodule_selector1 extends MailingTargets { /**/ } |
\string $desc |
class MailingTargets { /**/ } |
$desc |
|
class mod_syslog_syslog extends LogHandler { /**/ } |
\string $code |
abstract class LogHandler { /**/ } |
$code |
|
class mod_syslog_file extends LogHandler { /**/ } |
\string $code |
abstract class LogHandler { /**/ } |
$code |
|
class printing_printgcp extends PrintingDriver { /**/ } |
\string|\string $error |
class PrintingDriver { /**/ } |
\string $error |
|
class printing_printipp extends PrintingDriver { /**/ } |
\string $name |
class PrintingDriver { /**/ } |
$name |
|
class printing_printgcp extends PrintingDriver { /**/ } |
\string $name |
class PrintingDriver { /**/ } |
$name |
|
class printing_printipp extends PrintingDriver { /**/ } |
\string $desc |
class PrintingDriver { /**/ } |
$desc |
|
class printing_printgcp extends PrintingDriver { /**/ } |
\string $desc |
class PrintingDriver { /**/ } |
$desc |
|
class mod_codecompta_digitaria extends ModeleAccountancyCode { /**/ } |
\string|\string|\string|\string $code |
abstract class ModeleAccountancyCode extends CommonNumRefGenerator { /**/ } |
$code |
|
class mod_codecompta_panicum extends ModeleAccountancyCode { /**/ } |
\string $code |
abstract class ModeleAccountancyCode extends CommonNumRefGenerator { /**/ } |
$code |
|
class mod_codecompta_aquarium extends ModeleAccountancyCode { /**/ } |
\string $code |
abstract class ModeleAccountancyCode extends CommonNumRefGenerator { /**/ } |
$code |
|
class ExportExcel2007 extends ModeleExports { /**/ } |
\int|\int $col |
class ModeleExports extends CommonDocGenerator { /**/ } |
$col |
|
class modTcpdfbarcode extends ModeleBarCode { /**/ } |
\string|\string $error |
abstract class ModeleBarCode { /**/ } |
\string $error |
|
class modPhpbarcode extends ModeleBarCode { /**/ } |
\string|\string $error |
abstract class ModeleBarCode { /**/ } |
\string $error |
|
class mod_barcode_thirdparty_standard extends ModeleNumRefBarCode { /**/ } |
\int $code_null |
abstract class ModeleNumRefBarCode extends CommonNumRefGenerator { /**/ } |
$code_null |
|
class ImportCsv extends ModeleImports { /**/ } |
\string $id |
class ModeleImports { /**/ } |
$id |
|
class ImportXlsx extends ModeleImports { /**/ } |
\string $id |
class ModeleImports { /**/ } |
$id |
|
class ImportCsv extends ModeleImports { /**/ } |
\string $label |
class ModeleImports { /**/ } |
$label |
|
class ImportXlsx extends ModeleImports { /**/ } |
\string $label |
class ModeleImports { /**/ } |
$label |
|
class ImportXlsx extends ModeleImports { /**/ } |
\string $extension |
class ModeleImports { /**/ } |
$extension |
|
class ImportCsv extends ModeleImports { /**/ } |
\string $extension |
class ModeleImports { /**/ } |
$extension |
|
class ImportXlsx extends ModeleImports { /**/ } |
\string|\string $version |
class ModeleImports { /**/ } |
\string $version |
|
class ImportCsv extends ModeleImports { /**/ } |
\string|\string $version |
class ModeleImports { /**/ } |
\string $version |
|
class ImportXlsx extends ModeleImports { /**/ } |
\string $label_lib |
class ModeleImports { /**/ } |
$label_lib |
|
class ImportCsv extends ModeleImports { /**/ } |
\string $label_lib |
class ModeleImports { /**/ } |
$label_lib |
|
class ImportXlsx extends ModeleImports { /**/ } |
\string $version_lib |
class ModeleImports { /**/ } |
$version_lib |
|
class ImportCsv extends ModeleImports { /**/ } |
\string $charset |
class ModeleImports { /**/ } |
$charset |
|
class box_members_subscriptions_by_year extends ModeleBoxes { /**/ } |
\int|\int $enabled |
class ModeleBoxes { /**/ } |
\int $enabled |
|
class box_customers_outstanding_bill_reached extends ModeleBoxes { /**/ } |
\int|\int $enabled |
class ModeleBoxes { /**/ } |
\int $enabled |
|
class box_members_last_subscriptions extends ModeleBoxes { /**/ } |
\int|\int $enabled |
class ModeleBoxes { /**/ } |
\int $enabled |
|
class box_validated_projects extends ModeleBoxes { /**/ } |
\int|\int $enabled |
class ModeleBoxes { /**/ } |
\int $enabled |
|
class box_members_by_type extends ModeleBoxes { /**/ } |
\int|\int $enabled |
class ModeleBoxes { /**/ } |
\int $enabled |
|
class box_prospect extends ModeleBoxes { /**/ } |
\int|\int $enabled |
class ModeleBoxes { /**/ } |
\int $enabled |
|
class box_members_last_modified extends ModeleBoxes { /**/ } |
\int|\int $enabled |
class ModeleBoxes { /**/ } |
\int $enabled |
|
class box_goodcustomers extends ModeleBoxes { /**/ } |
\int|\int|\int $enabled |
class ModeleBoxes { /**/ } |
\int $enabled |
|
class box_members_by_tags extends ModeleBoxes { /**/ } |
\int|\int $enabled |
class ModeleBoxes { /**/ } |
\int $enabled |
|
class box_clients extends ModeleBoxes { /**/ } |
\int|\int $enabled |
class ModeleBoxes { /**/ } |
\int $enabled |
|
class box_comptes extends ModeleBoxes { /**/ } |
\int|\int $enabled |
class ModeleBoxes { /**/ } |
\int $enabled |
|
class box_graph_orders_supplier_permonth extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_last_ticket extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_graph_ticket_by_severity extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_dolibarr_state_board extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_factures_imp extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_birthdays_members extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_bookmarks extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_ficheinter extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_contracts extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_produits extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_members_subscriptions_by_year extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_factures extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_shipments extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_graph_nb_ticket_last_x_days extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_graph_invoices_peryear extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_project extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_last_modified_knowledgerecord extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class mymodulewidget1 extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_comptes extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_scheduled_jobs extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_clients extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_graph_invoices_supplier_permonth extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_graph_orders_permonth extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_members_by_tags extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_graph_nb_tickets_type extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_goodcustomers extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_actions_future extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_commandes extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_lastlogin extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_actions extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_accountancy_last_manual_entries extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_members_last_modified extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_fournisseurs extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_birthdays extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_graph_invoices_permonth extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_accountancy_suspense_account extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_boms extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_prospect extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_graph_product_distribution extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_project_opportunities extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_services_contracts extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_activity extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_mos extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_propales extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_last_modified_ticket extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_supplier_orders_awaiting_reception extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_services_expired extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_members_by_type extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_funnel_of_prospection extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_validated_projects extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_produits_alerte_stock extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_members_last_subscriptions extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_factures_fourn extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_contacts extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_external_rss extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_supplier_orders extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_graph_propales_permonth extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_last_knowledgerecord extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_task extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_graph_new_vs_close_ticket extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_customers_outstanding_bill_reached extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class box_factures_fourn_imp extends ModeleBoxes { /**/ } |
\string $boxcode |
class ModeleBoxes { /**/ } |
$boxcode |
|
class CompanyBankAccount extends Account { /**/ } |
\string $label |
class Account extends CommonObject { /**/ } |
\string|\string $label |
|
class CompanyBankAccount extends Account { /**/ } |
\string|\string $type |
class Account extends CommonObject { /**/ } |
\int|\int $type |
|
class AddressBookRoot extends DAVACL\AbstractPrincipalCollection { /**/ } |
$principalBackend |
abstract class AbstractPrincipalCollection extends DAV\Collection implements IPrincipalCollection { /**/ } |
\sabre\davacl\principalbackend\backendinterface $principalBackend |
|
class VCard extends VObject\Document { /**/ } |
\string $defaultName |
abstract class Document extends Component { /**/ } |
$defaultName |
|
class VCalendar extends VObject\Document { /**/ } |
\string $defaultName |
abstract class Document extends Component { /**/ } |
$defaultName |
|
class Text extends Property { /**/ } |
\string|\string $delimiter |
abstract class Property extends Node { /**/ } |
\string $delimiter |
|
class Uri extends Text { /**/ } |
\string $delimiter |
class Text extends Property { /**/ } |
\string|\string $delimiter |
|
class Time extends Text { /**/ } |
\string $delimiter |
class Text extends Property { /**/ } |
\string|\string $delimiter |
|
class FlatText extends Text { /**/ } |
\string $delimiter |
class Text extends Property { /**/ } |
\string|\string $delimiter |
|
class UtcOffset extends Text { /**/ } |
\string $delimiter |
class Text extends Property { /**/ } |
\string|\string $delimiter |
|
class CalAddress extends Text { /**/ } |
\string $delimiter |
class Text extends Property { /**/ } |
\string|\string $delimiter |
|
class TimeStamp extends Text { /**/ } |
\string $delimiter |
class Text extends Property { /**/ } |
\string|\string $delimiter |
|
class MultiLineString extends Collection { /**/ } |
\string $geom_type |
abstract class Geometry { /**/ } |
$geom_type |
|
class Polygon extends Collection { /**/ } |
\string $geom_type |
abstract class Geometry { /**/ } |
$geom_type |
|
class Point extends Geometry { /**/ } |
\string $geom_type |
abstract class Geometry { /**/ } |
$geom_type |
|
class MultiPolygon extends Collection { /**/ } |
\string $geom_type |
abstract class Geometry { /**/ } |
$geom_type |
|
class LineString extends Collection { /**/ } |
\string $geom_type |
abstract class Geometry { /**/ } |
$geom_type |
|
class GeometryCollection extends Collection { /**/ } |
\string $geom_type |
abstract class Geometry { /**/ } |
$geom_type |
|
class MultiPoint extends Collection { /**/ } |
\string $geom_type |
abstract class Geometry { /**/ } |
$geom_type |
|
class CupsPrintIPP extends ExtendedPrintIPP { /**/ } |
$output |
class BasicIPP { /**/ } |
\string $output |
|
class NoRFCWarningsValidation extends RFCValidation { /**/ } |
\egulias\emailvalidator\validation\error\rfcwarnings $error |
class RFCValidation implements EmailValidation { /**/ } |
\egulias\emailvalidator\exception\invalidemail $error |
|
class EmailLexer extends AbstractLexer { /**/ } |
$token |
abstract class AbstractLexer { /**/ } |
\null $token |
|
class LegacyProtocol extends Protocol { /**/ } |
$encryption |
abstract class Protocol implements ProtocolInterface { /**/ } |
\bool $encryption |
|
class HtmlDumper extends CliDumper { /**/ } |
\bool $colors |
class CliDumper extends AbstractDumper { /**/ } |
$colors |
|
class ConferenceOrBooth extends ActionComm { /**/ } |
$id |
class ActionComm extends CommonObject { /**/ } |
\int|\int $id |
|
class ConferenceOrBooth extends ActionComm { /**/ } |
$label |
class ActionComm extends CommonObject { /**/ } |
\string $label |
|
class ConferenceOrBooth extends ActionComm { /**/ } |
\int|\int|\int|\int|\int $status |
class ActionComm extends CommonObject { /**/ } |
\int $status |
|
class ProductFournisseur extends Product { /**/ } |
\int $fourn_multicurrency_price |
class Product extends CommonObject { /**/ } |
$fourn_multicurrency_price |
|
class ProductFournisseur extends Product { /**/ } |
\int $fourn_multicurrency_unitprice |
class Product extends CommonObject { /**/ } |
$fourn_multicurrency_unitprice |
|
class ProductFournisseur extends Product { /**/ } |
\int $fourn_multicurrency_tx |
class Product extends CommonObject { /**/ } |
$fourn_multicurrency_tx |
|
class ProductFournisseur extends Product { /**/ } |
\string $fourn_multicurrency_id |
class Product extends CommonObject { /**/ } |
$fourn_multicurrency_id |
|
class ProductFournisseur extends Product { /**/ } |
\string $fourn_multicurrency_code |
class Product extends CommonObject { /**/ } |
$fourn_multicurrency_code |
|
class ProductFournisseur extends Product { /**/ } |
\int|\int $product_fourn_price_id |
class Product extends CommonObject { /**/ } |
$product_fourn_price_id |
|
class ProductFournisseur extends Product { /**/ } |
\int $product_fourn_id |
class Product extends CommonObject { /**/ } |
$product_fourn_id |
|
class ProductFournisseur extends Product { /**/ } |
\int|\int $fourn_qty |
class Product extends CommonObject { /**/ } |
$fourn_qty |
|
class ProductFournisseur extends Product { /**/ } |
$fourn_pu |
class Product extends CommonObject { /**/ } |
\int|\int $fourn_pu |
|
class mod_knowledgerecord_advanced extends ModeleNumRefKnowledgeRecord { /**/ } |
\string|\string $error |
abstract class ModeleNumRefKnowledgeRecord { /**/ } |
\string $error |
|