The standard entry 532 (Accounts payable - bill post per bordereau) is used to account for all payments made to bills in a bordereau. In this document, we will exemplify its use and main concepts.
  | 
Bordereaux: For regular bills, the standard entry is 532. For advance bills, the standard entry is 513. Bills with "Cash" as generator fact (in posting) generated by the bordereau must be accounted by LP 530. Note: If the "Account by?" parameter is set to "Bordereau/bordereau", LP 513 will not be accounted.  | 
In offline accounting (CTBAFIN), when the totalizer variable "VALOR" is used, records from bills (SE2), and their respective bank transfers (SE5) will not be available. For example, to build the history for LP CT5_HIST: 
 
 
  | 
Offline accounting - CTBAFIN - Financials - P12
<!-- esconder o menu --> 
<style>
div.theme-default .ia-splitter #main {
    margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
    display: none;
}
#main {
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
}
.aui-header-primary .aui-nav,  .aui-page-panel {
    margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
    margin-left: 0px !important;
}
</style>
 |