Skip to content

Commit e0e9016

Browse files
authored
Merge pull request #638 from DannyvdSluijs/Update-from-documentation-2024-03-06
feat: Update to documentation d.d. 06-03-2024
2 parents fad877d + 5b2a915 commit e0e9016

File tree

11 files changed

+22
-12
lines changed

11 files changed

+22
-12
lines changed

src/Picqer/Financials/Exact/CustomField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @property string $BusinessComponentName Business component name
1212
* @property string $Caption Custom field description
1313
* @property string $PropertyName Custom business property name
14-
* @property string $RefersTo The name of the referencing entity. The supported values are Item, Account, Project, Opportunity, SalesOrder and Contact
14+
* @property string $RefersTo The name of the referencing entity. The supported values are Item, Account, Project, Opportunity, SalesOrder, User and Contact
1515
* @property string $Type Represents the data type of the custom field. The supported datatypes are boolean, integer, string, double, date and GUID
1616
* @property string $Value Custom field data
1717
*/

src/Picqer/Financials/Exact/Employee.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
* @property string $Modified Last modified date
5252
* @property string $Modifier User ID of modifier
5353
* @property string $ModifierFullName Name of modifier
54-
* @property string $Municipality Municipality
5554
* @property int $NameComposition
5655
* @property string $Nationality NationalityNote: The value is only returned if user has any of the following roles: View userEnter variable payroll mutationsManage employeesAnonymise employee and userView personal information Of employees
5756
* @property string $NickName Nick name
@@ -121,7 +120,6 @@ class Employee extends Model
121120
'Modified',
122121
'Modifier',
123122
'ModifierFullName',
124-
'Municipality',
125123
'NameComposition',
126124
'Nationality',
127125
'NickName',

src/Picqer/Financials/Exact/EmploymentContract.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
* @property int $EmployeeType Type of employee. 1 - Employee, 2 - Contractor, 3 - Temporary, 4 - Student, 5 - Flexworker
2222
* @property string $EmployeeTypeDescription Employee type description
2323
* @property string $Employment Employment ID
24-
* @property int $EmploymentHID Numeric ID of the employment
24+
* @property int $EmploymentNumber Employment number
2525
* @property string $EndDate End date of employment contract
2626
* @property string $Modified Last modified date
2727
* @property string $Modifier User ID of modifier
2828
* @property string $ModifierFullName Name of modifier
29-
* @property string $Notes Notes of employment contract
3029
* @property string $ProbationEndDate Employment probation end date
3130
* @property int $ProbationPeriod Employment probation period
3231
* @property int $ReasonContract Employment contract reason code. 1 - New employment, 2 - Employment change, 3 - New legal employer, 4 - Acquisition 5 - Previous contract expired, 6 - Other
@@ -55,12 +54,11 @@ class EmploymentContract extends Model
5554
'EmployeeType',
5655
'EmployeeTypeDescription',
5756
'Employment',
58-
'EmploymentHID',
57+
'EmploymentNumber',
5958
'EndDate',
6059
'Modified',
6160
'Modifier',
6261
'ModifierFullName',
63-
'Notes',
6462
'ProbationEndDate',
6563
'ProbationPeriod',
6664
'ReasonContract',

src/Picqer/Financials/Exact/PaymentCondition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @property int $PaymentDays Number of days to be included in the due date calculation. Example: invoice date = 17/01 PaymentEndOfMonths = 2 => 31/03 PaymentDays = 15 => 15/04
2727
* @property string $PaymentDiscountType Type of payment discount. Values: B = Settlement discount, K = Credit surcharge
2828
* @property int $PaymentEndOfMonths Number of month endings to be included in the due date calculation
29-
* @property string $PaymentMethod Method of payment. Values: B = On credit, I = Collection, K = Cash
29+
* @property string $PaymentMethod Method of payment. Values: B = On credit, I = Collection, K = Cash, Q = PSP Collection
3030
* @property float $Percentage Percentage (stored as fraction) of total invoice amount
3131
* @property string $VATCalculation Indicates how the VAT amount is calculated Values: E = Excluding discount, I = Including discount
3232
*/

