...
Job_ApplyIndexation | This jobs runs the indexation on an monthly schedule to adjust applicable contract and contract products based on the indexation rate. This means:
|
Job_CalculateContractRevenues | This job calculates the contract revenues for activated contracts. It generates Contract Revenue records which can be used for reporting. |
Job_ContractManagement | This job takes care of time-dependent actions on contracts. This means:
|
Job_EmailInvoice | This job emails the invoices, this should only run after the Job_InvoiceCreation + Job_InvoicePDFCreation has run. |
Job_ExactQueue | The jobs will create exact queue items to sync accounts, debtors, creditors, ledger accounts and get open amounts |
Job_GetOpenAmounts | This job updates the invoices with the open amount in Exact OnlineTwinfield. |
Job_InvoiceCreation | This batch creates invoices for all Draft orders that are older than the cooldown period |
Job_InvoicePDFCreation | This creates the actual PDF, needs to run after the Job_InvoiceCreation job |
Job_RecurringOrderApplication | This job takes care of the application of recurring orders (ie orders will be generated) |
Job_RecurringOrderManagement | This job takes care of time-dependent actions on recurring orders, this means:
|
Job_Synchronisation | This job handles account synchronisation, this means that all accounts that were changed since the last run will be synchronised to administrations they are related to and all debtors that were changed will be upserted in Salesforce. From the finish method, the administration queue batches will be started |
Job_TwinfieldQueue | This jobs handles any administration requests that need to be synced to Twinfield. |
...