Difference between revisions of "OSGI HengSin/File2PackZip"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(Imagine!)
(Ease of Portable Data)
Line 1: Line 1:
=Ease of Portable Data=
+
=Data Portability On Demand=
 
*I think we have found our holy grail of data agility in ERP.
 
*I think we have found our holy grail of data agility in ERP.
 
*Imagine able to export out any table in the window you are at for another person on another system with easy clicks.
 
*Imagine able to export out any table in the window you are at for another person on another system with easy clicks.
 +
*Imagine able to go to another remote ADempiere instance and put back your table without an import loader!
 
*Imagine keeping your data truly backup without dependence on the Database been there!
 
*Imagine keeping your data truly backup without dependence on the Database been there!
*Imagine having your backup tables portable and readable as an XML at the same time!
+
*Imagine having your backup tables portable and readable as an XML or 2Pack formats at the same time!
  
 
[[Image:OSGIExport.png|thumb|330px|left|Any window table has export function..]]
 
[[Image:OSGIExport.png|thumb|330px|left|Any window table has export function..]]

Revision as of 02:32, 28 December 2010

Data Portability On Demand

  • I think we have found our holy grail of data agility in ERP.
  • Imagine able to export out any table in the window you are at for another person on another system with easy clicks.
  • Imagine able to go to another remote ADempiere instance and put back your table without an import loader!
  • Imagine keeping your data truly backup without dependence on the Database been there!
  • Imagine having your backup tables portable and readable as an XML or 2Pack formats at the same time!
Any window table has export function..
..that exports to 2Pack besides Excel formats!
  • This is a very convenient tool in any window. Just by selecting File > Export, you can export all the records of the Window you are looking at.
  • You have a choice to export as an Excel or 2Pack format.
  • You can export the single record in focus or all the records in the window.
  • You can select the target directory to save the file in and give it a unique name for easy managing later.
  • All this is tested on the latest OSGI HengSin codebase.

PackOut.xml

  • Following is a sample output of a single record i exported from my just PackIn Flight Schedule Module.
<?xml version="1.0" encoding="ISO-8859-1"?>
<adempiereAD Name="IS_Schedule" Version="1.0.0" AdempiereVersion="Release 3.6.0LTS @ 
2010-06-14" DataBaseVersion="2010-06-14" Description="" Author="SuperUser" 
AuthorEmail="" CreatedDate="Tue Dec 28 16:13:04 MYT 2010" UpdatedDate="Tue Dec 28 
16:13:04 MYT 2010" PackOutVersion="100" Client="11-GardenWorld-GardenWorld">
    <IS_Schedule type="table">
        <AD_Org_ID>@AD_Org_ID@</AD_Org_ID>
        <Description>AK1010</Description>
        <Destination>KLI</Destination>
        <Details>BangkokKuL</Details>
        <IS_Schedule_UU>29b03832-499d-4ea5-9337-be9ba812fea0</IS_Schedule_UU>
        <IsActive>true</IsActive>
        <Name>AK101</Name>
        <Origin>BKK</Origin>
        <Value>1000000</Value>
    </IS_Schedule>
</adempiereAD>