Difference between revisions of "B-Op FI Hub"

From ZUGSEIL Wiki
Jump to navigation Jump to search
Line 17: Line 17:
== Components ==
== Components ==
* [[Dev:B-Op FI Hub Core|B-Op FI Hub Core]] - The main component, which detects transactions, gathers the data and forwards it to the transaction relevant plugin.
* [[Dev:B-Op FI Hub Core|B-Op FI Hub Core]] - The main component, which detects transactions, gathers the data and forwards it to the transaction relevant plugin.
*[[Dev:ZUGSEIL transactions relevant to FI|ZUGSEIL transactions relevant to FI]] - A list of transaction in ZUGSEIL which are observed by the B-Op FI Hub.
*[[Dev:ZUGSEIL transactions relevant to FI Hub|ZUGSEIL transactions relevant to FI Hub]] - A list of transaction in ZUGSEIL which are observed by the B-Op FI Hub.
* [[Dev:ZUGSEIL FI Hub Plugin-types|ZUGSEIL FI Hub Plugin-types]] - The plugins which allow transmission of financial transactions to the 3rd party system.
* [[Dev:ZUGSEIL FI Hub Plugin-types|ZUGSEIL FI Hub Plugin-types]] - The plugins which allow transmission of financial transactions to the 3rd party system.
* [[Dev:ZUGSEIL FI Hub Configuration|ZUGSEIL FI Hub Configuration]] - The tool to define which transactions shall be syched and which plugins to be used for transfer.  
* [[Dev:ZUGSEIL FI Hub Configuration|ZUGSEIL FI Hub Configuration]] - The tool to define which transactions shall be syched and which plugins to be used for transfer.  

Revision as of 21:10, 14 May 2023

Whenever a b-op digital is deployed, the B-Op FI Core is deployed along with it. Through this each B-Op digital by default comes with its own bookkeeping core.

ZUGSEIL offers integrated procurement, warehousing, distribution and management process coverage for complex product groups. Each of these processes has financial aspects which must be in sync with book-keeping. When deploying ZUGSEIL with you b-op digital, automatically a set of FI transaction detection plugins are deployed, which enable the B-Op FI core to detect transactions made through ZUGSEIL and trigger the required bookkeeping transactions. Through this, each deployment of ZUGSEIL comes with a software facilitating bookkeeping aspects like booking and controlling.

In many cases where ZUGSEIL is deployed, there is already existing bookkeeping software. For this purpose the b-op FI Hub offers for each of the transactions communication plugins which allow to push transactions to a 3rd party bookkeeping software and also recieve inbound information from there. This makes ZUGSEIL also ideal for usage with existing ERPs which struggle with the complex inter-company digitalization process chains, especially in more complex product groups.

It makes sure that all finance relevant bookings are transfered to the leading bookkeeping application. By default these financial aspects are facilitated by the ZUGSEIL's FI transaction detection plugins:

  • Core accounting (creditors / debitors / tax)
  • Inventory accounting (inventory accounts, goods movement)
  • Controlling (costcenters / profitcenters)

This article contains an overview on all covered transaction types.

B-Op Api

If you dont want to work with our FI Hub product or want to do the integration by your own developers you have the option to subscribe to the b-op Api, which allows you a broader way to implement integrations allowing to build more sophisticated or more customized forms of integration.

Components