[Gnucash-nl] Importeren van nieuwe gegevens
Rik van Kekem
rik op graficalc.nl
Wo Mrt 12 09:32:26 EDT 2025
On 12-03-2025 14:16, Rene Balvers wrote:
> Vraag: is er ergens een site waar ik alle formaten van CSV bestanden
> kan inzien en afhalen?
Bedoel je deze:
https://lists.gnucash.org/docs/C/gnucash-guide/import-invoices.html
https://lists.gnucash.org/docs/C/gnucash-guide/busnss-imp-customer-vendor.html
Ik gebruik overigens gewoon 1 regel per factuur en niet zoals bij jou
journaalposten.
Zelf gebruik ik voor de klanten:
{ 01 id . } SetField(01, 'id');
{ 02 company . } SetField(02, 'company');
{ 03 name . } SetField(03, 'name');
{ 04 addr1 . } SetField(04, 'addr1');
{ 05 addr2 . } SetField(05, 'addr2');
{ 06 addr3 . } SetField(06, 'addr3');
{ 07 addr4 . } SetField(07, 'addr4');
{ 08 phone . } SetField(08, 'phone');
{ 09 fax . } SetField(09, 'fax');
{ 10 email . } SetField(10, 'email');
{ 11 notes . } SetField(11, 'notes');
{ 12 shipname . } SetField(12, 'shipname');
{ 13 shipaddr1 . } SetField(13, 'shipaddr1');
{ 14 shipaddr2 . } SetField(14, 'shipaddr2');
{ 15 shipaddr3 . } SetField(15, 'shipaddr3');
{ 16 shipaddr4 . } SetField(16, 'shipaddr4');
{ 17 shipphone . } SetField(17, 'shipphone');
{ 18 shipfax . } SetField(18, 'shipfax');
{ 19 shipemail . } SetField(19, 'shipemail');
En voor de verkoopfacturen:
{ 01 id . } SetField(01, 'id'); factuurnr
{ 02 date_opened . } SetField(02, 'date_opened'); factuurdatum
{ 03 owner_id . } SetField(03, 'owner_id'); debiteurnummer
{ 04 billing_id . } SetField(04, 'billing_id');
{ 05 notes . } SetField(05, 'notes');
{ 06 date . } SetField(06, 'date'); factuurdatum
{ 07 desc . } SetField(07, 'desc'); betreft
{ 08 action . } SetField(08, 'action');
{ 09 account . } SetField(09, 'account'); omzet hoog e.d.
{ 10 quantity . } SetField(10, 'quantity'); 1
{ 11 price . } SetField(11, 'price'); bedrag
{ 12 disc_type . } SetField(12, 'disc_type');
{ 13 disc_how . } SetField(13, 'disc_how');
{ 14 discount . } SetField(14, 'discount');
{ 15 taxable . } SetField(15, 'taxable'); yes
{ 16 taxincluded . } SetField(16, 'taxincluded');
{ 17 tax_table . } SetField(17, 'tax_table'); btwcode
{ 18 date_posted . } SetField(18, 'date_posted'); factuurdatum
{ 19 due_date . } SetField(19, 'due_date'); vervaldatum
{ 20 account_posted . } SetField(20, 'account_posted'); 1300 DEBITEUREN
{ 21 memo_posted . } SetField(21, 'memo_posted');
{ 22 accu_splits . } SetField(22, 'accu_splits');
Grtz,
Rik
------------- volgend deel ------------
Een HTML-bijlage is gescrubt...
URL: <http://lists.gnucash.org/pipermail/gnucash-nl/attachments/20250312/07058066/attachment.htm>
Meer informatie over de Gnucash-nl
maillijst