|
我查看了gl_je_batches中批的status,除了p就是u,但是审批按钮仍然是灰色。郁闷!
最初由 admincaozhi 发布
[B]你填好日记账后,去GL_JE_BATCHES表中检查字段status是什么状态,
U是没有提交审批,这时候你的审批按钮应该可以按,如果是S,是你已经提交审批,或者审批通过,但是还没有过账,如果是P,证明已经过账了.
GL_JE_BATCHES stores journal entry batches. Each row includes the
batch name, description, status, running total debits and credits, and
other information. This table corresponds to the Batch window of the
Enter Journals form. STATUS is ’U’ for unposted, ’P’ for posted, ’S’ for
selected, ’I’ for in the process of being posted. Other values of status
indicate an error condition. STATUS_VERIFIED is ’N’ when you create
or modify an unposted journal entry batch. The posting program
changes STATUS_VERIFIED to ’I’ when posting is in process and ’Y’
after posting is complete. [/B] |
|