src/Picqer/Financials/Exact/ShopOrder.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
* @property int $ShopOrderMaterialPlanBackflushCount Number of shop order material plans, which are backflushed, for this shop order
5656
* @property int $ShopOrderMaterialPlanCount Number of shop order material plans for this shop order
5757
* @property ShopOrderMaterialPlan[] $ShopOrderMaterialPlans Collection of Shop order Material plans
58+
* @property int $ShopOrderMaterialPlansNonIssuedByproductsCount Count of non-issued shop order material plans related to byproducts
59+
* @property int $ShopOrderMaterialPlansNonIssuedMaterialsCount Count of non-issued shop order material plans related to materials
5860
* @property int $ShopOrderNumber Unique number to indentify the shop order
5961
* @property string $ShopOrderNumberString Unique number to indentify the shop order (as a string to allow OData filtering, e.g. $filter=substringof('123',ShopOrderNumberString) eq true
6062
* @property string $ShopOrderParent Shop order parent
@@ -123,6 +125,8 @@ class ShopOrder extends Model
123125
'ShopOrderMaterialPlanBackflushCount',
124126
'ShopOrderMaterialPlanCount',
125127
'ShopOrderMaterialPlans',
128+
'ShopOrderMaterialPlansNonIssuedByproductsCount',
129+
'ShopOrderMaterialPlansNonIssuedMaterialsCount',
126130
'ShopOrderNumber',
127131
'ShopOrderNumberString',
128132
'ShopOrderParent',

src/Picqer/Financials/Exact/StockBatchNumber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @property string $PickOrderLine ID of pick order entry in which this serial or batch number was used.
2929
* @property float $Quantity Quantity of this batch number entering or leaving inventory
3030
* @property string $Remarks Remarks
31-
* @property string $SalesOrderLine ID of sales order line
31+
* @property string $SalesOrderLine ID of sales order in which this serial or batch number was reserved. Provided only for the Exact Online Premium users.
3232
* @property string $SalesReturnLine ID of sales return entry in which this serial or batch number was used
3333
* @property string $StockCountLine ID of stock count entry
3434
* @property string $StockTransactionID ID of the stock transaction in which this serial or batch number was used

src/Picqer/Financials/Exact/StockSerialNumber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* @property string $ParentID ID to link part item to assembled item (assembly order and pick order only)
2626
* @property string $PickOrderLine ID of pick order entry in which this serial or batch number was used.
2727
* @property string $Remarks Remarks
28-
* @property string $SalesOrderLine ID of sales order line
28+
* @property string $SalesOrderLine ID of sales order in which this serial or batch number was reserved. Provided only for the Exact Online Premium users.
2929
* @property string $SalesReturnLine ID of sales return entry in which this serial or batch number was used
3030
* @property string $SerialNumber Human readable serial number
3131
* @property string $SerialNumberID Serial number ID

src/Picqer/Financials/Exact/SyncStockSerialBatchNumber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @property string $PurchaseTransaction ID of purchase transaction associated with this serial or batch number.
2929
* @property float $Quantity Quantity of this serial or batch number entering or leaving inventory
3030
* @property string $Remarks Remarks
31-
* @property string $SalesOrderLine ID of sales order line associated with this serial or batch number.
31+
* @property string $SalesOrderLine ID of sales order in which this serial or batch number was reserved. Provided only for the Exact Online Premium users.
3232
* @property string $SalesReturnLine ID of sales return associated with this serial or batch number.
3333
* @property string $SalesTransaction ID of sales transaction associated with this serial or batch number.
3434
* @property string $SerialBatchNumber Serial or Batch Number ID

src/Picqer/Financials/Exact/UpdateCustomField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @property string $BusinessComponentName Business component name
1212
* @property string $Caption Custom field description
1313
* @property string $PropertyName Custom business property name
14-
* @property string $RefersTo The name of the referencing entity. The supported values are Item, Account, Project, Opportunity, SalesOrder and Contact
14+
* @property string $RefersTo The name of the referencing entity. The supported values are Item, Account, Project, Opportunity, SalesOrder, User and Contact
1515
* @property string $Type Represents the data type of the custom field. The supported datatypes are boolean, integer, string, double, date and GUID
1616
* @property string $Value Custom field data
1717
*/

src/Picqer/Financials/Exact/WBSActivity.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
* @property string $PartOfDescription Description of part of
3737
* @property string $Project ID of the project that linked to WBS activity
3838
* @property string $ProjectDescription Project description that is linked to WBS activity
39+
* @property bool $ReleaseInvoiceTerm Action to release the invoice term. You can only release a WBS activity's invoice term once and it cannot be undo
40+
* @property string $ReleaseInvoiceTermDate Release invoice term date. The linked invoice term date can be updated by using this property. The update will only happen when releasing a WBS activity's invoice term
3941
* @property int $SequenceNumber Sequence number of the WBS activity. Last sequence will be selected if not specified
4042
* @property string $StartDate Start date of the WBS activity
4143
* @property float $TimeQuantityToAlert Alert when exceeding this time quantity
@@ -75,6 +77,8 @@ class WBSActivity extends Model
7577
'PartOfDescription',
7678
'Project',
7779
'ProjectDescription',
80+
'ReleaseInvoiceTerm',
81+
'ReleaseInvoiceTermDate',
7882
'SequenceNumber',
7983
'StartDate',
8084
'TimeQuantityToAlert',

0 commit comments

Comments
 (0)