...
- How do I change an FAU on a job ?
- Charge did not get billed -
- Blanket Fixed Charge did not get billed -
- Not seeing my charges on the review file -
- Blanket has the correct FAU but it is billing to the wrong FAU -
- Account - Fund combination is invalid and you feel it is valid -
- Client want to close out a project. A labor charge is lingering there which was never billed
- Need to change Job Funding Type - Adcom to be advised of change. All charges which are in Ready for Upload status automatically get updated with this information. But charges which were FS Uploaded do not. They should be pushed to Invalid Upload, revised. Make sure they reflect the new correct rate for time entries. Then put them back in Ready for Upload. Update fmbilling database with funding type information.
How Type - - How do do credits for an Agency Labor Charge? Go to Resources tab of the workorder. Go to Miscellaneous services section. Copy the description of the charge that you wish to credit. Enter a new service with the same description and a negative amount. Click on "Ready for Upload".
- Multiple receiving line items on a po line item - This could have happened when a PO was copied and the PO Line Item stayed on the copied PO. Since the line item summary record remains the same any receiving against the new PO continues to point to the old PO also. To fix it delete the receiving record tied to the copied PO. Revise the new copied PO. Delete the line item and re -add it. Then revise the Receiving record and re-add the PO. A new receiving line item will appear. Receive as usual and issue the Receiving record.
...
- Receiving line items with status Ready for Upload having total amount 0 0 and quantity received > 0. Send to Shop Stores to fill in the Rate on these Receiving Line Items. To find them use query - select general_name_tristatuscl,general_tricontrolnumbercn,general_triquantityreceivednu,* from triReceivingLineItem
where General_ucireceivedamtttlnu = 0 and general_name_tristatuscl = 'Ready for Upload'
...