Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0047705
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Contribution Requests] Core Contributionsmajoralways2021-09-16 12:062021-10-15 12:23
Reportersebastien_lironView Statuspublic 
Assigned Topsanjuan 
PriorityurgentResolutionopen 
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnone 
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Review Assigned To
Summary

0047705: pos business partner options are boolean and should be tri states component

Descriptionpos business partner options are boolean and should be tri states component

The thing is that in some countries ( like Spain ) the fact that we fill optins like via email or via sms to false means that you already needs to make a business partner firm a paper ( austria too )

Now the boolean are by default at false in creation.

We will need to have a third initial state.
Steps To Reproduceuse the pos and create a business partner
Proposed Solutionuse of tri state components instead of check boxes, also the corresponding fields should be changed in DB

What we have now :
two fields
viamail boolean : in db : 'Y' / 'N'
viasms boolean : in db : 'Y' / 'N'

so for this two fields to be changed as

viamail char(1) : in db : '0' / 'Y' / 'N'
viasms char(1) : in db : '0' / 'Y' / 'N'

with '0' as initial state, then the component will be able to switch from Y to N the value.

The idea will be te create a new Reference in the ERP to change the type of this existing fields ( and to be able to see the tri state component in both BO and FO )


TagsNOR
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2021-09-16 12:06 sebastien_liron New Issue
2021-09-16 12:06 sebastien_liron Assigned To => psanjuan
2021-09-16 12:07 ucarrion Issue Monitored: ucarrion
2021-09-16 12:09 rafaroda Tag Attached: NOR
2021-10-15 12:23 sebastien_liron Proposed Solution updated


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker