Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AbsenceRegistration.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*/
class AbsenceRegistration extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*/
class AbsenceRegistrationTransaction extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AcceptQuotation.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
*/
class AcceptQuotation extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
*/
class Account extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AccountClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/
class AccountClass extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AccountClassification.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*/
class AccountClassification extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AccountClassificationName.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/
class AccountClassificationName extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AccountDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
*/
class AccountDocument extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AccountDocumentCount.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
*/
class AccountDocumentCount extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AccountDocumentFolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*/
class AccountDocumentFolder extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AccountInvolvedAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/
class AccountInvolvedAccount extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AccountItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
*/
class AccountItem extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AccountOwner.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/
class AccountOwner extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AccountantInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/
class AccountantInfo extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/ActiveEmployment.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
*/
class ActiveEmployment extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
*/
class Address extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AddressState.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/
class AddressState extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AgingOverview.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
class AgingOverview extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $primaryKey = 'AgeGroup';
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AgingOverviewByAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
class AgingOverviewByAccount extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $primaryKey = 'AgeGroup';
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AgingPayablesList.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*/
class AgingPayablesList extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $primaryKey = 'AccountId';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*/
class AgingPayablesListByAgeGroup extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $primaryKey = 'AccountId';
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AgingReceivablesList.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*/
class AgingReceivablesList extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $primaryKey = 'AccountId';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*/
class AgingReceivablesListByAgeGroup extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $primaryKey = 'AccountId';
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AllDivision.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
*/
class AllDivision extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $primaryKey = 'Code';
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AllocationRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/
class AllocationRule extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
*/
class AssemblyBillOfMaterialHeader extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*/
class AssemblyBillOfMaterialMaterial extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AssemblyOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
*/
class AssemblyOrder extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
*/
class Asset extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AssetGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
*/
class AssetGroup extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/AvailableFeature.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*/
class AvailableFeature extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/Bank.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/
class Bank extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/BankAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*/
class BankAccount extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/BankEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*/
class BankEntry extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/BankEntryLine.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
*/
class BankEntryLine extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/BatchNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*/
class BatchNumber extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/BillOfMaterialMaterial.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
*/
class BillOfMaterialMaterial extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/BillOfMaterialRouting.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
*/
class BillOfMaterialRouting extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/BillOfMaterialVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*/
class BillOfMaterialVersion extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/Budget.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*/
class Budget extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/BudgetScenario.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
*/
class BudgetScenario extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/BulkGLClassification.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
*/
class BulkGLClassification extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/ByProductReceipt.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
*/
class ByProductReceipt extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/ByProductReversal.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
*/
class ByProductReversal extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/CashEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*/
class CashEntry extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/CashEntryLine.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
*/
class CashEntryLine extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/CommercialBuildingValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/
class CommercialBuildingValue extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;

protected $fillable = [
Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/CommunicationNote.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
*/
class CommunicationNote extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/Complaint.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*/
class Complaint extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
1 change: 1 addition & 0 deletions src/Picqer/Financials/Exact/CompleteSalesOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/
class CompleteSalesOrder extends Model
{
/** @use Query\Findable<self> */
use Query\Findable;
use Persistance\Storable;

Expand Down
Loading