User Tools

Site Tools


dynamiczip:install:mods:release:build81:build81

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
dynamiczip:install:mods:release:build81:build81 [2019/04/09 15:21] – [Modifications] chuckdynamiczip:install:mods:release:build81:build81 [2019/07/12 16:24] – [Modifications] chuck
Line 27: Line 27:
 ===== Build 81.2 ===== ===== Build 81.2 =====
  
-Compile date: Pending+Compile date: May 28, 2019
  
 ==== Modifications ==== ==== Modifications ====
  
-  * The customer's ship-to address is irrelevant when the shipping method has a shipping type of Pickup. However, if the customer's ship-to address in the [[dynamics:windows:sales_transaction_entry_window|Sales Transaction Entry window]] had a blank zip code, the schedule selection process was failing with a Postal code missing error. This problem showed up when the customer was exempt in the IV Site's state but the IV Site had a taxable schedule assigned to it. In this situation, DynamicZip was failing to set the document and/or line-item's IV Site schedule to exempt.+  * Canada tax rates were not importing from the [[dynamiczip:glossary:zipsales_database|ZIPsales Database]]. The import report was showing //Warning: State CN (Canada) not found in the import file//. 
 +  * In the [[dynamics:windows:sales_transaction_entry_window|Sales Transaction Entry window]]: The customer's ship-to address is irrelevant when the shipping method has a shipping type of Pickup. However, if the customer's ship-to address had a blank zip code, the schedule selection process was failing with a Postal code missing error. This problem showed up when the customer was exempt in the IV Site's state but the IV Site had a taxable schedule assigned to it. In this situation, DynamicZip was failing to set the document and/or line-item's IV Site schedule to exempt.
   * Added an alert notice has been added to the bottom of the [[dynamiczip:windows:dz_customer_supplement_window|DZ Customer Supplement window]] when:   * Added an alert notice has been added to the bottom of the [[dynamiczip:windows:dz_customer_supplement_window|DZ Customer Supplement window]] when:
     * The selected customer's taxable status is set to Allow Override by State.     * The selected customer's taxable status is set to Allow Override by State.
Line 39: Line 40:
   * Fixed a bug where the item description lookup in the [[dynamiczip:windows:dz_modify_item_supplement_window|DZ Modify Item Supplement window]] was setting the start or end item description to the item number of the selected item.   * Fixed a bug where the item description lookup in the [[dynamiczip:windows:dz_modify_item_supplement_window|DZ Modify Item Supplement window]] was setting the start or end item description to the item number of the selected item.
  
 +----
 +===== Build 81.3 =====
 +
 +Compile date: Pending
 +
 +==== Modifications ====
 +We discovered that some user installs still had records in the [[dynamiczip:tables:dz_tax_detail_supplement_table|DZ Tax Detail Supplement table]] and these unexpected records had their import status set in such a way that was preventing the rate and boundary import from fully and properly updating the related tax schedules. The following query should return zero records:
 +<code>
 +select * from DZ00400 where TAXDTLID like '%X'
 +</code>
 +If any records are returned, they can be removed with the following query:
 +<code>
 +delete from DZ00400 where TAXDTLID like '%X'
 +</code>
  
 +We have fixed this problem by including a step in the import that automatically removes these bogus records. The above workaround is only required if you encounter this problem but are unable to upgrade to the latest build.
dynamiczip/install/mods/release/build81/build81.txt · Last modified: 2023/09/04 14:27 by chuck

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki