@posx/core 5.5.36 → 5.5.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.d.ts CHANGED
@@ -1156,6 +1156,9 @@ declare module '@posx/core/services/invoice.service' {
1156
1156
  export interface ILineOperationService extends IInvoiceBaseService {
1157
1157
  /**
1158
1158
  * Adds an item to an invoice line. If the item already exists in the invoice, the quantity is increased, otherwise a new line is created.
1159
+ * Adding items with positive quantities
1160
+ * Reducing quantities of existing items with negative values
1161
+ * Automatic removal of lines when quantity reaches 0 or below
1159
1162
  * @param invoice - The invoice to add the item to.
1160
1163
  * @param customer - The customer associated with the invoice.
1161
1164
  * @param appConfig - The app configuration.