Month: October 2013
-
XBRL GL instance viewing service[Prototype](3/3)
Views: 114Viewing XBRL GL instance by period and/or account number Three steps (1)A browser side javascript program calls PHP program at server side to process request based on period and/or account number passed with an arguments of jQuery’s ajax. (2)A PHP program generate a query based on arguments and generate <table> then returns generated page to the browser. (3)A web browser displays a result from the server.
-
XBRL GL instance viewing service[Prototype](2/3)
Views: 115Store XBRL GL instance documents in database In order to calculate summary for period and/or account numbers, we store contents of XBRL GL instance documents. In this case, we use PostgreSQL database after processed by PHP’s XML DOM functions.
-
XBRL GL Instance Viewing Service [Prototype](1/3)
Views: 162XBRL GL Instance Viewing Service These are prototype services for viewing XBRL GL instance documents generated by accounting softwares. (You can find source programs at the GitHub site..) 1. iphix sample(XBRL 2.1) http://www.sambuichi.jp/xbrlgl/index.html Original file location http://gl.iphix.net/files.htm 2. PCA (XBRL 2.0a) 2.1 View of document structure of XBRL GL instance for each entry http://www.sambuichi.jp/xbrlgl/pca.html 2.2 View of journal entry by entered slip http://www.sambuichi.jp/xbrlgl/journal_entry.html 2.3 View of summary by month and/or chart of accounts. These documents are stored in database. http://www.sambuichi.jp/xbrlgl/list.html