Implemented entry point that handles F120/F130 records
Requirement Characteristics
Product Line: | Microsiga Protheus |
Industry: | Services |
Module: | SIGAATF - Fixed Assets |
Routine: | Routine | Technical Name |
---|
FISXATF.PRX | Returns the depreciation of the period of the assets used in the manufacture of products intended for sale, which will be used in the calculation of the PIS. |
|
Entry Point: | F120CUST |
Related Tickets | TUZSTA |
Countries: | Brazil |
Database: | All approved by Protheus |
Operating Systems: | All approved by Protheus |
Description
The entry point F120CUST allows the user to manipulate the generation of F120/F130 records in the generation of PIS/COFINS TAX SPED.
Entry Point
Description: | Through the entry point F120CUST, the user can modify the records to be generated in blocks F120/F130 in the generation of PIS/COFINS TAX SPED. |
Location: | Tax Records >> Miscellaneous >> Magnetic Files >> Pis/Cofins Sped |
Events: | |
Source Program: | FISXATF.PRX |
Function: | AtfPopuTmp() - Creation of the temporary file to generate record F120/F130 - PIS/COFINS TAX SPED |
Return: | Name | Type | Description | Mandatory |
---|
cReg | Character | Block to be generated (F120/F130) | Yes | cAliasTmp | Character | Alias of the temporary table containing the records to be written to the files, which can be modified through the PE | Yes | cCodBem | Character | Fixed asset code | Yes | cItem | Character | Fixed asset item | Yes | cDescr | Character | Description of the fixed asset | No | dData | Date | Date of file generation | Yes | cDescExt | Character | Extended description of the fixed asset | No | cTabOri | Character | Source table of file generation | No | cNumPro | Character | The number of the referenced process related to the asset | Yes | cIndPro | Character | The type of the referenced process related to the asset | Yes | nValor | Numeric | The value to be generated in the block | Yes | cAliasSN1 | Character | SN1 Temporary Table (Fixed Asset) | No |
|
Example: