Shared data
Products, partners, stock and orders read from the ERP, so a figure changed on a phone is the figure everyone else sees.
Applications built as an extension of the ERP, so operational interfaces can be simplified without creating a second source of truth.
Four things an application inherits from the ERP rather than keeping its own copy of.
Products, partners, stock and orders read from the ERP, so a figure changed on a phone is the figure everyone else sees.
One account per person, with the permissions their role already carries, rather than a second directory to maintain.
What the application records is a transaction in the ERP, posted once, not a message to be imported later.
The subset of the system a job actually needs, on the device that job is done on.
An application that keeps its own records becomes a second source of truth, and a second source of truth becomes somebody's weekly job. Building onto the ERP is what stops that job existing.
The record is written where it belongs, when it happens.
One account, one set of permissions, one place to revoke it.
There is only one, and everything reads it.