I want migration to FA from existing Aplication. How i can entry begining balance of all my account. Thanks
1 02/01/2008 01:07:14 pm
Topic: Entry Begining Balance (1 replies, posted in Banking and General Ledger)
2 01/30/2008 04:00:46 pm
Re: Journal Entry From External Application (3 replies, posted in Banking and General Ledger)
Generally speaking, you have to update the table gl_trans (possible with a leading prefix like 0_). But you have to ensure that the dates are inside the fiscal year, that the account exist in chart_master table, that you understand the journal type no's. Look in the database with a tool to see the types and finally you should download the modules Import Items and Import Customers to get an idea of how to write the module.
Or if this seems too difficult, you could try to get another person to write this. Use the specific forum for this.Joe
When i try to entry journal sample data, i see some tables are update. The updated tables is refs, sys_types, gl_trans and comments (possible with a leading prefix like 0_). am i right ? if my prediction is right, i will write some script to update that tables. and follow FA System.
3 01/30/2008 04:51:37 am
Re: Documentation (5 replies, posted in Wish List)
dear Administration,
could you give me the Data Flow Diagram or DB relationship? I need it to develop an external application for my company (especially production area).
thank you
<sorry for the bad english too>
4 01/30/2008 04:24:37 am
Topic: Journal Entry From External Application (3 replies, posted in Banking and General Ledger)
How if i want make automatic journal from another aplication?What tables must i update and insert? tanks