r14956 - gnucash/branches/swig-redo/src/business - Automated rename of swig-wrapped functions for the business module:

Chris Shoemaker chris at cvs.gnucash.org
Mon Oct 9 19:52:01 EDT 2006


Author: chris
Date: 2006-10-09 19:51:59 -0400 (Mon, 09 Oct 2006)
New Revision: 14956
Trac: http://svn.gnucash.org/trac/changeset/14956

Modified:
   gnucash/branches/swig-redo/src/business/business-core/business-core.scm
   gnucash/branches/swig-redo/src/business/business-reports/aging.scm
   gnucash/branches/swig-redo/src/business/business-reports/business-reports.scm
   gnucash/branches/swig-redo/src/business/business-reports/easy-invoice.scm
   gnucash/branches/swig-redo/src/business/business-reports/fancy-invoice.scm
   gnucash/branches/swig-redo/src/business/business-reports/invoice.scm
   gnucash/branches/swig-redo/src/business/business-reports/owner-report.scm
   gnucash/branches/swig-redo/src/business/business-utils/business-options.scm
Log:
Automated rename of swig-wrapped functions for the business module:

s/gnc:invoice-lookup /gncInvoiceLookupFlip /g
s/gnc:invoice-get-guid /gncInvoiceReturnGUID /g
s/gnc:invoice-get-owner /gncInvoiceGetOwner /g
s/gnc:invoice-get-id /gncInvoiceGetID /g
s/gnc:invoice-get-book /gncInvoiceGetBook /g
s/gnc:invoice-get-posted-lot /gncInvoiceGetPostedLot /g
s/gnc:invoice-get-posted-txn /gncInvoiceGetPostedTxn /g
s/gnc:invoice-get-currency /gncInvoiceGetCurrency /g
s/gnc:invoice-get-date-posted /gncInvoiceGetDatePosted /g
s/gnc:invoice-get-date-due /gncInvoiceGetDateDue /g
s/gnc:invoice-get-entries /gncInvoiceGetEntries /g
s/gnc:invoice-get-billing-id /gncInvoiceGetBillingID /g
s/gnc:invoice-get-terms /gncInvoiceGetTerms /g
s/gnc:invoice-get-notes /gncInvoiceGetNotes /g
s/gnc:invoice-get-invoice-from-lot /gncInvoiceGetInvoiceFromLot /g
s/gnc:invoice-get-invoice-from-txn /gncInvoiceGetInvoiceFromTxn /g

s/gnc:owner-get-type/gncOwnerGetType/g
s/gnc:owner-get-guid /gncOwnerReturnGUID /g
s/gnc:owner-get-end-owner /gncOwnerGetEndOwner /g
s/gnc:owner-get-name /gncOwnerGetName /g

s/gnc:owner-create /gncOwnerCreate /g
s/gnc:owner-create)/gncOwnerCreate)/g
s/gnc:owner-destroy /gncOwnerDestroy /g
s/gnc:owner-init-customer/gncOwnerInitCustomer/g
s/gnc:owner-init-employee/gncOwnerInitEmployee/g
s/gnc:owner-init-job/gncOwnerInitJob/g
s/gnc:owner-init-vendor/gncOwnerInitVendor/g
s/gnc:owner-get-customer /gncOwnerGetCustomer /g
s/gnc:owner-get-employee /gncOwnerGetEmployee /g
s/gnc:owner-get-job /gncOwnerGetJob /g
s/gnc:owner-get-vendor /gncOwnerGetVendor /g
s/gnc:owner-get-owner-from-list /gncOwnerGetOwnerFromLot /g
s/gnc:owner-copy-into-owner /gncOwnerCopy /g
s/gnc:owner-is-valid? /gncOwnerIsValid /g

s/'gnc-owner-customer/GNC-OWNER-CUSTOMER/g
s/'gnc-owner-vendor/GNC-OWNER-VENDOR/g
s/'gnc-owner-employee/GNC-OWNER-EMPLOYEE/g
s/'gnc-owner-job/GNC-OWNER-JOB/g
s/(gnc-owner-customer)/(eqv? type GNC-OWNER-CUSTOMER)/g
s/(gnc-owner-vendor)/(eqv? type GNC-OWNER-VENDOR)/g
s/(gnc-owner-employee)/(eqv? type GNC-OWNER-EMPLOYEE)/g
s/(gnc-owner-job)/(eqv? type GNC-OWNER-JOB)/g

