mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-05-03 Dave Peticolas <dave@krondo.com>
* doc/sgml/*/xacc-hierarchical-report.sgml: remove file * doc/sgml/pt_PT/xacc-txf-categories.sgml: add missing </article> * doc/sgml/pt_PT/gnucash.sgml: add missing file * doc/sgml/es/xacc-txf-categories.sgml: add missing </article> * doc/sgml/es/gnucash.sgml: add missing file * doc/sgml/C/xacc-txf-categories.sgml: add missing </article> * src/engine/DateUtils.c: config.h goes first git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4112 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
50ec40abf3
commit
a374887191
14
ChangeLog
14
ChangeLog
@ -1,5 +1,19 @@
|
|||||||
2001-05-03 Dave Peticolas <dave@krondo.com>
|
2001-05-03 Dave Peticolas <dave@krondo.com>
|
||||||
|
|
||||||
|
* doc/sgml/*/xacc-hierarchical-report.sgml: remove file
|
||||||
|
|
||||||
|
* doc/sgml/pt_PT/xacc-txf-categories.sgml: add missing </article>
|
||||||
|
|
||||||
|
* doc/sgml/pt_PT/gnucash.sgml: add missing file
|
||||||
|
|
||||||
|
* doc/sgml/es/xacc-txf-categories.sgml: add missing </article>
|
||||||
|
|
||||||
|
* doc/sgml/es/gnucash.sgml: add missing file
|
||||||
|
|
||||||
|
* doc/sgml/C/xacc-txf-categories.sgml: add missing </article>
|
||||||
|
|
||||||
|
* src/engine/DateUtils.c: config.h goes first
|
||||||
|
|
||||||
* make-gnucash-patch.in: fix bug
|
* make-gnucash-patch.in: fix bug
|
||||||
|
|
||||||
* README.cvs: update info
|
* README.cvs: update info
|
||||||
|
@ -1,57 +0,0 @@
|
|||||||
<ARTICLE ID="XACC-HIERARCHICAL-REPORT">
|
|
||||||
|
|
||||||
<ARTHEADER>
|
|
||||||
<TITLE>Hierarchical Accounts Report</TITLE>
|
|
||||||
</ARTHEADER>
|
|
||||||
<PARA> <INLINEMEDIAOBJECT>
|
|
||||||
<IMAGEOBJECT>
|
|
||||||
<IMAGEDATA FILEREF="image/report-hierarchical.png">
|
|
||||||
</IMAGEOBJECT>
|
|
||||||
</INLINEMEDIAOBJECT>
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
|
|
||||||
<PARA>This report allows you to view all accounts in a hierarchical
|
|
||||||
fashion. Up to fifteen sub-accounts are displayed. Lower
|
|
||||||
sub-accounts are ignored. (This is a minor change to the Tax
|
|
||||||
Report, so the source file is scm/report/taxtxf.scm)
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
|
|
||||||
<PARA> <INLINEMEDIAOBJECT>
|
|
||||||
<IMAGEOBJECT>
|
|
||||||
<IMAGEDATA FILEREF="image/report-hierarchical-options.png">
|
|
||||||
</IMAGEOBJECT>
|
|
||||||
</INLINEMEDIAOBJECT>
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
<PARA>Options specifiable for this report include:
|
|
||||||
|
|
||||||
<ITEMIZEDLIST>
|
|
||||||
<LISTITEM><PARA>The start and end dates - default: Year-to-Date.
|
|
||||||
</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>Alternate Period: (Year is relative to From:)
|
|
||||||
<ITEMIZEDLIST>
|
|
||||||
<LISTITEM><PARA>Use From - To (default)</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>1st, 2nd, 3rd, 4th Estimated Tax Quarters
|
|
||||||
(From: year)</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>Last Year (year before From: year)
|
|
||||||
</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>1st, 2nd, 3rd, 4th Estimated Tax Quarters for
|
|
||||||
Last Year</PARA></LISTITEM>
|
|
||||||
</ITEMIZEDLIST></PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>The accounts for which the report is to be
|
|
||||||
produced. If no account is selected, all accounts
|
|
||||||
are displayed.</PARA></LISTITEM>
|
|
||||||
|
|
||||||
<LISTITEM><PARA>Suppress $0.00 values</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>Display Full account names</PARA></LISTITEM>
|
|
||||||
</ITEMIZEDLIST>
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
|
|
||||||
</ARTICLE>
|
|
||||||
|
|
||||||
<!-- Local variables: -->
|
|
||||||
<!-- sgml-parent-document: "gnucash.sgml" -->
|
|
||||||
<!-- End: -->
|
|
@ -1040,6 +1040,8 @@ The fair market value of donated property, such as used clothing or furniture.</
|
|||||||
</TABLE>
|
</TABLE>
|
||||||
</PARA>
|
</PARA>
|
||||||
|
|
||||||
|
</ARTICLE>
|
||||||
|
|
||||||
<!-- Local variables: -->
|
<!-- Local variables: -->
|
||||||
<!-- sgml-parent-document: "gnucash.sgml" -->
|
<!-- sgml-parent-document: "gnucash.sgml" -->
|
||||||
<!-- End: -->
|
<!-- End: -->
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
<!entity xaccticker system "xacc-ticker.sgml">
|
<!entity xaccticker system "xacc-ticker.sgml">
|
||||||
<!entity xacctaxreport system "xacc-tax-report.sgml">
|
<!entity xacctaxreport system "xacc-tax-report.sgml">
|
||||||
<!entity xacctransreport system "xacc-trans-report.sgml">
|
<!entity xacctransreport system "xacc-trans-report.sgml">
|
||||||
|
<!entity xacctxfcategories system "xacc-txf-categories.sgml">
|
||||||
<!entity xacctxfexportanomalies system "xacc-txf-export-anomalies.sgml">
|
<!entity xacctxfexportanomalies system "xacc-txf-export-anomalies.sgml">
|
||||||
<!entity xacctxfexport system "xacc-txf-export.sgml">
|
<!entity xacctxfexport system "xacc-txf-export.sgml">
|
||||||
<!entity xaccdochack system "xacc-dochack.sgml">
|
<!entity xaccdochack system "xacc-dochack.sgml">
|
||||||
@ -78,6 +79,7 @@
|
|||||||
&xacctaxreport;
|
&xacctaxreport;
|
||||||
&xaccticker;
|
&xaccticker;
|
||||||
&xacctransreport;
|
&xacctransreport;
|
||||||
|
&xacctxfcategories;
|
||||||
&xacctxfexportanomalies;
|
&xacctxfexportanomalies;
|
||||||
&xacctxfexport;
|
&xacctxfexport;
|
||||||
&xaccdochack;
|
&xaccdochack;
|
||||||
|
@ -1,57 +0,0 @@
|
|||||||
<ARTICLE ID="XACC-HIERARCHICAL-REPORT">
|
|
||||||
|
|
||||||
<ARTHEADER>
|
|
||||||
<TITLE>Hierarchical Accounts Report</TITLE>
|
|
||||||
</ARTHEADER>
|
|
||||||
<PARA> <INLINEMEDIAOBJECT>
|
|
||||||
<IMAGEOBJECT>
|
|
||||||
<IMAGEDATA FILEREF="image/report-hierarchical.png">
|
|
||||||
</IMAGEOBJECT>
|
|
||||||
</INLINEMEDIAOBJECT>
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
|
|
||||||
<PARA>This report allows you to view all accounts in a hierarchical
|
|
||||||
fashion. Up to fifteen sub-accounts are displayed. Lower
|
|
||||||
sub-accounts are ignored. (This is a minor change to the Tax
|
|
||||||
Report, so the source file is scm/report/taxtxf.scm)
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
|
|
||||||
<PARA> <INLINEMEDIAOBJECT>
|
|
||||||
<IMAGEOBJECT>
|
|
||||||
<IMAGEDATA FILEREF="image/report-hierarchical-options.png">
|
|
||||||
</IMAGEOBJECT>
|
|
||||||
</INLINEMEDIAOBJECT>
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
<PARA>Options specifiable for this report include:
|
|
||||||
|
|
||||||
<ITEMIZEDLIST>
|
|
||||||
<LISTITEM><PARA>The start and end dates - default: Year-to-Date.
|
|
||||||
</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>Alternate Period: (Year is relative to From:)
|
|
||||||
<ITEMIZEDLIST>
|
|
||||||
<LISTITEM><PARA>Use From - To (default)</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>1st, 2nd, 3rd, 4th Estimated Tax Quarters
|
|
||||||
(From: year)</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>Last Year (year before From: year)
|
|
||||||
</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>1st, 2nd, 3rd, 4th Estimated Tax Quarters for
|
|
||||||
Last Year</PARA></LISTITEM>
|
|
||||||
</ITEMIZEDLIST></PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>The accounts for which the report is to be
|
|
||||||
produced. If no account is selected, all accounts
|
|
||||||
are displayed.</PARA></LISTITEM>
|
|
||||||
|
|
||||||
<LISTITEM><PARA>Suppress $0.00 values</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>Display Full account names</PARA></LISTITEM>
|
|
||||||
</ITEMIZEDLIST>
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
|
|
||||||
</ARTICLE>
|
|
||||||
|
|
||||||
<!-- Local variables: -->
|
|
||||||
<!-- sgml-parent-document: "gnucash.sgml" -->
|
|
||||||
<!-- End: -->
|
|
@ -1040,6 +1040,8 @@ The fair market value of donated property, such as used clothing or furniture.</
|
|||||||
</TABLE>
|
</TABLE>
|
||||||
</PARA>
|
</PARA>
|
||||||
|
|
||||||
|
</ARTICLE>
|
||||||
|
|
||||||
<!-- Local variables: -->
|
<!-- Local variables: -->
|
||||||
<!-- sgml-parent-document: "gnucash.sgml" -->
|
<!-- sgml-parent-document: "gnucash.sgml" -->
|
||||||
<!-- End: -->
|
<!-- End: -->
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
<!entity xaccticker system "xacc-ticker.sgml">
|
<!entity xaccticker system "xacc-ticker.sgml">
|
||||||
<!entity xacctaxreport system "xacc-tax-report.sgml">
|
<!entity xacctaxreport system "xacc-tax-report.sgml">
|
||||||
<!entity xacctransreport system "xacc-trans-report.sgml">
|
<!entity xacctransreport system "xacc-trans-report.sgml">
|
||||||
|
<!entity xacctxfcategories system "xacc-txf-categories.sgml">
|
||||||
<!entity xacctxfexportanomalies system "xacc-txf-export-anomalies.sgml">
|
<!entity xacctxfexportanomalies system "xacc-txf-export-anomalies.sgml">
|
||||||
<!entity xacctxfexport system "xacc-txf-export.sgml">
|
<!entity xacctxfexport system "xacc-txf-export.sgml">
|
||||||
<!entity xaccdochack system "xacc-dochack.sgml">
|
<!entity xaccdochack system "xacc-dochack.sgml">
|
||||||
@ -78,6 +79,7 @@
|
|||||||
&xacctaxreport;
|
&xacctaxreport;
|
||||||
&xaccticker;
|
&xaccticker;
|
||||||
&xacctransreport;
|
&xacctransreport;
|
||||||
|
&xacctxfcategories;
|
||||||
&xacctxfexportanomalies;
|
&xacctxfexportanomalies;
|
||||||
&xacctxfexport;
|
&xacctxfexport;
|
||||||
&xaccdochack;
|
&xaccdochack;
|
||||||
|
@ -1,57 +0,0 @@
|
|||||||
<ARTICLE ID="XACC-HIERARCHICAL-REPORT">
|
|
||||||
|
|
||||||
<ARTHEADER>
|
|
||||||
<TITLE>Relatório de Contas Hierárquico</TITLE>
|
|
||||||
</ARTHEADER>
|
|
||||||
<PARA> <INLINEMEDIAOBJECT>
|
|
||||||
<IMAGEOBJECT>
|
|
||||||
<IMAGEDATA FILEREF="image/report-hierarchical.png">
|
|
||||||
</IMAGEOBJECT>
|
|
||||||
</INLINEMEDIAOBJECT>
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
|
|
||||||
<PARA>Este relatório permite-lhe visualisar todas as suas contas duma
|
|
||||||
forma hierárquica. Até quinze sub-contas são apresentadas. Sub-contas
|
|
||||||
mais baixas são ignoradas. (Esta é uma pequena alteração ao relatório de
|
|
||||||
Impostos, pelo que o ficheiro fonte é o scm/report/taxtxf.scm)
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
|
|
||||||
<PARA> <INLINEMEDIAOBJECT>
|
|
||||||
<IMAGEOBJECT>
|
|
||||||
<IMAGEDATA FILEREF="image/report-hierarchical-options.png">
|
|
||||||
</IMAGEOBJECT>
|
|
||||||
</INLINEMEDIAOBJECT>
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
<PARA>Opções seleccionáveis para este relatório incluem:
|
|
||||||
|
|
||||||
<ITEMIZEDLIST>
|
|
||||||
<LISTITEM><PARA>As datas de início e fim - defeito: Desde o início do ano.
|
|
||||||
</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>Período Alternativo: (Ano é relativo desde até:)
|
|
||||||
<ITEMIZEDLIST>
|
|
||||||
<LISTITEM><PARA>Utilizar Desde - Até (defeito)</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>1º, 2º, 3º e 4º Trimestres Fiscais Estimados
|
|
||||||
(De: ano)</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>Ano Anterior (ano anterior a Desde: ano)
|
|
||||||
</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>1º, 2º, 3º e 4º Trimestres Fiscais Estimados
|
|
||||||
para o Ano Anterior</PARA></LISTITEM>
|
|
||||||
</ITEMIZEDLIST></PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>As contas para as quais o relatório deverá
|
|
||||||
ser produzido. Caso nenhuma conta seja seleccionada, todas
|
|
||||||
as contas são apresentadas.</PARA></LISTITEM>
|
|
||||||
|
|
||||||
<LISTITEM><PARA>Suprimir valores 0.00</PARA></LISTITEM>
|
|
||||||
<LISTITEM><PARA>Mostrar nomes completos das contas</PARA></LISTITEM>
|
|
||||||
</ITEMIZEDLIST>
|
|
||||||
|
|
||||||
</PARA>
|
|
||||||
|
|
||||||
</ARTICLE>
|
|
||||||
|
|
||||||
<!-- Local variables: -->
|
|
||||||
<!-- sgml-parent-document: "gnucash.sgml" -->
|
|
||||||
<!-- End: -->
|
|
@ -41,18 +41,12 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><link linkend="xacc-txf-export-report">Relatório de Exportação TXF:</link>
|
<para><link linkend="xacc-txf-export">Relatório de Exportação TXF:</link>
|
||||||
exporta um ficheiro .TXF que pode ser importado para o TaxCut ou TurboTax.
|
exporta um ficheiro .TXF que pode ser importado para o TaxCut ou TurboTax.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><link linkend="xacc-hierarchical-report">Relatório Hierárquico:</link>
|
|
||||||
mostra as contas num formato hierárquico.
|
|
||||||
|
|
||||||
</para>
|
|
||||||
</listitem>
|
|
||||||
<listitem>
|
|
||||||
<para><application>Histórico de Saldos:</application>
|
<para><application>Histórico de Saldos:</application>
|
||||||
acompanha o saldo de uma ou mais contas ao longo do tempo, suportando
|
acompanha o saldo de uma ou mais contas ao longo do tempo, suportando
|
||||||
gráficos representativos (se tiver o <application>gnuplot</application>
|
gráficos representativos (se tiver o <application>gnuplot</application>
|
||||||
|
@ -1040,6 +1040,8 @@ The fair market value of donated property, such as used clothing or furniture.</
|
|||||||
</TABLE>
|
</TABLE>
|
||||||
</PARA>
|
</PARA>
|
||||||
|
|
||||||
|
</ARTICLE>
|
||||||
|
|
||||||
<!-- Local variables: -->
|
<!-- Local variables: -->
|
||||||
<!-- sgml-parent-document: "gnucash.sgml" -->
|
<!-- sgml-parent-document: "gnucash.sgml" -->
|
||||||
<!-- End: -->
|
<!-- End: -->
|
||||||
|
@ -21,23 +21,19 @@
|
|||||||
* *
|
* *
|
||||||
\********************************************************************/
|
\********************************************************************/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include "config.h"
|
||||||
#include <string.h>
|
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include "config.h"
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#include "DateUtils.h"
|
#include "DateUtils.h"
|
||||||
|
|
||||||
#define BUFFSIZE 100
|
#define BUFFSIZE 100
|
||||||
|
|
||||||
|
|
||||||
#include <time.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
/* ======================================================== */
|
/* ======================================================== */
|
||||||
char *
|
char *
|
||||||
xaccDateUtilGetStamp (time_t thyme)
|
xaccDateUtilGetStamp (time_t thyme)
|
||||||
|
Loading…
Reference in New Issue
Block a user