@posx/core 5.5.280 → 5.5.282

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
@@ -2891,6 +2891,8 @@ declare module '@posx/core/types/config.type' {
2891
2891
  up: boolean;
2892
2892
  /** Cashless rounding flag */
2893
2893
  cashless: boolean;
2894
+ /** Prepayment rounding flag */
2895
+ prepayment_rounding?: boolean;
2894
2896
  }
2895
2897
  export interface IChargeConfig {
2896
2898
  service_charge: boolean;
@@ -2912,6 +2914,7 @@ declare module '@posx/core/types/config.type' {
2912
2914
  base: number;
2913
2915
  up: boolean;
2914
2916
  cashless: boolean;
2917
+ prepayment_rounding: boolean;
2915
2918
  constructor();
2916
2919
  }
2917
2920
  /** Inventory Configuration */