...
The following example illustrates the GL entries that Aptify generates for a $100 that is paid by a pre-paid check at the time the order is created:
Anchor
...
pgfId-1019980 | pgfId-1019980 | Accounts Receivable |
| |||||||||||||||||||||||||||||||
Anchor | pgfId-1019984 | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Anchor | pgfId-1019986 | pgfId-1019986 | Sales |
| anchorpgfId-1019990 | pgfId-1019990 | ||||||||||||||||||||||||||||
(Debit) | ||||||||||||||||||||||||||||||||||
Anchor | pgfId-1019991 | pgfId-1019991 | $100 | |||||||||||||||||||||||||||||||
Anchor | pgfId-1019993 | pgfId-1019993 | ||||||||||||||||||||||||||||||||
Anchor | pgfId-1019995 | pgfId-1019995 | ||||||||||||||||||||||||||||||||
Anchor | pgfId-1019997 | pgfId-1019997
| ||||||||||||||||||||||||||||||||
Anchor | pgfId-1019999 | pgfId-1019999 | (Credit) | |||||||||||||||||||||||||||||||
Anchor | pgfId-1020000 | pgfId-1020000 | $100 |
...
Anchor | pgfId-1020004 | pgfId-1020004 | Cash |
| ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Anchor | pgfId-1020008 | |||||||||||||||||||||||||||||||||||
Anchor | pgfId-1020010 | pgfId-1020010 | Accounts Receivable
| |||||||||||||||||||||||||||||||||
Anchor | pgfId-1020014 | pgfId-1020014 | (Debit)||||||||||||||||||||||||||||||||||
Anchor | pgfId-1020015 | pgfId-1020015 | $100||||||||||||||||||||||||||||||||||
Anchor | pgfId-1020017 | pgfId-1020017 | ||||||||||||||||||||||||||||||||||
Anchor | pgfId-1020019 | pgfId-1020019 | ||||||||||||||||||||||||||||||||||
Anchor | pgfId-1020021 | pgfId-1020021 | ||||||||||||||||||||||||||||||||||
Anchor | pgfId-1020023 | pgfId-1020023 | (Credit)||||||||||||||||||||||||||||||||||
Anchor | pgfId-1020024 | pgfId-1020024 | $100
...
Accounts ReceivablE | ||||
(Debit) | (Credit) $100 |
Once all GL account entries have been batched to the General Ledger, the net effect is displayed below: Anchor
...
pgfId-1020029 | Cash |
| |||||||||||||||||||||||||||||
Anchor | pgfId-1020033 | pgfId-1020033 | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Anchor | pgfId-1020035 | pgfId-1020035Sales | |||||||||||||||||||||||||||||
Anchor | pgfId-1020039 | pgfId-1020039 | |||||||||||||||||||||||||||||
(Debit) | |||||||||||||||||||||||||||||||
Anchor | pgfId-1020040 | pgfId-1020040
| anchorpgfId-1020042 | pgfId-1020042 |
| ||||||||||||||||||||||||||
Anchor | pgfId-1020044 | pgfId-1020044 | |||||||||||||||||||||||||||||
Anchor | pgfId-1020046 | pgfId-1020046 | |||||||||||||||||||||||||||||
Anchor | pgfId-1020048 | pgfId-1020048 | (Credit) | ||||||||||||||||||||||||||||
Anchor | pgfId-1020049 |
|
...
One common question about how GL account entries are created is "why do the GL entries for the order not simply reflect the net impact?" In other words, the question asks why the order cannot simply reflect the debit to the Cash account and the credit to the Sales account. The answer is that posting only the net impact would inaccurately attribute GL account entries to an order when those entries are actually related to the payment received for the order. If only the net impact entries were posted, no entries would exist for the payment received. To account for this discrepancy, Aptify is designed to operate in a uniform manner, regardless of the timing of the payment against an order. Therefore, all order and payment GL account entries are created for each order, whether the payment is immediate or received at a later date. Anchor
In the Orders service there are two fields that determine which GL accounts to use for an order transaction: Order Level and Order Type. Order Level determines which set of GL accounts to use. Order Type determines how the GL accounts specified by the Order Level are used, based on the products listed in the order's order lines. Refer to one of the following topics for more information:
...