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.
(add notes.)
Line 3: Line 3:
 
*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.
 
*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 have a choice to export as an Excel or 2Pack format.
*You can export the single report in view or all the records.
+
*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.
 
*All this is tested on the latest [[OSGI HengSin]] codebase.
  

Revision as of 02:19, 28 December 2010

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>