Programmer:Cash Sale with Payment: Difference between revisions

From AutoCount Resource Center
Content added Content deleted
m (Protected "Programmer:Cash Sale with Payment" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Delete=Allow only administrators] (indefinite)))
mNo edit summary
Line 1: Line 1:
{{NavigateDeveloper}}
{{NavigateDeveloper}}
===Rules in Sale Cash Sale===
===Rules in Sale Cash Sale===
# NetTotal must not be negative amount
# Negative Quantity is allowed, if it does not violate the NetTotal rule.


===Assemblies version 1.8===
===Assemblies version 1.8===
Line 15: Line 17:


===Implementation===
===Implementation===




==See Also==
==See Also==

Revision as of 08:31, 7 December 2017

Go to menu

Go to top
Resources For AutoCount Software Developers


Rules in Sale Cash Sale

  1. NetTotal must not be negative amount
  2. Negative Quantity is allowed, if it does not violate the NetTotal rule.

Assemblies version 1.8

BCE.AutoCount.Invoicing.dll
BCE.AutoCount.Invoicing.Sales.dll

Create New Cash Sale

Classes of source

Implementation

See Also