0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use respond_to? instead of methods.include? Try xmlschema on result, rescue if not available instead using methods.include? More... about 15 years ago
Moved xml writing code out of SageDownload and into a module - makes how the SageDownload module works more obvious More... about 15 years ago
Cleaned up code, splitting logic for invoices, sales_orders and customers into separate files More... about 15 years ago
Automatically check whether Customer model can supply the delivery_address and invoice_address xml More... about 15 years ago
Share code for generating Contact xml block between customer_invoice_address, customer_delivery_address, etc More... about 15 years ago
fix bug introduced into map_attribute by prefix/suffix code More... about 15 years ago
added missing xml fields in sage_customer added sage_customer_delivery_address added sage_customer_invoice_address More... about 15 years ago
Convert sage_sales_order to new attribute mapping code Removed old dead attribute mapping code More... about 15 years ago
Removed incorrect association between customers and orders More... about 15 years ago
Convert sage_customer to use new attribute mapping code More... about 15 years ago
Generator should create stubs for upload/download/import that either do nothing or download blank data, rather than not existing at all More... about 15 years ago
Hand model to supplied proc's in attribute map Actual tell process_attribute what the original attribute was so it can call the correct to_*_xml method when the result is an ActiveRecord model More... about 15 years ago
Only apply prefix (and suffix) to symbols, not actual values that are supplied in the proc More... about 15 years ago
Add support for prefix's to name space method calls More... about 15 years ago
Automatically call to_*_xml method when handed an ActiveRecord model, instead of just returning the model More... about 15 years ago
Added Stub methods for sage_invoice_address and sage_invoice_delivery_address Pass through xml builder object when calling to_sage_invoice_address_xml or to_sage_invoice_delivery_address_xml More... about 15 years ago
Add InvoiceAddress and InvoiceDeliveryAddress to to_invoice_xml generation More... about 15 years ago
Convert DateTime results to xml dates automatically More... about 15 years ago
Moved shareable attribute mapping code in new to_invoice_xml design into AttributeMapper module More... about 15 years ago
Reworked how to_invoice_xml meta method works, need to change other to_*_xml methods More... about 15 years ago
Documentation fixes More... about 15 years ago
Quick fix for typo in sage_invoice meta method More... about 15 years ago
Dropped association from Customer to SageImport and SageDownload More... about 15 years ago
New merged generator renders sage_download and sage_controller generators unnecessary so I'm removing them More... about 15 years ago
Migration takes into account no-download option Renamed class generated in migration More... about 15 years ago
Added model generation in combined generator More... about 15 years ago
Combined generator using options system to decide on what should be included More... about 15 years ago
Give more useful feedback when encountering unmapped attributes More... about 15 years ago
SageImport will now parse out the Orders and Invoices it gets handed and associate accordingly whitespace fix to SageDownload More... about 15 years ago
Added code to controller generator for handling confirmation of data imported to sage More... about 15 years ago