A bill batch is a collection of related bills. Batches allow data entry personnel to organize their work by keeping related bills together in order to better manage bill entry work flow. Using bill batches also helps the supervisor during the verification and approval process.
A batch can only be created if the Enter bills in batches option is enabled in the Work Flow Wizard. If the option is not enabled, it is impossible to enter batch bills (see Work Flow Wizard Batch Window). EnergyCAP permits only one open batch at a time per user.
If the Close Batch option is displayed on the Bill menu selections in place of the Create Batch option, this indicates that the current user already has a batch open and cannot open another batch until the open batch is closed.
Select Accounting > Work Flow Manager. The Work Flow Manager appears.
From the Bill menu, select Create Batch. The Batch Setup window appears.
In the Batch number field, enter the unique, user-defined identifier for the collection of related bills.
The Batch Setup Grid displays any fields available to automatically populate into the specified bill entry field. This may or may not include the following fields:
Enter any comments in the Note field.
Any related comments specific to this bill batch up to 255 characters.
After making your selections, click OK.
NOTE: Only users who have created the batch, or administrators with Modify permissions for Other Settings - Workflow management, may close an open batch.
To close a bill batch:


to navigate the Batches folders.
The setup process below enables automatic incrementing of batch numbers for bill entry purposes. A similar approach can be used for Batch Values in the Batch Setup window (Bill/Open Batch), such as StatementDate and DueDate. The advantage to auto-incrementing is that Data Entry operators do not have to manually select and input this information during bill entry. A restriction of the auto-incrementing option using the procedure below is that the batch number cannot contain any alpha characters--it must be comprised solely of numbers.
NOTES: If you need to change the sequential Batch Numbering in the future, you may enter a new Batch Number when Creating a Batch, rather than using the default value shown. This new Batch Number must be greater than the default value shown to avoid any Batch Number conflicts within EnergyCAP, as each Batch Number must be unique. For example, if the default Batch Number value shown is 123, and it is necessary to change the sequential Batch Number, simply replace the 123 value with a larger number. Note that EnergyCAP will not create any Batches with Batch Numbers between 123 and the new number.
The Auto-Increment capability of the Workflow Wizard has not yet been fully documented. Users familiar with script language may derive additional ideas from the examples below:
EXAMPLE 1:
=(cstr(year(date())&"-"&month(date())&"-"&day(date())&"_"&CSTR(AutoInc+1)))
Output: YEAR-MONTH-DAY_AUTOINCREMENTNUMBER
EXAMPLE 2: (Batch Setup Window)
StatementDate Batch Value: =date - 4
DueDate Batch Value: =date + 14