Daalder / business-central

Daalder package for Microsoft Dynamics 365 Business Central

Home Page:https://daalder.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIT Licensed GitHub Tests Action Status Quality Score

Microsoft Dynamics 365 Business Central + Daalder

Daalder package for Microsoft Dynamics 365 Business Central.
For questions about this package or Daalder contact: info@pionect.nl

Current state

Endpoints Status Remarks
Customer Implemented Customers in Daalder
Dimension Partial One parent dimension is configurable
DimensionValue Implemented Revenue groups in Daalder
Item Implemented Products in Daalder
Item category Implemented Product attribute set in Daalder
Sales order Implemented Orders in Daalder
Sales order line Implemented Order rows in Daalder

For a complete list of endpoints visit the Microsoft reference

Migrations

Tables are generated to store references to Business Central records for the various resources mentioned above.

Configuration

In the .env file of Daalder BC_ENDPOINT needs to be set.
For example https://api.businesscentral.dynamics.com/v2.0/production/api/v2.0/

Here you can find more information on the various endpoints.

Daalder events

Products

In EventServiceProvider there is and ProductObserver registered to the Daalder product model. This observer handles create, update and delete.

Orders

In Daalder the event OrderPaymentConfirmed is fired when an order is confirmed. In EventServiceProvider we register the listener PushOrderToBusinessCentral. When the event is triggered this listener is put on the queue specified.

Jobs

Error reporting

Commands

Customization and extending

Future updates

About

Daalder package for Microsoft Dynamics 365 Business Central

https://daalder.io

License:MIT License


Languages

Language:PHP 100.0%