s/'gnc-amount-type-value/GNC-AMT-TYPE-VALUE/g
s/'gnc-amount-type-percent/GNC-AMT-TYPE-PERCENT/g


s/gnc:taxtable-lookup /gncTaxTableLookupFlip /g
s/gnc:taxtable-get-guid /gncTaxTableReturnGUID /g

s/gnc:vendor-lookup /gncVendorLookupFlip /g
s/gnc:vendor-get-id /gncVendorGetID /g
s/gnc:vendor-get-guid /gncVendorReturnGUID /g
s/gnc:vendor-get-addr /gncVendorGetAddr /g


s/gnc:address-get-addr1 /gncAddressGetAddr1 /g
s/gnc:address-get-addr2 /gncAddressGetAddr2 /g
s/gnc:address-get-addr3 /gncAddressGetAddr3 /g
s/gnc:address-get-addr4 /gncAddressGetAddr4 /g

s/gnc:bill-term-get-description /gncBillTermGetDescription /g

s/gnc:customer-lookup /gncCustomerLookupFlip /g
s/gnc:customer-get-id /gncCustomerGetID /g
s/gnc:customer-get-name /gncCustomerGetName /g
s/gnc:customer-get-addr /gncCustomerGetAddr /g
s/gnc:customer-get-shipaddr /gncCustomerGetShipAddr /g
s/gnc:customer-get-notes /gncCustomerGetNotes /g
s/gnc:customer-get-currency /gncCustomerGetCurrency /g
s/gnc:customer-get-id /gncCustomerGetID /g
s/gnc:customer-get-guid /gncCustomerReturnGUID /g


s/gnc:employee-lookup /gncEmployeeLookupFlip /g
s/gnc:employee-get-id /gncEmployeeGetID /g
s/gnc:employee-get-guid /gncEmployeeReturnGUID /g
s/gnc:employee-get-addr /gncEmployeeGetAddr /g

s/gnc:entry-get-date /gncEntryGetDate /g
s/gnc:entry-get-description /gncEntryGetDescription /g
s/gnc:entry-get-action /gncEntryGetAction /g
s/gnc:entry-get-quantity /gncEntryGetQuantity /g
s/gnc:entry-get-inv-price /gncEntryGetInvPrice /g
s/gnc:entry-get-inv-discount /gncEntryGetInvDiscount /g
s/gnc:entry-get-inv-discount-type /gncEntryGetInvDiscountType /g
s/gnc:entry-get-bill-price /gncEntryGetBillPrice /g
s/gnc:entry-get-inv-taxable /gncEntryGetInvTaxable /g
s/gnc:entry-get-inv-tax-table /gncEntryGetInvTaxTable /g
s/gnc:entry-get-bill-taxable /gncEntryGetBillTaxable /g
s/gnc:entry-get-bill-tax-table /gncEntryGetBillTaxTable /g
s/gnc:entry-get-value /gncEntryReturnValue /g
s/gnc:entry-get-tax-value /gncEntryReturnTaxValue /g
s/gnc:entry-get-discount-value /gncEntryReturnDiscountValue /g
s/gnc:entry-get-tax-values /gncEntryReturnTaxValues /g
s/gnc:entry-get-invoice /gncEntryGetInvoice /g
s/gnc:entry-get-bill /gncEntryGetBill /g
s/gnc:entry-get-Order /gncEntryGetOrder /g

s/gnc:job-lookup /gncJobLookupFlip /g
s/gnc:job-get-guid /gncJobReturnGUID /g
s/gnc:job-get-owner /gncJobGetOwner /g

s/gnc:order-get-reference /gncOrderGetReference /g

s/gnc:url-type-customer/URL-TYPE-CUSTOMER/g
s/gnc:url-type-vendor/URL-TYPE-VENDOR/g
s/gnc:url-type-employee/URL-TYPE-EMPLOYEE/g
s/gnc:url-type-invoice/URL-TYPE-INVOICE/g
s/gnc:url-type-ownerreport/URL-TYPE-OWNERREPORT/g
s/gnc:url-type-job/URL-TYPE-JOB/g






More information about the gnucash-patches mailing list