Tweak some wording on data import warnings email template.
This commit is contained in:
parent
7adcdba3f3
commit
98da38980e
|
@ -8,14 +8,19 @@
|
|||
</p>
|
||||
% endif
|
||||
<p>
|
||||
Generally the periodic data import is expected to be a precaution only, in order
|
||||
to detect and fix local data which falls out of sync from the data authority,
|
||||
e.g. your POS. It is normally expected that proper real-time operation
|
||||
<em>should</em> be enough to keep things in sync; therefore any actual changes
|
||||
which occur as part of this import process are considered "warnings".
|
||||
Generally the periodic data import is expected to be a precaution only,
|
||||
in order to detect and fix local data which has fallen out of sync from the
|
||||
data authority, e.g. your POS. It is normally intended that proper
|
||||
real-time operation (e.g. a 'datasync' daemon) <em>should</em> be enough to
|
||||
keep things in sync; therefore any net changes which occur as a result of this
|
||||
periodic import process are considered "warnings".
|
||||
</p>
|
||||
The following is a list of changes which occurred during the latest
|
||||
import run. Please investigate at your convenience.
|
||||
The following is a list of changes which occurred during the latest import run.
|
||||
% if not dry_run:
|
||||
(Note that this was not a dry run; these changes have been committed
|
||||
to the ${local_title} system.)
|
||||
% endif
|
||||
Please investigate at your convenience.
|
||||
</p>
|
||||
<ul>
|
||||
% for model, (created, updated, deleted) in updates.iteritems():
|
||||
|
|
Loading…
Reference in a new issue