Slip
A charge [Slip
] is a customer billing entry, whether it is time, a fixed fee, an expense, or a product that is being billed. Charges are grouped into invoices.
Review the Usage Guidelines for the Slip
object.
— |
XML |
SOAP |
REST |
Database table |
---|---|---|---|---|
Object |
|
|
— |
|
Supported Commands |
— |
— |
The Slip
object has the following standard properties:
Slip
object properties may also include custom fields. The object type supports the custom equal to
read method and the enable_custom
read attribute.
XML / SOAP |
Database |
Description |
---|---|---|
|
|
The accounting period date of the slip. See Date Fields |
|
|
The ID of the associated agreement. |
|
|
[Read-only] The ID of the billing contact associated with the invoice this charge is part of. |
|
|
The ID of the associated |
|
|
The ID of the associated category. When set, the slip is based on this category. |
|
|
The slip city or location. |
|
|
The cost per unit of measure for an E or P slip, the billing rate for an O slip, or the fixed price for a F slip. Dated by the date field. |
|
|
The ID of the associated cost center. If not set when adding an object, it set to the internal ID of the cost center for the time entry or receipt associated with this charge. |
|
|
[Read-only] Time the record was created. See Date Fields |
|
|
Currency for the money fields in the record |
|
|
The ID of the associated customer. |
|
|
The ID of the associated customerpo. |
|
|
[Required] The date of the billing slip. See Date Fields |
|
|
The number of decimal hours for a T slip. |
|
|
The description of the billing slip. |
|
|
[Read-only] The fixed code 1234455454. |
|
|
The number of hours for a T slip. |
|
|
[Read-only] Unique ID. Automatically assigned by SuiteProjects Pro. |
|
|
The ID of the associated invoice once billed. |
|
|
The ID of the associated item. If this is set, the slip is based on this item. Determine the subtype using the associated item type. |
|
|
The ID of the associated job code. |
|
|
The number of minutes for a T slip. |
|
|
Notes associated with the slip. |
|
|
For use with split slips feature. If set, the slip.id of the originating slip for this split portion. |
|
|
The ID of the associated payment type. |
|
|
The ID of the associated payroll type. |
|
|
The ID of the associated portfolio project. |
|
|
The ID of the associated product. |
|
|
[Read-only] The ID of the associated project billing rule. |
|
|
The ID of the associated project. |
|
|
The ID of the projecttask_type of the associated projecttask. |
|
|
The ID of the task within the associated project. |
|
|
The quantity for an E, O, or P slip. |
|
|
The hourly rate for a T slip. Dated by the date field. |
|
|
For credit/rebill, ID of the original slip ID. |
|
|
[Read-only] The ID of the shipping contact associated with the invoice this charge is part of. |
|
|
A 1/0 field indicating if this record should be recognized. Used for split charges which were already recognized. |
|
|
The ID of the associated slip stage. |
|
|
[Read-only] The ID of the sold-to contact associated with the invoice this charge is part of. |
|
|
[Read-only] The name of the tax location |
|
|
[Read-only] A 1/0 field indicating if the tax amount for this charge was adjusted to ensure that the sum of tax amounts for every charges in the invoice match the total tax amount for the invoice. |
|
|
[Read-only] The ID of the tax rate |
|
|
The starting time of the timer. See Date Fields |
|
|
The ID of the associated time type. |
|
|
The total value of the slip. Dated by the date field. |
|
|
[Read-only] The total tax paid. Dated by the date field. |
|
|
[Read-only] The total value of the slip including tax. |
|
|
The type of the slip:
|
|
|
The unit of measure for an E or P slip or the rate description for an O slip. |
|
|
[Read-only] Time the record was last updated or modified. See Date Fields |
|
|
[Required] The ID of the associated user. |
Usage Guidelines
Review the following guidelines:
-
When reading
Slip
objects, if the response does not include all expected objects, verify your company's SuiteProjects Pro account configuration. The following account configuration settings, in particular, can modify the API behavior:-
The API can be configured to convert all monetary values on charges into the invoice currency. In this case, only invoiced charges are returned.
-
The API can be configured to filter out charges associated with charge stages excluded from invoicing. In this case, only charges in charge stages that can be invoiced are returned
To review these and other configuration settings, contact your SuiteProjects Pro Professional Services representative or SuiteProjects Pro Support.
-
-
When adding
Slip
objects associated with an invoice:-
The
customerid
if specified must be the internal ID of the customer associated with that invoice. -
The customer associated with the invoice must be the same as the customer associated with the project with internal ID
projectid
, if specified.
-
-
When modifying
Slip
objects,invoiceid
is read-only. Charges cannot be moved from one invoice to another. -
Some properties are required depending on the
type
:-
rate
and eitherhours
,minutes
ordecimal_hours
for a typeT
slip. -
cost
for a typeE
,F
,O
, orP
slip. -
quantity
andunitm
for a typeE
,O
, orP
slip.
-