#161refactoring
* @property string $city | * @property string $city | ||||
* @property string $postcode | * @property string $postcode | ||||
*/ | */ | ||||
class DeliveryNote extends ActiveRecordCommon | |||||
class DeliveryNote extends Document | |||||
{ | { | ||||
/** | /** | ||||
* @inheritdoc | * @inheritdoc |
<?php | |||||
/* | |||||
* To change this license header, choose License Headers in Project Properties. | |||||
* To change this template file, choose Tools | Templates | |||||
* and open the template in the editor. | |||||
*/ | |||||
class Document extends ActiveRecordCommon | |||||
{ | |||||
} |
* @property string $city | * @property string $city | ||||
* @property string $postcode | * @property string $postcode | ||||
*/ | */ | ||||
class Invoice extends ActiveRecordCommon | |||||
class Invoice extends Document | |||||
{ | { | ||||
/** | /** | ||||
* @inheritdoc | * @inheritdoc |
* @property string $city | * @property string $city | ||||
* @property string $postcode | * @property string $postcode | ||||
*/ | */ | ||||
class Quotation extends ActiveRecordCommon | |||||
class Quotation extends Document | |||||
{ | { | ||||
/** | /** | ||||
* @inheritdoc | * @inheritdoc |